body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: black;
}

#content {
    padding-top: 15px;
}

/* HEADER */

#header {
    width: auto;
    background: #1d2d44;
    line-height: 40px;
    color: #ffc;
}

#header a:link,
#header a:visited {
    color: #fff;
}

#header a:focus,
#header a:hover {
    text-decoration: none;
}

#header .navbar-brand {
    color: white;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: unset;
    font-size: 20px;
}

@media (max-width: 1000px) {
    #header .navbar-brand {
        font-size: 14px;
        font-weight: normal;
    }
}

#logo_zeti {
    margin-top: 7px;
    margin-right: 8px;
    height: 35px;
    float: left;
}

@media (max-width: 700px) {
    #logo_zeti {
        display: none;
    }

    #header .navbar-brand {
        white-space: normal;
        line-height: normal;
    }
}

#header .nav>li>a.anno-lectivo {
    font-weight: bold;
}

#header .nav .dropdown-menu a:link,
#header .nav .dropdown-menu a:visited {
    color: black;
}

#header .nav>li>a {
    color: white;
    font-size: 16px;
}

#header .nav>li>a:hover {
    color: orange;
    background-color: transparent;
}

#header .nav .open>a,
#header .nav .open>a:hover {
    color: orange;
    background-color: transparent;
}

#header .nav>li>a:focus {
    background-color: transparent;
}

#header .navbar-static-top {
    border-width: 0;
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-menu a:hover {
    background-color: #E2E6EF;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

/* GLOBAL DEFAULTS */

#header li {
    font-size: 14px;
    line-height: normal;
}

/* BREADCRUMBS */

div.breadcrumbs {
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    color: #1D2D44;
    text-align: left;
}

div.breadcrumbs a {
    color: #3176b1;
    font-weight: bold;
}

div.breadcrumbs a:focus,
div.breadcrumbs a:hover {
    color: orange;
}

/* Panels */

/* .panel-heading > .panel-title {
    font-weight: bold;
} */

form.zeti .form-control {
    color: black;
}

form.zeti .control-label {
    color: #ADADAD;
    margin-bottom: 0px;
}

form.zeti .row {
    margin-bottom: 10px;
}

form.zeti label.checkbox {
    border: medium none;
    box-shadow: none;
    font-weight: normal;
    margin: 0 0 0 9px;
}

form.zeti label.checkbox input {
    margin-right: 5px;
}

form.zeti label.checked {
    color: #b0481b;
    font-weight: bold;
}

label.checked {
    color: #b0481b;
    font-weight: bold;
}

.panel-heading .fa-ellipsis-v {
    font-size: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.panel-heading .btn.btn-borrar {
    color: red;
}

div.modal-header {
    background-color: #B5DA94;
}

div.modal-footer {
    background-color: #f5f5f5;
}

.z-cargando-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: table;

}

