body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 13px;
}

@media (min-width: 769px) {
    .sidebar {
        display: table-cell;
        vertical-align: top;
        width: 235px;
    }
}

label {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0px;

}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 6px 3px;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
    padding-right: 0px;
    padding-left: 3px;
}

table.sortable-table thead a{
    text-decoration: none;
    color: #fff;
    display: inline-block;
    width: 85%;
    z-index: 1;
}

table.sortable-table thead th{
    position: relative;
}

table.sortable-table thead .sortable:after,
table.sortable-table thead .asc:after,
table.sortable-table thead .desc:after{
    position: absolute;
    bottom: 4px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
    z-index: 0;
}

table.sortable-table thead .asc:after {
    content: "\e155";
}

table.sortable-table thead .desc:after {
    content: "\e156";
}

table.sortable-table thead .sortable:after {
    opacity: 0.5;
    content: "\e150";
}

.table {
    font-size: 13px;
    width: 100% !important;
}

.btn-xs {
    padding: 5px 5px;
}

.btn-basic {
    color: #333;
    background-color: #e0e0e0;
    border-color: #ddd;
}

td, select, tr, a {
    cursor: pointer;
}

.table > tbody tr:hover td {
    background-color: #cbdaef;

}

.page-title .breadcrumb.position-right {
    margin-left: 0px;
}

.content {
    min-height: 650px;
    margin-top: 20px;
}

.checkbox, .radio {
    margin-top: 0px;
    margin-bottom: 0px;
}

.breadcrumb-line .page-title {
    padding-top: 14px;
    padding-bottom: 0px;
}

.content-group {
    margin-bottom: 0px !important;
}

.university-info .logo {
    margin: 0 auto;
    height: 70px;
    display: block;
}

.university-info p {
    text-align: center;
    color: #000;
    margin-top: 5px;
}

.sidebar-university {
    background-color: #fff;
    border-right: 1px solid #ddd;
    padding-top: 10px;
}

.navbar {
    color: #fff;
}

.sidebar {
    background-color: #455A64;
}

.panel-body-sm {
    min-height: 400px;
}

.panel-body-lg {
    min-height: 650px;
}

.breadcrumb-line .page-title {
    padding: 10px 0px;
}

.panel-heading h1 {
    margin: 0px;
}

#news .panel-body {
    height: 150px;
}

.news-title {
    background-color: #ffe9c6;
    padding: 5px 20px;
    border-top: 2px solid #ddd;
    margin-top: 5px;
}

.panel.panel-flat {
    width: 100%;
}

.navbar-main .navbar-nav > li > a {
    color: #fff;
}

.navbar-main .navbar-nav > li > a:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .1);
}

.language-switch a {
    padding: 14px 0px;
}

.login-enrollment {
    background-image: url("../images/backgrounds/login_enrollment.jpg");
    background-size: cover;
}

.login-student {
    background-image: url("../images/backgrounds/login_enrollment.jpg");
    background-size: cover;
}

.login-educator {
    background-image: url("../images/backgrounds/login_enrollment.jpg");
    background-size: cover;

}

.login-employee {
    background-image: url("../images/backgrounds/login_enrollment.jpg");
    background-size: cover;

}

.navbar-text {
    padding: 11.5px 20px;
}

.content-wrapper {
    position: relative;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fcfcfc;
}

.icon-object {
    border-style: none;
}

.logo {
    height: 150px;
}

.datePickers {
    margin-bottom: 10px;
}

.img-news {
    object-fit: contain;
    max-height: 200px;
}

.img-news-show {
    object-fit: contain;
    max-height: 250px;
}

.input-group-addon {
    padding: 7px 3px;
    width: 57px;

}

.input-group .form-control {
    width: 100px;
    z-index: 0;
    display: inline-block;
}

.protocol-date {
    margin: 0px 5px;
}

.protocol-label {
    margin: 5px 5px;
    font-size: 13px;
    vertical-align: middle;
}

.form-control {
    height: 30px;
    padding-top: 4px;
}

.has-feedback label ~ .form-control-feedback {
    top: 16px;
}

div.form-group.has-feedback.has-feedback-left {
    height: 50px;
}

.form-group {
    margin-bottom: 10px;
}

.form-group > label, .form-group > div > label{
    font-size: 13px;
}

#protocol-panel-heading {
    padding-bottom: 0px;
}

#protocol-panel-body {
    padding-top: 0px;
}

.dataTable thead .sorting:before, .dataTable thead .sorting:after {
    color: #fff;
    opacity: 0.7;
    display: none;
}

#publish-date {
    margin: 0 auto;
    width: 36px;
}

#albumNumber {
    /*width: inherit*/
}

.private {
    border-color: #ed747a;
}

.unread {
    border-width: 3px;
}

.ui-datepicker {
    z-index: 10000 !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 15px !important;
}

.dataTables_paginate .paginate_button {
    padding: 0;
}

#table_wrapper {
    padding: 5px;
}

.open-tab {
    background-color: rgba(0, 0, 0, 0.1);
}

#feedback-icon {
    top: 19px
}

#nav-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#nav-tabs > li {
    width: 25%;
    text-align: center;
    height: 36px;
    font-weight: 400;
}

@media screen and (min-width: 780px) {
    #nav-tabs > #student {
        width: 21%;
    }

    #nav-tabs > #enrollment {
        width: 24%;
    }

    #nav-tabs > #educator {
        width: 29%;
    }

    #nav-tabs > #office {
        width: 26%;
    }
}

.active-tab {
    background-color: #2196F3;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.nav-tabs > li.active-tab > a {
    color: white;
}

.full-screen {
    display: none;
}

#index-panel {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 768px) {

    .input-group.datePickers.clear-fix > input, label {
        width: 100%;
        display: block;
    }

    .login-educator, .login-employee, .login-student .login-enrollment {
        background-image: none;
    }

    table {
        width: 100% !important;
    }

    .icon-object {
        padding: 0px;
    }

    label {
        display: inline-block;
    }

    .logo {
        display: none;
    }

    .login-container .page-container .login-form, div.panel.panel-body.login-form {
        width: 98%;
    }

    #nav-tabs > li {
        width: 100%;
        text-align: center;
        height: 30px;
        font-weight: 400;
    }

    .active-tab {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    ul#nav-tabs.nav.nav-tabs::before {
        display: none;
    }

    .mobile {
        display: none;
    }

    #panel-mobile {
        padding: 0px
    }

    .full-screen {
        display: block;
    }

}

.form-tab-required, .form-tab-required a {
    background-color: rgba(255, 69, 1, 1);
    color: #333 !important;
}

.form-group.disabled .form-control{
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

.dissertation-assigned {
    color: #afafaf;
}
