@charset "utf-8";
/* CSS Document */

.margin-0 {margin:0px !important;}

.margin-top-0 {margin-top:0px;}
.margin-top-5 {margin-top:5px;}
.margin-top-10 {margin-top:10px;}
.margin-top-15 {margin-top:15px;}
.margin-top-20 {margin-top:20px;}
.margin-top-25 {margin-top:25px;}
.margin-top-30 {margin-top:30px;}
.margin-top-35 {margin-top:35px;}
.margin-top-40 {margin-top:40px;}
.margin-top-45 {margin-top:45px;}
.margin-top-50 {margin-top:30px;}

.margin-bottom-0 {margin-bottom:0px;}
.margin-bottom-5 {margin-bottom:5px;}
.margin-bottom-10 {margin-bottom:10px;}
.margin-bottom-15 {margin-bottom:15px;}
.margin-bottom-20 {margin-bottom:20px;}
.margin-bottom-25 {margin-bottom:25px;}
.margin-bottom-30 {margin-bottom:30px;}
.margin-bottom-35 {margin-bottom:35px;}
.margin-bottom-40 {margin-bottom:40px;}
.margin-bottom-45 {margin-bottom:45px;}
.margin-bottom-50 {margin-bottom:50px;}

.margin-left-0 {margin-left:5px;}
.margin-left-5 {margin-left:5px;}
.margin-left-10 {margin-left:10px;}
.margin-left-15 {margin-left:15px;}
.margin-left-20 {margin-left:20px;}
.margin-left-25 {margin-left:25px;}
.margin-left-30 {margin-left:30px;}
.margin-left-35 {margin-left:35px;}
.margin-left-40 {margin-left:40px;}
.margin-left-45 {margin-left:45px;}
.margin-left-50 {margin-left:50px;}

.margin-right-0 {margin-right:0px;}
.margin-right-5 {margin-right:5px;}
.margin-right-10 {margin-right:10px;}
.margin-right-15 {margin-right:15px;}
.margin-right-20 {margin-right:20px;}
.margin-right-25 {margin-right:25px;}
.margin-right-30 {margin-right:30px;}
.margin-right-35 {margin-right:35px;}
.margin-right-40 {margin-right:40px;}
.margin-right-45 {margin-right:45px;}
.margin-right-50 {margin-right:50px;}

.pl-left {float: left;}
.pl-right {float: right; display: none;}

.red-star {
	color: red !important;
}

.m-brand__logo-wrapper {
    margin-left: -10px;
}

.dark {
	color: #494E5D !important;
}

.dark-2 {
	color: #494E5D !important;
	font-weight: 400 !important;
	line-height: 30px !important;
}

/* .login_main_panel { */
/* 	width: 100%; */
/* 	height: 100%; */
/* 	background: url(../images/bg-8.jpg); */
/* 	background-size:cover; */
/* 	padding: 0px 20px; */
/* } */


.login_main_panel {
	width: 100%;
	height: 100%;
	background: url(../images/bg-8.jpg);
	background-size:cover;
	padding: 0px 20px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}



.main_part {
  position: absolute;
  margin: auto;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 800px;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 0px 20px #2C2C2C;	
}

.part-40 {
	width: 100%;
	height: 100%;
	background: #245590;
	padding: 50px 50px;
	box-sizing: border-box;
	float: left;
}

.part-50 {
	width: 50%;
	height: 100%;
	background: #ffffff;
	box-sizing: border-box;
	float: left;
}

.part-60 {display: none;}

.login-heading {
	text-align: left;
	font-size: 25px;
	font-weight: 600;
	color: #ffffff;
}

.name {
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	color: #ffffff;
}

.login-control {
	display: block;
	width: 100%;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25;
	color: #ffffff;
	background-color: transparent;
	background-clip: padding-box;
	border: none;
	border-bottom: 2px solid #5397e8;
	border-radius: 0px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
 .login-control::-ms-expand {
 	background-color: transparent;
 	border: 0;
	}
.login-control:focus {
	color: #001f44;
	background-color: transparent;
	border-color: #001f44;
}
 .login-control::placeholder {
 color: #868e96;
 opacity: 1;
}
.login-control:disabled, .login-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}
select.login-control:not([size]):not([multiple]) {
	height: calc(2.55rem + 6px);
}
 select.login-control:focus::-ms-value {
 color: #495057;
 background-color: #fff;
}
.login-control-file, .login-control-range {
	display: block;
	width: 100%;
}

