body {
  /*background-color: #fff;*/
  background-color: #f3f3f3;
  color: #333;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin-left: 50px;
}



p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  padding-right: auto;
  padding-top: 10px;
  font-weight: bold;
  

  
}


label {
	font-weight: bold;
}


table.details {
  box-sizing: border-box;
   
  /*background: #dce8f4 ;*/
  background: #b1e7df;
  border-style: solid;
  border-width: 10px;
  border-top-color: #eee;
  border-right-color: #f9f9f9;
  border-bottom-color: #eee;
  border-left-color: #f9f9f9;
  margin-bottom: 50px;
  display: inline-block;
  border-spacing: 0;
}
table.details td, th{
  text-align: left;
  /*font-size: 15px;*/
  font-size:calc(12px + 0.1vw);
  padding-left: 20px;
  padding-right: 20px;
  
}

table.details th{
	white-space: nowrap;
}

table.details caption {
  font-size: 15px;
  color: gray;
  padding-bottom: 1.0em;
  padding-top: 10px;
}

table.inpopup {
  border: 0px;
  width: 80%;
}

table.inpopup th td{
  border:0px;
}
/*

table.details th{
	border-left: 0px;
	border-right: 0px;
	border-top: 6px outset;
	border-bottom: 0px outset;
	
}

table.details th:first-child{
	border-left: 6px outset;	
}

table.details th:last-child{
	border-right: 6px outset;	
}


*/


table.details td {
	border-left: 0px;
	border-right: 0px;
	border-top: 6px ridge;
	/*border-left-style: solid;
	-webkit-border-image: 
      -webkit-gradient(linear, 100% 0, 0 0, from(gray), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: 
      -webkit-linear-gradient(left, gray, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:
      -moz-linear-gradient(left, gray, rgba(0, 0, 0, 0)) 1 100%;  
    -o-border-image:
      -o-linear-gradient(left, gray, rgba(0, 0, 0, 0)) 1 100%;
    border-image:
      linear-gradient(to left, gray, rgba(0, 0, 0, 0)) 1 100%; 
	*/
	
}

table.details td:first-child { 
	border-left: 0px; 
}



div.details {
	box-sizing: border-box;
   
  /*background: #dce8f4 ;*/
  background: #b1e7df;
  border-style: solid;
  border-width: 10px;
  border-top-color: #eee;
  border-right-color: #f9f9f9;
  border-bottom-color: #eee;
  border-left-color: #f9f9f9;
  margin-bottom: 20px;
  display: inline-block;
  border-spacing: 0;
  width: 300px;
  height: 200px;
  padding-left: 20px;
  padding-top: 20px;
}

h1{
  /*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
  

 text-shadow: -5px 5px 0px rgba(161, 161, 161, 0.38);
}


pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a {
  color: #000;
  &:visited {
    color: #666;
  }
  &:hover {
    color: #fff;
    background-color: #000;
  }
}

div {
  &.field, &.actions {
    margin-bottom: 10px;
    font-family: Verdana;
  }
}

#notice {
  color: green;
  text-align: center;
}

#alert {
  color: red;
  text-align: center;
}

.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    margin-bottom: 0px;
    background-color: #c00;
    color: #fff;
  }
  ul li {
    font-size: 12px;
    list-style: square;
  }
}

#authentication{
  position:absolute;
    top: 50%;
    left: 50%;
    width:55em;
    height:23em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -20em; /*set to a negative number 1/2 of your width*/
    //border: 1px solid #ccc;
    color: white;
    
 
       
}

.authchild{
    background: -webkit-linear-gradient(90deg, #43c0b0, #43c0b0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #43c0b0, #43c0b0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #43c0b0, #43c0b0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #43c0b0, #43c0b0); /* Standard syntax (must be last) */
    border: 2px solid;
    border-radius: 25px;
    padding: 1.5em;
    a {
      color: white;
      &:visited {
      color: white;
      }
      &:hover {
      color: white;
      background-color: #000;
      }
    }

}

.clear:after {
    clear: both;
    display: table;
    content: "";
}

#banner{
	background-color: #43c0b0;
	height: 85px;
	margin-left: -45px;
}



input[type="text"].inputform, input[type="password"].inputform {
    width: 320px;
    font-family: Tahoma;
    font-size: 15px;
}

input[type="number"].inputform {
    width: 320px;
    font-family: Tahoma;
    font-size: 15px;
}

select.inputform { 
	width: 320px;
	font-family: Tahoma;
    font-size: 15px;
}


input[type="text"].patientinput {
    width: 360px;
    font-family: Tahoma;
    font-size: 18px;
}

