@media (min-width: 1025px) {
    .kt-header--fixed.kt-subheader--fixed.kt-subheader--enabled .kt-wrapper {
        padding-top: 80px;
    }
}

.select2-container{
    width: 70%;
    height: auto !important;
    min-height: 38px!important;
}

/* Customize the label (the container) */
.label-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 2px;
    cursor: pointer;
    font-size: 18px;
    font-family: "Roboto Condensed", Tahoma, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.label-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 15%;
    left: 28%;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.label-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.label-radio input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.label-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.label-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.tab-with-error {
    border-bottom: 2px solid #fd397a!important;
    color: #fd397a!important;
    font-weight: bold!important;
}

.table-bordered-planilla {
    border: 2px solid #454d55 !important; }
    .table-bordered-planilla th,
    .table-bordered-planilla td {
      border: 1px solid #454d55 !important; }

.kt-portlet.kt-portlet--bordered-planilla {
    border: 2px solid #454d55;
}

.kt-portlet .kt-portlet__head-planilla {
    border-bottom: 1px solid #454d55;
}

.noborder-td-left{
    border-left:0 !important;
}

.noborder-td-right{
    border-right:0 !important;
}

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

.color-table {
    width:100%;
    height: 25px;
}

.tablero-table {
    width: 100%;
}

.tablero-table tr{
    max-height: 32px !important;
}

.tablero-table td{
    background-color: #cecece;
    text-align: center;
    padding: 5px;
    max-height: 32px !important;
    cursor: pointer;
    border: 2px solid #fff;
}

.tablero-fila td{
    background-color: darkred !important;
    color: #fff;
}

.tablero-table-mapa {
    width: 100%;
    font-size:1px;
}

.tablero-table-mapa tr{
    max-height: 12px !important;
}

.tablero-table-mapa td{
    background-color: #cecece;
    text-align: center;
    padding: 2px;
    max-height: 12px !important;
    cursor: pointer;
    border: 1px solid #f6f6f6;
}

.tablero-fila-mapa td{
    background-color: darkred !important;
    color: #f6f6f6;
}

.pullman {
    margin-top: 15px;
}

.empty-cell-mapa {
    cursor:default !important;
    background-color:#f6f6f6 !important;
    color:#f6f6f6;
}

.empty-cell {
    cursor:default !important;
    background-color:#fff !important;
    color:#fff;
}

.flag {
    width: 15px;
    height: 15px;
    margin-top: 3px;
}

.green {
    background-color: #1c7430 !important;
}
.yellow {
    background-color: #9ad717 !important;
}
.blue {
    background-color: #0b3cb8 !important;
}
.gray {
    background-color: #cecece !important;
}

.inline {
    display: inline-block;
}

.pointer {
    cursor: pointer;
}

.selected-funcion {
    background-color: #0a6aa1 !important;
    color: #fff !important;
}

.selected-funcion td {
    color: white !important;
}

.hidden {
    display: none !important;
}

.disabled {
    background-color: #B9C9C9 !important;
    color: #7F9190 !important;
    border: none;
}

.resalted {
    border: 3px solid #0d48dc !important;
}

.myTooltip {
    text-align: left;
    width: 350px;
}

.tooltip-inner {
    max-width: 350px;
    width: 350px;
    background-color: #002752;
    color: #fff;
}

body.modal-open {
    overflow: hidden !important;
}
