.logo {
    width: 70%;
    margin: auto;
}


.nav-text {
    height: 4.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.75rem;
    color: #000;
    font-weight: bold;
    margin-bottom: -75px;
    width: 400px;
}

.nav-text-li {
    z-index: 10;
}

.btn-primary{
    background-color: #24B24B;
    border-color: #1d923c;
}

.btn-primary:hover{
    background-color: #1d923c;
}

.btn-primary:focus{
    background-color: #197532;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background-color: #197532;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
}


.logo-login{
    width: 150px;
    margin: auto;
}

.login-title{
    overflow: hidden;
    margin: auto;
    width: 300px;
    padding-bottom: 15px;
}

.login-title-text{
    font-size: 17px;
    color: #000;
    font-weight: 900;
    text-align: center;
}

@media (max-width: 768px) {
    .nav-text {
        margin-bottom: -15px;
        width: 100%;
    }
    
    .nav-title{
        align-items: center;
    }
    

}

@media (max-width: 440px) {
    .login-title {
        width: 194px;
    }    
}


.table a {
    font-size: 12px;
}

.dataTable_filter label {
    width: 60%;
}

input[type=search] {
    width: 100% !important;
}

.table-bordered thead {
    background: #ededed;
}

.table-info {
    background: #fff;
}

    .table-info th {
        padding: 4px 22px;
    }

.table input[type=submit] {
    font-size: 12px;
}

.input-image {
    padding: 8px;
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: 0px;
    margin-top: 0px;
    text-align: center;
    padding: 1em 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    color: #21a144;
}

div#dataTableServer_processing i {
    position: relative;
    /* margin-top: 50%; */
    top: 50%;
}

table#dataTableServer tbody tr td {
    text-align: center !important;
}

table#dataTableServer tbody tr th {
    text-align: center !important;
}

table {
    text-align: center !important;
}


.student-card{
    padding: 10px 10px 0 20px;
    background: #fff;
    border-radius: 7px;
    margin: 10px 0;
}

.student-card-title{
    color: #000;
    margin-bottom: 13px;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    border-right: 7px solid #1e933f;
}
.disable-links{
    display: none !important;
    height: 0px !important;
}
