.agregarlinea {
    width: 100%;
    border-bottom: 1px solid #222d32;
}

.modal span.select2-container {
    width: 100% !important;
}

span.mensaje-carga {
    display: block;
    font-size: 12px;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 10px;
    color: #3e3e42;
    font-weight: bold;
}


.skin-green .sidebar-menu>li.header {
    color: #ffffff !important;
    background: #1a222626 !important;
}

.skin-green .sidebar a {
    color: #fdfdfd !important;
}

.skin-green .wrapper,
.skin-green .main-sidebar,
.skin-green .left-side {
    background-color: #008d4c !important;
}

.skin-green .sidebar-menu>li:hover>a,
.skin-green .sidebar-menu>li.active>a {
    color: #fff;
    background: #00a65a !important;
    border-left-color: #2e3130 !important;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
    color: rgba(255, 255, 255) !important;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
    color: #f3f3f3 !important;
    background-color: #d06262 !important;
}


.form-control:not(.native) {
    /* border-color: #bfc3ca; */
    /* font-size: 12px; */
    /* border-radius: 0px !important; */
    padding: 2px 6px;
    /* height: 22px; */
    height: auto;
}

.form-control.input-lg{
    height: 46px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.3333333;
    border-radius: 6px;
}




.form-control:focus {
    /* background-color: #f7f7f7 !important; */
    border-color: #3c8dbc;
    box-shadow: none;
}

.table-responsive-me {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    border: 1px solid #ddd;
}

.table-responsive-me>.table {
    margin-bottom: 0;
}

.table-responsive-me>.table>thead>tr>th,
.table-responsive-me>.table>tbody>tr>th,
.table-responsive-me>.table>tfoot>tr>th,
.table-responsive-me>.table>thead>tr>td,
.table-responsive-me>.table>tbody>tr>td,
.table-responsive-me>.table>tfoot>tr>td {
    white-space: nowrap;
}

.input-tabla {
    width: 50px;
    padding: 0px 5px;
}

.titulo_ventana {
    /* font-size: 30px; */
    /* line-height: 45px; */
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 15px;
    line-height: 50px;
    padding: 0px 15px;
}

.botones_ventana {
    float: left;
    /* height: 100% !important; */
    padding: 0px 15px;
}

.botones_ventana button {
    border: 0px solid #000;
    padding: 15px;
}

.input-group .input-group-addon {
    background-color: #ececf3;
    border-color: #bfc3ca;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.5;
}

span.select2-selection.select2-selection--single {
    display: block;
    width: 100%;
    height: 26px;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.tabla_fe {
    overflow: hidden;
    /* padding-bottom: 5px; */
    /* padding-left: 5px; */
    /* padding-right: 5px; */
}

.tabla_fe.tabla-a {
    overflow: hidden;
    border: 1px solid #ecf0f5;
}

span.mensaje-carga {
    display: block;
    font-size: 12px;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 10px;
    color: #3e3e42;
    font-weight: bold;
}


.tabla-a>.header {
    padding: 6px 12px;
    /* padding-bottom: 6px; */
    line-height: 1;
    /* font-weight: bold; */
    /* border-top: 1px solid #000; */
    color: #fff;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tabla-a>.body>.item {
    font-size: 12px !important;
    padding: 6px 12px;
    border-top: 1px solid #ecf0f5;
}

.tabla-a>.body>.item p {
    font-size: 11px;
    padding: 2px;
    font-weight: bold;
}

.tabla-a>.body>.item.cargando {
    padding-top: 10px;
}

.tabla-a>.body {
    background-color: #ffffff2e;
    /* max-height: 500px; */
    overflow-y: scroll;
    overflow-x: hidden;
}


.tabla-a>.body>.item span {
    display: block;
}

.tabla-a>.body>.item .titulo-1 {
    font-size: 13px;
}

.tabla-a>.body>.item .titulo-2 {
    font-size: 10px;
    font-weight: bold;
}

.tabla-a .btn {
    width: auto !important;
    padding-left: 6px;
    padding-right: 6px;
    float: right;
}

.skin-purple .tabla-a>.body>.item:hover {
    background-color: #605ca8;
    color: #fff;
    border-top: 1px solid #5c58a5;
}

.columna-numeric {
    text-align: right;
    width: 100px;
}

.columna-mini {
    width: 60px;
}

.titulo-general-00 {
    padding: 6px 12px;
    /* padding-bottom: 6px; */
    line-height: 1;
    font-weight: bold;
    border: 1px solid #ecf0f5;
    /* color: #333; */
    text-align: left;
    text-transform: uppercase;
    letter-spacing: -1px;
    display: block;
}

.footable-row-detail-name {
    text-align: right;
}

.footable>tbody>tr>td {
    font-size: 12px !important;
    cursor: pointer;
}

.td-vertical-align td {
    vertical-align: middle !important;
}


.login-page .video-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}


