/* Fonts */

@import url(navigation.css);
/* @import url(font-awesome/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Dosis:700,800);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,500,600,700);
*/
/* Fonts */

html { margin: 0; padding: 0; height:100%; min-height:100%;}
body{ 
margin:0px auto;
padding:0px;
font-family: 'Open Sans', sans-serif; font-weight:400;
font-size:15px;
color:#424242;
line-height:14px;
height:100%; 
min-height:100%;
background:#fff;
}
/*	
--------------------------------------------------
Global Reset & Standards
-------------------------------------------------- 
*/
img{border:0;}
ul { list-style: none; color:black!important;font-weight:bold!important;}

*{ box-sizing:border-box;
-webkit-transition: color .2s ease;
-moz-transition: color .2s ease;
-ms-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;

-webkit-transition: background-color 1s;
-moz-transition: background-color 1s;
-o-transition: background-color 1s;
-ms-transition: background-color 1s;
transition: background-color 1s;
}
*:hover{
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	-webkit-transition: background-color 1s;
	/* [disabled]-moz-transition: background-color 1s; */
	-o-transition: background-color 1s;
	-ms-transition: background-color 1s;
	transition: background-color 1s;
}

a{color:#014351; text-decoration:none;
-webkit-transition: background-color 1s;
-moz-transition: background-color 1s;
-o-transition: background-color 1s;
-ms-transition: background-color 1s;
transition: background-color 1s;
}
a:hover{text-decoration:none; color:#017cb1 ;
-webkit-transition: background-color 1s;
-moz-transition: background-color 1s;
-o-transition: background-color 1s;
-ms-transition: background-color 1s;
transition: background-color 1s;
}

.clear{line-height:0; clear:both;}

hr{height:10px; display:block; overflow:hidden; width:100%; background:transparent; border:none; margin: 5px 0 20px; border-bottom:2px #ddd dotted;
/*-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.07);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.07);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.07);*/
}


.aln-cntr{display:block; overflow:hidden; clear:both; text-align:center;}
.firststrong{
font-weight: bold;
color: #fff;
font-size:12px;
}

/*	--------------------------------------------------
Global Reset & Standards
-------------------------------------------------- */
.wrap{width:100%; margin:0 auto; position:relative;}

