/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

a{
	color: #000;
}

i{
	font-size: 20px;
}
.menu-link {
    color: #005596;
}

.menu-link:hover {
	color: #222!important;
}

.accordion-header.accordion-active {
    background-color: #4db9f2;
}

.form-check {
    margin-bottom: 0.4rem;
}

.divider {
    margin: 1rem auto;
}

.dashboard-link{
	display: flex;
	height: 100px;
	align-items: center;
	justify-content: center;
	justify-content: center;
	
	text-align: center;
}

.dashboard-link {

	vertical-align: center;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 150px;
	background-color: #fff;
	font-weight: bold;
	color: #005596;
	flex-direction: column;
	border-radius: 7px;
	border: 1px #005596 solid;
}
.dashboard-link:first-child{
	
	width: 150px;
}
.dashboard-link i{
	font-size: 30px;
}

.bg-white{
	background-color: #fff;
}

.text-white{
	color: #fff;
}

.bg-blue-dark{
	background-color: #005596!important; 
}

.bg-blue-dark2{
	background-color: #03263f!important; 
}

.not_available{
	background-color:#b4b4b4!important; 
}

a {
    text-decoration: none !important;
    color: #3b3b3b;
}

.border-white{
	border-color: #fff;
}



.mask-black {
	padding: inherit;
	width: 100%;
	height: 100%;
	top: 0;
	transition: .5s ease;
	background-color: #000;

	opacity: 0;
	position: absolute;
 	
	text-align: center;
  }
  .mask-container:hover .mask-black{
	opacity: 0.3;
	overflow: hidden;
  }


  .status-box{
	padding: 0.375rem 0.75rem;
	border-radius: 0.25rem;
	font-size: 15px;
	background-color: rgb(109, 109, 109);
	display: inline-block;
	color: #fff;
  }

  .bg-orange{
	background-color: rgb(241, 143, 14);
}
  .bg-green{
	  background-color: rgb(9, 187, 83);
  }
  .bg-red{
	background-color: rgb(236, 12, 12);
}

  .fw-bold{
	  font-weight: bold!important;
  }

/*nav-pills modify, add underline animation*/

.nav-pills{
	display: flex;
	justify-content: center;
}
.nav-pills .nav-item{
	
	text-align: center;
	display: flex;
	justify-content: center;
}


  .nav-pills .nav-item .active{
	
	border-radius: 0%;
	background-color: transparent;
	color: #1f1f1f;
	border-bottom: 1px solid #1f1f1f;
	
}

  
/*under line animation effect*/
.cool-link {
    display: inline-block;
    color: rgb(56, 56, 56);
    text-decoration: none;
}

.cool-link:not(.active)::after {
    content: '';
    display: block;
    width: 0;
    height: 0.9px;
    background: rgb(85, 85, 85);
    transition: width .3s;
}

.cool-link:not(.active):hover::after {
    width: 100%;
    
}
/*under line animation effect, with color*/
.cool-link-tab {
    display: inline-block;
    color: rgb(56, 56, 56);
    text-decoration: none;
}

.tab-nav li:not(.ui-tabs-active) .cool-link-tab::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #bd9a66 !important;
    transition: width .3s;
}

.tab-nav li:not(.ui-tabs-active) .cool-link-tab:not(.ui-tabs-active):hover::after {
    width: 100%;
    
}
.button.button-border-white{
	border: #fff 2px solid!important; 
}

.button.button-border-white:hover {
	background-color: rgba(34, 34, 34, 0.247)!important;
	
	border: #fff 2px solid!important; 

}

#datatable_filter{
    display: none;
}

.table-filter {
    margin-top: 30px;
}

.table-filter div{
    margin-bottom: 10px;
}
.table-filter div:not(.status){
    width: 200px;
  
}
.table-filter div.status{

    margin-bottom: 10px;
}
.table-filter div.status .btn-group{
    flex-wrap: nowrap;
 
    margin-bottom: 10px;
}
.table-filter div .form-control{
   
        border: none;
        box-shadow: none;
        outline-style: none;
        width: 100%;
       box-shadow: none;
       border-bottom:1px solid #1F2937;
       border-radius: 0!important;
       padding-left: 5px;
}

 
 
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
   background: rgb(61, 61, 61)!important;
   color: #fff!important;
}
 
.notification{
	font-size: 22px;
}

.dropdown-menu-lg{
	min-width: 100px!important;
 
}

.text-primary{
	font-weight: bold;
	font-size: 18px;
	color: #000!important;
}


.table-responsive tr {

    text-align: center;
    
    

}
@media (min-width: 992px){
	.side-header.open-header #header-trigger {
		display: block;
		position: absolute;
		top:130px!important;
		left: 30px;
	}
}



@media (min-width: 992px){
	.side-header #header {
		width:300px ;
	}
}
@media (min-width: 992px){
	.side-header.open-header.side-header-open #header-trigger {
		left: 300px;
	}
}

.button-small{
	line-height: 20px;
}

@media (min-width: 576px){
.modal-dialog {
    max-width: 1200px;
}
}