

@media screen and (min-width: 1200px) {
    .body-auth .container {
        width: 90% !important;
    }
}

.auth > .container {
    padding-bottom: 20px;
}

.auth .dashboard .thumbnail a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .thumbnail {
        background-color: #5bc2d6;;
        display: block;
        padding: 4px;
        line-height: 1.428571429;

        border: 0px solid #ddd;
        border-radius: 1px;
        -webkit-transition: border 0.2s ease-in-out;
        -o-transition: border 0.2s ease-in-out;
        transition: border 0.2s ease-in-out;

        -webkit-box-shadow: 5px 5px 8px -7px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 5px 5px 8px -7px rgba(0, 0, 0, 0.75);
        box-shadow: 5px 5px 8px -7px rgba(0, 0, 0, 0.75);
    }


    .auth .dashboard .thumbnail {
        padding: 10px 0 0;
        height: 100px;
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }


}

.auth .dashboard a i {
    clear: both;
    display: block;
    font-size: 44px;
    margin-bottom: 10px;
    color: #ffffff
}

.auth .section-title {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

@media screen and (min-width: 1200px) {

    .thumbnail2 {
        background-color: #5bc2d6;;
        display: block;
        padding: 14px 20px;
        min-height: 83px;
        border: 0px solid #ddd;
        border-radius: 1px;
        -webkit-transition: border 0.2s ease-in-out;
        -o-transition: border 0.2s ease-in-out;
        transition: border 0.2s ease-in-out;

        -webkit-box-shadow: 5px 5px 8px -7px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 5px 5px 8px -7px rgba(0, 0, 0, 0.75);
        box-shadow: 5px 5px 8px -7px rgba(0, 0, 0, 0.75);
    }

    .thumbnail2 i {
        position: absolute;
        right: 0;
    }

    .thumbnail2 span {
        float: left;
        width: 100%;
        display: block;
        font-size: 18px;
        padding: 15px 0 0 0;
    }

    .thumbnail3 span {
        padding: 5px 0 0 0;
    }
}

@media screen and (max-width: 991px) {
    .thumbnail2 {
        text-align: center;
    }

    .thumbnail2 i, .thumbnail2 span {
        float: none;
        font-size: 14px;
        padding: 0;
    }
}

.thumb-attiva {
    background-color: #9bc360
}

.thumbnail:hover {
    background-color: #278496;
}

.thumb-attiva:hover {
    background-color: #658d2a
}

.thumbnail > img,
.thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7;
}


.thumb-attiva a,
.thumb-attiva a i {
    color: #ffffff !important;
}

.auth .auth-title {
    margin: 0 0 20px 0;
    font-size: 22px;
}

.auth .submit-group {

}

.auth .submit-group .btn-custom {
    margin-left: 15px;
    border-radius: 0;
    padding: 8px 20px;
}

@media screen and (min-width: 768px) {
    .auth .submit-group .btn-custom {
        float: right;
    }
}

@media screen and (max-width: 767px) {
    .auth .submit-group .btn-custom {
        margin: 10px auto;
        width: 200px;
    }
}

span.obb {
    color: red;
}

#heading-breadcrumbs {
    text-align: left !important;
}

div#page_loader, div.page_loader {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(loader.gif) center no-repeat rgba(255, 255, 255, 0.5);
}

/* DataTable */
.dataTables_wrapper .dataTables_processing {
    background: #e5e5e5 !important;
    height: 50px !important;
    padding-top: 10px !important;
}

.dataTables_paginate .pagination {
    margin: 0 !important;
}

.dataTables_wrapper .bottom {
    padding-top: 1em;
}

.dataTables_wrapper .dataTables_length {
    padding-top: 0.25em;
}

.dataTables_wrapper td.last-checkbox {
    padding-left: 23px
}

/* select2 */
.select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 22px;
    margin-right: 10px;
}

.select2-selection.select2-selection--single, .select2-selection.select2-selection--multiple {
    background-color: #ffffff;
    border-color: #ccc;
    min-height: 40px;
    padding-top: 3px;
    font-size: 18px;
    border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
}

.form-control {
    border-radius: 0 !important;
}

/* jquery ui */
.ui-autocomplete-loading {
    background: white url(../jquery-ui-1.12.1.custom/images/ui-anim_basic_16x16.gif) right center no-repeat;
}

@media screen and (max-width: 767px) {
    .dashboard .thumbnail {
        margin-bottom: 20px;
    }
}

body#auth_dashboard .row-sidebar {
    display: none;
}


/* sidebar */
.auth .row-sidebar .col-xs-6 {
    width: 100%;
    margin-bottom: 10px;
}

