* {
    box-sizing: border-box;
    outline: 0;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

body {
    margin: 0;
    font-family: Roboto;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.table {
    margin: 0;
}

.text-primary {
    color: #3261bb;
}

.bg-primary {
    background-color: #3261bb;
}

.panel-default .panel-body {
    padding-bottom: 0;
}

.panel-default>.panel-heading {
    background-color: #3261bb;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

.text-white {
    color: #fff;
}

.big-data {
    font-size: 1.8em;
}

.header {
    background: linear-gradient(#000000 100%, transparent 100%, transparent 100%);
    display: flex;
    flex-wrap: wrap;
    /* margin-bottom: 15px; */
    min-height: 80px;
}

.header.noFilter {
    background: #000000;
    min-height: 90px;
}

.header-logo {
    height: 65px;
    padding: 5px 5px 0;
}

.header-logo svg {
    height: 100%
}

.header-logo path {
    fill: #fff;
}

@media (min-width: 992px) {
    .header-menu {
        position: relative;
        z-index: 100;
        height: 80px;
        display: flex;
        align-items: flex-end;
        flex: 1 0 auto;
        padding-left: 15px;
        padding-bottom: 5px;
        /* max-height: 80px; */
    }

    .header-menu>li {
        margin-right: 1rem;
        position: relative;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        padding: 2px 5px;
        border-bottom: 2px solid transparent;
    }

    .header-menu>li.closeMenu {
        display: none;
    }

    .header-menu>li .perfil {
        position: absolute;
        top: -10px;
        right: 20px;
        font-size: 10px;
    }

    .header-menu>li.dropmenu {
        cursor: pointer;
    }

    .header-menu>li.dropmenu:after {
        font-family: 'Font Awesome 5 Free';
        content: '\f078'
    }

    .header-menu>li.dropmenu>ul {
        background: #fff;
        min-width: 170px;
        border: 1px solid #ccc;
        color: #B22539;
    }

    .header-menu>li.dropmenu.right>ul {
        min-width: 110px;
    }

    .header-menu>li.active {
        border-bottom: 4px solid #E80021;
        color: #E80021;
    }

    .header-menu>li.right {
        margin-left: auto;
        position: relative;
    }

    .header-menu>li>ul {
        position: absolute;
        display: none;
        top: 100%;
        background: #E80021;
        border-radius: 5px;
    }

    .header-menu>li>ul a {
        display: block;
        padding: 5px 15px;
    }

    .responsive-tools {
        display: none;
    }
}

@media (max-width: 991px) {
    .header {
        background: #000000;
    }

    .header.noFilter {
        min-height: auto;
    }

    .header-logo {
        padding: 5px;
    }

    .header-menu {
        position: fixed;
        z-index: 800;
        background: rgba(0, 0, 0, 0.92);
        width: 100vw;
        max-width: 500px;
        height: 100vh;
        flex-direction: column;
        align-items: flex-start;
        left: -100vw;
        transition: left ease .3s;
        padding: 0;
        color: #fff;
        overflow-y: scroll;
    }

    .header-menu li {
        min-height: 40px;
        margin-bottom: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 10px;
    }

    .header-menu li .perfil {
        display: none;
    }

    .header-menu li>a {
        display: flex;
        align-items: center;
        height: 100%
    }

    .header-menu li.closeMenu {
        display: flex;
        font-size: 30px;
        padding: 15px;
        text-align: right;
    }

    .header-menu .dropmenu ul {
        margin-top: 15px;
    }

    .header-menu .dropmenu li {
        padding-left: 15px;
    }

    .header-menu .dropmenu li a:before {
        content: '>';
        margin-right: 5px;
    }

    .header-menu.active {
        left: 0;
    }

    .responsive-tools {
        display: flex;
        height: 85px;
        flex: 1 0 100px;
        align-items: center;
        justify-content: flex-end;
    }

    .responsive-tools i {
        margin-right: 20px;
        color: #fff;
        font-size: 20px;
        height: 20px;
        width: 20px;
    }
}

.filter-tool {
    width: 100%;
    /* margin: 25px 15px 15px 15px; */
    background: #fff;
    padding: 15px 15px 0;
    border: 1px solid #ccc;
    box-shadow: 0 10px 4px 0 #B22539;
    /* border-radius: 5px; */
}

.filter-tool .closeMenu {
    display: none;
}

@media (max-width: 991px) {
    .filter-tool {
        position: fixed;
        z-index: 800;
        margin-top: 0;
        margin-right: 0;
        border: none;
        border-radius: 0;
        width: 100vw;
        max-width: 500px;
        height: 100vh;
        top: 0;
        right: -100vw;
        transition: right ease .3s;
        background: rgba(255, 255, 255, 0.92);
        overflow-y: scroll;
    }

    .filter-tool .closeMenu {
        display: flex;
        font-size: 30px;
        margin-bottom: 15px;
        color: #000000;
    }

    .filter-tool.active {
        right: 0;
    }
}

.form-group {
    display: flex;
    flex-direction: column;
    position: relative;
}

.form-group>.labelDisabled,
.form-group>label {
    font-weight: 700;
    font-size: 10px;
    color: #B22539;
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-top: 5px;
}

.form-group>.inputDisabled,
.form-group>input,
.form-group>textarea {
    border: none;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    background: 0 0;
    padding: 1px 7px 1px;
}

.form-group>textarea {
    resize: none;
}

.form-group>.message {
    position: absolute;
    font-size: 10px;
    bottom: -14px;
}

.form-group>.inputDisabled {
    border-bottom: 1px solid transparent;
}

.form-group.error>label {
    color: red;
}

.form-group.error>input {
    border-bottom-color: red;
}

.form-group.error .selectBtn {
    border-bottom-color: red;
}

.input-group-addon,
.input-group-btn {
    display: none;
}

.form-control.multiselect-search {
    width: 100%
}

.bootstrap-datetimepicker-widget {
    list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 4px;
    width: 19em;
}

.bootstrap-datetimepicker-widget.dropdown-menu:after,
.bootstrap-datetimepicker-widget.dropdown-menu:before {
    content: '';
    display: inline-block;
    position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -6px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
}

.bootstrap-datetimepicker-widget .glyphicon {
    color: #B22539;
}

.bootstrap-datetimepicker-widget .btn.btn-primary {
    background-color: #B22539;
    transition: all ease .2s;
}

.bootstrap-datetimepicker-widget .btn.btn-primary:hover {
    top: -2px;
    box-shadow: 0 2px 2px 1px #aaa;
}

.bootstrap-datetimepicker-widget .btn.btn-primary:active {
    transform: scale(0.95);
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle Date and Time Screens"
}

.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
    font-size: 12px;
}

.bootstrap-datetimepicker-widget table td {
    text-align: center;
    border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 4px;
    height: 20px;
    line-height: 20px;
    width: 20px;
    color: #B22539;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled {
    background: 0 0;
    color: #777;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Previous Month"
}

.bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Next Month"
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #eee;
}

.bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #777;
}

.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover {
    background: #eee;
    cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #eee;
    cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.new,
.bootstrap-datetimepicker-widget table td.old {
    color: #777;
}

.bootstrap-datetimepicker-widget table td.today {
    position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #B22539;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.bootstrap-datetimepicker-widget table td.active {
    background-color: #B22539;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #B22539;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled {
    background: 0 0;
    color: #777;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: #eee;
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #B22539;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
    color: #777;
}

.bootstrap-datetimepicker-widget table td span.disabled {
    background: 0 0;
    color: #777;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
    width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important;
}

@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

select {
    display: none;
}

.btn-group {
    width: 100%
}

.selectBtn {
    border: none;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    padding: 1px 7px 2px;
    background: 0 0;
    text-align: left;
    width: 100%;
    display: block;
    height: 20px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

span.multiselect-native-select {
    position: relative;
    height: 21px;
}

span.multiselect-native-select select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px -1px -1px -3px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    left: 50%;
    top: 30px;
}

.multiselect-filter .input-group {
    width: 97%;
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.multiselect-container .input-group {
    margin: 5px;
}

.multiselect-container>li {
    padding: 0;
}

.multiselect-container>li>a.multiselect-all label {
    font-weight: 700;
}

.multiselect-container>li.multiselect-group label {
    margin: 0;
    padding: 3px 20px 3px 20px;
    height: 100%;
    font-weight: 700;
}

.multiselect-container>li.multiselect-group-clickable label {
    cursor: pointer;
}

.multiselect-container>li>a {
    padding: 0;
}

.multiselect-container>li>a>label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 20px 3px 40px;
}

.multiselect-container>li>a>label.checkbox,
.multiselect-container>li>a>label.radio {
    margin: 0;
}

.multiselect-container>li>a>label>input[type=checkbox] {
    margin-bottom: 5px;
}

.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px;
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0;
}

.btn-group .selectBtn span {
    width: calc(100% - 10px);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-group .selectBtn .caret {
    position: absolute;
    top: 8px;
    right: 5px;
}

.btn-group .selectBtn+ul a>label {
    font-size: 12px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table {
    font-size: 12px;
}

.table>thead>tr>th {
    vertical-align: middle !important;
}

.table>thead a {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    cursor: pointer !important;
}

.table>thead a i {
    position: absolute;
    top: -2px;
    left: -2px;
}

.table>tbody>tr>td {
    vertical-align: middle !important;
}

.table i {
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
}

.table i.disabled {
    color: #ccc;
}

.table i.free {
    color: #B22539;
}

.table.actions tr td:last-child,
.table.actions tr th:last-child {
    width: 50px;
    text-align: center;
}

.badge {
    margin: 0 5px;
    border-radius: 3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.badge.info {
    background-color: #ccc;
    color: #fff;
}

.badge.danger {
    background-color: red;
    color: #fff;
}

.badge.warning {
    background-color: #ff0;
    color: #000;
}

.badge.success {
    background-color: #3261bb;
    color: #fff;
}

.badge.infoInverse {
    background-color: #fff;
    color: #3261bb;
}

.badge.notice {
    background-color: #ac7504;
    color: #fff;
}

.tabla-inicioCol1 th {
    font-size: 10px;
    text-transform: uppercase;
}

.tabla-inicioCol1 td,
.tabla-inicioCol1 th {
    text-align: center;
}

.tabla-inicioCol1 td:first-child,
.tabla-inicioCol1 th:first-child {
    border-right: 1px solid #ccc;
    width: 70px;
}

.tabla-inicioCol1 td:first-child,
.tabla-inicioCol1 td:last-child,
.tabla-inicioCol1 th:first-child,
.tabla-inicioCol1 th:last-child {
    font-weight: 700;
}

.tabla-inicioCol1.firstLeft td:first-child,
.tabla-inicioCol1.firstLeft th:first-child {
    text-align: left;
}

#tabla-referidos thead th:nth-last-child(1),
#tabla-referidos thead th:nth-last-child(2),
#tabla-referidos thead th:nth-last-child(3),
#tabla-referidos thead th:nth-last-child(4),
#tabla-referidos thead th:nth-last-child(5),
#tabla-referidos thead th:nth-last-child(6) {
    border-left: 1px solid #ccc;
    text-align: center;
}

#tabla-referidos tbody td:nth-last-child(1),
#tabla-referidos tbody td:nth-last-child(2),
#tabla-referidos tbody td:nth-last-child(3),
#tabla-referidos tbody td:nth-last-child(4),
#tabla-referidos tbody td:nth-last-child(6),
#tabla-referidos tbody td:nth-last-child(8) {
    border-left: 1px solid #ccc;
}

#tabla-referidos tbody td:nth-last-child(-n+7) {
    text-align: center;
}

#tabla-referidos>tbody>tr>td {
    padding: 7px !important;
}