input[type="number"].patientinput {
    width: 360px;
    font-family: Tahoma;
    font-size: 18px;
}


input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

select.patientinput { 
	width: 360px;
	font-family: Tahoma;
    font-size: 18px;
}

input[type="number"] {
    width: 90px;
    font-family: Tahoma;
    font-size: 15px;
    /*
     border: none;
  border-bottom: 2px solid red;
  background-color: transparent;
     */
}
input[type="text"] {
   /* width: 90px; */
    font-family: Tahoma;
    font-size: 15px;
    /*
     border: none;
  border-bottom: 2px solid red;
  background-color: transparent;
     */
}

select {
   /* width: 90px; */
    font-family: Tahoma;
    font-size: 15px;
    /*
     border: none;
  border-bottom: 2px solid red;
  background-color: transparent;
     */
}

input[type="password"] {
    width: 90px;
    font-family: Tahoma;
    font-size: 15px;
}

textarea{
    /*width: 320px;*/
    font-family: Tahoma;
    font-size: 15px;
    resize: none;
}

table.dataTable caption {font-size:18px; font-weight: bold; text-shadow: -5px 5px 0px rgba(161, 161, 161, 0.38); }
table.dataTable td {padding-right: 10px;}
table.dataTable tr.odd { background-color: #d4dddd; }
table.dataTable tr.even { background-color: white; }
table.dataTable tbody tr { height: 45px;}
/*table#stimulus td:nth-child(3) {display:inline}*/
.dataTables_info { padding-top: 10px; }
.dataTables_paginate { padding-top: 10px; }
.dataTables_length { padding-bottom: 10px; }
.submit_button {
	margin-top: 20px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#140105;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:35px;
	line-height:35px;
	width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.submit_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.submit_button:active {
	position:relative;
	top:1px;
}

.patient_submit {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background: #f8ffe8; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #f8ffe8 0%, #cbf444 58%, #b7df2d 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f8ffe8), color-stop(58%,#cbf444), color-stop(100%,#b7df2d)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #f8ffe8 0%,#cbf444 58%,#b7df2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #f8ffe8 0%,#cbf444 58%,#b7df2d 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #f8ffe8 0%,#cbf444 58%,#b7df2d 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #f8ffe8 0%,#cbf444 58%,#b7df2d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#b7df2d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:3px solid #9dce2c;
	display:inline-block;
	color:red;
	font-family:Comic Sans MS;
	font-size:25px;
	font-weight:bold;
	font-style:normal;
	height:53px;
	line-height:23px;
	width:350px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
}
.patient_submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}.patient_submit:active {
	position:relative;
	top:1px;
}






.patient_abort {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background: #f8ffe8; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #f8ffe8 0%, #cbf444 58%, #b7df2d 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f8ffe8), color-stop(58%,#cbf444), color-stop(100%,#b7df2d)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #f8ffe8 0%,#cbf444 58%,#b7df2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #f8ffe8 0%,#cbf444 58%,#b7df2d 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #f8ffe8 0%,#cbf444 58%,#b7df2d 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #f8ffe8 0%,#cbf444 58%,#b7df2d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ffe8', endColorstr='#b7df2d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:3px solid #9dce2c;
	display:inline-block;
	color:red;
	font-family:Comic Sans MS;
	font-size:25px;
	font-weight:bold;
	font-style:normal;
	height:53px;
	line-height:53px;
	width:350px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
}
.patient_abort:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}.patient_abort:active {
	position:relative;
	top:1px;
}