.wrapper-contente-center {
    width: 100%;
    /* background: #1d1767 url(../rsc/patt.png) repeat scroll 0 0; */
    /* opacity: 0.5; */
    height: 100%;
    overflow: hidden;
    /* padding-bottom: 120px; */
    /* padding-top: 120px; */
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    /* padding-top: 100px; */
    display: flex;
    -webkit-box-pack: center;
    align-items: center;
    -webkit-box-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.login-box {
    margin: 0px;
    margin: 0 auto !important;
    /* width: 400px; */
    background: rgb(21, 32, 43);
    padding: 50px;
}

.login-box-body,
.register-box-body {
    padding: 20px 0px 20px 0px !important;
    background-color: transparent !important;
}

.login-page .form-control-feedback {
    left: 0;
}

.login-page .has-feedback .form-control,
.login-page .has-feedback .input-group .form-control {
    padding-left: 42.5px;
    color: #fff;
    background-color: #ffffff00 !important;
}

.login-page .checkbox.icheck {
    text-align: left;
}

.login-page button {
    text-align: right;
}


.login-page label.form-check-label {
    color: #fff;
}

.select2-container--focus .select2-selection--single,
.select2-container--open .select2-selection--single {
    box-shadow: none;
    background-color: #e1ffa5 !important;
    border: 1px solid #bfc3ca !important;
}


.box-valorizado .input-tabla {
    color: #000;
    outline: none;
}

.box-valorizado table tr.activo {
    background-color: #ffffff;
    /* color: #fff; */
}

.box-valorizado table tr.actualizar {
    background-color: #00a65a;
    border: none;
    color: #fff;
}


.box-valorizado table tr td {
    border: none;
}


.select2-results__option {
    font-size: 12px;
}

input.select2-search__field {
    font-size: 12px;
    padding: 3px 6px !important;
}


.tabla_fe .form-group {
    margin-bottom:0px;
}


.box-valorizado .input-tabla:focus {
    outline: 1px #000000 solid;
}


.body.no-scroll {
    overflow: initial;
    overflow: hidden;
}

.table_me th {
    border: none !important;
    /* color: #ececf3; */
    font-weight: normal;
    text-transform: uppercase;
}

.tab_principal {
    overflow: hidden;
    position: relative;
}


.tab_principal .titulo {
    list-style: none;
    padding: 0;
    width: 100%;
    overflow: hidden;
    display: table;
    text-align: center;
    margin: 0px;
}

.tab_principal .titulo li {
    display: table-cell;
    /* color: #5d5d5d; */
    /* padding-top: 5px; */
    /* padding-bottom: 15px; */
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #7d79c1;
    /* height: 50px; */
}

.tab_principal .titulo li a {
    padding-bottom: 5px;
    padding-top: 10px;
    position: relative;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 10px;
    /* letter-spacing: 0.5px; */
    font-weight: 400;
    /* border-bottom: 2px solid #fff; */
    /* color: #000; */
    background: inherit;
    -webkit-background-clip: text;
    background-clip: text;
    color: #75363675;
    filter: invert(1) grayscale(1) contrast(9) drop-shadow(.05em .05em white);
}


.tab_principal .titulo li.active {
    background-color: #605ca8;
}

.tab_principal .cuerpo {
    padding: 5px;
    overflow: hidden;
    background-color: #605ca8;
}

.tab_principal .tab-pane {
    background-color: #ecf0f5;
    padding: 5px;
}

.color-white{
    color: #fff
}

.color-black{
    color: #000
}

.skin-purple .tabla-a {
    border: 1px solid #605ca8;
}

.skin-purple .tabla-a .header {
    background-color: #605ca8;
}

.table {
    margin-bottom: 0px !important;
}


.modal-body h3, .modal-body h4 {
    margin: 0px;
    margin-bottom: 15px;
}


.callout.bg-yellow {
    border-color: #c78c2e;
}


.callout.bg-red {
    border-left-color: #a7483c;
}


.callout.bg-blue {
    border-left-color: #0b4e75;
}


.callout.bg-green {
    border-left-color: #056539;
}


.modal_fixed {
    position: fixed;
    /* width: 300px; */
    right: 0;
    /* position: fixed; */
    /* width: 100%; */
    /* top: 50px; */
    /* right: 50px; */
    /* z-index: 200; */
    /* background-color: #ffffff61; */
    /* border: solid 4px #1c1f36; */
}


.callout.bg-navy {
    border-left-color: #00060c;
}


.montos_val *:last-child {
    float: right;
}

.montos_val label {
    display: block;
    margin-bottom: 0px;
}


.montos_val {
    display: block;
    overflow: hidden;
}


.skin-purple .footable tr.footable-header th {
    background-color: #605ca8;
    border-color: #605ca8;
    color: #fff;
    padding-left: 4px;
}

.skin-purple .footable {
    border-color: #605ca8 !important;
    /* border-right: 10px solid #000; */
    border-collapse: initial;
}

.skin-purple .footable tfoot td {
    background-color: #605ca8;
    border-color: #605ca8;
}

.skin-purple .footable tfoot .pagination li a,
.skin-purple .footable tfoot .pagination li span {
    background-color: #605ca8;
    color: #fff;
}

.skin-purple .footable tfoot .pagination > .active > a,
.skin-purple .footable tfoot .pagination > .active > span,
.skin-purple .footable tfoot .pagination > .active > a:hover,
.skin-purple .footable tfoot .pagination > .active > span:hover,
.skin-purple .footable tfoot .pagination > .active > a:focus,
.skin-purple .footable tfoot .pagination > .active > span:focus{
    background-color: #18128c;
    border-color: #fff;
}

.skin-purple .footable tfoot .pagination > li > a:hover,
.skin-purple .footable tfoot .pagination > li > span:hover,
.skin-purple .footable tfoot .pagination > li > a:focus,
.skin-purple .footable tfoot .pagination > li > span:focus {
    background-color: #18128c;
    border-color: #fff;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus{
    background-color: #605ca8 !important;
    color: #bfb0b0 !important;
}


.footable .btn {
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    /* color: #000; */
    letter-spacing: 0.5px;
    /* padding: 2px 4px; */
    /* padding: 0px; */
    border-radius: 0px;
    -webkit-font-smoothing: antialiased;
}

.skin-purple .footable>tbody>tr>td {
    border-top: 1px solid #605ca8;
    padding: 0px 4px 0px 4px;
    /* line-height: 2; */
 }

.skin-purple .footable tr.footable-row-detail td {
    border-top: none;
    cursor: initial;
    padding-left: 10px;
}


.skin-purple .footable tr td.foo-button {
    padding: 0px;
}

.footable .label {
    padding: 0px;
    letter-spacing: 0.5px;
    /* padding-right: 15px; */
    /* line-height: 2; */
    color: #ffffffeb !important;
    border-radius: 0px;
    width: 100%;
    height: 100%;
    /* display: block; */
    position: absolute;
    /* font-weight: normal; */
    /* text-align: center; */
    font-size: 9px;
    text-align: center;
    font-family: 'Arial';
    display: table;
    vertical-align: middle !important;
    top: 0;
    border-collapse: separate;
}

.skin-purple .footable tr td.foo-label {
    padding: 0px !important;
    position: relative;
    /* padding-left: 5px; */
    padding-right: 5px !important;
    line-height: 1;
    height: 100%;
}


.skin-purple .footable>tbody>tr.footable-detail-row>td {
    border-top: none;
    padding: 0px;
}

.footable .footable-details th {
    text-align: right;
    padding: 0px;
    /* width: 120px !important; */
    padding-right: 5px;
    color: #444444;
    background-color: #efefef;
}

.footable > tbody > tr:hover:not(.footable-row-detail) {
    background: #605ca8 !important;
    color: #fff;
}

.footable .footable-details td {
    text-align: left;
    padding: 0px;
    padding-left: 32px;
    background-color: #efefef;
    color: #444444;
}


span.footable_link_ver {
    padding-left: 10px;
    font-size: 14px;
    line-height: 1;
}


.prev-visor-print {
    padding: 50px;
    background-color: #d6cece;
    display: none;
}

.visor_print.hoja_a4 {
    width: 795px;
    background-color: #fff;
    color: #000;
    margin: 0 auto;
}


.btn-focus-personlizado:focus {
    border: 1px #000 solid;
}


.box-header {
    padding: 5px 10px;
    background-color: #4a4950;
    background-color: #605ca8;
    font-size: 10px;
}

.box-header.with-border {
    /* border-bottom: 1px solid #cac2c2; */
    /* border-top: 3px solid #0000004a; */
    /* background-color: #4a4950; */
    /* font-family: 'Montserrat', sans-serif; */
}

.box-header h3 {
    /* font-size: 10px !important; */
    /* font-family: 'Montserrat', sans-serif; */
    /* font-weight: 400; */
    color: #fff;
    /* letter-spacing: 0.5px; */
    /* text-transform: uppercase; */
    /* text-transform: uppercase; */
    /* font-weight: bold; */
}

.box {
    /* border-radius: 0px !important; */
    border-top: 3px solid;
    /* border-top: none; */
    /* margin-bottom: 5px; */
    box-shadow: 0 1px 6px rgb(34, 45, 50);
}

.icheckbox_flat-red, .iradio_flat-red {
    width: 15px !important;
    height: 15px !important;
    background-size: auto 100% !important;
    /* background-position: center !important; */
}

.icheckbox_flat-red.checked {
    background-position: -15px 0 !important;
}

.input-group-addon {
    font-size: 12px;
    padding: 1px 12px;
    /* padding: 0px; */
}

.box-header>.box-tools {
    top: 0px !important;
}

.btn-box-tool {
    padding: 3px;
    font-size: 15px;
    color: #fff !important;
    outline: none !important;
    background-color: transparent !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px !important;
}

.select2-dropdown {
    background-color: #ececf3 !important;
}

body {
    font-size: 12px;
}


.form-group {
    margin-bottom: 5px;
}

.form-control:disabled {
    background-color: #ececf3 !important;
    border-color: #bfc3ca;
    box-shadow: none;
}


.skin-purple .modal.modal_window .modal-header {
    background-color: #3c8dbc;
    padding: 5px 10px;
    color: #fff;
    /* text-align: center; */
}

.modal .modal-header h4 {
    font-size: 14px !important;
    /* font-weight: bold; */
}

.modal .modal-body {
    padding: 5px 10px;
}


.modal .modal-footer {
    padding: 5px 10px;
    padding-bottom: 0px;
}

.skin-purple .modal.modal_window .modal-footer {
    background-color: #3c8dbc;
}

.modal .modal-footer button {
    margin-bottom: 5px;
}


.footable > tbody > tr:hover:not(.footable-row-detail) td .footable_link_ver a {
    color: #fff;
}

.box-body {
    /* padding: 5px; */
    /* position: relative; */
    /* min-height: 50px; */
}

.skin-purple .cabecera_tabla {
    background-color: #605ca8;
}


.footable > tbody > tr:hover:not(.footable-row-detail) > td {
    color: #fbfbfb !important;
    /* border-top: 1px solid #ffffff; */
}

.pagination {
    margin-top: 20px;
    margin-bottom: 0px;
}

.footable {
    font-family: 'Source Sans Pro' !important;
}

.footable .monto_principal{
    width: 85px;
    text-align: right;
    text-decoration: underline;
    font-size: 15px !important;
    font-style: italic;
}


p.login-box-msg {
    color: #fff;
    letter-spacing: 0.5px;
}

.login-page .form-control {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1;
    background-color: #fff;
}


.footable .label span {
    vertical-align: middle !important;
    display: table-cell;
}


.skin-purple .main-header .navbar .sidebar-toggle:hover {
    background-color: #222d32 !important;
}

.skin-purple .main-header .navbar {
    background-color: rgb(51, 51, 51);
}

.skin-purple .wrapper, .skin-purple .main-sidebar,
.skin-purple .left-side {
    /*background-color: #222d32 !important;*/
    background-color: #7b764f !important;
}


.skin-purple .main-header .logo:hover {
    background-color: #222d32 !important;
}


.skin-purple .main-header .logo {
    background-color: #331dac !important;
}


.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
    top: auto !important;
}


