.table .thead-dark th {
    background-color: rgb(81,126,123);
    border-color: rgb(227,227,227);
    border-radius: .5rem .5rem 0 0;
}
td{
    border:0px !important;
}
tr{
    border-bottom:1px solid #aaa;
    margin-top:10px;
    border-top:1px solid #DDD;
}
.fa-refresh {
    padding-left: 4px;
}
body > main > div.row > div > div > div > div > div.row.d-flex.flex-row.justify-content-around.mb-3.border-top-0 > div.col-12.col-md-6.col-lg-3.col-xl-2.py-2.d-flex.flex-wrap > div:nth-child(2) > label {
    margin-left: 15px;
}
/* .searchDate {
    width: 120px;
    margin-left: -15px;
}
.searchDateH {
    width: 120px;
    margin-left: 20px
} */
#formProcesos h5 {
    color: #0b1f1e;
    padding: 5px;
    background: rgb(125,169,166);
    width: max-content;
    border-radius: 0.5rem;
}
.login-box {
    border-radius: 1rem;
    z-index: 2;
}
.login-head {
    color: rgb(125,169,166);
}
.modal-content{
    border-radius: 1rem;
}
.login-content .logo{
    z-index: 1;
}
.login-content {
    background: url(https://albatros.cdohr.cl/cdo-login/Assets/images/splash-screen.jpg) no-repeat center center;
    /* -webkit-background-size: cover; */
    /* -moz-background-size: cover; */
    /* -o-background-size: cover; */
    /* background-size: cover; */
}
/* .login-content::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #67cb1e;
    opacity: 0.5;
} */
.login-content::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.modal-header {
    border-radius: 1rem 1rem 0 0;
}
.card {
    border-radius: 1rem;
}
.table {
    border-radius: 1rem;
}
.form-control {
    border-radius: 0.5rem;
}
.app-sidebar {
    background-color: rgb(23,63,60);
}
.btn {
    border-radius: 0.5rem;
}
.app-header a {
    background-color: #9dc941;
}
.app-title .btn {
    background-color: rgb(170,190,132);
    text-align: center;
    border-color: rgb(148,165,112);
}
.app-nav__item .fa {
    padding: .6rem;
    margin: 0;
    background-color: rgb(125,169,166);
    border-radius: 0.5rem;
}
.app-sidebar__toggle::before {
    padding: 7px;
    margin: 0;
    background-color: rgb(125,169,166);
    border-radius: 0.5rem;
}
.app-sidebar__toggle {
    padding: 7px;
}
.app-content {
    background-color: rgba(68,130,53,0.05);
}
.btn-info {
    background-color: rgb(125,169,166);
    border-color: rgb(125,169,166);
}
.btn-info:hover {
    background-color: rgb(40,167,69);
    border-color: rgb(40,167,69);
}
.app-sidebar__toggle:hover {
    background-color: rgb(138,176,62);
}
.app-nav {
    background-color: rgb(156,201,65);
}
.app-header {
    background-color: rgb(156,201,65);
}
.headerRegister, .header-primary, .headerUpdate {
    background: rgb(156,201,65);
    color: #FFF;
}
.toggle-flip input[type="checkbox"] + .flip-indecator:before {
    content: attr(data-toggle-off);
    background-color: #ddd;
    border-radius: 0.5rem;
}
.toggle-flip input[type="checkbox"]:checked + .flip-indecator:after {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: 0.5rem;
}
.sweet-alert button {
    border-radius: .5rem;
}
.sweet-alert {
    background-color: white;
    width: 478px;
    padding: 20px;
    border-radius: 1rem;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -259px;
    margin-top: -200px;
    -webkit-box-shadow: 0 4px 23px 5px rgb(0 0 0 / 20%), 0 2px 6px rgb(0 0 0 / 15%);
    box-shadow: 0 4px 23px 5px rgb(0 0 0 / 20%), 0 2px 6px rgb(0 0 0 / 15%);
    overflow: hidden;
    display: none;
    z-index: 99999;
}
.tile {
    border-radius: 0.5rem;
}
.app-nav li .dropdown-menu a {
    background-color: white!important;
}
.app-nav li .dropdown-menu a:hover {
    background-color: rgba(0,0,0,.05)!important;
}
*{
    scrollbar-width: auto;
    scrollbar-color: #a7d1ab #f4f7f3;
}

.bootstrap-select > .dropdown-toggle {
    color: #82878c;
    background-color: #ffffff;
    border-color: #ced4da;
}
.bootstrap-select > .dropdown-toggle:hover {
    text-decoration: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background: #f4f7f3;
}

*::-webkit-scrollbar-thumb {
    background-color: #a7d1ab;
    border-radius: 10px;
    border: 3px solid #87b08c;
}