/* Login CSS */
body.login-page {
	height: auto;
	background: #f9f9f9;
}
/*custom css*/
body{
font-size: 16px !important;
}

.small-box{
	border-radius:5px !important;
}
/*custom css ends*/
.login-box, .register-box {
    margin: 10% auto;
}
.login-box-body, .register-box-body {
    background: #fff;
    border-top: 0;
    color: #666;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 50px 20px 30px 20px;
    border-radius: 10px;
}
.login-box-body .form-control {
    padding-right: 42.5px;
    margin-bottom: 20px;
	height: 44px;
}
.login-box-body .form-control-feedback {
    width: 44px;
    height: 44px;
    line-height: 44px;
}
.login-box-body .lsignin {
    margin-top: 10px;
	border: 0px;
}

/* Pages CSS */
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle !important;
}
.boxgrid {
    box-shadow: none !important;
}
.boxgrid, .boxgrid .box-footer {
    background: transparent !important;
	border-top: 0px solid #d2d6de !important;
}
.boxgrid .box-header {
    margin-bottom: 0px !important;
	padding: 20px !important;
}
.boxgrid .box-header>.box-tools {
    top: 15px !important;
}
.table>tbody>tr:first-child, .table>tbody>tr:first-child:hover {
	background: #000 !important;
	color: #fff !important;
}
.table>tbody>tr>td .btn {
    border-radius: 50%;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px 15px !important;
	border-bottom: 1px solid #d5d5d5;
}
.table>tbody>tr {
    background: #fff !important;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.table>tbody>tr:hover {
    background: #f7f7f7 !important;
}
.boxgrid .box-body>.table {
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0 5px;
}
.loader {
position: absolute;
    z-index: 999999;
    margin: 0px auto;
    width: 100%;
	height: 200%;
    text-align: center;
	backdrop-filter: blur(4px);
	background: #00000040;
	display: none;
	  justify-content: center;
	  align-items: center;
}

.loadingspinner {
  pointer-events: none;
  width: 2.5em;
  height: 2.5em;
  border: 0.4em solid transparent;
  border-color: #eee;
  border-top-color: #3E67EC;
  border-radius: 50%;
  -webkit-animation: loadingspin 1s linear infinite;
          animation: loadingspin 1s linear infinite;
		  margin: 0px auto;
}

@-webkit-keyframes loadingspin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loadingspin {
  100% {
    transform: rotate(360deg);
  }
}
.alert-success{
background-color: #5cb85c85 !important;
}
.label{
	    font-size: 90% !important;
}

.table>tbody>tr:first-child, .table>tbody>tr:first-child:hover {
    background: #3c8dbc !important;
    color: #fff !important;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #1a5b76  !important;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li.menu-open>a {
    color: #fff;
    background: #4d8399;
	    font-size: 17px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
	color: #333333ab;
}
 .form-control {
    border-radius: 5px !important;
}

.select2-container .select2-selection--single {
   
    height: 35px !important;
}