.no-style2 {
  /*Clase sin estilos unicamente utilizada para desactivar otros estilos de esta misma hoja*/
}

:is(:focus, :active):not(.no-style2, [uib-timepicker] *, [uib-datepicker] *) {
    outline:0;
}

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
    padding: 0;
    border: none;
}

.sidebar .nav > li > a:hover > .nav-icon{
    background-color: white;
}

.sidebar .nav > li > a > .nav-icon{
    border-bottom: 1px solid #fff;
}

:is(h4, .h4):not(.no-style2) {
    font-size: 16px;
}

:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6):not(.no-style2) {
    font-weight: 600;
    color: #00628F;
}

.btn:not(.no-style2, [uib-timepicker] *, [uib-datepicker] *) {
    padding: 5px 12px;
    font-size: 13px;
    line-height: 1.53846;
}

.form-horizontal .control-label {
    padding-top: 6px;
}

.form-inline .label-title {
    padding-top: 6px;
}

.clockpicker-canvas-bg {
    fill: #00628F;
}

.clockpicker-tick.selected {
    color: white;
}

.clockpicker-tick.selected:hover {
    color: #707070;
}

.clockpicker-tick.active, .clockpicker-tick:hover {
    background-color: #F5E7EA;
}

body {
    font-size: 13px;
    line-height: 1.53846;
    color: #707070;
}

.breadcrumb > li {
    padding: 0 8px 4px 8px;
}