#tabla-estaticaDatosProspecto td:first-child,
#tabla-estaticaDatosProspecto th:first-child {
    width: 120px;
    font-weight: 700;
}

#tabla-controlReuniones td:nth-last-child(-n+4),
#tabla-controlReuniones th:nth-last-child(-n+4) {
    border-left: 1px solid #ccc;
    text-align: center;
    width: 100px;
}

#tabla-controlReuniones .badge:first-child {
    margin-bottom: 5px;
}

#tabla-liberacionesVendedor td:last-child,
#tabla-liberacionesVendedor th:last-child {
    width: 100px;
    text-align: center;
}

#tabla-listadoPorteos td:nth-last-child(2),
#tabla-listadoPorteos td:nth-last-child(4),
#tabla-listadoPorteos td:nth-last-child(5),
#tabla-listadoPorteos td:nth-last-child(6),
#tabla-listadoPorteos td:nth-last-child(7),
#tabla-listadoPorteos th:nth-last-child(2),
#tabla-listadoPorteos th:nth-last-child(4),
#tabla-listadoPorteos th:nth-last-child(5),
#tabla-listadoPorteos th:nth-last-child(6),
#tabla-listadoPorteos th:nth-last-child(7) {
    text-align: center;
}

#tabla-listadoTurnos td:nth-last-child(-n+6),
#tabla-listadoTurnos th:nth-last-child(-n+6) {
    text-align: center;
}

