@charset "UTF-8";

/* cairo-regular - latin */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cairo-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Cairo Regular'), local('Cairo-Regular'),
       url('../fonts/cairo-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cairo-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cairo-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cairo-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cairo-v7-latin-regular.svg#Cairo') format('svg'); /* Legacy iOS */
}

/****************************************************************
*** GLOBAL ******************************************************
****************************************************************/
* {
    margin: 0;
    /*padding: 0;*/
}



body {
    margin: 0px;
    background-color: #FFFFFF;
    font: 11pt Cairo;
    color: #000000;
}

hr {
    clear: both;
    height: 1px;
    margin: 10px;
    border: 0;
    color: #F5F5F5;
    background-color: #F5F5F5;
}

a:link, a:visited { color: white; text-decoration: none; }

iframe { border: none; }

.bold { font-weight: bold;font-size: 13;font: 11pt Cairo,sans-serif,helvetica,arial; }


/*** INPUT ******************************************/

/***** Readonly ****/

input[readonly="readonly"],input[readonly] ,textarea[readonly="readonly"], textarea[readonly], select[readonly],select[readonly="readonly"]   {
	
	background-color: #D9DBDB;
	cursor: default;
        color: black !important;
	
}

input[disabled="disabled"],input[disabled] ,textarea[disabled="disabled"], textarea[disabled], select[disabled],select[disabled="disabled"]   {
	
	background-color: #D9DBDB;
	cursor: default;
	color: black !important;
}


/* Button */
/*input[type="button"], input[type="submit"], input[type="reset"] {
   border: 0;
    width: 138px;
    height: 34px;
   color: #FFFFFF;
    background: url("../images/button_regular_138x34.gif") no-repeat;
    cursor: pointer;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { background: url("../images/button_regular_138x34_hover.gif") no-repeat; }*/
 
.button_regular {
	border: 0;
    width: auto !important;
    height: 30px;
    color: #FFFFFF;
    background: url("../images/button_regular.gif") repeat-x !important;
 } 

.button_default {
	border: 0;
	height: 20px;
    width: auto !important;
    color: #FFFFFF;
    background: url("../images/button_regular.gif") repeat-x !important;
}

.button_regular:hover {
    background: url("../images/button_regular_hover.png") repeat-x !important;
    color: #B2C5C9;
}
 
.button_default:hover {
    background: url("../images/button_regular_hover.png") repeat-x !important;
    color: #B2C5C9;
}

.button_regualr_108x29 { 
    width: 108px !important; 
    height: 29px !important; 
    line-height: 29px !important;
    background: url("../images/button_regular_108x29.gif") no-repeat !important;
}
.button_regualr_108x29:hover{ 
    /*background: url("../images/button_regular_108x29_hover.gif") no-repeat !important;*/
}

.button_select,
.button_cancel,
.button_amend,
.button_details { width: 68px !important; height: 27px !important; line-height: 27px; }
.button_select { width: auto !important; border-radius: 6px; background: url("../images/button_regular.gif") repeat-x !important; }
.button_cancel { background: url("../images/button_cancel.gif") no-repeat !important; }
.button_amend { background: url("../images/button_amend.gif") no-repeat !important; }
.button_details { background: url("../images/button_details.gif") no-repeat !important; }

.button_lookup { 
    width: 19px !important; 
    height: 21px !important; 
    border-radius: 0px !important; 
    background: url("../images/button_lookup.png") no-repeat !important; 
}


/* Textbox //background-color: #1F2A44; */

input, select, textarea
{ 
border-radius: 3px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;

-moz-box-shadow: 0 0 4px #D3D3D3;
-webkit-box-shadow: 0 0 4px #D3D3D3;
-o-box-shadow: 0 0 4px #D3D3D3;
-ms-box-shadow: 0 0 4px #D3D3D3;
box-shadow: 0 0 4px #D3D3D3;
}

/* Textbox */
input[type="email"] { 
    border: 1px solid #A9A9A9; 
	width: 250px;
	height:25px;
} 
  
select {
	border: 1px solid #A9A9A9;
	height:28px;
}

textarea {
	border: 1px solid #9DA1AD; 
	width: 250px;
	background:transparent;
	color: white !important
}


input[type="text"]   { 
    border: 1px solid #A9A9A9; 
   
	width: 200px;
	height:28px;
}

