body { background-color: #f4f6f9;position:relative;font-family: 'Open Sans', sans-serif; font-size:13px;line-height:18px;color: #282828;-webkit-text-size-adjust: none;}
h1,h2, h3, h4, h5, h6{font-family: 'Roboto', sans-serif; line-height: 1;font-weight:400; padding:0;margin:0 0 10px 0;font-family: 'Roboto', sans-serif; }
h1,h2,h3,h4,h5,h6{font-size:22px; color:#393939;}
img{
	max-width: 100%;
	vertical-align: middle;
}
.form-group{
	    margin-bottom: 1.4rem;
}
.btn{
	font-size:13px;
	background-color: #005597;
    color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius:50px;
	    padding: 10px 25px;
}

.errormsg{ color:#c50d0d; font-size:13px; display: block;}
.successbox{display:none;color: #155724; background-color: #d4edda; border-color: #c3e6cb;position: relative; padding:12px 15px; margin:0 0 20px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-align: center;width: 100%;}
.errorbox{display:none;color: #721c24; background-color: #f8d7da; border-color: #f5c6cb;position: relative; padding:12px 15px; margin:0 0 20px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-align: center;width: 100%;}

.btn:hover{
	background-color: #0463ad;
    color: #fff;
}

.i{
	width:24px;
	height:24px;
	display:inline-block;
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
}
.i-view{	
	background-image:url(../img/view.png);
}
.i-del{	
	background-image:url(../img/delete.png);
}


.modal .btn-close{
	position: absolute;
    top: 8px;
    right: 8px;
	z-index:1086;
}

.preventionbody{
	padding-top:30px;
	position: relative;
}
.preventionbody .textblue{
	font-weight:bold;
	text-decoration:underline;
	color:#0066a6;
}
.preventionbody .close{
	position: absolute;
	top:5px;
	right:10px;
}
.preventionbody h3{
	font-weight:bold;
	text-align: center;
	margin-bottom:20px;
}
.ap-table a{
	display: inline-block;
	margin: 0 0 0 8px;
}

.signup-box{
	width:100%;
}
.signup-box  iframe,.custom-frame{
	width:100%;
}

.contentbody{
	background:#f5f6fb;
	padding:20px 0;
}
.loginpage{
	background-color:#fff;
}
.loginpage .main-footer{
	text-align: center;
}
.loginwrap{
	margin-bottom:5px;
	min-height: calc(100vh - 40px);
}
.logowrap {
	padding:20px 0;
}
.logowrap .brandlogo{
	max-height:60px;
}
.loginbody  h3{
	font-size:28px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0 25px 0;
	padding:0;
}
.loginbody .formbox{
	max-width:400px;
	margin:0 auto;
}
.loginbody .formbox .btn{
	width:100%;
}

.loginbody .form-control{
	background-color:#efefef;
    border: 1px solid #efefef;
	    padding: .650rem .75rem;
	font-size: 0.85rem;
  height: calc(1.5em + 0.75rem + 12px);
}
.loginbody .form-control:focus{background-color:#efefef;border:1px solid #dad6d6 ;box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);}
.loginbody .btn{
	text-transform: uppercase;
	font-size:14px;
  height: calc(1.5em + 0.75rem + 14px);
}
.loginbody .forgetlink,
.loginbody .backlink{
	text-align: center;
	margin-top:-10px;
	margin-bottom:15px;
	padding-bottom:15px;
}
.loginbody .forgetext,
.loginbody .backtext{
	color:#29a4c8;
}
.forgotbody{
	display:none;
}
.forgotbody .backlink{
	margin-top:15px;
}
.coverimg{ text-align:center;}
.coverimg img{ max-height:450px;}
.regibody .formbox{
	max-width:100%;
	margin:0 auto;
}
.checkbox-terms label{
	max-width:680px;
}


.or{
	text-align:center;
	padding:0;
	margin:0 0 15px 0;
	position: relative;
}
.or span.ortext{
	display:inline-block;
	padding:5px 15px;
	background:#fff;
	position: relative;
	font-weight: bold;
}
.or span.ortext:before,.or span.ortext:after{
	content:'';
	display: block;
	width:80px;
	height:1px;
	background-color:#282828;
	position: absolute;
	top:50%;
}
.or span.ortext:before{
	left:-85px;
}
.or span.ortext:after{
	right:-85px;
}


[class*="sidebar-dark-"] {
  background-color: #0066a6;
}
[class*="sidebar-dark"] .brand-link {
  border-bottom:0px solid #0066a6;
}
.brand-link{
	text-align: center;
}
.brand-link .brand-image{
	display:none;
}
.sidebar-collapse .brand-link .brand-image{
	display:block;
}
.main-header .navbar-nav .fas,.main-header .navbar-nav .far{
	font-size:24px;
}
.main-header .user-item .nav-link{
	padding-top:0px;
	padding-bottom:0px;
}
.main-header .user-panel{
	padding-top:5px;
	padding-bottom:8px;
}
.main-header .user-panel .image{
	vertical-align:top;
	position: relative;
	top:-5px;
}
.dropdown-item{
	font-size:13px;
}
.content .btn{
	min-width:155px;
}
.card{
	padding:25px;
}
.card .table th{
	border-top:0px solid #dee2e6;
}
.subhead{
	display:flex;
	padding-bottom:15px;
}
.subhead .btn{
	
}
.dataTables_length label,.dataTables_filter label{
        display: flex;
        gap: 10px;
        align-items: center;
    }
.dataTables_length select{
        max-width: 100px;
    }

.dataTables_filter input{
        max-width: 200px;
 }

 .dataTables_filter{
 		display: flex;
    justify-content: end;
 }

 .dataTables_paginate {
 		display: flex;
    justify-content: end;
    align-items : center;
 }

 .dataTables_paginate .pagination {
    justify-content: flex-end; /* right side */
}

.dataTables_paginate .paginate_button  {
    color: #007bff;
    border-radius: 6px;
    margin: 0 2px;
    padding: 5px 10px;
    border: 1px solid #ddd;
}

.dataTables_paginate .paginate_button.current  {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.dataTables_paginate .paginate_button:hover {
    background-color: #f1f1f1;
    color: #000;
}

.dataTables_paginate .paginate_button:focus {
    box-shadow: none;
}



@media (min-width:600px){
		
}
@media (min-width:768px){
	.rowbar-md{
	  -webkit-box-orient: horizontal !important;
	  -webkit-box-direction: reverse !important;
	  -ms-flex-direction: row-reverse !important;
	  flex-direction: row-reverse !important;
	}
		
	.loginpage .main-footer{
		margin-left: 0!important;
	}
}
@media (min-width: 992px) { 
	.rowbar-lg{
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: reverse;
	  -ms-flex-direction: row-reverse;
	  flex-direction: row-reverse;
	}	
}
@media (min-width: 1020px) {	
}
@media (min-width: 1200px) { 
	.rowbar-xl{
	  -webkit-box-orient: horizontal !important;
	  -webkit-box-direction: reverse !important;
	  -ms-flex-direction: row-reverse !important;
	  flex-direction: row-reverse !important;
	}	
	.regibody .formbox{
		padding-left:50px;
	}
	.regibody .logleft{
	}
	
}

@media (min-width: 1320px) {
	
}
@media (min-width: 1400px) {
}
@media (min-width: 1800px) {
	
}

@media all and (max-width:1080px){
}
@media all and (max-width:991px){
}

@media all and (max-width: 767px){
	.registration-form{
		margin-bottom:35px;
	}
}

@media all and (max-width: 640px){
}
@media all and (max-width: 480px){
	.content-wrapper > .content{
		padding: 0 0.5rem;
	}
	.card{
		padding:15px 10px;
	}
}
@media all and (max-width:380px){
	
}
@media all and (max-width:360px){
}