#tabla-listadoPosicionesVirtuales td:nth-last-child(-n+6),
#tabla-listadoPosicionesVirtuales th:nth-last-child(-n+6) {
    text-align: center;
}

.mapa {
    background: url('../img/mapa.png');
    height: 400px;
}

span.lt {
    text-decoration: line-through;
}

.tabla-resumen {
    font-size: 12px;
    margin-top: 15px;
}

.tabla-resumen>.col-xs-3 {
    border-top: 1px solid #ccc;
    padding-bottom: 10px;
}

.tabla-resumen>.col-xs-3+.col-xs-3 {
    border-left: 1px solid #ccc;
}

@media screen and (min-width: 992px) {
    .tabla-resumen>.col-xs-3: nth-child(3) {
        border-left: none;
    }
}

.tabla-resumen .row>[class^=col] {
    padding-left: 5px;
    padding-right: 5spx;
}

.tabla-checkbox td:first-child {
    width: 10px;
}

.table-fyce td,
.table-fyce th,
.table-tlm td,
.table-tlm th {
    text-align: center;
}

.table-fyce td:last-child,
.table-fyce th:last-child,
.table-tlm td:last-child,
.table-tlm th:last-child {
    border-right: none;
}

.table-fyce th,
.table-tlm th {
    background-color: #efefef;
}

