/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
 font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

html { position: relative;}


body { font-family: 'Open Sans', sans-serif; font-size: 16px; margin-bottom: 100px;}
    



@font-face{
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?twf48c');
  src:  url('../fonts/icomoon.eot?twf48c#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?twf48c') format('truetype'),
    url('../fonts/icomoon.woff?twf48c') format('woff'),
    url('../fonts/icomoon.svg?twf48c#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}




.error_msg{color:red!important;}

.text-maroon{color:#1b2935}

.grey-bg{background-color:#cad6dc;}

.page-title-area {
    margin: 0 0 40px 0;
}

.btn-language-header{
	background-color : #40c2cc !important;
	color : #1b2935 !important;
}

.btn-primary, .btn-primary:active, .btn-primary:focus {	color: #40c2cc ;	background-color: #1b2935 ;	border: 1px solid #1b2935 ;}
.btn-primary:hover {
	color: #1b2935 !important;
    background-color: #FFFFFF !important;
    border: 1px solid #1b2935 !important;
}

.btn-secondary:hover {
    color: #40c2cc !important;
    background-color: #1b2935 !important;
    border: 1px solid #1b2935 !important;
}
.btn { padding: 6px 20px;font-size: 16px;    margin-bottom: 5px;}
.btn-secondary, .btn-secondary:active, .btn-secondary:focus {	color: #1b2935 ;	background-color: #FFFFFF ;	border: 1px solid #1b2935 ;}

._select {
    position: relative;
    display : inline-block !important;
    width : 100% !important;
}
._select:after {
   content: "\e259";
    font-family: 'Glyphicons Halflings' !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #1b2935;
    color: #fff;
    padding: 8px;
    position: absolute;
    top: 0px;
    right: 1px;
    font-size: 16px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
	border: 1px solid #1b2935;
}
select.form-control, select.form-control[disabled] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 10;
	background-color: transparent;
	padding-right: 40px;
}

.panel-shadow {box-shadow: 3px 4px 10px 0px #c3c2c2;}
.header-area {padding-bottom: 20px;    position: relative;   z-index: 1;background:#1b2935}
.header-logo { margin-top: 15px;    margin-left: 15px;    float: left; height:90px; width:100px}
.buttons-area { padding-right: 50px;}
.btn-logout {padding: 6px 25px 10px 25px;border-top-left-radius: 0;	border-top-right-radius: 0;}
.left-panel-title{color:#1b2935}
.faq-accordion{    padding: 0 0 0 10px;}
.faq-accordion li{margin:0 0 15px 0;list-style:none;}
.accordion-row {    color: #555;}
.accordion-row:hover, .accordion-row:focus{color: #555;text-decoration:none;}
.accordion-row-details{    padding: 5px 0 5px 17px;}
.hr-seperator{border-bottom: 1px solid #AAAAAA;}
.left-panel-box{padding: 10px 0;}

.right-panel-area{padding:10px 20px 0 40px;}

.page-title{text-align: center;
    color: #555;
    font-weight: 300;
    margin: 50px 0 10px 0;}
	
.page-title-sub{text-align: center;
color: #555;
font-weight: 200;
margin: 0px 0 10px 0;}
	
.border-under-title {
    width: 180px;
    border-bottom: solid 6px #40c2cc;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.asteric{color:#CC3446}

.input-instruction{font-size: 12px;    margin: 5px 0 0 0; color: #8B8B8B;}
.form-control {color:#727272 !important;}
.form-control:focus {
    border-color: #1b2935;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 31, 64, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 31, 64, 0.6);
}


.footer-bg{    height: 40px;
    background-size: cover;
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;}
    
a.link, a.link:hover, a.link:focus {
    color: #951F40 !important;
    text-decoration: none !important;
}
a.menulink {
	color: black !important;
}
a.menulink:hover, a.menulink:focus {
    color: white !important;    
}
.demo {
	height: 200px;
	width: 400px;
}

.demo .overview {
	width: 390px;
}
.table-corp thead tr th {
    background-color: #aabbc4;
    color: #fff;
    padding: 10px 8px;
    border: 1px solid #aabbc4;
    border-right: 2px solid #fff;
    border-bottom: 4px solid #fff;
}

.table-corp > tbody > tr:nth-of-type(odd){background-color: #cad6dc;}
.table-corp > tbody > tr:nth-of-type(odd) td{border-right: 2px solid #fff;}

._select {
	position: relative;
}

.form-inline ._select {
	position: relative;
	display: inline-block;
}

._select:after {
	content: "\e90e";
    font-family: 'icomoon' !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #1b2935;
    color: #fff;
    padding: 2px;
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 25px;
}
.lbl-gray {
	color: #8B8B8B;
}

.aoad-lbl-gray {
    color: #6F6259 !important;
}

.alert-error { background-color: #f1f1f2; color: #CC3446;}
.alert-info { background-color: #f1f1f2; color: #000000;}
.alert-info:before { content: "\e91f"; font-family: 'icomoon' !important; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #1b2935; font-size: 25px; top: 16px; position: absolute; left: 10px;}

.alert { padding: 16px; border: none; font-size: 0.9em; width: 100%; padding-left: 40px !important; position: relative;}
.alert-error:before { content: "\e97c"; font-family: 'icomoon' !important; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #CC3446; font-size: 25px; top: 16px; position: absolute; left: 10px;}
.disclaimer-cont{background-color: #f1f1f1;min-height: 85px;border-radius: 0;}
.disclaimer-cont.alert-error:before{font-size: 25px;color: #CC3446;}
.disclaimer-text{color: #CC3446;font-size: 16px;font-weight: bold;}
.alert-error li { list-style:none; padding-bottom:3px}
.agreement-title {font-size: 24px; color: #1b2935; margin-bottom: 20px; font-weight: bold; text-align: left;}



/* ********Chat Window Css starts******** */
.panel-icon-cont-chat { border-radius: 50%; background-color:  #1b2935; padding: 15px; display:inline-block; color:#fff;}
.panel-icon-chat-position{ position: fixed; right: 40px; bottom: 100px; }
.chatpanel { position: absolute; bottom: 85px; right: 0; width: 300px; height: 580px; border:none; border-radius:7px; z-index:100;} 
.chatpanel #chatpanelFrame{ height: 100%; border: none; border-radius: 7px;} 
.chatpanel:after { content: ""; position: absolute; top: 100%; left: 250px; width: 0; height: 0; border-right: 13px solid transparent; border-top: 26px solid #40c2cc; border-left: 13px solid transparent; margin-top: -10px;} 
.icon-comment-multiple-outline.icon-ic_clear_black_24px:before { content:"\e981" !important; font-size:45px !important; font-weight:bold;}
.chat-info-container {margin-left: 15px;width: 240px;background: #FFFFFF;border: 1px solid #e4e4e4;padding: 4px;position: relative;position: absolute;bottom: 125px;right: 145px;padding: 10px;border-radius: 5px;color:#404041;box-shadow: 2px 2px 2px #e4e4e4;}

.chat-info-container:after {content: '';display: block;position: absolute;top: 13px;left: 100%;width: 0;height: 0;border-color: transparent transparent transparent #ffffff;border-style: solid;border-width: 16px;}
.assist-txt{color:  #1b2935;font-size: 14px;float: left;margin-left: 5px;}
.live-chat-txt{color: #40c2cc;font-size: 12px;float: left;margin-left: 5px;}
.live-chat-face-icon{float: left;font-size: 40px;color:  #1b2935;float: left;}
.chat-info-container{right: 90px; bottom: 6px;}
.chat-cont .icon-comment-multiple-outline:before {font-size: 45px;}
.chat-cont{margin:0 0 20px 0}

/*********Chat Window Css Ends*********/


/*** Footer Area - starts ***/
.footer-wrapper {
	/* height:95px; */
	color: #F1F1F2;
	background-color: #1b2935;
	/*background-image: url(../images/footer-ast-cropped-logo2x.png);*/
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
    position: relative;
}

.footer-wrapper ul>li, .footer-wrapper ul>li>a {
	color: #F1F1F2;
	background: none;
	font-size: 1em;
	line-height: .25;
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
    align-self: flex-end;
}

.footer-wrapper ul>li>a:hover, .footer-wrapper ul>li>a:focus {
	/** color: #FCB644; **/
	background: none;
}

ul.footer-ul {
	display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: small;
    margin-top: -30px;
    overflow: hidden;
    align-self: flex-end;
}


.copyright-area {
	
}

.copyright {
	color: #FFFFFF;
	background: none;
	font-size: 0.875em;
	font-weight: 700;
	margin-top: 15px;
}

/***  sticky footer ***/

html {
	position: relative;
    min-height: 100%;
}

body {
	margin-bottom: 81px;
}

.footer-wrapper {
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 91px;
}

/*** Footer Area - ends ***/
select::-ms-expand { display:none;}


.aoda-asteric {
	color: #D81A31 !important;
}

.site-title {
	color: #40c2cc;
	font-size: 1.5em;
	float: left;
	line-height: 1;
	font-weight: 600; 
	margin-top: 45px;
}