/**
 *
 * Apply Here your Custom CSS
 *
*/

.nav-tabs {
    border-bottom: 1px solid #ebebeb;
    margin-top: 0;
    margin-bottom: 0;
}

.nav-tabs>li:first-child>a {
    margin-left: 0;
}

.tab .nav-tabs {
    background: #fff;
}

.tab .nav-tabs li {
    text-align: center;
    margin-right: 3px;
}

.tab .nav-tabs li a {
    font-size: 15px;
    font-weight: 600;
    color: #22272c;
    background: #eee;
    margin-right: 0;
    border-radius: 0;
    border: none;
    position: relative;
    transition: all 0.5s ease 0s;
}

.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover {
    background: #337ab7;
    color: #fff;
    border: none;
}

.tab .tab-content {
    font-size: 15px;
    color: #3d3537;
    /* line-height: 30px; */
    padding: 10px 10px;
    border: 2px solid #337ab7;
}

.tab .tab-content h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    color: #000;
}

@media only screen and (max-width: 480px) {
    .tab .nav-tabs li {
        width: 100%;
    }
}

.fc-content {
    cursor: pointer;
}

.calendar-env .fc .fc-toolbar h2 {
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.calendar-env .fc .fc-view-container .fc-widget-header .fc-widget-header {
    text-align: center;
    padding: 3px 0;
    background: #f5f5f6;
    font-weight: bold;
}

.panel-primary>.panel-body {
    border-color: #337ab7;
    border: solid 1px #337ab7;
    padding: 15px;
    font-size: 15px;
    color: #3d3537;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 16px;
    vertical-align: middle;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
}

.dataTables_wrapper .dataTables_paginate {
    border: none;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 9px !important;
}

#page-jump {
    text-align: center;
}

.c-textwrap {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 250px;
    overflow: hidden;
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3px;
}

.sclist {
    border: none;
}

@media screen and (min-width: 768px) {
    .sclist {
        width: 600px;
    }
}

.scdata {
    margin-bottom: 4px;
}

.scday {
    padding-top: 16px;
    padding-bottom: 4px;
}

.fc-title {
    font-size: 12px;
}

.fc-list-item-time {
    display: none;
}

.profile-env section.profile-info-tabs {
    position: relative;
    background: #f1f1f1;
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px;
    margin-top: -20px;
    margin-bottom: 30px;
}

.panel-title>a {
    color: black;
    text-decoration: none;
}

.panel-title>a:hover {
    color: black;
    text-decoration: none;
}

.table-bordered {
    font-size: 14px;
    border-collapse: collapse;
}

.table-bordered>tbody>tr>th,
.table-bordered>thead>tr>th {
    color: black;
    font-weight: bold;
    background-color: #e5e5e5;
    vertical-align: middle;
}

.table-bordered>tbody>tr>td {
    vertical-align: middle;
}

.bulletin {
    font-size: 12px;
    border-collapse: collapse;
    border: 2px solid rgb(100, 100, 100);
}

.bulletin>tbody>tr>th,
.bulletin>thead>tr>th {
    background-color: #e5e5e5;
    border: 1px solid rgb(160, 160, 160);
    padding: 10px 10px;
    color: black;
    vertical-align: middle;
}

.bulletin>tbody>tr>td {
    border: 1px solid rgb(160, 160, 160);
    vertical-align: middle;
}

@media print {
    #save-final {
        display: none;
    }
}

.div-v-center {
    min-height: 3em;
    display: flex;
    align-items: center
}

#printPanel {
    display: none;
}

@media print {
    #printPanel {
        display: block;
    }
}

.login-page.login-form-fall .login-header {
    opacity: 0;
    padding-top: 170px;
    padding-bottom: 30px;
    transition: all 550ms ease-in-out;
}

.login-page.login-form-fall-init .login-header {
    opacity: 0.75;
    padding-top: 100px;
    padding-bottom: 100px;
    transition: all 550ms ease-in-out;
}

.login-page.logging-in .login-progressbar-indicator {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 125%;
    margin-top: 80px;
    visibility: visible;
    opacity: 1;
    /* transform: translateY(0px) scale(1); */
    transition: all 250ms ease-in-out;
}

.login-page.login-form-fall .login-form .form-group.extras {
    transition-delay: 550ms;
}

.login-page.login-form-fall.logging-in .login-form .form-group.extras {
    transition-delay: 50ms;
}

/* -------------------------------------- */

.login-page.logging-in .login-form form,
.login-page.logging-in .login-form .link {
    opacity: 0;
    transform: translateY(-100px) scale(0.8);
    transition-duration: 550ms;
}

.login-page.logging-in .login-form .extras {
    opacity: 0;
    /* transition-delay: 0ms; */
    transform: translateY(-75px) scale(0.8);
    transition-duration: 550ms;
}

.login-page .login-logo {
    top: 0px;
}

.login-page.logging-in .login-logo {
    position: relative;
    opacity: 0;
    top: 70px;
    transition: all 550ms ease-in-out 150ms;
}

.login-page .login-form .form-group .input-group.validate-has-error .error {
    margin-top: -6px;
}