.table-tlm thead tr th {
    background-color: #efefef;
}

.table-tlm thead tr th:last-child {
    border-right: none !important;
}

.table-tlm thead tr:first-child th {
    border-right: 1px solid #ccc;
    background-color: #3261bb;
    color: #fff;
}

.table-tlm thead tr:first-child th:last-child {
    background-color: #f86666;
}

.table-tlm thead tr:last-child th:nth-child(3n) {
    border-right: 1px solid #ccc;
}

.table-tlm tbody tr td:first-child {
    border-right: 1px solid #ccc;
    font-weight: 700;
}

.table-tlm tbody tr td:nth-child(3n+1) {
    border-right: 1px solid #ccc;
}

.table-tlm tbody tr td:last-child {
    border-right: none;
}

.table-fyce thead tr:first-child th {
    border-right: 1px solid #ccc;
    background-color: #3261bb;
    color: #fff;
}

.table-fyce thead tr:first-child th:last-child {
    border-left: 2px solid #999;
    border-right: none;
}

.table-fyce thead tr:last-child th:nth-child(2n) {
    border-right: 1px solid #ccc;
}

.table-fyce thead tr th:last-child {
    border-right: none !important;
}

.table-fyce tbody tr td:first-child {
    border-right: 1px solid #ccc;
    font-weight: 700;
}

.table-fyce tbody tr td:last-child {
    border-left: 2px solid #999;
    font-weight: 700;
}

.table-fyce tbody tr td:last-child td {
    border-top-width: 3px;
}

.table-fyce tbody tr td:nth-child(2n+1) {
    border-right: 1px solid #ccc;
}

.table-fyce tbody tr:last-child td {
    border-top: 2px solid #999;
    font-weight: 700;
}

.table-solicitud {
    margin-bottom: 15px;
}

.table-solicitud thead th {
    background-color: #efefef;
    text-align: center;
}

.table-solicitud thead tr:first-child th {
    background-color: #3261bb;
    color: #fff;
}

.table-solicitud thead tr:last-child th:first-child {
    text-align: left;
}

.table-solicitud tbody td+td {
    text-align: center;
}

.table-container-fyce .table-rounded {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    overflow-y: hidden;
}

.table-container-fyce .table {
    border: 1px solid #ccc;
}

#solicitud-telefonos table td,
#solicitud-telefonos table th {
    text-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#solicitud-telefonos table td:last-child,
#solicitud-telefonos table th:last-child {
    border-right: 0;
}

