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;
}

.navbar a.navbar-brand {
    padding: 9px 15px 8px;
}

.cursorPointer {
    cursor: pointer;
}

.textareaModal.form-control {
    height: 150px;
}

.page-header {
    margin: 10px 0 20px;
}

.loginForm {
    padding-top: 70px;
}

.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 {
    margin: 0 auto;
    /*width: 250px;*/
}

    #logoMenuGeneral img {
        /*position: absolute;*/
        /*top: 50%;*/
        /*height: 57px;*/
        margin-left: 20%;
        margin-right: 20%;
        width: 60%;
        /*opacity: 0.7;*/
    }

/* Propiedades margin */
.marginLeft5 {
    margin-left: 5px;
}

.marginLeft175 {
    margin-left: 175px;
}

.marginLeft30 {
    margin-left: 30px;
}

.marginLeft210 {
    margin-left: 210px;
}

.marginLeft170 {
    margin-left: 170px;
}

.marginTop5 {
    margin-top: 5px;
}

.marginTop23 {
    margin-top: 23px;
}

.marginTop25 {
    margin-top: 25px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginBottom15 {
    margin-bottom: 15px;
}

.marginBottom30 {
    margin-bottom: 30px;
}

/* Propiedades FONTSIZE */
.fontSize40 {
    font-size: 40px;
}

/* Propiedades FONTWEIGHT */
.fontWeightBold {
    font-weight: bold;
}

/* Propiedades HEIGHT */
.height170 {
    height: 170px;
}

/*#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 {
    /*width: 110px;*/
    position: relative;
    top: -9px;
    left: -20px;
}
/*#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, #eeeeee 0%, #cccccc 100%);
    color: #337ab7;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px 10px 10px 10px;
}

    .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;
}

    #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: #1db24b !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: #f0ad4e;
    /*padding: 0 !important;*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #f0ad4e;
    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;*/
}

/*#region Etiquetas*/
.etiquetaVerde {
    background: #dff0d8;
    border: 1px solid #dddddd;
    color: #555555;
    border-radius: 4px;
    padding: 15px;
}

.etiquetaVerdeSencilla {
    background: #dff0d8;
    border: 1px solid #dddddd;
    color: #555555;
    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: #337ab7;
    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;
}

.openfilter {
}

.closefilter {
}

.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 {
    margin-bottom: 20px;
}

    .openfilter .glyphicon {
        color: #337ab7;
    }

    .closefilter:hover, .openfilter:hover {
        color: #337ab7;
    }

    .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: 29px !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 .glyphicon {
        vertical-align: middle;
    }

.panelFiltros .autocompleteCaret {
    /*top: -5px;*/
    /*border: 1px solid #fff;*/
    /*display: block;*/
    height: 29px !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: 15px;
    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);
}

.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: #6ebbff !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: #6ebbff !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: #6ebbff !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: #6ebbff !important;
    border-right-color: transparent !important;
}

.mensajeCargandoDiv {
    color: white;
    background-color: #777;
    width: 100%;
    height: 100%;
    z-index: 5000;
    opacity: 0.2;
    margin: auto;
}

.cargandomsg {
    position: absolute;
    top: 36%;
    left: 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: #1769ed;
}

.verde {
    color: #03ba28;
}

.text-negro {
    color: #d60404;
}

.rojo {
    color: #d60404;
}

/* Asistente */
.wizard {
    margin-top: -40px;
    background: #fff;
    width: 75%;
    margin: 0 auto;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px 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: 62%;
    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;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    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: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .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;
}

.marginLeft20 {
    margin-left: 20px;
}

.marginLeft30 {
    margin-left: 30px;
}

.marginTop10 {
    margin-top: 10px;
}

.fontSize18 {
    font-size: 18px;
}

.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: #dff0d8;
    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: green;
}

.marginTop3 {
    margin-top: 3px;
}

.fontSize30 {
    font-size: 30px;
}

.marginRight5 {
    margin-right: 5px;
}

.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;
}

.fondo-azul {
    background-color: #337ab7;
}

.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: #d60404;
}

.divScrollEtiqueta280 {
    overflow: auto;
    height: 280px;
    margin-top: 10px;
}

.height420 {
    height: 420px;
}

.marginTop15 {
    margin-top: 15px;
}

.divScrollEtiqueta315 {
    overflow: auto;
    height: 315px;
    margin-top: 10px;
}

.height525 {
    height: 525px;
}

.fontSize20 {
    font-size: 20px;
}

.dx-datagrid-form-buttons-container {
    float: left !important;
}

.text-verde {
    color: #03ba28;
}

.text-rojo {
    color: #d60404;
}

.paddingright10 {
    padding-right: 8px;
}

#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;
}

.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: #4285F4 !important;
                background: transparent;
            }

            .nav-horizontal > li > a::after {
                content: "";
                background: #4285F4;
                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);
        }
