body {
    font-family: 'Ubuntu', sans-serif;
    /*padding-top: 70px;*/
}

/* Es necesario indicar que se herede la fuente y el color porque se está utilizando un tema de Bootstrap  */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    color: inherit;
}

th {
    text-align: center;
}

.panel-primary {
    border-color: #3071a9 !important;
}

    .panel-primary > .panel-heading {
        background-color: #3071a9 !important;
        border-color: #3071a9 !important;
    }

.with-nav-tabs.panel-primary .nav-tabs > li.active > a, .with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
    border-color: white !important;
    color: #3071a9;
}

.with-nav-tabs.panel-primary .nav-tabs > .open > a, .with-nav-tabs.panel-primary .nav-tabs > .open > a:hover, .with-nav-tabs.panel-primary .nav-tabs > .open > a:focus, .with-nav-tabs.panel-primary .nav-tabs > li > a:hover, .with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    background-color: #2d5c85 !important;
}


    .with-nav-tabs.panel-primary .nav-tabs > .open > a, .with-nav-tabs.panel-primary .nav-tabs > .open > a:hover, .with-nav-tabs.panel-primary .nav-tabs > .open > a:focus, .with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
        background-color: white !important;
    }

.with-nav-tabs.panel-primary .tabs-left > .open > a, .with-nav-tabs.panel-primary .tabs-left > .open > a:hover, .with-nav-tabs.panel-primary .tabs-left > .open > a:focus, .with-nav-tabs.panel-primary .tabs-left > li.active > a:hover, .with-nav-tabs.panel-primary .tabs-left > li > a:focus {
    background-color: #2d5c85 !important;
}

.navbar a.navbar-brand {
    padding: 9px 0px 8px;
}

.menuCorto {
    width: calc(100% - 550px);
}

.menuLargo {
    width: calc(100% - 150px);
}

.cursorPointer {
    cursor: pointer;
}

.textareaModal.form-control {
    height: 150px;
}

.page-header {
    margin: 10px 0 20px;
}

.loginForm {
    margin: 70px auto;
    max-width: 330px;
    min-width: 330px;
    padding: 15px;
    padding-top: 70px;
}

    .loginForm div img {
        width: 100%;
    }

.loginFormModal {
    margin-left: 120px;
    max-width: 330px;
    min-width: 330px;
}

/*.loginCprincipal {
    width: 330px;
}*/

#cargandoDiv {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: rgba(0,0,0,0.7);
    z-index: 99;
}

.mensajeCargandoDiv {
    color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

nav {
    position: relative !important;
}

#logoMenuGeneral img {
    width: 60%;
    margin-left: 20%;
}

.minHeight49 {
    min-height: 49px;
}

/*#region PropiedadesMargin */

/*#region margin*/
.margin0 {
    margin: 0;
}
.margin5 {
    margin: 5px;
}
.margin10 {
    margin: 10px;
}
.margin15 {
    margin: 15px;
}
.margin20 {
    margin: 20px;
}
/*#endregion*/

/*#region margin superior e inferior */
.marginY-5 {
    margin: 5px 0;
}
.marginY-10 {
    margin: 10px 0;
}
.marginY-15 {
    margin: 15px 0;
}
.marginY-20 {
    margin: 20px 0;
}
/*#endregion */

/*#region margin izquierda y derecha */
.marginX-5 {
    margin: 0 5px;
}
.marginX-10 {
    margin: 0 10px;
}
.marginX-15 {
    margin: 0 15px;
}
.marginX-20 {
    margin: 0 20px;
}
/*#endregion */

/*#region margin-top*/
.marginTop3 {
    margin-top: 3px;
}
.marginTop5 {
    margin-top: 5px;
}
.marginTop10 {
    margin-top: 10px;
}
.marginTop12 {
    margin-top: 12px;
}
.marginTop15 {
    margin-top: 15px;
}
.margintop18 {
    margin-top: 18px;
}
.margintop20{
    margin-top: 20px;
}
.marginTop23 {
    margin-top: 23px;
}
.marginTop25 {
    margin-top: 25px;
}
.marginTop30 {
    margin-top: 30px;
}
.marginTop35 {
    margin-top: 35px;
}
.marginTop40 {
    margin-top: 40px;
}
.marginTop50 {
    margin-top: 50px;
}
/*#endregion*/

/*#region margin-right */
.marginRight5 {
    margin-right: 5px;
}
.marginRight10 {
    margin-right: 10px;
}
.marginRight15 {
    margin-right: 15px;
}
.marginRight20 {
    margin-right: 20px;
}
/*#endregion*/

/*#region margin-bottom */
.marginBottom5 {
    margin-bottom: 5px;
}
.marginBottom15 {
    margin-bottom: 15px;
}
.marginBottom30 {
    margin-bottom: 30px;
}
/*#endregion*/

/*#region margin-left */
.marginLeft5 {
    margin-left: 5px;
}
.marginLeft6 {
    margin-left: 6px;
}
.marginLeft10 {
    margin-left: 10px;
}
.marginLeft15 {
    margin-left: 15px;
}
.marginLeft20 {
    margin-left: 20px;
}
.marginLeft30 {
    margin-left: 30px;
}
.marginLeft55 {
    margin-left: 55px;
}
.marginLeft75 {
    margin-left: 75px;
}
.marginLeft170 {
    margin-left: 170px;
}
.marginLeft175 {
    margin-left: 175px;
}
.marginLeft210 {
    margin-left: 210px;
}
/*#endregion*/

/*#endregion*/

/*#region PropiedadesPadding */

/*#region padding*/
.padding0 {
    padding: 0;
}
.padding5 {
    padding: 5px;
}
.padding10 {
    padding: 10px;
}
.padding15 {
    padding: 15px;
}
.padding20 {
    padding: 20px;
}
/*#endregion*/

/*#region Padding superior e inferior */
.paddingY-5 {
    padding: 5px 0;
}
.paddingY-10 {
    padding: 10px 0;
}
.paddingY-15 {
    padding: 15px 0;
}
.paddingY-20 {
    padding: 20px 0;
}
/*#endregion*/