input:focus, select:focus, textarea:focus {
border: 1px solid #77B3D8;
-moz-box-shadow: 0 0 4px #C8E0EF;
-webkit-box-shadow: 0 0 4px #C8E0EF;
-o-box-shadow: 0 0 4px #C8E0EF;
-ms-box-shadow: 0 0 4px #C8E0EF;
box-shadow: 0 0 4px #C8E0EF;
}



/*** TABLE ******************************************/
.table { 
    border-collapse: collapse;
    border-top: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
}
.table thead td, .table th, .table td{ 
    padding: 4px 10px;
    border-left: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    font-family: Cairo;
    font-size: 13px;
}
.table thead td, .table th { 
    background-color: #88DBDF;
    color: #FFFFFF;
    font-family:Cairo;
    
}

.tr_even { 
	background-color: #1F2A44;
	color:white;
}
.tr_odd {
	background-color: #1F2A44;
	color:white;
}

.comptable { 
    border-collapse: collapse;
    
    
}
.comptable thead td, .table th, .table td{
	border-left: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    padding: 4px 10px;
    
}
.comptable thead td, .table th { 
    background-color: #F1F1F1;
    color: #6F6F6F;
    
}

/*.table thead td, .table th { 
    background: url("../images/searchtable-header-bg.gif") repeat-x scroll center bottom #6F6F6F !important;
    color: #FFFFFF;
    
}*/


/*** FIELDSET *********************************************/
fieldset { 
    border: 1px solid #D0D0D0;
}
fieldset legend {
    padding: 0px 10px;
    color: #3E7AA0;
    font-weight: bold;
}

.smallHeading {
	padding: 0px 10px;
    color: white;
    align:left;
    font-weight: bold;
    font-family: Cairo;
    font-size: 20px;
}

.redHeading {
	padding: 0px 10px;
    color: red;
    align:left;
    font-weight: bold;
    font-family: Cairo,sans-serif,helvetica,arial;
    font-size: 13px;
}

.rsmallHeading {
	padding: 0px 10px;
    color: #3E7AA0;
    align:right;
    font-weight: bold;
}


/*** TABBED MENU ********************************************/
div.tab_menu { }
    
div.tab_menu ul {
    padding: 0px 0px 0px 0px;
    border-bottom: 1px solid #ccc;
}


 
div.tab_menu ul li {
    display: inline-block;
    min-width: 110px;
    height: 32px;
    margin: 0px 2px -1px;
    padding: 0px;
    line-height: 32px;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #ccc;
    background: #FFFFFF url("../images/tabbed_menu_background.png") repeat-x bottom;
    cursor: default;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
} 
div.tab_menu ul li a { 
    display: block;
    padding: 0px 8px;
    color: #FFFFFF; 
}

div.tab_menu ul li.active {
    border-bottom: 1px solid #FDB02D;
    background: #FDB02D url("../images/tabbed_menu_background_active.png") repeat-x bottom;
}
div.tab_menu ul li.active span { display: block; color: #FFFFFF; }


/*** CLEARFIX ***********************************************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/*** astrieks ***********************************************/
.asteriks{
	color: #dd2828;
	padding-left:1px;
	font-weight:bold;
	font: 16px Cairo;
}
.hinttext{
	padding-left:1px;
	font: 12px Cairo;
	color:White;
} 

#hinttext{
	padding-left:1px;
	font: 12px Cairo bold;
	color:Red;
} 
.bhinttext{
	padding-left:1px;
	font: 13px Cairo;
	color:White;
} 

.bhinttext1{
	padding-left:1px;
	font: 13px Cairo;
	color:black;
	
}
.title {
    color: #58839F;
    font-family: Cairo;
    font-size: 14pt;
    padding-left: 5px;
    text-align: left;
    text-decoration: none;
    left:0;top:0; 
    padding-bottom:15px;
}
 
span.stars, span.stars span {
    display: block;
    background: url(../images/stars.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}

span.stars span {
    background-position: 0 0;
}

#tabs  li  {
	font-size: 9pt;
	font-family: Cairo bold;
    background: #88DBDF;

}

#header_container {
	display: none;
}

label {
  display: block;
  margin-top:10px;
}

.question {
    margin-top: 10px;
    margin-bottom: 20px;
}

.required-message {
  margin-top: 5px;
}

.required-asterisk {
  margin-left: 5px;
}