#solicitud-telefonos table td:first-child,
#solicitud-telefonos table th:first-child {
    border-left: 0;
}

#solicitud-telefonos table th {
    background-color: #efefef;
    font-weight: 400;
}

#tabla-resumenJefe thead th {
    text-align: center;
}

#tabla-resumenJefe thead tr:nth-child(1) th:first-child {
    text-align: left;
}

#tabla-resumenJefe thead tr:nth-child(1) th:nth-child(n+3) {
    border-left: 1px solid #ccc;
}

#tabla-resumenJefe thead tr:nth-child(2) th:nth-child(3n+4) {
    border-left: 1px solid #ccc;
}

#tabla-resumenJefe td:nth-child(n+2) {
    width: 100px;
    text-align: center;
}

#tabla-resumenJefe td:nth-child(3n+1) {
    font-weight: 700;
}

#tabla-resumenJefe td:nth-child(3n+5) {
    border-left: 1px solid #ccc;
}

.btns {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 15px;
    min-height: 70px;
}

.btns-mant {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 15px;
    
}

.btns-end {
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-bottom: 15px;
    min-height: 70px;
}

.btns-justify-end {
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-bottom: 15px;
    min-height: 160px;
}

.sbtn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    color: #fff !important;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: transform .3s ease;
}



.sbtn.submit {
    background: #B22539;
    margin: 2px;
}

.sbtn.export {
    background: #C64658;
    margin: 2px;
}

.sbtn.danger {
    background: red;
    margin: 2px;
}

.sbtn.cancel {
    background: #888888;
    margin: 2px;
}

.sbtn.alternative {
    background: #B22539;
    margin: 2px;
}

.sbtn:active {
    transform: scale(0.95);
}

.cbtn {
    height: 50px;
    width: 50px;
    background: #B22539;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    border-radius: 50%;
    position: fixed;
    z-index: 50;
    bottom: 50px;
    right: 15px;
    cursor: pointer;
    transition: transform .3s ease;
}

.cbtn:active {
    transform: scale(0.95);
}

.pagination>li>a,
.pagination>li>span {
    color: #B22539;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #B22539 !important;
    border: 1px solid #B22539 !important;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: rgba(0, 106, 70, 0.4);
}

.pagination+p {
    text-align: right;
}

#pipeline .pipeline-container {
    overflow: hidden;
}

@media screen and (min-width: 1480px) {
    #pipeline .pipeline-container.col-lg-4 {
        width: 20% !important;
    }
}

#pipeline .pipeline-container .h3 {
    min-height: 52px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}

#pipeline .bloque {
    background: #B22539;
    display: flex;
    flex-direction: row;
    text-align: center;
    height: 80px;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

#pipeline .bloque:after,
#pipeline .bloque:before {
    border-color: #fff;
    border-style: solid;
    border-top-color: transparent;
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 0;
    z-index: 1;
}

#pipeline .bloque:before {
    border-width: 0 16rem 120rem 0;
    border-right-color: transparent;
    left: 0;
}

#pipeline .bloque:after {
    border-width: 0 0 120rem 16rem;
    border-left-color: transparent;
    right: 0;
}

#pipeline .bloque .data {
    text-align: center;
    color: #fff;
}

#pipeline .bloque .data .data-number {
    display: block;
    font-size: 1.6rem;
}

#pipeline .pipeline-3 .bloque:before {
    border-width: 0 16rem 80rem 0;
    border-right-color: transparent;
    left: 0;
}

#pipeline .pipeline-3 .bloque:after {
    border-width: 0 0 80rem 16rem;
    border-left-color: transparent;
    right: 0;
}

#pipeline .pipeline {
    padding: 0 60px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#pipeline .pipeline:before {
    position: absolute;
    left: 30px;
    z-index: 2;
    width: 4px;
    content: "";
    background: #3261bb;
    top: 0;
    bottom: 0;
    border-radius: 4px;
}

#pipeline .pipeline:after {
    position: absolute;
    left: 24px;
    z-index: 2;
    width: 0;
    border: 8px solid transparent;
    border-top-color: #3261bb;
    content: "";
    bottom: -12px;
}

#pipeline .pipeline .porcentaje-total {
    width: 50px;
    height: 50px;
    border: 1px solid #00976d;
    border-radius: 25px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: 40px;
    bottom: 0;
    z-index: 5;
    color: #00976d;
}