/*#region Padding izquierda y derecha */
.paddingX-5 {
    padding: 0 5px;
}
.paddingX-10 {
    padding: 0 10px;
}
.paddingX-15 {
    padding: 0 15px;
}
.paddingX-20 {
    padding: 0 20px;
}
/*#endregion*/

/*#region padding-top */
.paddingTop0 {
    padding-top: 0;
}
.paddingTop5 {
    padding-top: 5px;
}
.paddingTop10 {
    padding-top: 10px;
}
.paddingTop15 {
    padding-top: 15px;
}
.paddingTop20 {
    padding-top: 20px;
}
/*#endregion*/

/*#region padding-right*/
.paddingRight0 {
    padding-right: 0px !important;
}
.paddingRight5 {
    padding-right: 5px;
}
.paddingRight8 {
    padding-right: 8px;
}
.paddingRight10 {
    padding-right: 10px;
}
.paddingRight15 {
    padding-right: 15px;
}
.paddingRight20 {
    padding-right: 20px;
}
.paddingRight25 {
    padding-right: 25px;
}
/*#endregion*/

/*#region padding-bottom*/
.paddingBottom0 {
    padding-bottom: 0px !important;
}
.paddingBottom5 {
    padding-bottom: 5px;
}
.paddingBottom10 {
    padding-bottom: 10px;
}
.paddingBottom15 {
    padding-bottom: 15px;
}
.paddingBottom20 {
    padding-bottom: 20px;
}
.paddingBottom25 {
    padding-bottom: 25px;
}
/*#endregion*/

/*#region padding-left*/
.paddingLeft0 {
    padding-left: 0px !important;
}
.paddingLeft5 {
    padding-left: 5px;
}
.paddingLeft10 {
    padding-left: 10px;
}
.paddingLeft15 {
    padding-left: 15px;
}
.paddingLeft20 {
    padding-left: 20px;
}
.paddingLeft25 {
    padding-left: 25px;
}
/*#endregion*/

/*#endregion*/

/* Propiedades FONTSIZE */
.fontSize40 {
    font-size: 40px;
}

/* Propiedades FONTWEIGHT */
.fontWeightBold {
    font-weight: bold;
}

/* Propiedades HEIGHT */
.height170 {
    height: 170px;
}

.height450 {
    height: 450px;
}

/** #region Utilidades FLEX */
.d-flex {
    display: flex;
}

.justify-content-start {
    justify-content: start;
}
.justify-content-end {
    justify-content: end;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-between {
    justify-content: space-between;
}
.justify-content-around {
    justify-content: space-around;
}

.align-items-center {
    align-items: center;
}

/** endregion */

/*#region Temas: Colores */

.defaultColores {
    color: #fff;
    background-color: #808080;
    padding: 10px 20px 4px 10px;
}

    .defaultColores .badge {
        color: #808080;
        background-color: #fff;
        font-size: 30px;
        border-radius: 20px;
        padding: 3px 10px 3px 10px;
    }

.defaultBorder {
    border-top: 5px solid #808080;
}

/*#endregion Temas: Colores */

/*#region Validación de Formularios */

.novalidate {
    border-left: 1px solid #ccc !important;
}

input.ng-invalid, select.ng-invalid, textarea.ng-invalid {
    border-left: 5px solid #d9534f; /* .label-danger { background-color: #d9534f; } */
}

input.ng-valid, select.ng-valid, textarea.ng-valid {
    border-left: 5px solid #5cb85c; /* .label-success { background-color: #5cb85c; } */
}

/*#endregion Validación de Formularios */

/*#region Pantalla de login */
#loginForm {
    margin-top: 70px;
}

.invalidAddon {
    background-color: #d9534f;
    border-width: 0;
}

    .invalidAddon span {
        color: #fff;
    }

.validAddon {
    background-color: #5cb85c;
    border-width: 0;
}

    .validAddon span {
        color: #fff;
    }

#loginForm input.ng-invalid {
    border-left: none;
}

#loginForm input.ng-valid {
    border-left: none;
}

#loginForm div img {
    width: 100%;
}

select.novalidate {
    border-left: 1px solid #ccc !important;
}

    select.novalidate:focus {
        border-left: 1px solid #66afe9 !important;
    }
/*#endregion Pantalla de login*/

/*#region Menú */
#menuSuperiorDerecha {
    margin-top: 9px;
}

    #menuSuperiorDerecha ul {
        margin-right: 10px;
    }

        #menuSuperiorDerecha ul label {
            margin-right: 5px;
        }

.img-nav {
    position: relative;
    top: 3px;
}
/*#endregion */

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.viewNegocioCentro {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
/*#endregion Estilos para el contenido dentro del ng-view*/

/*#region menuNavBar*/
#navbar ul li a span {
}

#navbar #idiomas {
    margin-right: 15px;
}

#navbar #infoUsuarioLink > li > a > span {
    margin-right: 5px;
}
/*#endregion menuNavBar*/

.dropdown-header {
    background-color: #666;
    color: #fff;
}

/*#region Estilos del Grid de Kendo */

.k-grid-header th.k-header {
    text-align: center !important;
    padding: 8px !important;
    background-color: #337ab7;
}

    .k-grid-header th.k-header > .k-link {
        color: #fff !important;
        font-weight: bold;
    }

.k-grid-header th > .k-link > .k-icon {
    color: #fff;
    font-weight: bold;
}

.k-header-column-menu > .k-icon, .k-header-column-menu > .k-icon:hover {
    color: #fff;
}

.k-active-filter, .k-state-active, .k-state-active:hover, .k-tabstrip .k-state-active {
    background-color: #337ab7 !important;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.k-grid {
    font-size: 11px !important;
}

    .k-grid tr:hover {
        background-color: #75beed;
    }

.k-autocomplete.k-state-border-down > .k-i-close, .k-combobox > .k-dropdown-wrap.k-state-border-down > .k-i-close, .k-autocomplete > .k-i-close {
    display: none !important;
}