.required-asterisk, .required-message {
  font-family: "Roboto";
  color: rgb(196,59,29);
  font-weight: 400;
  font-size: 1.000rem;
  font-style: normal;
  color: #c43b1d;
}
.navbar-brand {
	padding: 10px 10px;
    background-color: #367fa9;
}

.eagle-logo {
    max-height: 53px;
    margin-top:12px;
    margin-left:15px;
}


.navbar-nav {
    margin-top: 0px;
}
.video {
  max-width: 100%;
  position: relative;
  border: none;
}



.swrapper {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-sizing: border-box;
  padding: 0;
  
  max-width: 1065px;
  min-width: 280px;
  width: 100%;
  background-color: rgb(255,255,255);
  border-color: rgb(212,212,212);
}



.main {
  padding-top: 1rem;
  margin-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.title {
  margin: 0 0 .1rem;
  text-align: center;
  font-family: "Roboto";
  color: rgb(80,80,80);
  font-weight: 250;
  font-size: 1.660rem;
  font-style: normal;
}
a.button {
    color: #444;
}

.button {
	display: inline-block;
	background-color: #f5f5f5;
	background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
	background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
	color: #444;
	
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	cursor: default;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
    text-decoration: none;
	height: 27px;
	line-height: 27px;
	min-width: 54px;
	padding: 0 8px;
    margin-top: 15px;
    margin-right: 15px;
}

.button:hover {
	background-color: #F8F8F8;
	background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
	
	border: 1px solid #C6C6C6;
	color: #333;
    text-decoration: none;
	
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,.1);
}

.button.disabled {
  color: #aaa;
  pointer-events: none;
}

.button.invisible {
  display:none
}

.button.default:active {
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,.1);
	color: black;
}

.button.blue {
	background-color: #4D90FE;
	background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
	background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
	background-image: linear-gradient(top,#4d90fe,#4787ed);

	border: 1px solid #3079ED;
	color: white;
}

.button.blue:hover {
	border: 1px solid #2F5BB7;
	
	background-color: #357AE8;
	background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
	background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
	background-image: linear-gradient(top,#4d90fe,#357ae8);
	
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

#box-title{font-size:25px;font-family:Cairo;color:white;}
#formLabels{font-size:15px;font-family:Cairo;color:#AAAEB3;padding:10px;font-weight:bold}
#formfields{font-size:15px;padding: 3px 6px;font-family:Cairo;color:#AAAEB3;padding:10px;}
#formfields select {font-size:15px;padding: 0px 6px;font-family:Cairo;color:white !important;background-color: #1f2a44;font-weight:bold}
#formfields input{font-size:15px;padding: 3px 6px;font-family:Cairo;color:white !important;background:transparent !important;font-weight:bold}
.formText {
	font-family: Cairo;
    font-size: 12px;
    padding: 0px 0px 3px 3px;
    color:white;
    text-align: left;
}
.smallHeadingeh {
	/* padding: 0px 10px; */
    color: white;
    align:left;
    font-weight: bold;
    font-family: Cairo;
    font-size: 20px;
}

.smallHeadingeh1 {
	/* padding: 0px 10px; */
    color: black;
    align:left;
    font-family: Cairo;
    font-size: 25px;
}
.bottom-buttons{
    text-align: center;
}

.heading_message {
    padding: 2px 0px 0px 32px;
    font-size: 17px;
    font-family:Cairo;
}
.heading_message_error {
    color: white;
    background: url("../images/icon_message_error_30x30.png") no-repeat left top;
    font-family:Cairo;
    width:400px;
}
.heading_message_info {
    color: white;
    background: url("../images/icon_message_info_30x30.png") no-repeat left top;
    font-family:Cairo;
    width:400px;
}
.heading_message_confirmation {
    color: white;
    background: url("../images/icon_message_confirmation.gif") no-repeat left top;
    font-family:Cairo;
    width:400px;
}

/* #formfields:hover title {
    display: block;
    position: absolute;
    background-color: #FFF;
    border: 1px solid #CCC;
    margin: 2px 10px;
}  */

.area-input {
	width: 44px !important;
    margin: 0 3px !important;
}

#details-table {
	width: 100% !important;
}

#details-table tr td {
	width: 30% !important;
}

#details-table tr td:nth-child(odd) {
	width: 20% !important;
}