.z-cargando-modal div.z-container {
    background-color: rgba(41, 41, 41, 0.404);
    width: 160px;
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.z-cargando-modal div.z-opaco {
    border-radius: 10px;
    border-style: solid;
    border-width: thin;
    padding-top: 10px;
    background-color: transparent;
    border-color: transparent;
    width: 160px;
    margin: auto;
    text-align: center;
}

.z-cargando-modal .z-ajax_loader {
    height: 48px;
    margin: auto;
    width: 48px;

}

.z-cargando-modal div.z-texto {
    border-radius: 0 0 10px 10px;
    font-weight: bold;
    height: 25px;
    background-color: transparent;
    border-color: #2B4F4F;
    color: rgb(255, 255, 255);
}

.table-striped>tbody>tr:nth-child(2n+1)>td,
.table-striped>tbody>tr:nth-child(2n+1)>th {
    background-color: #F1F1F1;
}

.panel-yellow {
    border-color: #C9AF47;
}

.panel-yellow .panel-heading {
    border-color: #C9AF47;
    color: #fff;
    background-color: #C9AF47;
}

.panel-purple {
    border-color: rgba(128, 0, 128, 0.75);
}

.panel-purple .panel-heading {
    border-color: rgba(128, 0, 128, 0.75);
    color: #fff;
    background-color: rgba(128, 0, 128, 0.75);
}

.form-control.estilo_checkbox_marcado {
    color: #b0481b;
    font-size: 15px;
    font-weight: bold;
}

.estilo_checkbox {
    border: medium none;
    box-shadow: none;
    font-weight: normal;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: -23px;
    position: absolute;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-top: 1px;
}

.btn-group>.btn {
    border-radius: 4px !important;
    margin-right: 10px;
}

.btn-group>.btn:last-child {
    margin-right: 0;
}

.btn span {
    margin-left: 5px;
}

/**Angular ui notification */

.ui-notification {
    padding: 20px;
    border-radius: 5px;
    width: 600px;
}

.ui-notification a {
    color: #337ab7;
}

.ui-notification.success {
    color: #186618;
    border: 1px solid #d8d4d4;
    background-color: white;
}

.ui-notification.error {
    color: #ae1d1d;
    border: 1px solid #d8d4d4;
    background-color: white;
}

.ui-notification.warning {
    color: #6e6408;
    border: 1px solid #d8d4d4;
    background-color: white;
}

.ui-notification div.icono {
    position: absolute;
    top: 13px;
    left: 20px;
}

.ui-notification.error div.icono {
    position: absolute;
    top: 20px;
    left: 20px;
}

.ui-notification div.icono .fa {
    font-size: 25px;
    float: left;
}

.ui-notification.error div.icono .fa {
    font-size: 40px;
    color: red;
}

.ui-notification.success div.icono .fa {
    color: green;
    font-size: 40px;
}

.ui-notification.warning div.icono .fa {
    color: #C9AF47;
    font-size: 35px;
}

.ui-notification>.message {
    padding-left: 50px;
    margin: 0;
}

.ui-notification>a.cerrar {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: black;
}

.inputInformativo {
    background-color: white !important;
    box-shadow: white 0px 1px 1px inset !important;
    cursor: default !important;
}

.table a:hover {
    color: orange;
    background-color: transparent;
    cursor: pointer;
}

.ui-grid a:hover {
    color: orange;
    background-color: transparent;
    cursor: pointer;
}

.estilo_contadores {
    background-color: transparent;
    border: none;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    padding-left: 0;
    padding-top: 10px;
    color: #afaeae;
}

/******************************************
    Panel Common
*******************************************/

.panel-title {
    font-weight: 600;
}

/******************************************
    Fin Panel Common
*******************************************/

/* Panel blue */

.panel-blue {
    border-color: #337ab7;
}

.panel-blue .panel {
    border-color: #acd5f3;
}

.panel-blue .panel-heading {
    border-color: #337ab7;
    color: #fff;
    background-color: #337ab7;
}

.panel-blue .panel-body .panel-heading {
    min-height: 0;
    height: 28px;
    background-color: #5199e4;
    border-color: #337ab7;
    color: #fff;
}


.panel-blue .table-striped>tbody>tr:nth-child(odd)>td,
.panel-blue .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: white;
    border: 1px solid #acd5f3;
}

.panel-blue .table-striped>tbody>tr:nth-child(even)>td,
.panel-blue .table-striped>tbody>tr:nth-child(even)>th {
    background-color: #eef7ff;
    border: 1px solid #acd5f3;
}

.panel-blue .table-striped>thead>tr>th {
    background-color: #8ebff5;
    height: 28px;
    text-align: center;
}

.panel-blue .table>thead>tr {
    border: 1px solid #acd5f3;
}

.panel-blue .table>thead>tr>th {
    border: 1px solid #acd5f3;
    vertical-align: bottom;
}

.panel-blue .table>thead>tr>th.icono {
    width: 60px;
}

.panel-blue .table>tbody>tr>td.icono {
    text-align: center;
}

.panel-blue .ui-grid {
    border: 1px solid #acd5f3;
}

.panel-blue .ui-grid-top-panel {
    background: #8ebff5;
}

.panel-blue .ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: #eef7ff;
}

.panel-blue .ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: white;
}

.panel-blue .ui-grid-row:nth-last-child(1) .ui-grid-cell {
    border-bottom: 1px solid #acd5f3 !important;
}

.panel-blue .ui-grid-cell {
    overflow: hidden;
    float: left;
    background-color: inherit;
    border-color: #acd5f3;
    border-right: 1px solid #acd5f3;
    border-bottom: 1px solid #acd5f3;
    box-sizing: border-box;
}

.panel-blue .ui-grid-header-cell {
    position: relative;
    box-sizing: border-box;
    background-color: inherit;
    border-right: 1px solid #acd5f3;
    display: table-cell;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 0;
}

/* Fin Panel blue */

/* Panel green */

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel {
    border-color: #b5da94;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green .panel-body .panel-heading {
    min-height: 0;
    height: 28px;
    background-color: #B5DA94;
    border-color: #B3C8A1;
    color: black;
}

.panel-green .table-striped>tbody>tr:nth-child(odd)>td,
.panel-green .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: white;
    border: 1px solid #b5da94;
}

