
/********************************************************
********************************************************/
/********************************************************
********************************************************/

/********************************************************
********************************************************/
.pad0T {
	padding-top: 0px !important;
}
.pad0R {
	padding-right: 0px !important;
}
.pad0B {
	padding-bottom: 0px !important;
}
.pad0L {
	padding-left: 0px !important;
}
.pad0A {
	padding: 0px !important;
}
/********************************************************
********************************************************/
.pad5T {
	padding-top: 5px !important;
}
.pad5R {
	padding-right: 5px !important;
}
.pad5B {
	padding-bottom: 5px !important;
}
.pad5L {
	padding-left: 5px !important;
}
.pad5A {
	padding: 5px !important;
}
/********************************************************
********************************************************/
.pad10T {
	padding-top: 10px !important;
}
.pad10R {
	padding-right: 10px !important;
}
.pad10B {
	padding-bottom: 10px !important;
}
.pad10L {
	padding-left: 10px !important;
}
.pad10A {
	padding: 10px !important;
}
/********************************************************
********************************************************/
.pad15T {
	padding-top: 15px !important;
}
.pad15R {
	padding-right: 15px !important;
}
.pad15B {
	padding-bottom: 15px !important;
}
.pad15L {
	padding-left: 15px !important;
}
.pad15A {
	padding: 15px !important;
}
/********************************************************
********************************************************/
.pad20T {
	padding-top: 20px !important;
}
.pad20R {
	padding-right: 20px !important;
}
.pad20B {
	padding-bottom: 20px !important;
}
.pad20L {
	padding-left: 20px !important;
}
.pad20A {
	padding: 20px !important;
}
/********************************************************
********************************************************/
.pad30T {
	padding-top: 30px !important;
}
.pad30R {
	padding-right: 30px !important;
}
.pad30B {
	padding-bottom: 30px !important;
}
.pad30L {
	padding-left: 30px !important;
}
.pad30A {
	padding: 30px !important;
}
/********************************************************
********************************************************/
.pad40T {
	padding-top: 40px !important;
}
.pad40R {
	padding-right: 40px !important;
}
.pad40B {
	padding-bottom: 40px !important;
}
.pad40L {
	padding-left: 40px !important;
}
.pad40A {
	padding: 40px !important;
}
/********************************************************
********************************************************/
.mrg0T {
	margin-top: 0px !important;
}
.mrg0R {
	margin-right: 0px !important;
}
.mrg0B {
	margin-bottom: 0px !important;
}
.mrg0L {
	margin-left: 0px !important;
}
.mrg0A {
	margin: 0px !important;
}
/********************************************************
********************************************************/
.mrg5T {
	margin-top: 5px !important;
}
.mrg5R {
	margin-right: 5px !important;
}
.mrg5B {
	margin-bottom: 5px !important;
}
.mrg5L {
	margin-left: 5px !important;
}
.mrg5A {
	margin: 5px !important;
}
/********************************************************
********************************************************/
.mrg10T {
	margin-top: 10px !important;
}
.mrg10R {
	margin-right: 10px !important;
}
.mrg10B {
	margin-bottom: 10px !important;
}
.mrg10L {
	margin-left: 10px !important;
}
.mrg10A {
	margin: 10px !important;
}
/********************************************************
********************************************************/
.mrg15T {
	margin-top: 15px !important;
}
.mrg15R {
	margin-right: 15px !important;
}
.mrg15B {
	margin-bottom: 15px !important;
}
.mrg15L {
	margin-left: 15px !important;
}
.mrg15A {
	margin: 15px !important;
}
/********************************************************
********************************************************/
.mrg20T {
	margin-top: 20px !important;
}
.mrg20R {
	margin-right: 20px !important;
}
.mrg20B {
	margin-bottom: 20px !important;
}
.mrg20L {
	margin-left: 20px !important;
}
.mrg20A {
	margin: 20px !important;
}
/********************************************************
********************************************************/
.mrg30T {
	margin-top: 30px !important;
}
.mrg30R {
	margin-right: 30px !important;
}
.mrg30B {
	margin-bottom: 30px !important;
}
.mrg30L {
	margin-left: 30px !important;
}
.mrg30A {
	margin: 30px !important;
}
/********************************************************
********************************************************/
.mrg40T {
	margin-top: 40px !important;
}
.mrg40R {
	margin-right: 40px !important;
}
.mrg40B {
	margin-bottom: 40px !important;
}
.mrg40L {
	margin-left: 40px !important;
}
.mrg40A {
	margin: 40px !important;
}
/********************************************************
********************************************************/
.mrg50B {
	margin-bottom: 50px !important;
}

