html,body{
	width:100%;
	height:100%;
}
body {
    color: #4b4b4b;
    font-size: 14px;
    background: #c7ecfc;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}
.graybdy {
	background:#7c7c7c;
}
img{
	max-width:100%;
	height:auto;
}
.logo img{
	height:80px;
}
.full{
	width:100%;
	float:left;
}
a{
	color:#fddd05;
}
a:hover{
	color:#FF0000;
}
.btn{
	margin:4px 3px !important;
}

.btn-dark {
    color: #000;
    background-color: #e0000096;
    border-color: #e0000096;
}

.btn-primary{
	background: rgb(55,113,159); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(55,113,159,1) 1%, rgba(43,64,119,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(55,113,159,1) 1%,rgba(43,64,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(55,113,159,1) 1%,rgba(43,64,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37719f', endColorstr='#2b4077',GradientType=0 ); /* IE6-9 */
}
.btn-primary:hover{
	background: rgb(43,64,119); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(43,64,119,1) 1%, rgba(55,113,159,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(43,64,119,1) 1%,rgba(55,113,159,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(43,64,119,1) 1%,rgba(55,113,159,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b4077', endColorstr='#37719f',GradientType=0 ); /* IE6-9 */
}

.btn-danger{
	background: rgb(247,0,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(247,0,0,1) 0%, rgba(150,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(247,0,0,1) 0%,rgba(150,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(247,0,0,1) 0%,rgba(150,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f70000', endColorstr='#960000',GradientType=0 ); /* IE6-9 */
}
.btn-danger:hover{
	background: rgb(150,0,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(150,0,0,1) 0%, rgba(247,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(150,0,0,1) 0%,rgba(247,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(150,0,0,1) 0%,rgba(247,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#960000', endColorstr='#f70000',GradientType=0 ); /* IE6-9 */
}
.btn-success{
	background: rgb(124,214,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(124,214,0,1) 1%, rgba(66,124,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(124,214,0,1) 1%,rgba(66,124,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(124,214,0,1) 1%,rgba(66,124,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cd600', endColorstr='#427c00',GradientType=0 ); /* IE6-9 */
}
.btn-success:hover{
	background: rgb(66,124,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(66,124,0,1) 1%, rgba(124,214,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(66,124,0,1) 1%,rgba(124,214,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(66,124,0,1) 1%,rgba(124,214,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#427c00', endColorstr='#7cd600',GradientType=0 ); /* IE6-9 */
}
.btn-warning{
	background: rgb(255,227,151); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,227,151,1) 0%, rgba(246,181,6,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,227,151,1) 0%,rgba(246,181,6,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,227,151,1) 0%,rgba(246,181,6,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe397', endColorstr='#f6b506',GradientType=0 ); /* IE6-9 */
	color:#000000 !important;
}
.btn-warning:hover{
	background: rgb(246,181,6); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,181,6,1) 0%, rgba(255,227,151,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(246,181,6,1) 0%,rgba(255,227,151,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(246,181,6,1) 0%,rgba(255,227,151,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6b506', endColorstr='#ffe397',GradientType=0 ); /* IE6-9 */
}
.btn-orange{
	background: rgb(255,168,76); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
	color:#ffffff !important;
}
.btn-orange:hover{
	background: rgb(255,123,13); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,123,13,1) 7%, rgba(255,168,76,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,123,13,1) 7%,rgba(255,168,76,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,123,13,1) 7%,rgba(255,168,76,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b0d', endColorstr='#ffa84c',GradientType=0 ); /* IE6-9 */
}
/*.btn-info {
    background-color: #fb7979 !important;
    border-color: #fb7979 !important;
}*/

.progress{
	margin:0;
	border-radius:20px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 26px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.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: 18px;
  width: 18px;
  left: 8px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #1a1a1c; /*#2196F3;*/
}

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

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

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

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


@media (min-width: 1200px){
.container {
    width:100%;
	max-width:1300px;
}
}

hr {
    border-top: 1px solid #cdcdcd;
}
.btn-default {
	color:#000000;
    border-color: #038ed6;
}


/********** LOGIN **********/
.loginbg{
	width:100%;
	float:left;
	/*background:url(../images/loginbg.jpg) no-repeat center;*/
	background-color:#d4ddee;
	background-size:cover;
	/*position:relative;*/
	min-height:100%;
	display:table;
}
/********** DARK VERSION **********/
.darkbg {
    background-color: #b6b6b6;
}
/*.darkbg .form-group p span, .darkbg span {
	color:#ffffff !important;
}*/
.formbodydark {
    background-color: #b6b6b6 !important;
}
/*.filtterdark label {
	color:#ffffff;
}*/
/*.filtterdark .form-control {
	background-color:#1a1a1c !important;
	color:#ffffff !important;
}*/
.important-light {
	background-color:#ffffff !important;
	color:#000000 !important;
}
/*.form-group.important-light p span {
	color:#000000 !important;
}*/
/********** DARK VERSION **********/
.login_in{
	display:table-cell;
	vertical-align:middle;
}
.login{
	width:100%;
	float:left;
	background:url(../images/loginleftbg.jpg) no-repeat left #ffffff;
	background-size:contain;
	border-radius:12px;
	box-shadow:#CCC 0 0 10px;
	overflow:hidden;
}
.login_form{
	float:right;
	/*background:#ffffff url(../images/crnrshape.png) top right no-repeat;*/
	background:#ffffff;
	padding:150px 50px;
	width:55%;
}
.login_form h1{
	color:#1c4ea4;
	font-weight:700;
	font-size:50px;
	margin-bottom:30px;
}
select.form-control {
	font-size:16px;
}
option {
    font-size: 20px;
    font-weight: 700 !important;
}
option:nth-child(odd) {
    background: #cccccc;
    color: #000000;
}
.pop_over {
	display:inline-block;
	position:relative;
	color:#000000 !important;
}
.pop_msg {
    position: absolute;
    left: 50px;
    top: 0;
    width: 250px;
    background: #fff;
    border: 1px #ccc solid;
    font-size: 13px;
    border-radius: 4px;
	opacity:0;
	transition: all ease-in-out 0.5s;
}
.pop_over:hover .pop_msg {
	opacity:1;
	transition: all ease-in-out 0.5s;
}
.pop_msg:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 12px;
    background: #ffffff;
    width: 15px;
    height: 15px;
    border: 1px #ccc solid;
    transform: rotate(45deg);
    border-top: none;
    border-right: none;
}
.pop_msg ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.pop_msg ul li {
    border-bottom: 1px #ccc solid;
    padding: 6px 10px;
}
/********** HEADER **********/
header {
    width: 100%;
    float: left;
    background: #fff;
    padding: 8px 0;
    color: #000;
    border-bottom: 2px #fff solid;
}
.logo{
	width:100%;
	float:left;
	padding: 2px 0 !important;
}
.logo img{
	/*height:40px;*/
}
.datetime {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    padding: 0;
    margin: 20px 0px;
}
.info {
    width: 100%;
    float: left;
    text-align: right;
    padding: 13px 0;
}
.note span{
	background:#24416b;
	padding:12px 30px;
	border-radius:8px;
	margin-right:15px;
}
.note a{
	font-size:16px;
	color:#ffffff;
	text-decoration:none !important;
}
.navbar-nav {
    float: none;
    margin: 0 auto;
	width:100%;
}
nav, .navbar{
	width:100%;
	float:left;
	background:#008fca;
	border-radius:0;
	margin:0;
	border:none;
	min-height: 0;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 7px 25px;
	margin:8px 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.nav > li > a:hover, .nav > li > a:focus, .nav > li.active > a {
    text-decoration: none;
    background-color: #fed11d;
    color: #315180;
	border-radius:5px;
}

/********** BODY **********/
.wrapper{
	width:100%;
	float:left;
	padding:10px 0;
}
.body{
	width:100%;
	float:left;
	padding:30px 0;
	background:#ffffff;
	border-radius:10px;
	box-shadow:rgba(0,0,0,.25) 0 0 15px;
	margin:15px 0;
}
.sky_bg {
	width:100%;
	float:left;
	background:#008fca; 
	color:#FFF;
	padding:15px 20px;
	position:relative;
	margin-bottom:30px;
}
.sky_bg img {
    position: absolute;
    left: 20px;
    top: 15px;
}
.sky_bg .media {
	min-height:62px;
}
.sky_bg .media-body {
	padding-left: 76px;
}
.bluebdy {
	background:#315180;
}
.light-head {
	background: #a4a4a4 !important;
	color: #000000 !important;
}
.bluebdy .btn-primary {
	color:#000000;
    background: #a4a4a4;
    border-color: #a4a4a4;
}
.body h2{
	margin:0 0 30px 0;
	font-size:18px;
	text-transform:uppercase;
	margin-left:-10px;
	font-weight:400;
	width:100%;
	float:left;
	position:relative;
}
.body h2 span{
	background:#1b3e72;
	color:#ffffff;
	padding:15px 20px;
	padding-right:90px;
	position:relative;
	float:left;
	overflow:hidden;
}
.body h2:before {
    background: #000000;
    width: 15px;
    height: 60%;
    position: absolute;
    left: 0px;
    bottom: -5px;
    transform: skew(0deg, 30deg);
    content: '';
    z-index: -9;
}
.body h2 span:after {
    background:url(../images/hedbg.jpg) no-repeat right center;
	background-size:contain;
    width: 20px;
    height: 100%;
    position: absolute;
    right:0;
    top: 0;
    content: '';
}
.body.bluebdy h2 span:after {
    background:url(../images/hedbgdark.jpg) no-repeat right center;
}
.body h2 span:before {
    background: #000000;
    width: 15px;
    height: 60%;
    position: absolute;
    left: 0px;
    bottom: -5px;
    transform: skew(0deg, 30deg);
    content: '';
    z-index: -9;
}
#chat-label3 {
	background:#f01e1e96  !important;
}
.table_part {
    width: 19%;
    float: left;
    margin: 0.5%;
    color: #0066cc;
}
.table_part tbody {
    width: 100%;
    float: left;
    height: 420px;
    /*overflow-y: auto;*/
}
.table_part ::-webkit-scrollbar {
  width: 5px;
}
.table_part table td {
    padding: 2px 10px !important;
	font-size:12px !important;
}
.formbody input:valid {
  /*border-color: hsl(96, 100%, 33%);*/
  border:2px solid #58c70f;
}
.table_part input[type="checkbox"] {
	margin-top: -6px !important;
	zoom: 1.6;
   /* height: 19px;
    width: 19px;
    margin-top: -10px !important;*/
}
.formbody select:valid {
  /*border-color: hsl(96, 100%, 33%);*/
  border:2px solid #58c70f;
}
.table_part ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.table_part ::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
table {
	border:none
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td {
	padding: 10px;
	text-align: center;
	border:none;
}
table th:first-child, table td:first-child{
	text-align: left;
}
table th {
	color:#1b3e72;
	font-weight:700;
}
thead tr {
    /* box-shadow: #eae9e9 0 3px 5px !important; */
    background: #ffffff;
    border-bottom: 3px #ccc solid;
}
tbody tr{
	border-bottom:1px #d8d8d8 solid;
}
tbody tr:last-child{
	border-bottom:none;
}
.group_table thead th:nth-child(1), .group_table tbody td:nth-child(1) {
    background: #f2ebf3;
}
.group_table thead th:nth-child(2), .group_table thead th:nth-child(3), .group_table tbody td:nth-child(2), .group_table tbody td:nth-child(3) {
    background: #dbf7f9;
}
.group_table thead th:nth-child(4), .group_table thead th:nth-child(5), .group_table tbody td:nth-child(4), .group_table tbody td:nth-child(5) {
    background: #f2f2f2;
}
.group_table thead th:nth-child(6), .group_table thead th:nth-child(7), .group_table tbody td:nth-child(6), .group_table tbody td:nth-child(7) {
    background: #e2edfd;
}
.group_table thead th:nth-child(8), .group_table thead th:nth-child(9), .group_table tbody td:nth-child(8), .group_table tbody td:nth-child(9) {
    background: #fdf7e1;
}
.group_table thead th:nth-child(10), .group_table thead th:nth-child(11), .group_table tbody td:nth-child(10), .group_table tbody td:nth-child(11) {
    background: #e5fde5;
}
.group_table thead th:nth-child(12), .group_table tbody td:nth-child(12) {
    background: #fbe7d8;
}
.group_table thead th:nth-child(13), .group_table tbody td:nth-child(13) {
    background: #fbe7d8;
}
tbody tr td p{
	margin:5px 0;
}
.pagination {
    margin: 30px 0 0 0;
	border-radius:0;
}
.pagination a {
    color: #000000 !important;
	font-weight:bold !important;
}

.pagination_div a {
    color: #000000 !important;
	font-weight:bold !important;
}
.pagination > li > a, .pagination > li > span {
    padding: 5px 20px;
    color: #000000;
    background-color:transparent !important;
    border: none;
    border-bottom: 3px #bbbbbb solid;
	border-radius:0 !important;
}
.pagination > li > a:hover{
    color: #769400;
    border-color:#769400;
}
.pagination > li:first-child a, .pagination > li:last-child a{
    color: #3f3f3f !important;
    border:none !important;
}
.pagination > li.disabled a{
    color: #e7e7e7 !important;
    border-color:#e7e7e7 !important;
}

.modal-title {
    color: #1158c3;
}
.modal-content {
    border: 12px solid rgb(232, 231, 231);
}
.heading{
	width:100%;
	float:left;
	border-bottom:1px #8dd3e0 solid;
	margin-bottom:30px;
	padding-bottom:30px;
}
.heading h1{
	color:#000000;
	font-weight:100;
	font-size:60px;
	margin:15px 0;
}
.heading h2{
	color:#315180;
	font-weight:bold;
	margin:15px 0;
}
.sm-block{
	width:20%;
	float:left;
	padding:1%;
}
.block-btn{
	width:100%;
	float:left;
	height:110px;
	position:relative;
	display:table;
	border-radius:5px;
	overflow:hidden;
	box-shadow:#839699 0 0 10px;
	padding:5px 10px;
	font-size:20px;
	font-weight:bold;
	color:#315180;
	text-decoration:none !important;
}
.block-btn:hover{
	color:#ef5858 !important;
}
.block-btn-in{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.count{
	width:100%;
	float:left;
	text-align:center;
	margin-top:50px;
	color:#000000;
	line-height:30px;
	margin-bottom:30px;
}
.count big{
	font-size:60px;
	font-weight:800;
	color:#3f6db0;
}
.md-block{
	width:25%;
	float:left;
	padding:1%;
}

.table-cont{
	max-height: 585px;
	overflow-y: auto;
	margin: 0;
	width: 100%;
	float:left;																				
}

.full2 {
	width: 100%;
	float: left;
	padding: 0 5% 5% 5%;
	text-align:center;
}
.full2 a {
	width:100%;
	float: left;
	padding:5px 0;
	color: #2b3f7b;
	font-size: 18px;
	font-weight: bold;
}
.full2 a:nth-child(odd){
	background:#ccc;
}

/********** FOOTER **********/
footer{
}


/***************************/
.top {
    width: 100%;
    float: left;
    background: #1c3b6e;
    padding: 15px 20px;
    color: #ffffff;
}
.top {
    width: 100%;
    float: left;
    background: #1c3b6e;
    padding: 15px 20px;
    color: #ffffff;
}
.popover.bottom {
	background: #1c3b6e;
    padding: 8px 10px;
    color: #ffffff;
	width:auto;
}
.popover.left {
	background: #1c3b6e;
    color: #ffffff;
}
/*.popover {
	opacity:0 !important;
}
.btn-pop:hover .popover {
	opacity:1 !important;
}*/
.top_close {
	position:absolute;
	top:0;
	right:0;
}
.top h2{
	color:#ffffff;
	margin:11px 0;
	font-size:20px;
}
.top h2 small{
	color:#ffffff;
	font-size:16px;
}
.bottom {
    width: 100%;
    float: left;
    background: #ededed;
    padding: 10px 20px;
}
.bottom .btn{
	border-radius: 12px;
}
.bottom .btn-primary{
	background: #1c3b6e;
}
.btn-light{
	background: #9cb7ca;
}
.bottom .btn-sm {
    padding: 5px 20px;
    font-size: 11px;
    border-radius: 30px;
    font-weight: bold;
    margin: 2px 0 !important;
}
.bottom .btn-warning{
	background: #fbd61e;
	border-color: #fbd61e;
}

.filtter {
    width: 100%;
    float: left;
    background: #7DA27E;
    padding: 8px 20px 0px 20px;
}

.filtter .form-control{
	border-radius: 10px;
	height: 40px;;
	margin: 0 0 15px 0;
}
.top-form {
    padding-top: 240px !important;
}
.formbody {
    width: 100%;
    float: left;
    padding: 15px 20px;
    background: #bcd1d1;
}
.formbody .form-control{
	border-radius: 8px;
}

.formbody .form-group {
    margin-bottom: 8px;
    min-height: 40px;
}

.important{
	/*background: #acebff;*/
	background-color: #c2e0f4;
	color: #000000;
	padding: 15px;
	border-radius: 10px;
}

.formbody table td {
    padding: 7px 10px;
    text-align: left !important;
}
.formbody table th {
    background: #1c3c6f;
    color: #ffffff;
    padding: 5px 10px;
    text-align: center;
    width: 100%;
	float: left;
	display: block;
}
.formbody table {
    font-size: 14px;
    background: /*#dcdcdc*/ #f1f8fa;
    border-radius: 6px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.table_rep {
	border:2px #9cc8f4 solid;
	border-radius:8px;
}
.radio-border {
	border:1px #ccc solid;
	padding:5px;
	border-radius:8px;
}
.radio-border.active {
  /*border-color: hsl(96, 100%, 33%);*/
  border:2px solid #58c70f;
}
.formbody .form-group {
    margin-bottom: 8px;
	min-height:60px;
}
.formbody .form-group p {
    margin: 0 0 5px;
}
.bg-green {
	position:absolute;
	left:0;
	bottom:0;
}
.formbody table td{
    font-size: 14px;
}
.formbody .btn-success{
	background: #43a800;
}
.formbody .btn{
	border-radius: 8px;
}
.formbody .btn-block{
	margin: 10px 0 0 0 !important;
}
.formbody table tr {
    display: block;
    border: none;
    width: 100%;
    margin: 0;
	border-bottom: 1px #9cc8f4 solid;
}
/*.formbody table tr:nth-child(odd) {
    background: #d9edf7;
}*/
.formbody table tr td li {
    width: 100%;
    float: left;
    padding: 2px 15px;
    margin-bottom: 3px;
    list-style-type: none;
    border-bottom: 1px #9cc8f4 solid;
}

.formbody table tr td li:last-child, .formbody table tr:last-child {
	border-bottom:none;
}
/*.formbody table tr td li:nth-child(even) {
    background: #f5d4cf;
}
.formbody table tr td li:nth-child(odd) {
    background: #fafdd4;
}*/
.formbody table thead {
    display: block;
}

.navbar-toggle {
    padding: 5px 10px;
    background-color: #fddd05;
    border-color: #ffffff;
    color: #24416b;
    margin: 6px 0;
}

/********** MEDIA **********/
@media (max-width: 1199px){
/*.info{
    width: 60%;
	margin:0 0;
}*/
.note span {
    padding: 7px 15px;
    margin-right: 0;
    float: right;
    margin-bottom: 10px;
}
/*.datetime {
    margin-bottom: 10px;
}
.note {
    margin: 10px 0 0 0;
}
.logo {
    margin: 15px 0;
}*/
.nav > li > a {
    padding: 7px 14px;
    font-size: 14px;
}
.login_form {
    padding: 60px 40px;
}
.table_part tbody {
    height: 450px;
}
.formbody table th {
    min-height: 55px;
}
}
@media (max-width: 991px){
table {
	border: 0;
}
table thead {
	display: none;
}
table tr {
    display: block;
    border: 2px solid #ddd !important;
    width: 96%;
    margin: 2%;
}
table td {
	display: block;
	text-align: right !important;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
}
table td:last-child {
	border-bottom: 0;
}
table td:before {
	content: attr(data-label);
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 20px;
	font-size:12px;
}
table th:first-child, table td:first-child {
    background: #1b3e72;
    color: #fff;
}
.navbar-toggle {
    margin: 6px 15px;
}
.logo {
    margin:0 0 15px 0;
    text-align: center;
    width: 100%;
}
.datetime {
	padding:0;
}
.info {
    width: 100%;
    margin:10px 0 0 0;
    text-align: center;
	padding:0;
}
.visible-xs, .visible-sm{
	display:inline-block !important;
}
.note span {
    padding: 7px 7px;
    width: 100%;
}
.body h2 span {
    padding-right: 50px;
}
.login {
    background-image:none;
}
.login_form {
    width: 100%;
}
.sm-block{
	width:33.33%;
}
.md-block{
	width:50%;
}
.formbody table {
    border-radius: 0;
}
}
@media (max-width: 767px){
.login_form {
    background-image:none;
	border-top:10px #1c50a3 solid;
	border-bottom:10px #1c50a3 solid;
}
.login {
    border-radius:0;
}
.login_form h1{
    font-size:40px;
}
}
@media (max-width: 575px){
.sm-block{
	width:50%;
}
.pop_msg {
    left: auto;
    top: 50px;
    right: -43px;
}
.pop_msg:before {
    left: auto;
    right: 60px;
    top: -8px;
    border-bottom: none;
    border-top: 1px #ccc solid;
}
}
@media (max-width: 480px){
.heading h1 {
    font-size: 44px;
}
}
@media (max-width: 420px){
.sm-block, .md-block{
	width:100%;
}
}