.content-wrapper {
    /* background-color: #4a4950 !important; */
    background-color: #ffffff !important;
}

footer.main-footer {
    background: #222d32;
    color: #b8c7ce;
    padding: 5px;
    border-top: 1px solid #181b1d;
}


.skin-purple .main-header li.user-header {
    background-color: #222d32 !important;
}

.dropdown-menu {
    border-color: #222d32!important;
    padding: 0px !important;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
    background-color: #4a4950 !important;
}


section.content {
    padding: 5px;
}


.input-group-btn .btn:not(.native) {
    padding: 0px 12px;
}

.btn-mini {
    /* padding: 3px 6px; */
}

.btn-mini i {
    margin-right: 6px;
}

.box-transparent {
    box-shadow: none !important;
    border-top: none !important;
    background-color: #0000;
    margin-bottom: 0px;
}

.open .btn-box-tool, .btn-box-tool:hover,.btn-box-tool:focus {
    color: #ffffff !important;
}

.login-page button {
    padding: 6px 12px !important;
}


.dl-horizontal.dt-small dt {
    width: 100px !important;
    margin-top: 2px !important;
}

.dl-horizontal.dt-small dd {
    margin-left: 110px !important;
}


.dark-mode .input-group .input-group-addon {
    background-color: #ececf300;
    border-color: #4a4950;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    border: none;
    line-height: 1.5;
    color: #d8d6d6;
}