/********************************************************
********************************************************/
.font_10 {
	font-size: 10px !important;
}
.font_12 {
	font-size: 12px !important;
}
.font_14 {
	font-size: 14px !important;
}
.font_16 {
	font-size: 16px !important;
}
.font_18 {
	font-size: 18px !important;
}
.font_20 {
	font-size: 20px !important;
}
.font_24 {
	font-size: 24px !important;
}
.font_28 {
	font-size: 28px !important;
}
.font_32 {
	font-size: 32px !important;
}
/********************************************************
********************************************************/
.login-page, .register-page{
	background: url(../img/login-img1.png) no-repeat;
	background-size: cover;
	/*background-color: #e9ecef;*/
}

/*.login-page.forgot_bg{
	background: url(../img/change_pass_bg.png) no-repeat;
	background-size: cover;
}*/

.login-box, .register-box {
    width: 450px;
}
.login-box .card, .register-box .card {
    background-color: rgba(255,255,255,.7);
   
}

.login-card-body, .register-card-body {
    background-color: transparent;
    border-top: 3px #fbbe2d solid;
    color: #666;
    padding: 20px;
}

.login-card-body h3, .register-card-body h3{
	margin-top: 10px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}

.login-card-body h3 span, .register-card-body h3 span{
	color: #fbbe2d;
	font-weight: bold;
}



.login-card-body .form-control, .register-card-body .form-control {
	height: 45px;
    color: #495057;
    background-color: transparent;
    border: 0px solid #ced4da;
    border-bottom: 1px solid #ced4da;
	border-radius: 0;
	padding: 0;
}


.login-card-body .input-group-text, .register-card-body .input-group-text {
   
	
    background-color: transparent;
    border: 0px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
	padding: 0;
}

.login-card-body .form-control:focus, .register-card-body .form-control:focus, .login-card-body .input-group-text:focus, .register-card-body .input-group-text:focus {
    
   
    border: 0px solid #fbbe2d;
    border-bottom: 1px solid #fbbe2d;
	
}

.login-card-body .input-group .input-group-text, .register-card-body .input-group .input-group-text{
	color: #fbbe2d;
}

.login-card-body [class*=icheck-]>input:first-child+input[type=hidden]+label::before, .login-card-body [class*=icheck-]>input:first-child+label::before,
.register-card-body [class*=icheck-]>input:first-child+input[type=hidden]+label::before, .register-card-body [class*=icheck-]>input:first-child+label::before {
    border: 1px solid #fbbe2d;
}
.login-card-body p a{
	color: #666;
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.login-card-body p a:hover{
	color: #098bf9;
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.btn-blue{
	background: #098bf9;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: 'Poppins', sans-serif;
	border: #098bf9 1px solid;
	padding: 10px 30px;
	font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
	text-decoration: none;
	   transition-duration: 0.5s;
	   -webkit-transition-duration: 0.5s;
   }
   .btn-blue:focus, .btn-blue:hover {
	   background: #fbbe2d;
	   color: #000;
	   border: #fbbe2d 1px solid;
	   transition-duration: 0.5s;
	   -webkit-transition-duration: 0.5s;
   }

 .register-card-body a.log_txt{
	 color: #000;
 }
 .register-card-body a.log_txt:hover {
    color: #098bf9;
    transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
    transition: margin-left .3s ease-in-out;
    margin-left: 0;
}

.btn-blue.btn-sm {
    font-size: 13px;
    padding: 8px 25px;
}
.sub_head {
    margin-bottom: 20px;
    border-bottom: #ddd 1px solid;
    padding-bottom: 15px;
    position: relative;
}
.sub_head:after{
	width: 70px;
	height: 3px;
	background-color: #098bf9;
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
}

table.dataTable.table-theme thead th, table.dataTable.table-theme thead td {
    padding: 7px 12px;
    border-bottom: 1px solid #caccce;
    background: #6c757d;
    color: #fff;
    font-size: 13px;
}

table.dataTable.table-theme tbody th, table.dataTable.table-theme tbody td {
    padding: 7px 12px;
    font-size: 13px;
}


table.dataTable.no-footer {
    border-bottom: 1px solid #111;
}

/*.btn-block {
    text-align: center;
}*/

.row_sec_borderB{
	position: relative;
	min-height: 40px;
	margin-bottom: 15px;
}
.row_sec_borderB:after{
	width: 95%;
	height: 1px;
	border-bottom: #ddd 1px dotted;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #fff !important;
    border: 1px solid transparent;
    background: #ff0000;
    box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #000 !important;
    border: 1px solid #fbbe2d;
    background-color: #fbbe2d;
    background: #fbbe2d !important; 
   
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
   
    color: #fff !important;
    background: #098bf9;
}
.dataTables_wrapper .dataTables_paginate {
    padding-top: 15px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 38px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
   
}
.yell_bg{
	background-color: #feffa9;
}
/********************************************************
********************************************************/
table.dataTable#attn-record thead th, table.dataTable#attn-record thead td {
    padding: 2px 5px;
	text-align: center;
}

table.dataTable#attn-record tbody th, table.dataTable#attn-record tbody td {
    padding: 2px 3px;
	font-size: 13px;
	text-align: center;
}