:is(:not(:first-child):not(:last-child).input-group-addon,
:not(:first-child):not(:last-child).input-group-btn,
.input-group :not(:first-child):not(:last-child).form-control):not(.no-style2) {
    border-radius: 4px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.btn-default:not(.no-style2, [uib-timepicker] *, [uib-datepicker] *) {
  display: flex;
  align-items: center;
}

.btn-default:not(.no-style2) span {
  font-size: 14px;
  margin-right: 4px;
}

.btn-default-combo-box {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #333333;
    min-width:100px;
    text-align:right;
}

.cmb-box-option{
    min-height: 25px;
}

.section-heading {
    width: 100%;
    display: table;
    margin: 32px 0 16px;
    border-bottom: 1px solid #EEE;
    padding: 8px 0;
}

.section-heading-left {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.section-heading-right{
    float: none;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

:is(h3, .h3):not(.no-style2) {
    font-size: 16px;
    margin: 0;
}

:is(h2, .h2):not(.no-style2) {
    font-size: 20px;
}

.section-heading-right button {
    margin‐left: 4px;
}

.section-heading-right button:first-child{
     margin‐left: 32px;
}

.dropdown-menu:not(.no-style2) {
    font-size: 13px;
}

.dropdown-menu:not(.no-beyond) > li > a, .dropdown-menu label {
    color: #707070;
    padding: 4px 16px;
}

input[type=checkbox] ~ .text::before, input[type=radio] ~ .text::before {
    margin-right: 10px;
}

.form-control:not(.no-style2, [uib-timepicker] *) { /*TODO Tomar esta regla de referencia para el tema de la especificidad*/
    height: 32px;
    font-size: 13px;
}

.panel-heading h2 {
    margin-top: 0;
}

.panel-body .row:first-child{
    padding-top: 0;
    margin-top: 0;
}

/*.popover {
    font-size: 16px;
}*/

.popover {
    font-size: 13px;
    line-height: 1.53846;
}

.datepicker .datepicker-heading {
    font-size: 16px;
}

.row-heading {
    display: table;
    width: 100%;
    padding: 8px 0;
}

.row-heading-left, .row-heading-right {
    display: table-cell;
    vertical-align: middle;
}

.row-heading-right {
    text-align: right;
}

.panel-dates{
    display: table;
}

.popup-month, .popup-year{
    display: table-cell;
    width: 50%;
}

.popup-month{
    border-right: 1px solid #EEE;
}

.date-element {
    padding: 4px 12px;
    cursor: pointer;
}

.date-element:hover{
    background-color: #f5f5f5;
}

.popup-month .selected, .popup-year .selected, .popup-month .selected:hover, .popup-year .selected:hover {
    background-color: #00628F;
    border-radius: 5px;
    color: #FFF;
}

.heading-list {
    color: #0096DC;
    text-align: center;
    background-color: #f5f5f5;
    padding: 10px 15px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.calendar-tasks .popover {
    width: 420px;
}

.calendar-tasks .popover-content {
    padding: 0;
}

.centrar_fecha {
    width: 50%;
    margin-left: 40%;
}

.event-popover .mCSB_container_wrapper > .mCSB_container {
    padding-right: 0;
}

.event-popover .ng-binding{
    padding: 4px 8px;
    cursor: pointer;
}

.event-popover .ng-binding:hover{
    background-color: #f5f5f5;
}

.event-popover .ng-binding .circle {
    margin-bottom: 2px;
}
.popup-year{
    padding-left: 9px;
}

.popup-month{
    padding-right: 9px;
}

.popup-year .mCSB_container_wrapper {
    position: inherit;
}

.popup-year .mCSB_scrollTools_horizontal {
    display: none !important;
}

.mCSB_container_wrapper > .mCSB_container {
    width: 100% !important;
    padding-right: 0;
}

.heading-list {
    display: table;
}

.heading-list span {
    display: table-cell;
    width: 50%;
}

.heading-list span:nth-child(1){
    text-align: left;
}

.heading-list span:nth-child(2){
    width: 100px;
}

.heading-list span:nth-child(3){
    text-align: right;
}

.input-group-addon:not(.no-style2) {
    cursor: pointer;
    /*border: 1px solid #0096DC !important;*/
}

.input-group-addon:hover:not(.no-style2) {
    background-color: #FFF;
    color: #0096DC;
}

ul {
    list-style: none;
}

.sortable-list-item {
    padding: 5px 10px;
    margin: 5px 0;
    border: 2px solid #707070;
    border-radius: 5px;
    cursor: move;
}

.level-row {
    display: inline;
    cursor: hand;
    cursor: pointer;
}

.level {
    font-weight:bold;
}

/*.form-control[disabled] {
    background-color: transparent;
}*/

.viewer-series-element {
    text-align: center;
    padding: 10px;
    cursor: hand;
    cursor: pointer;
}

.viewer-breadcrumb {
    padding: 8px 15px 0 15px;
    margin-bottom: 0;
    list-style: none;
    border-bottom: 1px solid #fff;
}

.viewer-breadcrumb > li {
    display: inline-block;
    padding: 0 8px 4px 8px;
}

.viewer-breadcrumb li:after {
    content: "\f105\00a0";
    padding: 0 5px;
    font-family: FontAwesome;
}

.viewer-breadcrumb > .active:after {
    content: "";
    padding: 0;
}
.loginBackground h3 {
    margin-bottom:10px;
}

.menu-boton {
    display: none !important;
}

.row-heading-left .form-control, .busqueda .form-control {
    width: 500px !important;
}

.clickeable {
    cursor: pointer;
}

.sidebar {
    min-height: 100%;
    background-color: #F5F5F5;
    height: inherit;
    top: 0;
}

.sidebar .sidebar-header {
    height: 100px;
}

.sidebar + div {
    width: 100%;
    padding-left: 200px;
    position: relative;
}

#breadcrumbss {
    line-height: 1.25;
}

.contenedor-padre {
    position: relative;
    min-height: 100%;
}

.cabecera {
    z-index: 25;
    position: relative;
}

.row-heading-left .row {
    margin-left: 0;
    margin-top: 15px;
}

.row-heading-left .row .btn-default {
    margin-right: 10px;
}

.ajustarmenos .popover {
    min-width: 280px;
}

.ajustarmas .popover {
    min-width: 335px;
}

.form-control.reducir {
    width: 95px !important;
}

.form-control.reducirmas {
    width: 60px !important;
}

.nv-y path {
    display: none;
}

.nv-controlsWrap .nv-legend-symbol {
    fill: #0096DC !important;
    stroke: #0096DC !important;
}

.columnaRecortada {
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .sidebar {
        width: 100%;
        z-index: 15;
        background-color: #F5F5F5;
    }

    .sidebar .sidebar-header {
        height: 93px;
    }

    .menu-responsive-close {
        display: none;
    }

    .menu-responsive-close + div {
        padding-left: 0;
    }

    .menu-boton {
        display: block !important;
        cursor: pointer;
    }

    .row-heading {
        display: block;
    }

    .row-heading-left, .row-heading-right {
        display: block;
    }

    .row-heading-right {
        text-align: left;
        padding-top: 8px;
    }

    .row-heading-left .form-control, .busqueda .form-control {
        width: 100% !important;
    }

    .busqueda {
        padding: 8px 0 8px 0;
    }

    .row-heading-left .input-group {
        width: 100%;
    }

    .menu-boton .navbar-toggle {
        margin: 10px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse.collapse {
        display: block!important;
    }

    .navbar-nav>li, .navbar-nav {
        float: left !important;
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px !important;
    }

    .navbar-right {
        float: right!important;
    }

    .navbar-header{
        display: none;
    }

    .navbar-right {
        float: left !important;
        left: 50%;
        position: relative;
        margin-left: -100px;
    }

    .navbar-collapse, .container-fluid {
        display: block;
        height: 55px;
        border: 0;
    }

    .navbar-default{
        border-bottom-width: 3px;
        min-height: 0;
        height: 55px;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-toggle {
        border: 0;
    }

    .navbar-nav .pressed {
        background-color: #eeeeee;
    }

    .navbar-toggle > span {
        background-color: #0096DC !important;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .navbar-nav > .open {
        width: 58px;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: white;
        border: 1px solid #d5d5d5;
        position: absolute;
    }

    .idioma, .pull-right {
        left: 0px !important;
    }

    .dropdown-menu.pull-right {
        right: inherit;
    }

    .limitado {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 45%;
    }

    .centrar {
        left: -100px;
    }

    .form-inline .form-group {
        vertical-align: baseline;
    }

    .movil .col-sm-1 {
        width: 50% !important;
        margin-left: 19px !important;
    }

    .movil .btn-primary {
        margin-left: 45%;
    }

    .ajustarmenos .popover {
        min-width: 250px;
    }

    .ajustarmas .popover {
        min-width: 300px;
    }

    .form-control.reducirmas {
        width: 70px !important;
    }
}

.slide-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.slide-list > li {
    display: inline;
}

.slide-list > li:hover {
    cursor: pointer;
}

.slide-list > li > img {
    width: 100px;
    height: 100px;
}

.firmarButton{
    display: flex;
    justify-content: flex-end;
    margin-top: 0.5%;
    margin-inline-end: 1%;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  .loading-spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.close-button {
  float: right;
  font-weight: 700;
  line-height: 1;
  color: #000;
  width: 2em!important;
  border: none!important;

  &:hover,
  &:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
}

.fixed-width-modal .modal-dialog {
  width: 50%;
  max-width: 100%;
}