.dark-mode .form-control {
    border-color: #7c7c80;
    font-size: 12px;
    border-radius: 0px !important;
    padding: 2px 6px;
    height: 22px;
    border-width: 0.5px;
    background-color: #0000;
    color: #fff;
}

.dark-mode .form-control:focus {
    background-color: #4a4950 !important;
    border-color: #4a4950;
    box-shadow: none;
}


.iradio_flat-red {
    background-position: -60px 0 !important;
}

.iradio_flat-red.checked {
    background-position: -75px 0 !important;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0px !important;
}

label.form-control {
    background-color: #ececf3;
}


dl {
    margin-bottom: 10px;
}


.asiento_button span, .asiento_boleto-datos_cliente span {
    display: block;
}

.asiento_button , .asiento_boleto-datos_cliente {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
    width: 22%;
    position: relative;
    border: 5px solid #31c6f4;
    margin-left: 1.5px;
    margin-right: 1.5px;
    margin-top: 1.5px;
    margin-bottom: 1.5px;
    background-color: #31c6f4d9;
}

.asiento_button .nombre,.asiento_boleto-datos_cliente .nombre {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px;
    height: 40px;
    line-height: 1.4;
    display: none;
}

.asiento_button .asiento ,.asiento_boleto-datos_cliente .asiento {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 5px;
    font-size: 18px;
    left: 0;
    font-weight: bold;
}