.k-autocomplete .k-input {
    text-indent: 3px;
}

.k-filter-row, .k-grid .k-filter-row:hover {
    background-color: #ddd !important;
}

.k-grid a.k-grid-excel {
    background-color: #5cb85c;
    color: #fff;
    border: 1px solid #5cb85c;
    float: right;
    margin-right: 10px !important;
    margin-top: 3px !important;
}

span.k-icon.k-i-file-excel {
    color: #fff;
}

a.k-grid-excel:hover {
    background-color: #449D44;
    color: #fff;
    border: 1px solid #449D44;
}

span.k-icon.k-i-file-excel:hover {
    color: #fff;
}

.k-grid-toolbar a {
    margin-right: 10px;
}

.k-button.k-button-icontext .k-icon {
    vertical-align: text-bottom !important;
}

.k-grid .k-button {
    margin-right: 10px !important;
}

.k-button {
    padding-top: 3px !important;
}

tr.k-footer-template td {
    border-bottom: none;
    background-color: #666;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

tr td:first-child {
    text-align: center;
}
/*#endregion Estilos del Grid de Kendo */

/*#region Temas: PanelFiltro */
.panelFiltros {
    background: linear-gradient(to bottom, #cae0e014 0%, #CAE0E0 100%);
    color: #1C668D;
    padding: 5px;
}

    .panelFiltros .titulo {
        font-weight: bold;
        font-size: 20px;
    }

    /*.panelFiltros label {
        font-weight: normal !important;
    }*/

    .panelFiltros .radio-inline {
        margin-bottom: 10px;
    }

    .panelFiltros label b {
        font-weight: normal !important;
    }

.ocultarFiltro {
    position: absolute;
    top: 11px;
    right: 25px;
    font-size: 20px;
    color: #000;
}

    .ocultarFiltro:hover {
        color: #000;
    }

#filtroForm input[type=radio] {
    margin-right: 5px;
    accent-color: #232323;
}

    #filtroForm input[type=radio] + input[type=radio] {
        margin-left: 10px;
    }
/*#endregion Temas: PanelFiltro */

h3 {
    margin-top: 0 !important;
}

.navbar {
    z-index: 1;
}

.navbar-header {
    padding-left: 20px !important;
}

#navbar {
    padding-right: 20px;
}

.filtros {
    transition: all 0.5s;
}

.panelPrincipal {
    transition: all 0.5s;
}

#idiomaSelect {
    height: 30px;
}

/*#region Vista de la página seleccionarNegocioCentro*/
.viewNegocioCentro div.row button {
    margin-bottom: 15px;
    width: 100%;
}

    .viewNegocioCentro div.row button span.glyphicon, .viewNegocioCentro div.row button span.fa {
        margin-right: 10px;
    }

.viewNegocioCentro h3 {
    border-bottom: 4px solid #5CB85C;
    padding-bottom: 7px;
    margin-bottom: 30px;
}
/*#endregion Vista de la página seleccionarNegocioCentro*/

/*#region Custom Select */
div[custom-select] {
    width: 100%;
    height: 34px;
}

    div[custom-select] a {
        height: 100% !important;
    }

.comboPersonalizado {
    height: 34px;
}

    .comboPersonalizado div[custom-select] {
        width: calc(100% - 36px);
    }

    .comboPersonalizado .input-group-btn {
        top: -34px;
        left: calc(100% - 36px);
    }
/*#endregion Custom Select */

div[ng-view] h3 {
    border-bottom: 4px solid #5CB85C;
    padding-bottom: 7px;
    margin-bottom: 20px;
}

.botonera button {
    margin-left: 10px;
}

/*#region Estilos para DatePicker */
input.datepicker {
    border-left: 1px solid #ccc !important;
}
/*#endregion Estilos para DatePicker */

/*#region Estilos para panel.with-nav-tabs */
.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}

    .with-nav-tabs.panel-primary .nav-tabs > .open > a,
    .with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
    .with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
    .with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
        color: #fff;
        background-color: #3071a9;
        border-color: transparent;
    }

.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
    color: #428bca;
    background-color: #fff;
    border-color: #428bca;
    border-bottom-color: transparent;
}
/*#endregion Estilos para panel.with-nav-tabs */

/*#region Estilos bhoechie tab */
div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #1db24b;
    margin-top: 20px;
    margin-left: 15px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
    min-height: 410px;
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    font-size: 16px;
}

    div.bhoechie-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.bhoechie-tab-menu div.list-group > a {
            padding: 30px;
        }

            div.bhoechie-tab-menu div.list-group > a .glyphicon,
            div.bhoechie-tab-menu div.list-group > a .fa {
                color: #1db24b;
            }

            div.bhoechie-tab-menu div.list-group > a:first-child {
                border-top-right-radius: 0;
                -moz-border-top-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a:last-child {
                border-bottom-right-radius: 0;
                -moz-border-bottom-right-radius: 0;
            }

            div.bhoechie-tab-menu div.list-group > a.active,
            div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
            div.bhoechie-tab-menu div.list-group > a.active .fa {
                background-color: #1db24b;
                background-image: #1db24b;
                color: #ffffff;
            }

                div.bhoechie-tab-menu div.list-group > a.active:after {
                    content: '';
                    position: absolute;
                    left: 100%;
                    top: 50%;
                    margin-top: -13px;
                    border-left: 0;
                    border-bottom: 13px solid transparent;
                    border-top: 13px solid transparent;
                    border-left: 10px solid #1db24b;
                }

div.bhoechie-tab-content {
    background-color: #ffffff;
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}
/*#endregion Estilos bhoechie tab */

/*#region personalización de bhoechie tab*/
div.bhoechie-tab-container {
    width: calc(100% - 30px);
}
/*#endregion personalización de bhoechie tab*/

.btnselect {
    padding: 7px 12px;
}

.rowMargin {
    margin: 8px;
}

.checkMargin {
    margin: 4px;
}

.bigText {
    font-size: 17px;
    font-weight: bold;
}

.smallPadding {
    padding: 0px;
}

.input-group-btn .btn, .input-group .form-control {
    z-index: 0 !important;
}

/*#region Vertical tabs */

.disabled {
    cursor: not-allowed;
    pointer-events: none;
}

.tabs-left, .tabs-right {
    border-bottom: none !important;
    padding-top: 2px !important;
}

.tabs-left {
    border-right: 1px solid #ddd !important;
}

.tabs-right {
    border-left: 1px solid #ddd !important;
}

    .tabs-left > li, .tabs-right > li {
        float: none !important;
        margin-bottom: 2px !important;
    }

.tabs-left > li {
    margin-right: -1px !important;
}

    .tabs-left > li > a {
        color: black !important;
    }

    .tabs-left > li.active > a,
    .tabs-left > li.active > a:hover,
    .tabs-left > li.active > a:focus {
        border-top-color: #ddd !important;
        border-bottom-color: #ddd !important;
        border-left-color: #ddd !important;
        border-right-color: transparent !important;
        background-color: #51D1C9 !important;
        color: black !important;
    }

.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
    border-bottom: 1px solid #ddd !important;
    border-left-color: transparent !important;
}

