@font-face {
  font-family: OpenSans-Regular;
  src: url(web-fonts/OpenSans-Regular.woff);
}
@font-face {
  font-family: OpenSans-Light;
  src: url(web-fonts/OpenSans-Light.woff);
}
@font-face {
  font-family: OpenSans-ExtraBoldItalic;
  src: url(web-fonts/OpenSans-ExtraBoldItalic.woff);
}
@font-face {
  font-family: OpenSans-ExtraBold;
  src: url(web-fonts/OpenSans-ExtraBold.woff);
}
@font-face {
  font-family: OpenSans-Italic;
  src: url(web-fonts/OpenSans-Italic.woff);
}
@font-face {
  font-family: OpenSans-BoldItalic;
  src: url(web-fonts/OpenSans-BoldItalic.woff);
}
@font-face {
  font-family: OpenSans-Bold;
  src: url(web-fonts/OpenSans-Bold.woff);
}
html, body{ 
	font-family: OpenSans-Regular;
	margin:0px;
	padding:0px;
	font-size:14px;
	background:#F9F9F9;
}

a {  text-decoration: none; }
label{ font-weight:bold;}


.OpenSans-BoldItalic{
	font-family:OpenSans-BoldItalic;
}

.loading {
    background-color: #fff;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    text-align: center;
    top: 0px;
    width: 100%;
    z-index: 99;
    padding-top: 144px;
}
.loading h1 {
	margin-top: -5%;
	padding: 0px;
	color: brown;
	letter-spacing: 3px;
	text-shadow: 2px 2px #FF5733;
	font-family: OpenSans-BoldItalic;
	/* font-size: 56px; */
}
.loading-image {
    left: 38%;
    position: absolute;
    top: 127px;
    z-index: 100;
    width: 15%;
}

#refreshcaptcha {
	width: 13%;
	margin-top: 8px !important;
	cursor: pointer;
}
#captchaimg {
	/* margin-top: 5%; */
}
.star{
	font-family: OpenSans-Bold;
	color: #cb0707 !important;
}

.logo img {
	width: 100%;
	border-radius: 10px;
	border: 2px solid #b51111;
}

.company {
	padding-top: 1px;
	font-size: 30px;
	padding-left: 12%;
	font-family: OpenSans-ExtraBoldItalic;
	color: #fff;
}
.sub_company {
	font-size: 15px;
	color: #fff;
}
.header {
	background: linear-gradient(to right, #3a7bd5, #313333);
	padding: 8px 0px;
	border-bottom: 3px solid #4bc5e1;
	box-shadow: 0px 2px;
}
.logo {
	padding-top: 5px;
}

.login-banner {
	padding: 6px;
	margin-top:4%;
}

.login-banner img {
	width: 100%;
	/* border: 3px solid #3A6175; */
	border-radius: 10px;
	box-shadow: 5px 5px 0px lightgray;
	
}
.control-label{
	font-weight:bold;
}
.font-weight-bold{
	font-weight:bold;
}
.footer {
	border-top: 2px solid #3A678D;
	background: #344964;
	padding: 10px;
}

.footer p{
	color: #fff;
	font-weight:bold;
}

.maincontent{
	min-height:450px;
}
.mainmenu {
	background: #0A5A80;
}
.navbar.navbar-expand-lg {
	padding: 0;
	margin: 0;
}
#topmenu a {
	color: #fff;
	padding: 11px 13px;
	font-size: 13px;
	font-weight: bold;
}
.logform {
	margin-top: 7%;
}
#logoutbtn {
	color: #fff;
}
.inner-title {
	border-bottom: 3px solid #030D69;
	padding: 4px 22px;
	font-size: 16px;
	color: #830909;
	font-weight: bold;
	border-left: 2px solid #0A5A80;
	margin-top: 10px;
	border-radius: 10px;
	border-right: 2px solid #0A5A80;
	margin-bottom: 15px;
}
.inner-title1 {
	border-bottom: 3px solid #030D69;
	padding: 4px 22px;
	font-size: 16px;
	color: #830909;
	font-weight: bold;
	/* border-left: 2px solid #0A5A80; */
	margin-top: 10px;
	border-radius: 10px;
	/* border-right: 2px solid #0A5A80; */
	margin-bottom: 15px;
}

.text-right{ text-align:right; }
.text-center{ text-align:center; }
.text-left{ text-align:left; }
.text-justify{ text-align:justify; }
.page-title {
	font-size: 15px;
	font-family: OpenSans-BoldItalic;
	margin-bottom: 15px;
	border-left: 2px solid #0A5A80;
	border-right: 2px solid #0A5A80;
	padding: 5px;
	border-radius: 10px;
	border-bottom: 2px solid #000;
}
input:read-only {
    background-color: #f4f3f3 !important;
    color: #000 !important;
    cursor: not-allowed;
}
textarea:read-only {
    background-color: #f4f3f3 !important;
    color: #000 !important;
    cursor: not-allowed;
}

textarea {  resize: none; }
.select2-container .select2-selection--single {
	height: 33px;
}
.header-left {
	border-left: 2px solid #fff;
	padding: 1px 0px 2px 15px;
	color: #fff;
	font-weight: bold;
	font-family: OpenSans-ExtraBoldItalic;
	border-radius: 10px;
}
.nav-link.active {
	background: #fff;
	color: #0A5A80 !important;
	border-top: 2px solid #0A5A80;
	border-bottom: 2px solid #0A5A80;
	border-radius: 5px;
}
.nav-link:hover{
	background: #fff;
	color: #0A5A80 !important;
	border-top: 2px solid #0A5A80;
	border-bottom: 2px solid #0A5A80;
	border-radius: 5px;
}
.dropdown-menu {
	background: #0A5A80;
	margin-top: 0px !important;
}
.dropdown-item:hover, .dropdown-item {
	background: #0A5A80;
	color: #fff;
}
.modal-header {
	background: linear-gradient(to right, #3a7bd5, #edf0f0);
	color: #fff;
}
.modal-title {
	font-weight: bold;
}
.dt-buttons {
	margin-bottom: 10px;
	float: left;
}
.dt-search {
	float: right;
}
.dt-info {
	text-align: right;
	font-weight: bold;
}
.dt-paging {
	text-align: right;
}

.datatable_font{
	font-size: 12px;
}

#btn_datatable {
	font-size: 13px;
}