.titulo h1 {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 10px;
    margin-left: 15px;
}

.titulo h2 {
    font-size: 18px;
    margin: 10px 0px;
    /* margin-bottom: 15px; */
    margin-left: 15px;
}


.login-page .has-feedback .form-control option {
    background-color: #15202b;
}


.asiento_button span.piso,.asiento_boleto-datos_cliente span.piso {
    font-weight: bold;
}




.grupo_botones a:focus .btn {
    border: 3px solid #000;
}

.grupo_botones .btn-app:active,.grupo_botones  .btn-app:focus {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(18, 23, 167, 0.8);
}

.buton_ui .btn:hover,
.buton_ui .btn:active,
.buton_ui .btn:focus,
.buton_ui .btn.hover{
    /* border: 5px solid #282556; */
    text-decoration: underline;
    text-decoration-style: solid;
}

.table-bordered {
    border: 1px solid #000000;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #000000;
}


.left_dir .seats {
    float: left !important;
}


.cuadrado-01 {
    background-color: #c9b40e;
    color: #fff;
    text-align: center;
}


.skin-purple .footable>tbody>tr.row_anterior>td {
    background-color: #bba8a8;
}


.alert-caja i {
    font-size: 17px;
    margin-right: 10px;
    /* line-height: 1.4; */
}

