.brand {
    padding: 0px !important;
}

.page-title {
    margin-bottom: 0px;
}

input[type="text"], input[type="select"], input[type="password"], input[type="email"], input[type="textarea"] {
    border: 1.4px solid;
}

.table-horarios-col-nome-discipline {
    width: 408px;
    text-align: left;
}

.table-horarios-col-nome-professor {
    width: 398px;
    text-align: left;
}

.table-horarios-col-data-aula {
    width: 265px;
    text-align: left;
}

.table-horarios-col-inicio {
    width: 132px;
    text-align: left;
}

.table-horarios-col-fim {
    width: 116px;
    text-align: left;
}

#img_logo {
    width: 100%;
}

@media screen and (min-width: 650px) {
    #titulo_centro {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    #btn_sidebar {
        display: none;
    }
}

#titulo_centro h3 {
    display: block;
    text-align: center;
    margin-top: 27px;
    margin-right: 47px;;
}

#icon_menu {
    color: #999;
}

.btn-primary {
    color: #fff;
    background-color: #323635 !important;
    border-color: #323635 !important;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #000 !important;
    border-color: #000 !important;
}

/*
 *  STYLE 2
 */

#style-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(30, 100, 171, 1);
    border-radius: 10px;
    background-color: #00AAFF;
}

#style-scroll::-webkit-scrollbar {
    width: 12px;
    background-color: #00AAFF;
}

#style-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(30, 100, 171, 1);
    background-color: #00AAFF;
}

.slimScrollBar {
    background: rgb(30, 100, 171) !important;
}