.tabs-left > li > a {
    border-radius: 4px 0 0 4px !important;
    margin-right: 0 !important;
    display: block !important;
}

    .tabs-left > li > a:hover {
        background-color: #ddd !important;
    }

.tabs-right > li > a {
    border-radius: 0 4px 4px 0 !important;
    margin-right: 0 !important;
}

.panelTabsLeft {
    z-index: 10;
    background-color: #ffffff;
    /*padding: 0 !important;*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #1db24b;
    margin-top: 20px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
    min-height: 410px;
    /*overflow:hidden;*/
    padding-bottom: 30px;
    padding-top: 10px;
}
/*#endregion Vertical tabs */

.subPanel_f0ad4e {
    z-index: 10;
    background-color: #e6e6e6;
    /*padding: 0 !important;*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #adadad;
    margin-top: 10px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    /*opacity: 0.97;*/
    /*filter: alpha(opacity=97);*/
    /*min-height: 410px;*/
    /*overflow:hidden;*/
    /*padding-bottom: 30px;*/
    /*padding-top: 10px;*/
}

.divScrollEtiqueta450 {
    overflow: auto;
    height: 450px;
    margin-top: 10px;
}

.divScrollEtiqueta500 {
    overflow: auto;
    height: 500px;
    margin-top: 10px;
}

.divScrollEtiqueta600 {
    overflow: auto;
    height: 575px;
    margin-bottom: 50px;
}

/*#region Etiquetas*/

.etiquetaVerde {
    background: #CAE0E0;
    border: 1px solid #dddddd;
    color: #555555;
    border-radius: 4px;
    padding: 15px;
    /*margin-top: 15px;*/
}

.etiquetaVerdeTIS {
    background: #3baa36;
    border: 1px solid #dddddd;
    color: white;
    border-radius: 4px;
    padding: 15px;
    /*margin-top: 15px;*/
}

.etiquetaRojaTIS {
    background: #d9534f;
    border: 1px solid #dddddd;
    color: white;
    border-radius: 4px;
    padding: 15px;
    /*margin-top: 15px;*/
}

.etiquetaAzul {
    background: #5bc0de;
    border: 1px solid #dddddd;
    color: white;
    border-radius: 4px;
    padding: 15px;
    /*margin-top: 15px;*/
}