.alert-caja.aperturada {
    background-color: #008e2f !important;
}

.alert-caja span {
    font-size: 14px;
    font-family: 'Montserrat';
}


.alert-caja.cerrada {
    background-color: #000;
}


.sidebar-menu>li>a>.fa,.sidebar-menu>li>a>.fas,.sidebar-menu>li>a>.far, .sidebar-menu>li>a>.glyphicon, .sidebar-menu>li>a>.ion {
    width: 20px !important;
    font-size: 16px;
}

.sidebar-menu>li>a>.fa-solid{
    width: 20px !important;
    font-size: 16px;
}


.sidebar-menu>li>a {
    padding: 12px 5px 12px 10px !important;
    display: block;
}


.tabla_parahoy ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.tabla_parahoy ul li {
    list-style: none;
    display: inline-block;
    width: 300px;
    text-align: center;
    margin: 0;
    margin-left: 15px;
    margin-right: 15px;
}


.tabla_parahoy ul li:hover .thumbnail {
    background-color: #a29def;
    animation: .3s;
    cursor: pointer;
}


.tabla_parahoy ul li h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
    /* margin-bottom: 10px; */
    font-family: 'Montserrat';
}

.tabla_parahoy ul li h2 {
    font-size: 60px;
    margin: 0px;
}

.tabla_parahoy ul li p {
    font-size: 15px;
}


.tabla_parahoy.horizontal ul li {
    list-style: none;
    display: block !important;
    width: auto !important;
}

.tabla_parahoy.horizontal .thumbnail>div {
    /* display: inline-block; */
    float: left;
}

.tabla_parahoy.horizontal ul li h2 {
    font-size: 50px;
    color: #333;
}

.tabla_parahoy.horizontal ul li h3 {
    font-size: 14px;
    margin-bottom: 10px;
}

.tabla_parahoy.horizontal .thumbnail>div.caption {
    text-align: left;
    padding: 0px;
    padding-top: 9px;
    padding-left: 9px;
}

.tabla_parahoy.horizontal .thumbnail>div.img_ {
    width: 60px;
    margin-top: 0px;
    padding: 9px;
}

.tabla_parahoy.horizontal .thumbnail {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 0px;
}

.tabla_parahoy.horizontal ul li p {
    font-size: 14px;
    line-height: 1;
}


.tabla_parahoy ul li div.thumbnail {
    margin-bottom: 0px;
}


.skin-purple .footable>tbody>tr.row_posterior>td {
    background-color: #35e21e;
}

.skin-purple .footable>tbody>tr.row_posterior:hover>td {
    /* color: #000 !important; */
    background-color: #208c11;
}


.box .overlay {
    /* padding-top: 50px !important; */
    /* padding-bottom: 50px !important; */
}


.box-color-001 .box-header {
    background-color: #31c6f4 !important;
}


label.label-big {
    font-size: 18px;
    line-height: 1.4;
    cursor: pointer;
}

label.label-big input {
    width: 20px;
    height: 20px;
    /* margin-top: 15px; */
}


.venta_boletos>li>a {
    border-width: 2px !important;
    /* border-color: #331dac; */
}

