﻿.btn-primary {
    background-color: #3a509b !important;
    border: 1px solid #2d4185 !important;
}

.bg-primary {
    background-color: #3a509b !important;
}

.sidebar-link active {
    background-color: #3a509b !important;
}

.badge text-bg-primary {
    background-color: #3a509b !important;
}
.btn btn-outline-primary {
    background-color: #3a509b !important;
    border: 1px solid #2d4185 !important;
}

.labelopt label {
    font-weight: normal;
    margin-left: 4px;
}

.dataTables_filter input {
    height: 30px !important;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    padding-left:10px;
}
/*.sidebar-link {
    padding-right: 10px !important;
}*/

.labelopt {
    font-size: 14px;
    margin-left: 5px;
}
.accordion-button {
    border-radius: 7px !important;
}

.active {
    background-color: #3a509b !important;
    color: #ffffff !important;
}

/*@media (max-width: 767px)*/

@media (max-width: 1024px) {

    .divweb {
        display: none;
    }

    .divmobile {
        display: block;
    }

    .chatwindow {
        height: 430px;
    }

    .nblogo {
        height: 40px;
    }

    .body-wrapper {
        margin-top: -20px !important;
    }
}

@media (min-width: 1024px) {
    .divweb {
        display: block;
    }

    .divmobile {
        display: none;
    }

    .chatwindow {
        height: 550px;
    }
    .nblogo {
        height: 50px;
    }
    .body-wrapper {
        margin-top: -30px !important;
    }
}
@media (min-width: 1281px) {
    .body-wrapper {
        margin-top: -30px !important;
    }
    
}
