.excel {
    border: solid 1px #67b250;
    color: #67b250;
    background-color: #fff;
}

.filter {
    border: solid 1px #67b250;
    color: #67b250;
    background-color: #fff;
}

.excel:hover {
    background-color: #67b250;
    color: #fff;
}

.filter:hover {
    background-color: #67b250;
    color: #fff;
}

.block-buttons {}

#observaciones {
    border: 1px solid #eaedf0;
}

.label.state-history {
    padding: 8px 4px;
    max-width: 86px;
    font-size: 12px;
    width: 100%;
}

.txt-error {
    font-weight: bold;
    color: #ba443d;
}

.filtros-avanzados {
    color: #000;
}

.btn-filter {
    color: #000;
}

.dropdown-menu {
    max-height: 200px;
    overflow: auto;
}

.option-filter:hover {
    color: #000;
}

.badge-green {
    color: #fff;
    background-color: #1d4810;
}

.files i {
    color: #67b250;
}

.register-user small {
    font-weight: bold;
    color: #c52736;
}

.register-user label span {
    font-weight: bold;
    color: #c52736;
    font-size: 12px;
}

.register-user .card-header {
    background-color: #67b250;
    color: #fff;
    font-size: 15px;
}

.register-user {
    background-image: url('../images/login-register.jpg');
    height: 100vh;
}

.profile-user .card-header {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #000;
    font-weight: bold;
    font-size: 15px;
}

.profile-user .txt-info {
    font-size: 1.1em;
    ;
}

.profile-user .txt-info span {
    background-color: #fff3cd;
    padding: 5px;
}

.select2-results__options .select2-results__group {
    color: #75b760;
    text-transform: uppercase;
}

.fa-search {
    color: #75b760;
}

.txt-search-request {
    font-size: 1.0em;
    font-weight: bold;
    border-radius: 4px;
}

.collapse-info {
    font-weight: bold;
    font-size: 1.14em;
}

.collapsing {
    transition-property: height, visibility;
    transition-duration: .60s;
}

.dashboard {
    background-image: url('../images/dashboard/fondo.png');
}

.dashboard .circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 12px;
}

.activities .comment {
    border: solid 1px #efefef;
    border-radius: 10px;
    box-shadow: 3px 4px 7px #cbc7c7;
    padding: 7px;
    margin: 0px;
}

.activities .circle-comment {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 12px;
}

.activities .title-activity {
    border: transparent;
    font-size: 18px;
    color: #918c8c;
    margin-top: 7px;
}

.activities .txt-comment {
    padding-left: 36px;
}

.dashboard button:hover {
    background-color: #75b760;
    border: #75b760;
}

.dashboard button {
    font-size: 25px;
}

.dashboard .welcome-title {
    font-size: 27px;
}

.dashboard .welcome-description {
    font-size: 20px;
    margin-top: 43px;
}

.welcome-description .point-out {
    font-weight: 600;
}

.dashboard .general-view {
    font-size: 27px;
    text-align: left;
    color: #75b760;
    font-weight: 500;
}

.dashboard .graph-box {
    border: solid 1px #efefef;
    padding: 22px;
    box-shadow: 3px 4px 7px #efefef;
    background-color: #fff;
}

.graph-box .total-requests {
    font-weight: 600;
    font-size: 80px;
    color: #75b760;
    padding: 0px;
    margin: 0px;
}

.graph-box .txt-pqrs {
    font-size: 15px;
}

.graph-box .classification-title {
    font-size: 20px;
    font-weight: 450;
    margin-bottom: 10px;
}

.graph-box .classification-circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 11px;
}

.graph-box .classification-state {
    font-size: 16px;
    margin-bottom: 4px;
}

.boxes .box-title {
    color: #75b760;
    font-weight: 600;
}

.boxes .img-box {
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.boxes .icon-created {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 20px;
    border: solid 1px #75b760;
}

.filters-dashboard h1 {
    color: #75b760;
    font-weight: 600;
    font-size: 40px;
}

/* .boxes select {
    border: transparent;
} */

.filters-dashboard select {
    border: transparent;
}

.profile-user .txt-info-note {
    background-color: #fef9cb;
    font-weight: 500;
    padding: 6px 5px 7px 8px;
    border-radius: 9px;
}

.show_hide_password i {
    margin-left: 6px;
    margin-top: 14px;
}

.loading img {
    max-width: 80px;
}

.cancel-register {
    border: solid 1px #67b250;
    color: #67b250;
    background-color: #fff;
}

.cancel-register:hover {
    background-color: #67b250;
    color: #fff;
}

.backlink a {
    text-decoration: none;
}

.backlink a:hover {
    color: #67b250;
    font-weight: 600;
}

.backlink span {
    font-size: 14px;
}

.backlink i {
    font-size: 14px;
}

.recover-pass .card-header {
    font-size: 15px;
    font-weight: 600;
}

.recover-pass .instructions {
    background-color: #e0f4da;
    margin: 4px;
    border-radius: 5px;
    padding: 5px;
}

.recover-pass .instructions small {
    font-size: 15px;
}

#modalSoporte .modal-title,
h4 {
    font-weight: 400;
    font-size: 22px;
}

#modalSoporte .modal-header,
.icon {
    font-size: 22px;
    margin-top: 5px;
    margin-right: 8px;
}

#modalSoporte .obligatorio {
    color: #dd2012;
    font-weight: bold;
}

.txt-info {
    background-color: #fef9cb;
    font-weight: 500;
    border-radius: 9px;
}

#modalSoporte label {
    font-weight: 600;
}

@media (max-width: 1200px) {
    .register-user {
        background-image: url('../images/login-register.jpg');
        max-height: 100%;
        /*position: fixed;*/
    }
}

@media (max-width:1520px) {
    .dashboard .welcome-title {
        font-size: 26px;
    }
    .dashboard .welcome-description {
        font-size: 17px;
        margin-top: 43px;
    }
    .filters-dashboard h1 {
        font-size: 30px;
    }
    .graph-box .total-requests {
        font-size:60px;
    }
    .boxes .box-title {
        font-size: 22px;
    }
    .boxes .img-box {
        width: 24px;
        height: 24px;
        margin-right: 13px;
    }
    .boxes .icon-created {
        width: 24px;
        height: 24px;
        margin-right: 14px;
    }
    .dashboard .circle {
        margin: 6px;
    }
    .activities .title-activity {
        font-size: 16px;
    }
}