.panel-green .table-striped>tbody>tr:nth-child(even)>td,
.panel-green .table-striped>tbody>tr:nth-child(even)>th {
    background-color: #F6FFEE;
    border: 1px solid #b5da94;
}

.panel-green .table-striped>thead>tr>th {
    background-color: #d3eabe;
    height: 28px;
    text-align: center;
}

.panel-green .table>thead>tr {
    border: 1px solid #b5da94;
}

.panel-green .table>thead>tr>th {
    border: 1px solid #b5da94;
    vertical-align: bottom;
}

.panel-green .table>thead>tr>th.icono {
    width: 60px;
}

.panel-green .table>tbody>tr>td.icono {
    text-align: center;
}

.panel-green .ui-grid {
    border: 1px solid #b5da94;
}

.panel-green .ui-grid-top-panel {
    background: #d3eabe;
}

.panel-green .ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: #F6FFEE;
}

.panel-green .ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: white;
}

.panel-green .ui-grid-row:nth-last-child(1) .ui-grid-cell {
    border-bottom: 1px solid #b5da94 !important;
}

.panel-green .ui-grid-cell {
    overflow: hidden;
    float: left;
    background-color: inherit;
    border-color: #b5da94;
    border-right: 1px solid #b5da94;
    border-bottom: 1px solid #b5da94;
    box-sizing: border-box;
}

.panel-green .ui-grid-header-cell {
    position: relative;
    box-sizing: border-box;
    background-color: inherit;
    border-right: 1px solid #b5da94;
    display: table-cell;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 0;
}

/* Fin Panel green */


/* Panel red */

.panel-red {
    border-color: #aa3025;
}

.panel-red .panel {
    border-color: #d86e65;
}

.panel-red .panel-heading {
    border-color: #aa3025;
    color: #fff;
    background-color: #aa3025;
}

.panel-red .panel-body .panel-heading {
    min-height: 0;
    height: 28px;
    background-color: #d86e65;
    border-color: #aa3025;
    color: #fff;
    padding: 5px 15px;
}

.panel-red .table-striped>tbody>tr:nth-child(odd)>td,
.panel-red .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: white;
    border: 1px solid #d86e65;
}

.panel-red .table-striped>tbody>tr:nth-child(even)>td,
.panel-red .table-striped>tbody>tr:nth-child(even)>th {
    background-color: #fde8e6;
    border: 1px solid #d86e65;
}

.panel-red .table-striped>thead>tr>th {
    background-color: #ffa199;
    height: 28px;
    text-align: center;
}

.panel-red .table>thead>tr {
    border: 1px solid #d86e65;
}

.panel-red .table>thead>tr>th {
    border: 1px solid #d86e65;
    vertical-align: bottom;
}

.panel-red .table>thead>tr>th.icono {
    width: 60px;
}

.panel-red .table>tbody>tr>td.icono {
    text-align: center;
}

.panel-red .table.no-border>thead>tr,
.panel-red .table.no-border>tbody>tr>td,
.panel-red .table.no-border>thead>tr>th {
    border: 1px solid #ffd8d4;
}

.panel-red .ui-grid {
    border: 1px solid #d86e65;
}

.panel-red .ui-grid-top-panel {
    background: #d86e65;
}

.panel-red .ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: #fff2f1;
}

.panel-red .ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: white;
}

.panel-red .ui-grid-row:nth-last-child(1) .ui-grid-cell {
    border-bottom: 1px solid #d86e65 !important;
}

.panel-red .ui-grid-cell {
    overflow: hidden;
    float: left;
    background-color: inherit;
    border-color: #d86e65;
    border-right: 1px solid #d86e65;
    border-bottom: 1px solid #d86e65;
    box-sizing: border-box;
}

.panel-red .ui-grid-header-cell {
    position: relative;
    box-sizing: border-box;
    background-color: inherit;
    border-right: 1px solid #d86e65;
    display: table-cell;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 0;
}

/* Fin Panel red */

/* Panel primary */

.panel-primary .ui-grid {
    border: 1px solid #acd5f3;
}

.panel-primary .ui-grid-top-panel {
    background: #8ebff5;
}

.panel-primary .ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: #eef7ff;
}

.panel-primary .ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: white;
}

.panel-primary .ui-grid-row:nth-last-child(1) .ui-grid-cell {
    border-bottom: 1px solid #acd5f3 !important;
}

