@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=El+Messiri);
@import url(https://fonts.googleapis.com/css?family=Lato:700,300);
/* ==========================================================================
   Gobal Styles
   ========================================================================== */
/* ==========================================================================
   Google Font Loader
   ========================================================================== */
/* ==========================================================================
   Common Styles
   ========================================================================== */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
body {
    margin: 0;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    background-color: #dbdbdb;
    line-height: 1.42857143;	
	font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.a:hover {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.text-decoration {
	text-decoration: underline;
	color: #377195;
}
.fa {
    margin-right: 3px;
    margin-left: 3px;
}
.top-dsg {
    margin-top: 130px;
}
.red-note {
    color: red;
}
.required:after {
    content: " * ";
    color: red;
    font-size: 18px;
    top: 7px;
    margin-left: 5px;
    position: absolute;
}
.full-width-image {
    width: 100%;
}
.title-page {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #229999;
}
.margin-Bsmart {
    margin-bottom: 30px;
}
/*----------------- font sizes styles ------------------*/
.fa-8px {
    font-size: 8px !important;
}
.fa-10px {
    font-size: 10px !important;
}
.fa-12px {
    font-size: 12px !important;
}
.fa-14px {
    font-size: 14px !important;
}
.fa-16px {
    font-size: 16px !important;
}
.fa-18px {
    font-size: 18px !important;
}
.fa-20px {
    font-size: 20px !important;
}
.fa-22px {
    font-size: 22px !important;
}
.fa-24px {
    font-size: 24px !important;
}
.fa-26px {
    font-size: 26px !important;
}
.fa-28px {
    font-size: 28px !important;
}
.fa-30px {
    font-size: 30px !important;
}
.fa-39px{
    font-size: 39px !important;
    vertical-align: middle;
}
.fa-150px{
    font-size: 150px;
    color: #287195;
    margin-bottom: 10px;
}
.padding-5 {
    padding: 5px;
}
.margin-5 {
    margin: 5px;
}
.margin-10 {
    margin: 10px;
}
.zero-padding {
    padding: 0px !important;
}
.transparent-white-background {
    background: #FFF;
    /* -webkit-border-radius: 10px; */
    -moz-border-radius: 10px;
    /* border-radius: 10px; */
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.inner-pages {
    padding: 5px;
}
.row {
    margin-right: auto;
    margin-left: auto;
}
.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.popover-content {
    font-size: 12px;
}
.popover.top > .arrow {
    margin-left: -110px;
}
/*---------------Start breadcrumb -----------------------*/
.breadcrumb {
    padding: 0px 0px;
    margin-bottom: 10px;
    list-style: none outside none;
    background-color: transparent;
    border-radius: 0px;
    font-size: 12px;
}
.breadcrumb a {
    color: #000;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.breadcrumb a:hover {
    color: #76261B;
}
.breadcrumb > li + li:before {
    content: "/ ";
    padding: 0px 5px;
    color: #000;
}
/*---------------End breadcrumb -----------------------*/

/*---------------Start images -----------------------*/
img {
    text-decoration: none;
    border: 0px;
}
img:hover {
    text-decoration: none;
    border: 0px;
}
img:visited {
    text-decoration: none;
    border: 0px;
}

/*---------------End images -----------------------*/

/*---------------Start Over write buttons -----------------------*/

.btn {
    padding: 6px 12px;
    margin-bottom: 5px;
    font-size: 12px;
    border-radius: 0;
}

.btn-circle {			
205	  width: 30px;			
206	  height: 30px;			
207	  text-align: center;			
208	  padding: 6px 0;			
209	  font-size: 12px;			
210	  line-height: 1.428571429;			
211	  border-radius: 15px;			
212	}
/*---------------End Over write buttons -----------------------*/
/*---------------Start href links -----------------------*/

a:hover, a:focus {
    color: #555;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
a {
    color: #555;
    text-decoration: none;
}


/*a:hover{
    text-decoration: underline !important;
}*/

/*a:visited{
    color:#fff !important;
}*/

/*---------------End href links -----------------------*/
/*---------------Start content -----------------------*/

.global-content {
    color: #000;
    text-align: justify;
    line-height: 1.5;
    font-size: 12px;
    min-height: 500px;
}
.global-content ul li {
    list-style: square;
}
.global-content a {
    color: #000;
    text-align: justify;
    text-decoration: underline;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.global-content a:hover {
    color: #76261B;
    text-align: justify;
}
.global-content img {
    max-width: 550px;
    height: auto;
}
 @media (max-width: 767px) {
.global-content img {
    width: 100%
}
}
.bold {
    font-weight: bold !important;
}
/*---------------End Start content -----------------------*/
/*---------------Start H text -----------------------*/
h1 {
    font-size: 18px;
    margin: 0px;
    margin-bottom: 1em;
    font-weight: bold;
    line-height: 1.3;
}
h2 {
    font-size: 14px;
    margin: 0px;
    margin-bottom: 1em;
    font-weight: normal;
    line-height: 1.3;
}
h3 {
    font-size: 16px;
    margin: 0px;
    margin-bottom: 1em;
    font-weight: normal;
    line-height: 1.3;
}
h4 {
    font-size: 14px;
    margin: 0px;
    margin-bottom: 1em;
    font-weight: normal;
    line-height: 1.3;
}
h5 {
    font-size: 12px;
    margin: 0px;
    margin-bottom: 1em;
    font-weight: normal;
    line-height: 1.3;
}
h6 {
    font-size: 10px;
    margin: 0px;
    margin-bottom: 1em;
    font-weight: normal;
    line-height: 1.3;
}
/*---------------End H text -----------------------*/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}
 @media (max-width: 767px) {
.container {
    width: 98%;
}
body {
        background-image: url('../images/counter-bg.jpg');
    }
}
@media (min-width: 768px) {
.container {
    width: 98%;
}
}
@media (min-width: 1024px) {
.container {
    width: 93%;
}
}
/*..............................legend..............................*/
fieldset {
    border: 1px solid #e7e7e7;
    margin: 0 2px;
    padding: .35em .625em .75em;
    border-radius: 10px;/* text-transform: capitalize; */
}
/*..............................legend..............................*/
legend {
    display: block;
    padding: 0;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: inherit;
    color: #015492;
    border: 0;
    width: inherit;
    border-bottom: none;
}
/*.............................. Error ..............................*/
.alert>p, .alert>ul {
    margin-bottom: 0;
    margin-left: 50px;
}
.fontRed {
    color: #D80003;
}
.Error {
    /* padding: 7px; */
    font-size: 14px;
    color: #ec3035;
    /* background-color: lightcyan; */
    font-weight: bold;
}
.padtopbot {
    padding-bottom: 5px;/* padding-top: 5px; */
}
.modalbodycss p {
    color: #000000;
    font-size: 14px !important;
}
.modalHeaderSpace {
    padding: 15px 15px 4px 15px !important;
}
.modaltitle {
    /*color: #05549c;*/
    font-size: 22px;
}
/*..............................Error..............................*/

/*************changes to portal**********************/
.transparent-white-background .panel{margin-bottom:0px !important;}
.padding0{padding:0 !important;}
.portlet-boundary section.portlet{margin-bottom:0px !important;}
/*.portlet-boundary .portlet-title-text{display:none !important;}*/
.main-package {text-align: center;}

/*.....tabs navigation.......*/
.nav-tabs > li > a {
    color: #3894c2;
    border: 2px solid transparent;
    height: 33px;
	padding: 0px !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    cursor: default;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 2px solid rgb(86, 165, 78);
    color: rgb(86, 165, 78);
}