.patient {
	margin:0px;padding:0px;
	width:850px;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.patient table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.patient tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.patient table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.patient table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.patient tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.patient tr:hover td{
	
}
.patient tr:nth-child(odd){ background-color:#ffaa56; }
.patient tr:nth-child(even)    { background-color:#ffffff; }.patient td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:7px;
	font-size:15px;
	font-family:Tahoma;
	font-weight:normal;
	color:#000000;
}.patient tr:last-child td{
	border-width:0px 1px 0px 0px;
}.patient tr td:last-child{
	border-width:0px 0px 1px 0px;
}.patient tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.patient tr:first-child td{
		background:-o-linear-gradient(bottom, #ff7f00 5%, #bf5f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #bf5f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");	background: -o-linear-gradient(top,#ff7f00,bf5f00);

	background-color:#ff7f00;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.patient tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ff7f00 5%, #bf5f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #bf5f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");	background: -o-linear-gradient(top,#ff7f00,bf5f00);

	background-color:#ff7f00;
}
.patient tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.patient tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}


.menu-nav{
	background: #b3dced; /* Old browsers */
	background: -moz-linear-gradient(top,  #b3dced 0%, #dce8f4 51%, #bce0ee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3dced), color-stop(51%,#dce8f4), color-stop(100%,#bce0ee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b3dced 0%,#dce8f4 51%,#bce0ee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b3dced 0%,#dce8f4 51%,#bce0ee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b3dced 0%,#dce8f4 51%,#bce0ee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b3dced 0%,#dce8f4 51%,#bce0ee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee',GradientType=0 ); /* IE6-9 */

  //border-radius:6px;
  margin-left: -45px;
  //width:940px;
  padding-top:10px;
  padding-bottom:10px;
  font-size:14px;
  padding-left:20px;
  
  //border-bottom: #E0F8F7 3px solid;
  margin-bottom:10px;
  text-align: center;
}

.menu-nav ul { margin: 0; padding: 0; list-style-type: none; list-style-image: none; font-size:18px; }

.menu-nav li { margin-right: 0px; display: inline; }

.menu-nav ul li a { text-decoration:none;  margin: 0px; padding: 15px 20px 15px 20px; color:#989898 ; }

.menu-nav ul li a:hover { 
				color:#3399FF; 
				-webkit-transition:color 300ms ease-in; 
				-moz-transition:color 300ms ease-in;
				-o-transition:color 300ms ease-in;
				transition:color 300ms ease-in; 
				}

.menu-nav li.current-menu-item a{ color: #fff; text-decoration:none; background-color:#16a085; }

.menu-nav li.current_page_item  { color: #fff; text-decoration:none; background-color:#16a085; }





.login ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
  
  
}
.login ul li {
  //font: bold 12px/18px sans-serif;
  display: inline-block;
  //margin-right: 10px;
  position: relative;
  padding: 15px 20px;
  cursor: pointer;
  color: blue;
  -webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
 
 background: #f0f9ff; /* Old browsers */
 background: -moz-radial-gradient(center, ellipse cover,  #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); /* FF3.6+ */
 background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f0f9ff), color-stop(47%,#cbebff), color-stop(100%,#a1dbff)); /* Chrome,Safari4+ */
 background: -webkit-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Chrome10+,Safari5.1+ */
 background: -o-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Opera 12+ */
 background: -ms-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* IE10+ */
 background: radial-gradient(ellipse at center,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.login ul li:hover {
  color: blue;
  background: #f0f9ff; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f0f9ff), color-stop(47%,#cbebff), color-stop(100%,#a1dbff)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* IE10+ */
  background: radial-gradient(ellipse at center,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.login ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.login ul li ul li { 
 
  display: block; 
  color: #fff;
  //text-shadow: 0 -1px 0 #000;
  background: #f0f9ff; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f0f9ff), color-stop(47%,#cbebff), color-stop(100%,#a1dbff)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* IE10+ */
  background: radial-gradient(ellipse at center,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.login ul li ul li:hover {
  background: #f0f9ff; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f0f9ff), color-stop(47%,#cbebff), color-stop(100%,#a1dbff)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* IE10+ */
  background: radial-gradient(ellipse at center,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 }
 
.login ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

















.listmanual ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
  
  
}
.listmanual ul li {
  //font: bold 12px/18px sans-serif;
  display: inline-block;
  //margin-right: 10px;
  position: relative;
  padding: 15px 20px;
  cursor: pointer;
  color: blue;
  /*
  -webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
 */
 background: #f0f9ff; /* Old browsers */
 background: -moz-radial-gradient(center, ellipse cover,  #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); /* FF3.6+ */
 background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f0f9ff), color-stop(47%,#cbebff), color-stop(100%,#a1dbff)); /* Chrome,Safari4+ */
 background: -webkit-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Chrome10+,Safari5.1+ */
 background: -o-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Opera 12+ */
 background: -ms-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* IE10+ */
 background: radial-gradient(ellipse at center,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.listmanual ul li:hover {
  color: blue;
  background: #f0f9ff; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f0f9ff), color-stop(47%,#cbebff), color-stop(100%,#a1dbff)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* IE10+ */
  background: radial-gradient(ellipse at center,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.listmanual ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.listmanual ul li ul li { 
 
  display: block; 
  color: #fff;
  //text-shadow: 0 -1px 0 #000;
  background: #f0f9ff; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f0f9ff), color-stop(47%,#cbebff), color-stop(100%,#a1dbff)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* IE10+ */
  background: radial-gradient(ellipse at center,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.listmanual ul li ul li:hover {
  background: #f0f9ff; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f0f9ff), color-stop(47%,#cbebff), color-stop(100%,#a1dbff)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* IE10+ */
  background: radial-gradient(ellipse at center,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
 }
 
.listmanual ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}





table.reportchart tbody tr td {
	padding-right: 20px;
}



 table.tableSection {
        display: table;
        width: 800px;
      
    }
    table.tableSection thead, table.tableSection tbody {
        float: left;
        width: 800px;
    }
    table.tableSection tbody {
        overflow-y: auto;
        height: 210px;
        //width:800px;
        background-color: white;
    }
    table.tableSection thead {
       color: white;
       display: inline-block;
  	   background-color: #1984c3;
       border-radius: 0.5em;
       border-bottom: 0.25em solid #0f5177;
       -moz-transition: 0.1s;
       -webkit-transition: 0.1s;
       transition: 0.1s;
       box-shadow: 0 2px 3px #ccc;
    }
    table.tableSection tr {
        width: 100%;
        display: table;
        text-align: left;
    }
    table.tableSection th, table.tableSection td {
        //width: 20%;
        text-align: left;
        padding-right: 0px;
        padding-left: 20px;
    }

}


.reskpitab {
	margin:0px;padding:0px;
	//width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
	
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
	
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
	
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}.reskpitab table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
	table-layout: fixed;
}.reskpitab tr:last-child td:last-child {
	-moz-border-radius-bottomright:14px;
	-webkit-border-bottom-right-radius:14px;
	border-bottom-right-radius:14px;
}
.reskpitab table tr:first-child td:first-child {
	-moz-border-radius-topleft:14px;
	-webkit-border-top-left-radius:14px;
	border-top-left-radius:14px;
}
.reskpitab table tr:first-child td:last-child {
	-moz-border-radius-topright:14px;
	-webkit-border-top-right-radius:14px;
	border-top-right-radius:14px;
}.reskpitab tr:last-child td:first-child{
	-moz-border-radius-bottomleft:14px;
	-webkit-border-bottom-left-radius:14px;
	border-bottom-left-radius:14px;
}.reskpitab tr:hover td{
	
}
.reskpitab tr:nth-child(odd){ background-color:#F7FFFF; }
.reskpitab tr:nth-child(even)    { background-color:#F7FFFF; }.reskpitab td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 0px 1px 1px;
	text-align:right;
	padding:7px;
	//font-size:10px;
	//font-family:Arial;
	//font-weight:normal;
	color:#000000;
}.reskpitab tr:last-child td{
	reskpitab-width:0px 0px 0px 0px;
}.reskpitab tr td:last-child{
	border-width:0px 0px 1px 1px;
}.reskpitab tr:last-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.reskpitab tr:first-child td{
	background:-o-linear-gradient(bottom, #43c0b0 5%, #43C077 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #43c0b0), color-stop(1, #43C077) );
	background:-moz-linear-gradient( center top, #43c0b0 5%, #43C077 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#43c0b0", endColorstr="#43C077");	background: -o-linear-gradient(top,#43c0b0,#43C077);

	background-color:#43c0b0;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.reskpitab tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #43c0b0 5%, #43C077 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #43c0b0), color-stop(1, #43C077) );
	background:-moz-linear-gradient( center top, #43c0b0 5%, #43C077 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#43c0b0", endColorstr="#43C077");	background: -o-linear-gradient(top,#43c0b0,#43C077);

	background-color:#43c0b0;
}.reskpitab td:first-child{
	border-width:0px 0px 1px 0px;
	text-align:left;
}
.reskpitab tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.reskpitab tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}


#table-wrapper {
  position:relative;
    //width:300px;
}
#table-scroll {
  height:150px;
  overflow:auto;  
  margin-top:20px;
}
#table-wrapper table {
  width:100%;
    
}
#table-wrapper table * {
  background:yellow;
  color:black;
}
#table-wrapper table thead th .text {
  position:absolute;   
  top:-20px;
  z-index:2;
  height:20px;
  width:20%;
  border:1px solid red;
}

.wrap {
    width: 902px;
}

.wrap table {
    width: 900px;
    table-layout: fixed;
}

table.head tr td {
    padding: 5px;
    border: 0px solid #eee;
    //width: 100px;
    word-wrap: break-word;
}

table.head{
	 color: white;
       border-collapse:collapse;
  	   /*background-color: #1984c3;*/
       background-color: #43c0b0;
       border-radius: 0.5em;
       border-bottom: 0.25em solid #0f5177;
       -moz-transition: 0.1s;
       -webkit-transition: 0.1s;
       transition: 0.1s;
       box-shadow: 0 2px 3px #ccc;
}



.inner_table {
    max-height: 200px;
    overflow-y: auto;
    overflow-x:hidden;
     background-color: white;
}

.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