table.dataTable#attn-record tbody tr th:nth-child(3), table.dataTable#attn-record tbody tr td:nth-child(3),
table.dataTable#attn-record tbody tr th:nth-child(2), table.dataTable#attn-record tbody tr td:nth-child(2) {
	text-align: left;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-item.active .nav-link{
    color:#098bf9;
}
table tr td .dropdown-toggle::after{
	display:  none;
}
table tr td ul.dropdown-menu {
    padding: 5px 10px;
}
table tr td ul.dropdown-menu a {
		display: block;
		color: #000;
		border-bottom: #ddd 1px dotted;
}
table tr td ul.dropdown-menu a:hover {
		color: #007bff;
}
		
table tr td .text-green, table tr td .text-red{
	cursor: pointer;
}
table tr td span.drop_ico {
    font-size: 11px;
    color: #656464;
    margin-left: 3px;
}

table tr td .btn-group, table tr td .btn-group-vertical {
   
    vertical-align: top;
}


/********************************************************
********************************************************/
.fixTab_Head {
  overflow-y: auto;
  height: 300px;
}
.fixTab_Head thead th {
  position: sticky;
  top: 0;
  z-index: 9;
}
.fixTab_Head table {
  border-collapse: collapse;        
  width: 100%;
}

.fixTab_Head thead th {
  border-bottom: 1px solid #caccce;
background: #6c757d;
color: #fff;
}


.fixTab_Head td, .fixTab_Head th {
	padding: 6px;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
	font-size: 14px;
	text-align: center;
}

.fixTab_Head tbody tr td:nth-child(2), .fixTab_Head tbody tr td:nth-child(3){
	text-align: left;
}