#pipeline .pipeline-item {
    position: relative;
    padding: 0 0;
    margin: 6px 0;
}

#pipeline .pipeline-item .porcentaje {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #00976d;
    border-radius: 20px;
    position: absolute;
    right: -50px;
    bottom: -20px;
    z-index: 2;
    color: #00976d;
}

#pipeline .pipeline-item .porcentaje:after {
    position: absolute;
    left: -10px;
    width: 4px;
    height: 100%;
    background: #3261bb;
    content: "";
    top: 0;
    border-radius: 4px;
}

#pipeline .pipeline-item .porcentaje:before {
    position: absolute;
    left: -16px;
    width: 0;
    border: 8px solid transparent;
    border-top-color: #3261bb;
    bottom: -12px;
    z-index: 1;
    content: ""
}

#pipeline .pipeline-item:nth-child(2) .bloque {
    background: #008e5e;
}

#pipeline .pipeline-item:nth-child(2) .porcentaje {
    right: -40px;
}

#pipeline .pipeline-item:nth-child(2) .porcentaje:after {
    background: #008e5e;
}

#pipeline .pipeline-item:nth-child(2) .porcentaje:before {
    border-top-color: #008e5e;
}

#pipeline .pipeline-item:nth-child(3) .bloque {
    background: #00b175;
}

#pipeline .pipeline-item:nth-child(3) .porcentaje {
    right: -30px;
}

#pipeline .pipeline-item:nth-child(3) .porcentaje:after {
    background: #00b175;
}

#pipeline .pipeline-item:nth-child(3) .porcentaje:before {
    border-top-color: #00b175;
}

#pipeline .pipeline-item:nth-child(4) .bloque {
    background: #00d58d;
}

#pipeline .pipeline-item:nth-child(4) .porcentaje {
    right: -20px;
}

#pipeline .pipeline-item:nth-child(4) .porcentaje:after {
    background: #00d58d;
}

#pipeline .pipeline-item:nth-child(4) .porcentaje:before {
    border-top-color: #00d58d;
}

#pipeline .pipeline-item:hover .bloque {
    background-color: #404040;
}

.modal-title {
    color: #3261bb;
    text-transform: uppercase;
    font-weight: 700;
}

.modalTitle {
    color: #3261bb;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 2px solid #3261bb;
    padding-right: 15px;
}

.modalConfirmation {
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #bbb;
}

.pageTitle {
    margin-bottom: 15px;
    font-size: 30px;
    border-left: 10px solid #B22539;
    padding-left: 10px;
    /* text-transform: uppercase; */
    color: #B22539;
}

.pageTitle2 {
    margin-bottom: 15px;
    font-size: 22px;
    border-left: 5px solid #B22539;
    padding-left: 15px;
    /* text-transform: uppercase; */
    color: #B22539;
}

.chartTitle {
    color: #3261bb;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.actionTd {
    display: flex;
    width: 150px;
    flex-direction: column;
}

.actionTd .nextAction,
.actionTd .nextDate {
    font-weight: 700;
}

.actionTd .date {
    flex: 0 0 100%
}

.infoBox {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
}

.infoBox>.title {
    position: relative;
    border-bottom: 1px solid #ccc;
    background: #3261bb;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px 4px 0 0;
}

.infoBox>.title .right {
    position: absolute;
    right: 5px;
}

.infoBox .content {
    padding: 15px;
}

.infoBox .content.height200 {
    height: 200px;
    overflow-y: scroll;
}

.infoBox .content.height240 {
    height: 240px;
    overflow-y: scroll;
}

.empty:before,
.emptyCustom:before {
    content: 'No existen registros para desplegar';
    display: block;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin: 30px 0;
    font-weight: 700;
    color: #bbb;
}

.empty.custom:before,
.emptyCustom.custom:before {
    content: var(--message);
}

.scheduleRow {
    display: flex;
}

.scheduleRow .scheduleElement {
    background: #00976d;
    padding: 5px 10px;
    margin: 0 5px;
    flex: 0 1 50%;
    border-radius: 5px;
    color: #fff;
    position: relative;
}

.scheduleRow .scheduleElement.danger {
    background: rgba(255, 0, 0, 0.7);
}

