.action_btn {
    width: 50px;
    text-align: center;
}

th {
    font-weight: bold;
    background-color: #DDEBED;
}

.table-responsive tr:hover td {
    background-color: #E1EAF4;
}

.form-control {
    border-width: 2px;
}
div#coefficienteKilometricoBox {
    width: 112px;
}

#trasfertaBox .d-flex {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}

#trasfertaBox .form-group {

    width: 138px;
}
html .sidebar-menu > li {
    
    margin: 6px;
    border-radius: 5px;
	-webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
    transition: color 250ms ease-in-out, background-color 300ms ease-in-out;
}
html .skin-blue .sidebar-menu > li > .treeview-menu {
    margin: 0;
    background-color: #ffffff17;
    border-radius: 6px;
}
.sidebar-menu > li:hover {
     background-color: #ffffff14;
 
}

html .skin-blue .logo {
    background-color: #1b51d9;
    text-align: center;
    width: -webkit-fill-available;
    position: relative;
    display: inline-block;
}
html .skin-blue .main-sidebar, html .skin-blue .left-side {
    background-color: #021f41;
	    margin-left: 10px;
	top: 10px;
    border-radius: 6px;
    overflow: hidden;
}
html .main-sidebar {
	position:fixed;
    width: 230px;
}

.dataTables_length {
    margin-top: 15px;
    position: relative;
} 
 @media (max-width:2400px) { 
body .sidebar-menu > li > a {
    padding: 0.8vh 5px 0.8vh 25px;
 
}
}

html body {
  
    color: #636b6f;
    background-color: #ecf0f5;
}
.box{
 transition: all 0.3s;
}
.box:hover {
  box-shadow: -2px 3px 15px #0000002d;
}

html .skin-blue .sidebar-menu > li.active > a:before {
    content: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 19px;
    width: 1px;
    background-color: #fd4c06;
}
html .skin-blue .sidebar-menu > li.active > a:after {
    content: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 19px;
    width: 1px;
    background-color: #fd4c06;
}
html .logo {
    text-align: center;
}

html .login-logo {
    max-width: 115px !important;
    margin: 0 auto !important;
}

html .main-header .navbar {
    transition: margin-left 0.3s ease-in-out;
    margin-bottom: 0;
    margin-left: 240px;
}
html .skin-blue .sidebar-menu > li > .treeview-menu {
    margin: 0;
}
html .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
    margin-right: 0;
    padding-left: 11px;
}
html .skin-blue .sidebar-menu > li.active > a {
    color: #ffffff;
    position: relative;
    background: linear-gradient(0deg, rgb(255 255 255 / 20%), rgb(255 255 255 / 5%) 60%, rgb(255 255 255 / 20%));
    border-radius: 6px;
}
.active .menu-open {
	background-image: none;
	
	
}


.required:after {
    color: #F00;
    font-size: 14px;
    content: " *";

}

.text-success {
    color: #00a65a;
}

.has-success .form-control {
    border-color: #00a65a !important;
}

.mwhite-background {
    background-color: white;
}