.venta_boletos>li>a {
    border-color: #331dac !important;
    font-size: 14px;
    font-weight: 700;
    /* background-color: #331dac; */
    /* color: #fff; */
}

.venta_boletos {margin-top: 15px;}

.venta_boletos>li.active>a {
    border-color: #331dac !important;
    font-size: 14px;
    font-weight: 700;
    background-color: #331dac !important;
    color: #fff !important;
}


tr.list-pers-asignado td {background-color: #3c8dbc;color: #fff;}

tr.list-pers-faltante {background-color: black;
    color: #fff;}

tr.list-pers-reservado {background-color: #dc4d3e;
    color: #fff;}

@media (min-width: 992px){
    .modal-xlarge .modal-dialog.modal-lg {
        width: 1290px;
    }
}

@media (min-width: 1400px){
    .modal-xlarge .modal-dialog.modal-lg {
        width: 1450px;
    }
}

button.button_especial {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #fff;
    background-color: #0773b4;
    border: 1px solid #0e73b1;
    border-radius: 4px;
    padding: 6px 12px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #331ea80f;
}


.tabla_parahoy ul li h4 {
    margin: 0px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}


.dropdown-menu>li.item-a {
    color: #777;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    /* color: #333; */
    white-space: nowrap;
}

.dropdown-menu>li.item-a:hover {
    background-color: #e1e3e9;
    color: #333;
}

.dropdown-menu > li.item-a:hover, .dropdown-menu > li.item-a:focus {
    text-decoration: none;
}

.ul-notification li {
    list-style: none;
    padding: 0px;
    font-size: 14px;
    text-align: left;
    padding-bottom: 8px;
    line-height: 1.4;
    font-family: sans-serif;
}

.ul-notification {
    padding: 0;
    padding-left: 28px;
}


.ul-notification.numeric li {
    list-style: decimal-leading-zero !important;
}

@media (max-width: 767px) {
    .main-sidebar,.left-side {
        padding-top:60px !important;
    }
    .logo{
        display:none !important;
    }
    .fixed .content-wrapper, .fixed .right-side {
        padding-top: 55px !important;
    }
    .hidden-phone{
        display: initial;
    }
    .form-group{
        margin-bottom:10px;
    }
    .table-responsive-01{
        min-height: 0px !important;
        max-height: 250px !important;
        overflow: hidden;
        overflow-y: auto;
    }
    .btn.alone i{
        margin: 0px;
    }
}

.hidden-phone{
    display: none;
}

.table-responsive-01{
    min-height: 250px;
}

.table_border_same .table-bordered>thead>tr>th,
.table_border_same .table-bordered>tbody>tr>th,
.table_border_same .table-bordered>tfoot>tr>th,
.table_border_same .table-bordered>thead>tr>td,
.table_border_same .table-bordered>tbody>tr>td,
.table_border_same .table-bordered>tfoot>tr>td {
    border: 1px solid #000000;
}

.btn-outline-primary {
    color: var(--main-color-02);
    background-color: transparent;
    background-image: none;
    border-color: var(--main-color-02);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-black {
    color: #030303;
    background-color: transparent;
    background-image: none;
    border-color: #030303;
}

.btn-outline-black:hover {
    color: #fff;
    background-color: #030303;
    border-color: #030303;
}

.btn-outline-secondary {
    color: var(--main-color-04);
    background-color: transparent;
    background-image: none;
    border-color: var(--main-color-04);
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: var(--main-color-04);
    border-color: var(--main-color-04);
}


.ta-left {
    text-align: left !important;
}


table.i-button-nm i {
    margin-right: 0px;
}


.main-sidebar hr {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 15px;
    border-color: #8aa4af;
    /* color: #000; */
}

@media (min-width: 992px) {
  .modal-lg.modal-elg {
    width: 1120px;
  }
}

.p-0{
    padding:0px !important;
}

span.MINUS-TEXT {
    font-size: 10.5px;
}

.mostrar-en-movil {
    display: none;
}
  
@media screen and (max-width: 768px) {
  .mostrar-en-movil {
    display: block;
  }
}