.etiquetaVerdeSencilla {
    background: #CAE0E0;
    border: 1px solid #dddddd;
    color: #555555;
    border-radius: 4px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.etiquetaRojaSencilla {
    background: #d9534f;
    border: 1px solid #dddddd;
    color: white;
    border-radius: 4px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
/*#endregion Etiquetas*/
.left-menu {
    left: 100% !important;
    top: -5px !important;
}

.k-grid-header th.k-header {
    color: white;
}
/*Angular 2 **/
.tr-caretright {
    float: right;
    display: inline-block;
    width: 15px;
    padding-top: 5px;
    position: absolute;
    right: 0px;
    font-size: 10px;
}

.dropdownsubmenu > li > a :hover {
    color: #262626;
    text-decoration: none;
}

.dropdownsubmenu > a, .dropdownsubmenu > li > a {
    display: inline-flex;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

    .dropdownsubmenu > a:hover, .dropdownsubmenu > li > a :hover {
    }

app-menu-node {
    width: 100%;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

    app-menu-node > a {
        text-decoration: none;
        color: #262626;
    }

    app-menu-node:hover {
        color: #262626;
        background-color: #f5f5f5;
    }

    app-menu-node > a :hover {
        text-decoration: none;
    }

app-menu-itemdropdown {
}

    app-menu-itemdropdown > li :hover {
        color: #262626;
        text-decoration: none;
        /*background-color: #f5f5f5;*/
    }

.dropdownentry {
    width: 100%;
}

.dx-header-row {
    background-color: #3BAA36;
    color: white;
}

.ts-row-count {
    border-bottom: none;
    font-weight: normal;
    text-align: center;
    padding: .4em .6em;
    overflow: hidden;
    line-height: 1.6em;
    vertical-align: middle;
    text-overflow: ellipsis;
}

.mainmenu {
    margin-top: 15px !important;
}

.panelFiltros dx-autocomplete {
    /*width: 75%;*/
}

.panelFiltros dx-textbox {
    width: 100%;
}

.panelFiltros dx-date-box {
    width: 100% !important;
}

.autocompleteCaret span {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 1px;
    margin-right: 0px;
    /* margin-top: 8px; */
}

.autocompleteBtn {
    background-color: #eee;
    height: 36px;
    text-align: center;
    border: 1px solid #ccc;
    width: 40px;
}

    .autocompleteBtn.resetearcombo {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        cursor: pointer;
    }

        .autocompleteBtn.resetearcombo:hover {
            background-color: #fff;
        }

.cabecera-panelfiltrado {
    display: block;
}

    .cabecera-panelfiltrado p {
        float: left;
    }

    .cabecera-panelfiltrado button {
        float: right;
    }

.autocompletar-fila {
}

app-trypton-grid h3 span {
    padding-left: 10px;
}

.navbar {
    min-height: 60px;
}

.dx-submenu div[_ngcontent-c2] {
    padding: 0;
}

.divFiltros div[class*=col] {
    padding-right: 0;
    padding-left: 0;
}

.divFiltros .glyphicon {
    margin-top: 7px;
}

.divFiltros input[autocomplete] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.closefilter {
    background-color: transparent;
}

.openfilter {
    background-color: transparent;
}

    .openfilter .glyphicon {
        color: #1C668D;
    }

    .closefilter:hover, .openfilter:hover {
        color: #1C668D;
    }

    .closefilter .glyphicon, .openfilter .glyphicon {
        margin-top: 0;
        font-size: 20px;
    }


.dx-calendar {
    margin: 0 !important;
}

.caretFocus {
    border: 1px solid #337AB7;
    height: 36px;
    top: 0px;
    border-left: none;
    margin-left: -1px;
}

.detallecombonegociocentro {
}

.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell, .divTableHead {
    display: table-cell;
    /*padding: 3px 3px;*/
    /*background-color: #ffffff;*/
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.dx-datagrid-total-footer .dx-datagrid-content .dx-datagrid-table.dx-datagrid-table-fixed {
    background-color: #666;
}

    .dx-datagrid-total-footer .dx-datagrid-content .dx-datagrid-table.dx-datagrid-table-fixed td {
        color: #333333 !important;
        border-width: 0 0 1px 1px;
        border-style: solid;
        border-color: #ccc;
        font-size: 11px !important;
        font-weight: normal;
        font-family: 'Ubuntu', sans-serif;
    }

.dx-datagrid-summary-item {
    color: #ffffff !important;
}

.divTableCell dx-autocomplete {
    margin-right: -10px;
}

a {
    cursor: pointer !important;
}

.form-group dx-date-box {
    width: 100% !important;
}

.autocompleteCaret {
    border: 1px solid #ddd;
    border-left: none;
    height: 28px !important;
    /*display: block;*/
    width: 20px;
    text-align: center;
    position: relative;
    /*top: -7px;
    left: 4px;*/
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 40px;
    background-color: #fff;
    position: relative;
    /*width: 10px;*/
    padding: 0px 0px !important;
}

    .autocompleteCaret:hover {
        background-color: #e6e6e6;
        cursor: pointer;
    }

    .autocompleteCaret .glyphicon {
        vertical-align: middle;
    }

.panelFiltros .autocompleteCaret {
    /*top: -5px;*/
    /*border: 1px solid #fff;*/
    /*display: block;*/
    height: 28px !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 40px;
    /*top: -7px;
    left: 4px;*/
}

    .panelFiltros .autocompleteCaret .glyphicon {
        vertical-align: text-bottom;
    }

.chkBlock label {
    display: block;
}

.chkBlock input[type="checkbox"] {
    vertical-align: -webkit-baseline-middle;
}

app-trypton-number input[type="number"] {
    width: 100%;
}

/* Correcciones para IE */
.detalle .autocompleteCaret {
    /*background-color: #f6f7f5;
    position: absolute;
    top: 25px;
    right: 12px;
    height: 36px !important;*/
}

.panelFiltros .centroDeNegocioCentro .autocompleteCaret {
    margin-top: 8px;
}
/* Fin correcciones para IE */

.detalle .panel-primary {
    /*border: none;*/
}

.detalle .panel-body {
    /*background-color: #eee;
    border-radius: 8px;*/
}

textarea {
    display: block;
    width: 100%;
}

.dx-icon-edit {
    font: 16px/1 DXIcons;
    padding-right: 10px;
}

.dx-icon-trash {
    font: 16px/1 DXIcons;
}

.dx-icon-edit-button-addrow {
    color: #fff !important;
}

.dx-datagrid-addrow-button {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
    margin-right: 4px !important;
}

    .dx-datagrid-addrow-button .dx-button-text {
        display: inline-block !important;
    }

.panelFiltradoLER .dx-scrollable-wrapper {
    height: calc(100vh - 220px);
}

/* Para los filtros verticales*/
.panelFiltradoVertical .dx-scrollable-wrapper {
    height: calc(100vh - 250px);
    max-height: calc(100vh - 250px);
}

.dx-master-detail-row > td {
    border: 2px solid #337ab7;
}

.dx-datagrid .dx-datagrid-rowsview .dx-datagrid-edit-form {
    border: 2px solid #337ab7;
}

.thegridcomponet {
}

.panelFiltros .form-group {
    width: 100%;
}

.detalleusuarios app-trypton-checkbox .form-group label {
    display: block;
}

.dx-texteditor-input[disabled],
.dx-texteditor-input[readonly] {
    /*background-color: #eee;*/
    opacity: 1;
}

dx-tree-view {
    border: 1px solid #9F9F9F;
    border-radius: 12px;
    padding: 5px;
}

    dx-tree-view .dx-empty-message {
        text-align: center;
        margin-top: 10px;
    }

.mainlogo {
    float: left;
}

.devextrememenu {
    /*float:left;*/
}

.dx-menu-adaptive-mode {
    background-color: #FEC;
}

.dx-menu-hamburger-button {
    float: right;
}

.seleccionperfilescentros {
    border: 1px solid #9F9F9F;
    border-radius: 12px;
    padding: 5px;
}

.search {
    /* max-width: 300px; */
    /* margin: 4px auto; */
    /* position: relative; */
    /* background-color: aliceblue; */
    /* width: 250px; */
    /*border-bottom: dashed black 1px;*/
    margin: 5px;
}

    .search input {
        width: 300px;
        padding: 10px;
        border: 1px solid #cecece;
        border-radius: 3px;
    }

app-usuario .btn-primary {
    margin-left: 10px;
    margin-right: 10px;
    font-size: medium;
}

    app-usuario .btn-primary i {
        margin-left: 10px;
        margin-right: 10px;
        font-size: medium;
    }

.tabPageClientes {
    padding-bottom: 30px;
}

td[role="columnheader"] {
    text-align: center !important;
}

/* popup de exportar a excel */
.dx-overlay-shader {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

div.dx-popup-title {
    background-color: #f5f5f5;
}
/* FIN popup de exportar a excel */

/* Colores para selección de fila y cursor encima de las mismas */
.dx-datagrid-rowsview .dx-selection.dx-row > td,
.dx-datagrid-rowsview .dx-selection.dx-row:hover > td {
    background-color: #428bca !important;
    color: #ffffff !important;
}

    .dx-datagrid-rowsview .dx-selection.dx-row > td.dx-datagrid-group-space,
    .dx-datagrid-rowsview .dx-selection.dx-row:hover > td.dx-datagrid-group-space {
        border-right-color: #428bca !important;
    }

.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-lines) > td,
.dx-datagrid-rowsview .dx-selection.dx-row:hover:not(.dx-row-lines) > td {
    border-bottom: 1px solid #428bca !important;
    border-top: 1px solid #428bca !important;
}

.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td:not(.dx-focused) {
    background-color: #CAE0E0 !important;
    color: #333 !important;
}

    .dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td:not(.dx-focused).dx-datagrid-group-space {
        border-right-color: #CAE0E0 !important;
    }

.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > .dx-datagrid-readonly .dx-texteditor .dx-texteditor-input {
    background-color: #CAE0E0 !important;
    color: #333 !important;
}

.dx-rtl .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td:not(.dx-focused).dx-datagrid-group-space {
    border-left-color: #CAE0E0 !important;
    border-right-color: transparent !important;
}

.mensajeCargandoDiv {
    color: white;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    z-index: 5000;
    margin: auto;
}

.cargandomsg {
    color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

input[readonly] {
    background-color: #ddd;
}

.denegarPopupContainer {
}

.renovarPopup {
}

.renovarPopupContainer {
}

.popup-modal-footer {
    display: inline-block;
}

.input-group-detalle {
    width: 100%;
}

.leyenda-filtro {
    border-left-color: #337ab7;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #337ab7;
    border-left-width: 5px;
    border-radius: 3px;
}

.text-negro {
    color: #000;
}

.text-azul {
    color: #1C668D;
}

.text-amarillo {
    color: #d5d815;
}

.verde {
    color: #03ba28;
}

.rojo {
    color: #CC4045;
}

.amarillo {
    color: #CEBA41;
}

.azul {
    color: #1C668D;
}

/* Asistente */
.wizard {
    margin-top: -40px;
    background: #fff;
    width: 75%;
    margin: 0 auto;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 0px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 65%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.activo > a, .wizard .nav-tabs > li.activo > a:hover, .wizard .nav-tabs > li.activo > a:focus {
    color: #555555;
    cursor: default !important;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.activo span.round-tab {
    background: #fff;
    border: 2px solid #337ab7;
}

    .wizard li.activo span.round-tab i {
        color: #337ab7;
    }

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 33%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #337ab7;
    transition: 0.1s ease-in-out;
}

/* Flecha debajo de opción de asistente */
.wizard li.activo:after {
    content: " ";
    position: absolute;
    left: 48%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #337ab7;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 48px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    cursor: default !important;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media(max-width:585px) {
    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.activo:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

[hidden] {
    display: none;
}

.ancho100px {
    width: 100px;
}

.ancho15px {
    width: 15px;
}

.fontSize18 {
    font-size: 18px;
}

.fontSize16 {
    font-size: 16px;
}

.fontItalic {
    font-style: italic;
}

.etiquetaCompuesta {
    background: #FAFAFA;
    border: 1px solid #dddddd;
    color: #555555;
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 5px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.etiquetaVerdeCompuesta {
    background: #CAE0E0;
    border: 1px solid #dddddd;
    color: #555555;
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 5px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.fondo-verde {
    background-color: #51D1C9;
}

.fontSize30 {
    font-size: 30px;
}

.divScrollEtiqueta {
    overflow: auto;
    height: 380px;
    margin-top: 10px;
}

dx-file-uploader {
    width: 100%;
    border-radius: 5px;
    border: 2px solid #ccc;
}

.subiradjunto {
    margin-top: 50px;
}

.nombreadjunto {
    margin-top: 20px;
}

.etiqueta {
    background: #FAFAFA;
    border: 1px solid #dddddd;
    color: #555555;
    border-radius: 4px;
    padding: 15px;
}

.etiquetaDatosNegocio {
    padding-left: 15px;
    padding-right: 15px;
}

.fondo-azul {
    background-color: #1C668D;
}

.bordesRadius5 {
    border-radius: 5px;
}

.textoCentro {
    text-align: center;
}

.text-blanco {
    color: white;
}

ul.nav-tabs li.disabled a {
    cursor: not-allowed !important;
    pointer-events: all !important;
}

.alert.alert-danger {
    height: auto !important;
}

.fondo-rojo {
    background-color: #CC4045;
}

.divScrollEtiqueta280 {
    overflow: auto;
    height: 280px;
    margin-top: 10px;
}

.height420 {
    height: 420px;
}

.divScrollEtiqueta315 {
    overflow: auto !important;
    height: 315px !important;
    margin-top: 10px !important;
}

.divScrollEtiqueta264 {
    overflow: auto !important;
    height: 264px !important;
    margin-top: 10px !important;
}

.divScrollEtiqueta125 {
    overflow: auto !important;
    height: 150px !important;
    margin-top: 10px !important;
}


.height525 {
    height: 525px;
}

.panelNuevaRazonSocial {
    /*height: 635px;*/
}

.fontSize20 {
    font-size: 20px;
}

.fontSize14 {
    font-size: 14px;
}


.dx-datagrid-form-buttons-container {
    float: left !important;
}

.text-verde {
    color: #03ba28;
}

.text-rojo {
    color: #d60404;
}

.text-gris {
    color: #CCC;
}

.text-morado {
    color: #d341f4;
}

#gridServicios dx-data-grid {
    max-width: 100% !important;
}

#gridAutorizaciones dx-data-grid {
    max-width: 100% !important;
}

dx-drop-down-box input[readonly] {
    background-color: #fff !important;
}

.dx-popup-content {
    overflow: auto;
}

/* Estilos para que los botones del grid no se solapen */
.dx-toolbar-items-container {
    /*position: relative !important;
    overflow: auto !important;
    height: 100% !important;*/
}

dx-data-grid .dx-toolbar-before, dx-data-grid .dx-toolbar-after {
    position: relative !important;
}

.dx-popup-normal .dx-toolbar-after {
    position: absolute !important;
}

dx-data-grid .dx-toolbar-before {
    /*float: left;*/
    /*width: calc(100% - 41px);*/
    float: left;
}

.dx-toolbar-after {
    /*width: 40%;
    float: right;*/
    float: left;
    width: auto;
    padding: 8px;
}

    .dx-toolbar-after > div:first-child {
        float: right !important;
    }

    .dx-toolbar-after .dx-toolbar-item-auto-hide {
        width: 36px;
    }
/* FIN Estilos para que los botones del grid no se solapen */

.dx-popup-content[style] {
    padding: 0;
}

.dx-popup-content[style] {
    padding: 0;
}

.dx-treelist-table-fixed {
    table-layout: auto !important;
}

.dx-treelist-headers[style] {
    padding-right: 0 !important;
}

.izquierda {
    float: left;
}

.derecha {
    float: right;
}

.btn-crearmatricula {
    margin-top: 5px;
    margin-left: 10px;
    background-color: #f0f0f0;
    color: #000;
    float: right;
}

/*.errorNegocio app-combo-busqueda-negocios-centros > div:nth-child(1) dx-autocomplete div.dx-dropdowneditor-input-wrapper {
    border: 1px solid #ddd;
    border-radius: 4px;
    border-color: rgba(217, 83, 79, 0.4);
}

.errorCentro app-combo-busqueda-negocios-centros > div:nth-child(2) dx-autocomplete div.dx-dropdowneditor-input-wrapper {
    border: 1px solid #ddd;
    border-radius: 4px;
    border-color: rgba(217, 83, 79, 0.4);
}*/

.errorNegocio app-combo-busqueda-negocios-centros > div:nth-child(1) .dx-texteditor {
    border: 1px solid #ddd;
    border-radius: 4px;
    border-color: rgba(217, 83, 79, 0.4);
}

.errorCentro app-combo-busqueda-negocios-centros > div:nth-child(2) .dx-texteditor {
    border: 1px solid #ddd;
    border-radius: 4px;
    border-color: rgba(217, 83, 79, 0.4);
}

/*select[ng-reflect-required="true"] {
    border-left-color: #d9534f !important;
}*/

.tryptonComboinvalid select {
    border-left-color: #d9534f !important;
}

/* Menú horizontal en detalle centro > relación con la delegación > cliente*/
.nav-horizontal {
    border-bottom: 2px solid #DDD;
}

    .nav-horizontal > li {
        float: left;
    }

        .nav-horizontal > li.active > a, .nav-horizontal > li.active > a:focus, .nav-horizontal > li.active > a:hover {
            border-width: 0;
        }

        .nav-horizontal > li > a {
            border: none;
            color: #666;
        }

            .nav-horizontal > li.active > a, .nav-horizontal > li > a:hover {
                border: none;
                color: #1C668D !important;
                background: transparent;
            }

            .nav-horizontal > li > a::after {
                content: "";
                background: #1C668D;
                height: 2px;
                position: absolute;
                width: 100%;
                left: 0px;
                bottom: -1px;
                transition: all 250ms ease 0s;
                transform: scale(0);
            }

        .nav-horizontal > li.active > a::after, .nav-horizontal > li:hover > a::after {
            transform: scale(1);
        }

.boton-buscar {
    text-align: right;
}

    .boton-buscar > .btn {
        width: 100%;
        font-size: 17px;
        background-color: #053630 !important;
        border-color: #053630 !important;
    }

        .boton-buscar > .btn:hover {
            background-color: #0C453F !important;
        }

.input-sin-validacion {
    border-left: 0px !important;
}

/* div h3 {
    border-bottom: 4px solid #666666;
    padding-bottom: 7px;
    margin-bottom: 2px;
} */

/*Clases para el botón del grid de la pantalla Gestionar Asientos Libro GRNP*/
.transferir-celda {
    width: 80px;
    height: 25px;
    border: 1px solid #555555;
    border-radius: 4px;
    cursor: pointer;
}

    .transferir-celda:before {
        font-family: 'FontAwesome';
        font-size: 20px;
        content: "\f093";
        color: #555555;
    }

    .transferir-celda:hover {
        width: 80px;
        height: 25px;
        border: 1px solid #555555;
        border-radius: 4px;
        cursor: pointer;
        background-color: #555555;
        color: white;
    }

        .transferir-celda:hover:before {
            font-family: 'FontAwesome';
            content: "\f093";
            color: white;
        }

/*Clases para el botón del grid de las pantallas de Envío Telemático*/
.mostrar-log {
    width: 50px;
    height: 25px;
    border: 1px solid #d81515;
    border-radius: 4px;
    cursor: pointer;
}

    .mostrar-log:before {
        font-family: 'FontAwesome';
        font-size: 20px;
        content: "\f06a";
        color: #d81515;
    }

    .mostrar-log:hover {
        width: 50px;
        height: 25px;
        border: 1px solid #d81515;
        border-radius: 4px;
        cursor: pointer;
        background-color: #d81515;
        color: white;
    }

        .mostrar-log:hover:before {
            font-family: 'FontAwesome';
            content: "\f06a";
            color: white;
        }

/* Clases para el botón del grid de añadir */
.anadir {
    width: 85px;
    height: 25px;
    border: 1px solid #5cb85c;
    border-radius: 4px;
    cursor: pointer;
}

    .anadir:before {
        font-family: 'FontAwesome';
        font-size: 20px;
        content: "\f067";
        color: #5cb85c;
    }

    .anadir:hover {
        width: 85px;
        height: 25px;
        border: 1px solid #5cb85c;
        border-radius: 4px;
        cursor: pointer;
        background-color: #5cb85c;
        color: white;
    }

        .anadir:hover:before {
            font-family: 'FontAwesome';
            content: "\f067";
            color: white;
        }

.ancho100 {
    width: 100%;
}

.spanInputGroup {
    width: 0px;
    padding: 0px;
    border: none;
}

.input-group select {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.separadorVertical {
    height: 50px;
    border: 1px solid #cccccc;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
}

.candidato {
    border: 1px solid #5a5656;
    border-radius: 4px;
}

.ancho50px {
    width: 50px;
}

.ancho75px {
    width: 75px;
}

.divScrollEtiqueta290 {
    overflow: auto;
    height: 290px;
    margin-top: 10px;
}

.height75 {
    height: 75px;
}

.height95 {
    height: 95px;
}

.dx-textbox.dx-texteditor.dx-widget.dx-state-disabled.dx-dropdowneditor.dx-autocomplete input {
    background-color: #eee;
    color: #555;
}

.divScrollEtiqueta275 {
    overflow: auto;
    height: 275px;
    margin-top: 10px;
}

.bordeVerde {
    border: 1px solid #2ABD28;
}

.borderDashedAzul {
    border-style: dashed;
    border-color: #1C668D;
    padding: 10px;
    height: 385px;
}

.subtituloEstiloPestaña {
    color: #4285F4;
    border-bottom: 2px solid #4285F4;
    padding: 10px;
    margin-left: 10px;
}

/* Propiedades ENLACES*/
.sinSubrayado:hover {
    text-decoration: none;
}

/* Estilos para SWITCH */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    vertical-align: middle;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #CC4045;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #1C668D;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/* FIN Estilos para SWITCH */

.dx-list-select-all {
    cursor: pointer !important;
    background-color: #eee;
    font-weight: bold;
    font-style: italic;
}

    .dx-list-select-all:hover .dx-checkbox-icon {
        border-color: #265a87;
    }


.anchoDesplegableAutoComplete {
}

    .anchoDesplegableAutoComplete.dx-overlay-content {
        min-width: 600px !important;
    }

.modal-header {
    background-color: #F5F5F5 !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.labelGris {
    line-height: 1.5 !important;
}

.divBordeInferior {
    border-bottom: 4px dotted #337ab7;
    margin-right: 30px;
}

.dx-treelist-search-panel {
    margin-top: 5px !important;
}

.dx-treelist-text-content .glyphicon {
    margin-top: 0 !important;
}

.sinPaddingLateral {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.sinPaddingIzquierdo {
    padding-left: 0 !important;
}

.sinPaddingDerecho {
    padding-right: 0 !important;
}

.sinMargenInferior {
    margin-bottom: 0 !important;
}

.sinMargenSuperior {
    margin-top: 0 !important;
}

.fondo-naranja > .panel-heading {
    background-color: #f0ad4e !important;
}

.fondo-naranja > .panel-body {
    border-left: 1px solid #f0ad4e !important;
    border-right: 1px solid #f0ad4e !important;
    border-bottom: 1px solid #f0ad4e !important;
}

.cursorMano {
    cursor: pointer !important;
}

    .cursorMano * {
        cursor: pointer !important;
    }

.subpanel {
    z-index: 10;
    background-color: #dff0d8;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #dff0d8;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    padding: 15px 0;
}

#autorizaciones .divScrollEtiqueta .pull-right button {
    margin-left: 5px;
}

/*Clases para el botón del grid de las pantalla de Consultas*/
.mostrar-filtros {
    width: 82px;
    height: 25px;
    border: 1px solid #d5d815;
    border-radius: 4px;
    cursor: pointer;
}

    .mostrar-filtros:before {
        font-family: 'FontAwesome';
        font-size: 20px;
        content: "\f0b0";
        color: #d5d815;
    }

    .mostrar-filtros:hover {
        width: 82px;
        height: 25px;
        border: 1px solid #d5d815;
        border-radius: 4px;
        cursor: pointer;
        background-color: #d5d815;
        color: white;
    }

        .mostrar-filtros:hover:before {
            font-family: 'FontAwesome';
            content: "\f0b0";
            color: white;
        }


/*Clases para el botón del grid de las pantalla de Consultas*/
.mostrar-url {
    width: 82px;
    height: 25px;
    border: 1px solid #d5d815;
    border-radius: 4px;
    cursor: pointer;
}

    .mostrar-url:before {
        font-family: 'FontAwesome';
        font-size: 20px;
        content: "\f023";
        color: #d5d815;
    }

    .mostrar-url:hover {
        width: 82px;
        height: 25px;
        border: 1px solid #d5d815;
        border-radius: 4px;
        cursor: pointer;
        background-color: #d5d815;
        color: white;
    }

        .mostrar-url:hover:before {
            font-family: 'FontAwesome';
            content: "\f023";
            color: white;
        }

/*#region Temas: Panel filtro superior */

.panelAbierto {
    max-height: 600px;
    /* Set our transitions up. */
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    transition: max-height 1s;
}

.panelCerrado {
    max-height: 0;
    overflow: hidden;
    /* Set our transitions up. */
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    transition: max-height 1s;
}

#fondoFiltro {
    background-color: #F6F6F6;
    border-radius: 10px;
    /*    padding: 5px 0 5px 0;
    margin: 5px 0 5px 0;*/
    padding: 10px;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 0 0 3pt 2pt #D9D9D9;
}

#botonFiltro {
    color: white;
    background-color: #1C668D;
}

.botonUnaFila {
    width: 112px;
    margin-top: 23px;
}

.botonDosFilas {
    width: 112px;
    margin-top: 102px;
}

.leyenda-modal {
    font-size: large;
    padding: 10px;
    margin: 10px 0;
}

#divFiltroSuperior {
    margin-bottom: 10px;
}

/*#endregion Temas: Panel filtro superior */