/********************************************************
********************************************************/
.btn.btn-act-pay, .btn.btn-act-print, .btn.btn-act-Download {
    width: 27px;
    height: 27px;
    background: #fff;
    border: #4d4d4d 1px solid;
    border-radius: 6px;
    padding: 5px;
    text-align: center;
    line-height: 15px;
    color: #4d4d4d;
    font-size: 13px;
    transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.btn.btn-act-print:hover, .btn.btn-act-Download:hover{
	background: #4d4d4d;
    border: #4d4d4d 1px solid;
     color: #fff;
	 transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.btn-act-pay img{
width: 100%;
}

/*.btn-block {
	text-align: center;
}*/
.btn-black{
	background: #4d4d4d;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: 'Poppins', sans-serif;
	border: #4d4d4d 1px solid;
	padding: 10px 30px;
	font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
	text-decoration: none;
	   transition-duration: 0.5s;
	   -webkit-transition-duration: 0.5s;
   }
   .btn-black:focus, .btn-black:hover {
	   background: #fbbe2d;
	   color: #000;
	   border: #fbbe2d 1px solid;
	   transition-duration: 0.5s;
	   -webkit-transition-duration: 0.5s;
   }
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    width: 100%;
}
.modal-header .close, .modal-header .mailbox-attachment-close {
   
    position: absolute;
    right: 15px;
}

/*table.table thead th, table.table thead td {
    padding: 4px 12px;
    border-bottom: 1px solid #caccce;
    background: #6c757d;
    color: #fff;
    
}*//*font-size: 13px;*/
table.table thead th, table.table thead td {
    padding: 4px 12px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    color: #000;
     font-size: 13px; 
}

.yellow_bg{
	background-color: lightyellow;
}
.table td, .table th {
    padding: 4px 10px;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
     font-size: 13px; 
}

.table.table-dark-border td, .table.dark-border th {
    padding: 4px 10px;
    vertical-align: top;
    border-bottom: 1px solid #111;
     font-size: 13px; 
}

.table-bordered.dark-border td, .table-bordered.dark-border th {
    border: 1px solid #111;
}


table.dataTable.table-theme.table-red thead th, table.dataTable.table-theme.table-red thead td {
    padding: 7px 12px;
    border-bottom: 1px solid #caccce;
    background: #ff0000;
    color: #fff;
    font-size: 13px;
}

table.table-theme.table-red thead th, table.table-theme.table-red thead td {
    padding: 7px 12px;
    border-bottom: 1px solid #caccce;
    background: #ff0000;
    color: #fff;
    font-size: 13px;
}

table.dataTable.stripe.table-blue tbody tr.odd, table.dataTable.display.table-blue tbody tr.odd {
    background-color: #cfd5ea;
}
table.dataTable.stripe.table-blue tbody tr.even, table.dataTable.display.table-blue tbody tr.even {
    background-color: #e9ebf5;
}
table.stripe.table-blue tbody tr.odd, table.display.table-blue tbody tr.odd {
    background-color: #cfd5ea;
}
table.stripe.table-blue tbody tr.even, table.display.table-blue tbody tr.even {
    background-color: #e9ebf5;
}
.table.table-blue td, .table-blue th {
    padding: 4px 10px;
    vertical-align: top;
    border-bottom: 1px solid #fff;
     font-size: 14px; 
}

.table-bordered.table-blue td, .table-bordered.table-blue th {
    border: 1px solid #fff;
}

table.dataTable.table-theme.table-light-blue thead th, table.dataTable.table-theme.table-light-blue thead td {
    padding: 7px 12px;
    border-bottom: 1px solid #fff;
    background: #e9ebf5;
    color: #000;
    font-size: 13px;
}
table.dataTable.table-theme.table-light-blue tbody th, table.dataTable.table-theme.table-light-blue tbody td {
    padding: 7px 12px;
    border-bottom: 1px solid #fff;
    background: #e9ebf5;
    color: #000;
    font-size: 13px;
}

.table-bordered.table-light-blue td, .table-bordered.table-light-blue th {
    border: 1px solid #fff;
}
.table.table-light-blue td, .table-light-blue th {
    padding: 4px 10px;
    vertical-align: top;
    border-bottom: 1px solid #fff;
     font-size: 14px; 
}

table.table.table-blue thead th, table.table.table-blue thead td {
    padding: 4px 12px;
    border-bottom: 1px solid #fff;
    background: #4472c4;
    color: #fff;
     font-size: 13px; 
}
.table-striped.table-blue tbody tr:nth-of-type(odd) {
    background-color: #cfd5ea;
}
table.table-blue tbody tr, table.table-blue tbody tr {
	 background-color: #e9ebf5;
}

table.table.table-light-blue thead th, table.table.table-light-blue thead td {
    padding: 4px 12px;
    border-bottom: 1px solid #fff;
    background: #e9ebf5;
    color: #000;
    font-size: 13px;
}

table.table.table-light-blue tbody th, table.table.table-light-blue tbody td {
    padding: 4px 12px;
    border-bottom: 1px solid #fff;
    background: #e9ebf5;
    color: #000;
    font-size: 13px;
}
table.dataTable.table-theme.table-blue thead th, table.dataTable.table-theme.table-blue thead td {
    padding: 7px 12px;
    border-bottom: 1px solid #caccce;
    background: #4472c4;
    color: #fff;
    font-size: 13px;
}



/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/
