/* THEME */
.text-nowrap {
    white-space: nowrap;
}

.navbar .navbar-toggle {
    right: 25px;
    color: #cc3333;
}

.instancia {
    /*UPDATED*/
    background-color: #cc3333;
    color: #fff;
}

.dicastal-text {
    /*UPDATED*/
    color: #cc3333;
}

.navbar-header {
    padding: 5px;
}

.theme-red .navbar {
    /*UPDATED*/
    background-color: #fff;
    border-top: 6px solid #cc3333;
}

.theme-red .nav > li > a {
    color: #cc3333;
}


.black-text {
    color: #000;
}

.progress.progress-mini {
    height: 14px;
    margin-bottom: 10px;
}

.sinPadding {
    padding: 0 !important;
}

.navbar-nav .dropdown-menu {
    margin-top: auto;
!important;
}

.dropdown-menu {
    margin-top: auto;
!important;
}

section.content {
    margin-right: 0 !important;
}

.iconRound {
    display: inline-flex;
    padding: 5px;
    border-radius: 50%;
    background-color: #cc3333;
}

.textWhite {
    color: #FFF;
}

/* CARDS */
.card {
. box-shadow: 0 px 2 px 4 px rgba(0, 0, 0, 0.18);
    margin-bottom: 0;
}

.card .body .col-xs-12, .card .body .col-sm-12, .card .body .col-md-12, .card .body .col-lg-12 {
    margin-bottom: 0;
}

/* FIN CARDS */

/* LOGIN */
.login-page {
    background-color: #333333;
}

.login-page .login-box a {
    /* UPDATED */
    color: #cc3333;
}

/* COLORES DE INSTANCIAS */
.navbar-dicastalVW {
    background-color: #cc3333;
    border-bottom-color: #cc3333;
    color: white;
}

/* MAIN */
* {
    margin: 0;
}

html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
    /*height: 100%;*/
    margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
}

section.content {
    margin: 65px 15px 0 0;
    /*margin-top: 100px;
    margin-right: 15px;
    margin-bottom: 0px;
    margin-left: 0px;*/
}

.verySmall {
    font-size: small;
}

.card .body .col-xs-5, .card .body .col-sm-5, .card .body .col-md-5, .card .body .col-lg-5 {
    margin-bottom: 1px;
}

.card .body .col-xs-2, .card .body .col-sm-2, .card .body .col-md-2, .card .body .col-lg-2 {
    margin-bottom: 1px;
}

.well {
    padding: 5px;
    margin-bottom: 0;
}

/* MAIN */

.navbar-nav > li > a {
    padding: 0;
}

/* FORMS */
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: unset;
    left: unset;
    opacity: unset;
}

.input-group {
    margin-bottom: 0;
}

.input-group .form-line:after {
    border-bottom: 2px solid #cc3333;
}

.input-group-addon {
    padding: 0 12px;
}

.fixed-table-toolbar .bs-bars, .fixed-table-toolbar .search, .fixed-table-toolbar .columns {
    margin-bottom: 0;
    width: initial;
}

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

/*END FORMS*/


/* TABLAS */

/* INICIA AJUSTED DE TABLA PARA ESTE TEMA */

.fixed-table-toolbar .bs-bars, .fixed-table-toolbar .search, .fixed-table-toolbar .columns {
    line-height: 34px;
}

.fixed-table-container {
    border: none;
}

.bootstrap-table .fixed-table-container .table thead th {
    vertical-align: bottom;
    padding: 0;
    margin: 0;
}

.fixed-table-container thead th .th-inner, .fixed-table-container tbody td .th-inner {
    padding: 5px;
}

.fixed-table-container thead th {
    border-left: none;
}

.fixed-table-container tbody td {
    border-left: none;
}


.fixed-table-body {
    height: auto;
}

.table thead tr th {
    border-bottom: 2px solid #ddd !important;
}

.table tbody tr.danger td, .table tbody tr.danger th {
    background-color: #f2dede;
    color: #686868;
}

.table tbody tr.info td, .table tbody tr.info th {
    background-color: #dee1f2;
    color: #686868;
}

.table tbody tr.warning td, .table tbody tr.warning th {
    background-color: #fcf8e3;
    color: #686868;
}

.table tbody tr.success td, .table tbody tr.success th {
    background-color: #dff0d8;
    color: #686868;
}

/*.table > thead > tr > th,*/
.table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td:not(.tableActions), .table > tfoot > tr > td {
    padding: 15px !important;
}

/* FIN AJUSTED DE TABLA PARA ESTE TEMA */

.pagination li.active a {
    /* UPDATED */
    background-color: #cc3333;
    border-color: #cc3333;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    /* UPDATED */
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #cc3333;
    border-color: #000000;
}

/*.table-bordered tbody tr td, .table-bordered tbody tr th {
    padding: 0;
}*/

.table tr:not(:hover) td.tableActions > .dropdown:not(.show) button:not(:focus):not(:active), .table tr:not(:hover) td.tableActions > button:not(:focus):not(:active) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    /*clip: rect(0, 0, 0, 0);*/
    white-space: nowrap;
    /*border: 0;*/
}

/* END TABLAS */


/* A */
a, a:hover {
    color: #333;
}

/*END A */

/* LABELS */
.label {
    /*font-size: revert;*/
}

.label-danger-inverse {
    color: darkred;
    background-color: #FFCDD2;
}

.label-success-inverse {
    color: darkgreen;
    background-color: #C8E6C9;
}

.label-primary-inverse {
    color: darkblue;
    background-color: #B3E5FC;
}

.label-info-inverse {
    color: darkcyan;
    background-color: #B2EBF2;
}

.label-warning-inverse {
    color: saddlebrown;
    background-color: #FFECB3;
}

.label-default-inverse {
    color: darkgray;
    background-color: #F5F5F5;
}

/* FIN LABELS */


/* DROPDOWNS */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    /* UPDATED */
    background-color: #cc3333;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    /* UPDATED */
    background-color: #cc3333;
    color: white;
}

/* FIN DROPDOWNS */


/* WIDGETS */

.textMain {
    font-size: x-small;
    font-weight: normal;
}

.textSecondary {
    font-size: x-small;
    font-weight: lighter;
    color: #888888;
}

.widget {
    border: 0 !important;
}

/* FIN WIDGETS */

/* LEGEND LABELS FOR GRAPHS */

.legend table {
    top: -30px !important;
    left: 0 !important;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-collapse: separate;
}

.legend table tr td.legendLabel {
    padding-left: 0;
    color: #666;
    font-size: 12px;
    font-weight: bold;
}

.legend table tr td {
    padding: 5px;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
}

.legendLabel {
    width: initial !important;
}

/* END LEGEND LABELS FOR GRAPHS */

/* DATERANGEPICKER */

.daterangepicker .ranges li.active {
    background-color: #cc3333;
}

/* END */

/* BOTONES */
.botonAccion {
    padding: 1px 2px;
}

/* FIN */

/* ICONOS */
.icon2x {
    font-size: 2em;
}

.iconChico {
    font-size: 16px;
}

/* FIN */

.tarjeta {
    min-height: 210px;

}