.scheduleRow .scheduleElement.current {
    background: #22387a;
}

.indexItemSaler {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 120px;
    margin-bottom: 15px;
    cursor: pointer;
}

.indexItemSaler .title {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    color: #3261bb;
    text-transform: uppercase;
    transition: all ease .3s;
}

.indexItemSaler .index {
    width: 100%;
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
}

.indexItemSaler.danger .index {
    color: red;
}

.indexItemSaler.warning .index {
    color: #cc0;
}

.indexItemSaler.success .index {
    color: #00976d;
}

.indexItemChiefs {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    /*border-bottom: transparent;*/
    position: relative;
    cursor: pointer;
    background: #fff;
    transition: transform .3s ease;
}

.indexItemChiefs .title {
    padding: 0 10px;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    color: #3261bb;
    font-weight: 700;
}

.indexItemChiefs .title .value {
    display: block;
    font-size: 12px;
}

.indexItemChiefs .index {
    flex: 1 1 50px;
    text-align: right;
    padding: 10px;
    font-size: 30px;
}

.indexItemChiefs.danger .index {
    color: red;
}

.indexItemChiefs.warning .index {
    color: #cc0;
}

.indexItemChiefs.success .index {
    color: #00976d;
}

.indexItemChiefs.selected {
    box-shadow: 0 2px 2px 2px #ccc;
    transform: scale(1.01);
    z-index: 2;
}

.indexItemChiefs:hover {
    box-shadow: 0 1px 1px 1px #ccc;
    transform: scale(1.005);
    z-index: 1;
}

.indexItemChiefs:first-child {
    border-radius: 5px 5px 0 0;
}

.indexItemChiefs:last-child {
    border-bottom: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
}

.errorContent {
    height: calc(100vh - 105px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #999;
}

.errorContent svg {
    fill: #999;
    width: 200px;
}

.errorContent .title {
    font-size: 100px;
}

.errorContent p {
    text-transform: uppercase;
    font-size: 20px;
    padding: 0 20px;
    text-align: center;
}

@media (max-width: 991px) {
    .errorContent {
        height: calc(100vh - 90px);
    }

    .errorContent .title {
        font-size: 60px;
    }
}

.dayIndexes {
    display: flex;
    justify-content: center;
}

.dayIndexes .dayIndex {
    width: 50%
}

.dayIndexes .dayIndex * {
    text-align: center;
    width: 100%
}

.dayIndexes .dayIndex .title {
    font-weight: 700;
}

.dayIndexes .dayIndex .currentValue {
    font-size: 40px;
    color: #3261bb;
}

.dayIndexes .dayIndex .nextValue {
    padding: 0 30px;
    font-size: 10px;
    margin-top: 20px;
}

.dayIndexes .dayIndex .nextValue input {
    border-color: transparent;
    border-bottom: 1px solid #ccc;
}

.static-height {
    flex-direction: row;
    align-items: flex-end;
    display: flex;
    min-height: 52px;
}

.infoBox-hours {
    border-top: 0;
    overflow: hidden;
}

.recurso-image {
    background-color: #f2f2f2;
    padding: 10px;
    width: 100%;
    height: 145px;
    position: relative;
    cursor: pointer;
    background-size: 50px;
}

.recurso-image:before {
    font-family: "Font Awesome 5 Free";
    content: "\f03e";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    bottom: calc(50% - 30px);
    left: calc(50% - 20px);
    position: absolute;
    font-size: 40px;
    color: #3261bb;
}

.recurso-image .image {
    height: 125px;
    max-height: 125px;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    position: relative;
}

.recurso-image .image img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
}

.recurso-image .titulo {
    background-color: #E3E3E3;
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.recurso-image .titulo h4 {
    color: #3261bb;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.input_file_hidde {
    height: 0;
}

.modal-title {

    text-align: center !important;
    color: #fff;
}

.modal-header {
    background-color: #B22539;
}

.modal-footer {
    border: none;
}

.modal-body {

    background-color: #F0F0F0;
}

.modal-footer {
    background-color: #F0F0F0;
}

.container-fluid {

    /* padding-top: 15px; */
}

.pt20 {

    padding-top: 20px;
}

table thead tr {

    color: #B22539 !important;
    
}
table thead tr th{

    border-bottom: solid 1px #B22539 !important;
}