.auth .row-sidebar .col-xs-6 a {
    padding: 5px 5px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.auth .row-sidebar .col-xs-6 a:hover {
    background-color: #f5f5f5;
}

.auth .row-sidebar a i {
    font-size: 20px;
    color: #83c295;
    margin-right: 5px;
}


.fc-event-container .fc-content {
    color: #ffffff;
    padding: 3px;
}

.fc-day-grid-event > .fc-content {
    white-space: normal;
}

.table-calendar .form-mini {
    width: 100px
}

.area td {
    font-weight: bold;
    background: #fcf8e3
}

.personale td {

}

.voce .titolo {
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
}

.voce td {
    background-color: #dff0d8;
}

.totali td {
    background: #d1ecf1
}

.totale_generale {
    background: #e5e5e5
}

.attivita-didattiche td {
    background-color: #dff0d8;
}

.subtitle {
    font-size: 18px;
    margin: 0;
}

.gest {
    background: #d4edda;
}

.prog {
    background: #cce5ff;
}

@media screen and (min-width: 992px) {

    .cal-menu {
        padding-top: 0;
    }

}

@media screen and (max-width: 991px) {
    .cal-menu {
        padding-bottom: 20px;
    }
}

.cal-menu .filtri {
    padding: 5px !important;
    background: #1a252f;
    color: #ffffff;
}

.cal-menu .filtri a,
.cal-menu .filtri a:hover {
    color: #ffffff;
}

.barra-report {
    margin-top: 20px;
}

.barra-report table tr td {
    font-size: 15px;
    font-weight: bold;
}

.barra-report .lab {
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
}

.fc-button-group > .fc-button,
.fc-today-button {
    text-transform: uppercase !important;
    font-size: 12px !important;
}

@media screen and (min-width: 768px) {
    .pt-label {
        padding-top: 25px;
    }
}

tfoot .progress {
    margin-bottom: 0;
}

.progress-bar {
    text-transform: uppercase;
    font-weight: normal;
}

/* calendario */
.cal-menu .list-group li {
    border-radius: 0;
}

li[class*="voce-"] a {
    color: #ffffff;
    display: block;
}

li[class*="voce-"].selected,
.voce.selected {
    border-right: 10px solid #d33724;
    font-weight: bold;
}

/* attività */
.voce-T {
    background: #008d4c;
}

/* formazione */
.voce-F {
    background: #00a7d0;
}

/* gestionale */
.voce-G {
    background: #f39c12;
}

/* opzione */
.voce-O {
    background: #30bbbb;
}

/* aggiungivi */
.voce-A {
    background: #555299;
}

/* */
span.euro {
    margin-right: 1px;
    font-size: 12px;
}

span.percent {
    margin-left: 1px;
    font-size: 12px;
}

/* breadcrumbs  */
.row-breadcrumb {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.btn-breadcrumb .btn {
    /*border-top: 0;
    border-bottom: 0;*/
    border-radius: 0;
    /* border: 0;*/
    font-size: 13px;
    margin-right: 20px;
    text-transform: uppercase;
}

.btn-notlink {
    cursor: default;
}

.btn-breadcrumb .btn:first-child {
    border-left: 0;
}

.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
    padding: 6px 12px 6px 15px;
}

.btn-breadcrumb .btn:first-child {
    padding: 6px 6px 6px 10px;
}

.btn-breadcrumb .btn:last-child {
    padding: 6px 18px 6px 15px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
    border-left: 10px solid #fff;
}

.btn-breadcrumb .btn.btn-default:not(:last-child):before {
    border-left: 10px solid #ccc;
}

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
    border-left: 10px solid #ebebeb;
}

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
    border-left: 10px solid #adadad;
}

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
    border-left: 10px solid #337ab7;
}

.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
    border-left: 10px solid #337ab7;
}

.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
    border-left: 10px solid #286090;
}

.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
    border-left: 10px solid #286090;
}

/** Success button **/
.btn-breadcrumb .btn.btn-success:not(:last-child):after {
    border-left: 10px solid #5cb85c;
}

.btn-breadcrumb .btn.btn-success:not(:last-child):before {
    border-left: 10px solid #4cae4c;
}

.btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
    border-left: 10px solid #449d44;
}

.btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
    border-left: 10px solid #449d44;
}

/** Danger button **/
.btn-breadcrumb .btn.btn-danger:not(:last-child):after {
    border-left: 10px solid #d9534f;
}

.btn-breadcrumb .btn.btn-danger:not(:last-child):before {
    border-left: 10px solid #d43f3a;
}

.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
    border-left: 10px solid #d2322d;
}

.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
    border-left: 10px solid #ac2925;
}

/** Warning button **/
.btn-breadcrumb .btn.btn-warning:not(:last-child):after {
    border-left: 10px solid #f0ad4e;
}

.btn-breadcrumb .btn.btn-warning:not(:last-child):before {
    border-left: 10px solid #eea236;
}

.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
    border-left: 10px solid #ed9c28;
}

.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
    border-left: 10px solid #d58512;
}

/** Info button **/
.btn-breadcrumb .btn.btn-info:not(:last-child):after {
    border-left: 10px solid #5bc0de;
}

.btn-breadcrumb .btn.btn-info:not(:last-child):before {
    border-left: 10px solid #46b8da;
}

.btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
    border-left: 10px solid #39b3d7;
}

.btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
    border-left: 10px solid #269abc;
}

.nav-tabs .tab-btn {
    float: right;
    text-transform: uppercase;
}

.nav-tabs .tab-btn .btn-primary:hover,
.nav-tabs .tab-btn .btn-primary:active {
    background-color: #337ab7;
    border-color: #337ab7;
}
.auth .nav-tabs a:not(.btn){
    background-color: #e5e5e5;
    text-transform: uppercase;
}
.auth .nav-tabs li.active a{
    background-color: #ffffff;
    color: #333333;
}

.area-attivita {
    background: #dff0d8;
}
.gap-red{
    color: red;
    font-weight: bold;
}
@media print {
    .navbar-default, .row-breadcrumb, #top-header,  .nav-tabs, .row-personale, #heading-breadcrumbs, .btn{
        display: none !important;
    }
}
.table thead tr th small{
    font-weight: normal;
}