/* table 
blue : 001a4d/ccddff/e6eeff

--------------------*/
table.table_data {border-collapse: collapse; table-layout: auto; max-width: 100%; padding: 0; width:95%; overflow: auto; clear: both; text-align: left; font-size:10px; line-height:12px; border:1px solid #D8DADB; margin-bottom: 1px; margin-top: 6px; border-radius:10px!important;}
table.table_data thead {height: 2.1em; line-height: 2.1em; color: #000000; border-radius:10px!important;}
table.table_data th {padding: 6px 6px; font-size:12px; font-weight: bold; background-color: #ACBFFF; /*background: url("../images/thead-separator.png") no-repeat top right;*/ line-height: 10px;}
table.table_data td {color:#000000; border-bottom: 0px dashed #C4CBD2; padding: 2px 10px 2px 10px; vertical-align: top; word-wrap: break-word; vertical-align: middle; font-size:12px; border-radius:8px;border-bottom:2px solid #ffffff;}
/*
table.table_data tbody tr:hover td {
    background: #ccddff;
}*/
table.table_data td span a{
	font-weight: bold;	
	color: #000000;
	background-color: #07c1ef;
	padding: 1px 8px;
	margin-top: 5px;
	display: inline-block;
}

.td_caption_head{
	background: #ccddff; 
	padding: 6px;
	color: #000000 !important;
	vertical-align:top;
	text-align: left;
	font-weight: bold;
	line-height: 16px;
	font-size: 12px !important;
}
.td_caption_th{
	background: #e6eeff; 
	padding: 10px;
	color: #000000 !important;
	vertical-align:top;
	text-align: left;
	font-weight: bold;
	line-height: 14px;
	font-size:10px !important;
	vertical-align: top;
	border-radius: 15px 15px 15px 15px;
	margin-top: 12px !important;
	margin-bottom: 12px !important;
	margin-left: 12px !important;
}
.td_caption{
	background: #F2F4F4; 
	padding: 12px;
	color: #000000 !important;
	vertical-align:top;
	text-align: left;
	font-weight: bold;
	line-height: 14px;
	font-size:12px !important;
}
table.table_data_login {
    /*border: solid 1px #000000;*/
    border-collapse: seperate;
    border-spacing: 0;
    font: normal 12px Arial, sans-serif;
	opacity:0.8;
}
table.table_data_login thead th {
    background-color: #000099;
    border: solid 1px #DDEEEE;
    color: #336B6B;
	padding: 2px;
    margin-top:5px;
    text-align: left;
    text-shadow: 1px 1px 1px #fff;
}
table.table_data_login tbody td {
    /*border: solid 1px #DDEEEE;*/
    color: #333;
    /*padding: 0px;
    text-shadow: 1px 1px 1px #fff;*/
}
table.table_data_login-rounded {
    border: none;
}
table.table_data_login-rounded thead th { /*80aaff*/
    background-color: #80aaff;
    border: none;
	padding: 5px;
    margin-top:5px;
    text-shadow: 1px 1px 1px #ccc;
    color: #333;
}
table.table_data_login-rounded thead th:first-child {
    border-radius: 10px 0 0 0;
}
table.table_data_login-rounded thead th:last-child {
    border-radius: 0 10px 0 0;
}
table.table_data_login-rounded tbody td {
    border: none;
    /*border-top: solid 1px #957030;
    background-color: #EED592;*/
}
table.table_data_login-rounded tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}
table.table_data_login-rounded tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}
.mandtxtbox {
	background-color: #6EB3F3; /* Green */
    border: none;
    color: white;
    padding: 8px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}
.mandtxtbox:hover {
	background-color: #F25208;
}
.mandtxtbox_login {
	background-color: #777777!important; /* Green */
    border: none;
    color: white;
    padding: 8px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}
.mandtxtbox_login:hover {
	background-color: #F25208!important;
}
.mandtxtbox_white {
	background-color: #ffffff; /* Green */
    border: none;
    color: #000000;
    padding: 8px 8px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
	font-weight: bold;
	border: 1px solid #0FC2FB;
}
.mandtxtboxs {
	background-color: #FBFAB4;  /*Green */
    border: none;
    color: grey;
    padding: 5px 5px;
    text-align: center;
    display: inline-block;
    font-size: 11px;
	font-weight: bold;
	border: 1px solid #0FC2FB;
}

.customform{ font-size:12px; margin-bottom:10px;overflow: hidden; }

input, select, textarea{margin: 2px 0;border-radius:8px;padding: 0.225rem 0.225rem!important;}

.form_label{float:left;margin-left: 4px; padding-top:2px; font-weight:bold;}
.customform input[type=text],.customform input[type=date],.customform input[type=datetime],.customform input[type=datetime-local],.customform input[type=number],
.customform input[type=search],.customform input[type=time],.customform input[type=url],.customform input[type=email],.customform input[type=password],
.customform input[type=radio],.customform input[type=checkbox],.customform textarea,.customform select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	border:1px solid #dfdfdf;
    padding: 7px 0px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
	/*	-webkit-transition: border-color ease-in-out .45s,-webkit-box-shadow ease-in-out .45s;
		-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .45s,box-shadow ease-in-out .45s; */
    outline: none; 
    /*	border-radius: 0px;*/
	font-weight:normal!important;
}

.tooltip {
    position: relative;
    /*display: inline-block;*/    
	border-bottom:none!important;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #59b300;
	font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 5%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.tooltip2 {
    position: relative;
    /*display: inline-block;*/
    
	border-bottom:none!important;
}

.tooltip2 .tooltiptext2 {
    visibility: hidden;
    width: 200px;
    background-color: #006bb3;
	font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 5%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip2 .tooltiptext2::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip2:hover .tooltiptext2 {
    visibility: visible;
    opacity: 1;
}
.font-red{
	font-size: 14px; font-weight: normal; color: #ff0000;	
}
.font-reds{
	font-size: 12px; font-weight: normal; color: #ff0000;
}
.font-redss{
	font-size: 10px; font-weight: bold; color: #ff0000;
}
.font-blackss{
	font-size: 11px; font-weight: bold; color: #000000;
}
.font-blackssn{
	font-size: 10px; font-weight: normal; color: black;
}
.font-skybluessn{
	font-size: 10px; font-weight: normal; color: #008ae6;
}
.font-greenssn{
	font-size: 10px; font-weight: normal; color: green;
}
.font-redssn{
	font-size: 10px; font-weight: normal; color: red;
}
.font-open{
	font-size: 12px; font-weight: bold; color: #067EAA;
}
.font-in-progress{
	font-size: 12px; font-weight: bold; color: #008000;
}
.font-close{
	font-size: 12px; font-weight: bold; color: #000000;
}
.font-else{
	font-size: 12px; font-weight: bold; color: #ff0000;
}
.error{
	font-size: 12px; font-weight: normal; color: #ff0000 !important;
}
.font-black8vb{
	font-size: 12px; 
	font-weight: bold; 
	/*color: #000000;*/
	background-color: #00ADEF; /* Green */
    border: none;
    color: white;
    padding: 5px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
.font-red-sb{
	font-size: 12px; font-weight: normal; color: #ff0000; font-weight: bold;
}
.font-gray-sb{
	font-size: 12px !important; font-weight: normal; color: #d9d9d9;
}
.font-black-sb{
	font-size: 12px !important; font-weight: normal; color: #000000;
}
.font-table-data{
	font-size: 12px !important; font-weight: normal; color: #000000; vertical-align: top;
}
.font-table-data12{
	font-size: 12px !important; font-weight: normal; color: #000000;
}
.font-green-sb{
	font-size: 12px; font-weight: normal; color: #269900; font-weight: bold;
}
.font-blue-sb{
	font-size: 12px; font-weight: normal; color: #0000ff; font-weight: bold;
}
.tablehead{font-size: 14px; font-weight: bold; color: #59b300;}

#form_header_info_div {width:100%!important}
#form_header_info_div  h4{ font-size:22px; line-height:45px; color:#037dca;border-bottom:1px solid #dfdfdf; margin-bottom:10px}
#form_header_info_div  a{border: 1px solid red!important;}


/*   ------------------   Amit added New   ------------------   */

.header ul li {list-style-type: none;  display:inline; padding:0 5px; border-right:1px solid #ffffff;font-size:11px}
.header ul li:last-child{border:none}
.header ul li a{color:#FFFF99;  text-decoration:none;font-size:11px}
/* .header ul li:last-child a{color:#f00;} */
.header{width:100%; overflow:hidden; background: #6788AE; border-bottom: 1px solid rgba(255, 255, 255, 0.09); color:#fff}
.header .extra-pad{padding:0.5em 1em}
.header .logo{width:25%; float:left;}
.header .logo img{ width:85%; margin-top:5px}
.header .title{width:25%; float:left; text-align:center;}
.header .title h1{line-height:13px; float:left; font-size:24px}
.header .title p{line-height:15px}
.header  .menu{width:60%; float:right; text-align:right; padding: 2px 0 0 2px;}

/* Buttons */
.button, a.button, a.button:link, a.button:visited {
  border-color: rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0) rgba(0, 0, 0, 0.3);
  background-color:#00ADEF;
  border-style: solid;
  border-width: 1px;
  border-radius:8px;
  color: white;
  display: inline-block;
  padding: 0.625rem 1.25rem;
  text-align: center;
  transition: all 0.20s linear 0s !important;
  -o-transition: all 0.20s linear 0s !important;
  -ms-transition: all 0.20s linear 0s !important;
  -moz-transition: all 0.20s linear 0s !important;
  -webkit-transition: all 0.20s linear 0s !important;
}

.button:hover, a.button:hover, a.button:link:hover, a.button:visited:hover {
  box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.25) inset;
}
input[type="button"], input[type="submit"]{
  border-color: rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0) rgba(0, 0, 0, 0.3);
  background-color:#6699ff;
  border-style: solid;
  border-width: 1px;
  border-radius:8px;
  font-weight:bold;
  color: white;
  display: inline-block;
  padding: 0.625rem 1.25rem!important;
  text-align: center;
  transition: all 0.20s linear 0s !important;
  -o-transition: all 0.20s linear 0s !important;
  -ms-transition: all 0.20s linear 0s !important;
  -moz-transition: all 0.20s linear 0s !important;
  -webkit-transition: all 0.20s linear 0s !important;
}
input[type="text"]{
  border-style: 1px solid %0000ff;
  border-width: 1px;
  border-radius:8px;
  color: black;
  display: inline-block;
  padding: 0.225rem 0.325rem;
  text-align: left;
  transition: all 0.20s linear 0s !important;
  -o-transition: all 0.20s linear 0s !important;
  -ms-transition: all 0.20s linear 0s !important;
  -moz-transition: all 0.20s linear 0s !important;
  -webkit-transition: all 0.20s linear 0s !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 18px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 2px;
  top: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 18px;
}

.slider.round:before {
  border-radius: 50%;
}