.panel-primary .ui-grid-cell {
    overflow: hidden;
    float: left;
    background-color: inherit;
    border-color: #acd5f3;
    border-right: 1px solid #acd5f3;
    border-bottom: 1px solid #acd5f3;
    box-sizing: border-box;
}

.panel-primary .ui-grid-header-cell {
    position: relative;
    box-sizing: border-box;
    background-color: inherit;
    border-right: 1px solid #acd5f3;
    display: table-cell;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 0;
}

/* Fin Panel primary */

/* UI Grid Group Columns */
[ui-grid-group-columns] .ui-grid-header-group.named .ui-grid-header-cell {
    border-color: #f7cd9c;
}

[ui-grid-group-columns] .ui-grid-header-group.named {
    position: relative;
    padding-top: 31px;
}

[ui-grid-group-columns] .ui-grid-header-group.named:nth-child(odd) {
    background-color: #ffe2ac;
}

[ui-grid-group-columns] .ui-grid-header-group.named:nth-child(even) {
    background-color: #f6f8cb;
}

[ui-grid-group-columns] .ui-grid-header-canvas {
    display: flex;
}

[ui-grid-group-columns] .ui-grid-header-group-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 31px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #f7cd9c;
    box-sizing: border-box;
    text-align: center;
}

[ui-grid-group-columns] .ui-grid-header-cell-wrapper,
[ui-grid-group-columns] .ui-grid-header-cell-row {
    position: static;
}

[ui-grid-group-columns] .ui-grid-header-cell {
    height: 100%;
    vertical-align: middle;
}

[ui-grid-group-columns] .ui-grid-header-cell [role="columnheader"] {
    position: relative;
}

[ui-grid-group-columns] .ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
    border-right: none;
}

[ui-grid-group-columns] .ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:first-child {
    border-left: none;
}

.boton-cerrar.pull-right {
    padding-top: 6px;
}

.table-container {
    float: left;
    text-align: left;
    margin: 0 8px;
}

.table-container .subtitle {
    margin-top: 0;
}

.table-vertical-xs {
    font-size: 12px;
    color: #696969;
    border-collapse: separate !important;
    border-spacing: 0;
}

.table-vertical-xs th,
.table-vertical-xs td {
    border-top: 1px solid;
    border-left: 1px solid;
    border-color: #d7d7d7;
    padding: 4px 14px;
    text-align: center;
}

.table-vertical-xs th {
    color: #1e4567;
    background-color: #eef7ff;
}

.table-vertical-xs tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.table-vertical-xs tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.table-vertical-xs th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.table-vertical-xs th:last-child {
    border-right: 1px solid #d7d7d7;
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.table-vertical-xs tr:last-child>td {
    border-bottom: 1px solid #d7d7d7;
}

.table-vertical-xs tr>td:last-child {
    border-right: 1px solid #d7d7d7;
}

.table-vertical-xs .fg-green {
    color: #28a745;
}

.table-vertical-xs .fg-red {
    color: red;
}

.text-gray {
    color: #ADADAD;
}

.ui-grid-invisible {
    display: none;
}

.lds-circle {
    display: inline-block;
    width: 51px;
    height: 51px;
    margin: 6px;
    border-radius: 50%;
    animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes lds-circle {

    0%,
    100% {
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }

    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(200deg);
    }
}

.spinner {
    margin: 20px auto 0;

    width: 100px;
    text-align: center;
}

.spinner>div {
    width: 12px;
    height: 12px;
    margin-right: 8px;
    background-color: rgb(255, 255, 255);

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.spinner .bounce3 {
    -webkit-animation-delay: -0.10s;
    animation-delay: -0.10s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.btn-menu {
    float: left;
    box-shadow: none;
    background: transparent;
    border: none;
    margin: 4px 0px 0px 8px;
}

.brand {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row;
    margin: 10px 4px 10px;
}

.brand h5 {
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
}

.brand img {
    height: 35px;
    margin: 0 8px;
}

.brand .text-muted {
    color: #adadad;
}

.container-watermark {
    position: fixed;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: -60px;
    margin-left: -14px;
    width: 100%;
    height: 100%;
}

.container-watermark .escudo {
    max-width: 480px;
}

.zeti-breadcrumb {
    background: rgb(204, 223, 237);
    padding: 5px 15px;
}

.zeti-header {
    width: 100%;
    top: 0;
    z-index: 100;
    position: fixed;
    right: 0;
    margin-left: 50px;
}

.btn-combo,
.btn-combo:hover {
    text-decoration: none;
}

.alert-purple {
    color: #8657A3;
    background-color: #EADCF2;
    border-color: #D4B5E3;
}