.login-bttn {
	width: 100%;
	height: auto;
	display: block;
	padding: 10px 30px;
	background: #c12c40;
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	border: none;
	cursor: pointer;
}

.login-bttn:hover {
	background: #222222;
	color: #ffffff;
}

.forgot-password {
	display: block;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	float: none;
	margin-top: 12px;
	cursor: pointer;
}

.forgot-password:hover {
	color: #000000;
}

.copyrgt {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	bottom: 30px;
	position: absolute;
}

.validationMsg {
	color: red;
	font-weight: 400;
}

.dataTables_filter {
width: 50%;
float: right;
/* color: black; */
text-align: right;
}

.print, .dt-button {
background-color: #175295;
border-radius: 3px;
color: #fff;
float: left;
font-size: 15px;
height: 32px;
line-height: 32px;
margin-right: 10px !important;
text-align: center;
width: 100px;
}

.dataTables_length {
width: auto;
float: left;
color: black;
}

#listingTable_length select {
height: 35px;
text-align: center;
width: 60px;
}

#listingTable_filter input[type="search"] {
background-color: #ecf0f5;
border: 1px solid #b9bec3;
border-radius: 40px;
color: #30383e;
float: left;
font-size: 14px;
height: 32px !important;
line-height: 1.42857;
margin-right: 15px;
padding: 6px 12px;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
width: 325px;
}

.dataTables_wrapper {
position: relative;
min-height: 1px;
_height: 0px;
clear: both;
margin-top: 15px;
}

.dt-buttons {
float: right;
}

.dt-button.buttons-print {
background: #175295 none repeat scroll 0 0;
color: #ffffff;
margin-left: 5px;
}

th {
	background: #1a5293 !important;
	color: #ffffff !important;
	font-weight: 400 !important;
	vertical-align: middle !important;
	white-space: nowrap !important;
	padding: 7px 5px !important;
}

td {
	color: #575d69 !important;
	font-weight: 400 !important;
	vertical-align: middle !important;
	white-space: nowrap !important;
	padding: 7px 5px !important;
	border-top: 1px solid #d6d7da !important;
	border-bottom: 1px solid #d6d7da !important;
}

.label.label-info {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background: #34bfa3;
	color: #ffffff;
	font-size: 0.8rem;
	line-height: 20px;
	min-height: 20px;
	min-width: 20px;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	padding: 1px 10px;
}

.ct-name {
	color: #1c5192;
	font-weight: 600;
}

.red-box {
	border: 2px solid #cccccc;
	padding: 5px;
}

.img-responsive.bd-img {
	width: 60%;
	height: auto;
}

.bd-img-box {
	text-align: center;
}

.green-border-box {
	border: 5px solid green;
	padding: 15px;
	box-sizing: border-box;
	min-height: 280px;
}
.red-border-box {
	border: 5px solid red;
	padding: 15px;
	box-sizing: border-box;
	min-height: 280px;
}
.orange-border-box {
	border: 5px solid orange;
	padding: 15px;
	box-sizing: border-box;
	min-height: 280px;
}
.cen-red {
	color: red;
}

.ck-box {
	background: #ededed;
	border: 1px solid #D8D8D8;
	padding: 10px 10px;
	margin-top: 20px;
	}
	
/* .prev {
	background: #c62b3d !important;
}

.next {
	background: #c62b3d !important;
} */

.float-1 {
	float: right;
	padding: 5px 0px;
}

.float-2 {
	float: right;
	margin-right: 5px;
	padding: 5px 0px;
}

.status-margin {
	margin-top: 10px;
	margin-right: 10px;
	float: right;
}
#formLogin .login-control:focus{
	color:#ffffff;
}
