.form-login .logo-login img {
    width: 30%;
}
.header .logo {
    width: 75px;
}
#content-wrapper {
  border-radius: 0px;
  background: #E5E5E5;
}
.header {
  background: #fff;
}
.main {
  padding-top: 75px;
}

.header .container-flex{
height: 75px;
}
.container-2-row{
  padding: 0px 10px;
}

/*color*/
.sidebarnav .sidebarnav-list > li h2 {
  color: #000;
}
.container-2-row .font-xl {
  color: #000;
}
.box-header h2 {
  color: #000;
}
.lab-2-col > label {
  color: #000;
}   
.sidebarnav .sidebarnav-list .submenu li a:hover, .sidebarnav .sidebarnav-list .submenu li a.active {
  color: #000;
}
.sidebarnav .sidebarnav-list .submenu li a.active i {
  color: #fff!important;
}
 
.form-login .btn-detail {
  background: #000 !important;
}
.form-login {
  background: #E5E5E5;
}

.btn-detail {
  height: 33px;
  background: #c4c4c4;
  font-weight:400px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border-radius: 5px;
  position: relative;
  min-width: 140px;
}

.btn-red.btn-detail {
  color: #fff !important;
  background: #0000cd !important; 
}

.sidebarnav .sidebarnav-list .submenu li a:hover {
  color: #0000cd!important;
} 
.sidebarnav .sidebarnav-list .submenu li a.active {
	color: #fff!important;
}
.sidebarnav .sidebarnav-list .submenu li a.active {
  background: #0000cd!important;
}




/*table*/
.table-custom tbody {
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #000;
}

.table-striped tbody tr:nth-of-type(n) {
  background-color: rgb(249, 249, 249);
}
.table-striped tbody td:nth-of-type(2n+1) { 
  background-color: rgb(242, 242, 242);
}

.checkbox-badge {
  font-size: 12px;
  background-color: #000;
}
  
.btn-detail i {
  top: 0px!important;
}
  
.pointer {
  cursor: pointer;
}

.hidden {
  visibility: hidden;
}

