﻿/*---------------------------------FONTS--------------------------------------*/

@font-face {
    font-family: 'Lato-Regular';
    src: url('fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('fonts/Lato-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Light';
    src: url('fonts/Lato-Light.ttf') format('truetype');
}

/*---------------------------------GENERAL--------------------------------------*/

button:focus {
    outline: 0;
}

td, th {
    padding: 1px;
}

body {
    background-color: #f2f2f2;
}

body, table, form {
    font-family: Lato, Verdana, Arial;
    font-size: 12px;
    margin: 0;
    outline: none;
}

.panelheader {
    padding-left: 6px;
    vertical-align: middle;
    text-align: left;
    height: 28px;
    font-weight: bold;
    color: #f7f7f7;
}

.abmpanel {
    background-color: white;
    box-shadow: 0 3px 5px #bcbcbc;
}

.disabled_back {
    background-color: Black;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

.glyphicon-info-sign {
    color: white;
    font-size: 15px;
    margin-top: 19px;
    margin-right: 16px;
    cursor: pointer;
}

.progress {
    background-image: url("images/urbeclock.gif");
    background-repeat: no-repeat;
    background-color: #d23f31;
    background-size: 60px;
    border-radius: 40px;
    bottom: 0;
    right: 2%;
    color: transparent;
    border: none;
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 2000;
    box-shadow: 0 3px 5px #bcbcbc;
}

/*---------------------------------BUTTONS--------------------------------------*/

.btn {
    color: white;
    font-size: 14px;
    border: 1px solid transparent;
    padding: 5px 13px !important;
    border-radius: 3px;
    box-shadow: 0 1px 5px #bcbcbc;
    vertical-align: top;
}

    .btn:hover {
        color: white;
        box-shadow: 0 3px 5px #bcbcbc;
    }

    .btn:active, .btn:focus {
        color: white;
        box-shadow: 0 7px 10px #bcbcbc;
        outline: 0;
    }

.btn_shadow {
    background-color: transparent;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid transparent;
    padding: 5px 13px !important;
    border-radius: 3px;
    box-shadow: 0 1px 5px #bcbcbc;
}

    .btn_shadow:hover {
        box-shadow: 0 4px 10px #bcbcbc;
    }

.btn_flat {
    background-color: transparent;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid transparent;
    padding: 5px 13px !important;
    border-radius: 3px;
}

    .btn_flat:hover {
        text-decoration: none;
        color: inherit;
    }

.btn_float {
    position: relative;
    border-radius: 40px;
}

.btn-bs {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn-bs.btn-default {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
    }
/*---------------------------------LABELS--------------------------------------*/
.progresslabel {
    text-align: left;
    padding: 5px;
    padding-left: 25px;
    background-position: 5px center;
    background-repeat: no-repeat;
}

.progresslabel {
    color: #000000;
    background-image: url(img/loading.gif);
}

/*---------------------------------DATA CHIP--------------------------------------*/
.chip {
    color: #333;
    background-color: #fff;
    border: solid 1px #c7c7c7;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    width: fit-content;
    display: inline-block;
}

    .chip .badge {
        font-weight: normal;
        font-size: 10px;
    }
/*---------------------------------LOGIN--------------------------------------*/

#login {
    background-color: black;
}

    #login body {
        color: #ffffff;
    }

    #login .error {
        margin-top: 30px;
        color: #ffAAAA;
    }

    #login body {
        background-color: transparent;
    }

    #login .loginform {
        display: table;
        margin: auto;
        padding-top: 20px;
        width: 20%;
    }

    #login .loginTextBox {
        background-color: rgba(95, 95, 95, 0.5);
        width: 100%;
        font-size: 16px;
        padding: 12px 20px 12px 40px;
        margin: 10px 0;
        border-radius: 50px;
        border: none;
        color: white;
        background-position: 20px 10px;
        background-repeat: no-repeat;
        padding-left: 50px;
        padding-top: 10px;
        box-sizing: border-box;
    }

        #login .loginTextBox:focus {
            box-shadow: 2px 2px 20px gray;
            outline: 0;
        }

    #login .loginButton {
        font-size: 16px;
        width: 100%;
        border-radius: 50px;
        border: none;
        background-color: gray;
        padding: 12px 20px 12px 20px;
        margin-top: 10px;
        color: white;
        font-weight: bold;
    }

        #login .loginButton:hover {
            background-color: darkgray;
        }

    #login .flags {
        display: table;
        margin: auto;
        padding-top: 20px;
    }

        #login .flags input {
            border-radius: 45px;
        }

            #login .flags input:focus {
                outline: 0;
                box-shadow: none;
            }

    #login .error {
        text-align: center;
    }

.urbelogo {
    display: table;
    margin: auto;
    width: 250px;
    height: 250px;
    background-image: url(img/login.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: calc(50vh - 258px);
}

#login .captchaText {
    text-align: center;
    margin-top: 20px;
}

/*---------------------------------1440px--------------------------------------*/
@media only screen and (max-width: 1440px) {
    #login .loginform {
        width: 40%;
    }
}

/*---------------------------------414px--------------------------------------*/
@media only screen and (max-width: 414px) {
    #login {
        background-size: auto;
    }

        #login .loginform {
            width: 80%;
        }
}

/*---------------------------------768px--------------------------------------*/
@media only screen and (max-width: 768px) {
    .urbelogo {
        width: 200px;
        height: 200px;
    }
}

/*---------------------------------apaisado--------------------------------------*/
@media only screen and (max-height: 450px) {
    #login .loginform {
        width: 80%;
    }

    #login .error {
        padding-bottom: 20px;
    }
}

/*---------------------------------MONITORES, CONSOLAS, ETC--------------------------------------*/

.C1GridView_ArcticFox .C1Row .C1Gtd, .C1GridView_ArcticFox .C1AlternatingItems .C1Gtd, .C1GridView_ArcticFox .C1ActiveRow .C1Gtd, .C1GridView_ArcticFox .C1HoverRow .C1Gtd {
    padding-left: 3px;
}

#monitor body {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0 none;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
}

#monitor html, #monitor body {
    height: 100%;
}

#monitor form {
    width: 100%;
    height: 100%;
}

#monitor .header, #monitor .bar {
    background-repeat: repeat-x;
    color: White;
    overflow: hidden;
    padding: 5px 3px 4px 5px;
}

    #monitor .header a {
        color: #ffffff;
    }

#monitor .bar {
    background-image: url(img/black/panel/gray-top-bottom.gif);
}

#monitor .header {
    background-color: #727272;
    border: 1px solid darkgray;
}

#monitor .content {
    padding: 3px;
    color: #416AA3;
}

.progressIcon {
    background-image: url(images/urbeclock.gif);
    background-repeat: no-repeat;
    background-color: #d23f31;
    background-size: 60px;
    border-radius: 40px;
    bottom: 40px;
    right: 2%;
    border: none;
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 2001;
}

#monitor .progress {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    position: absolute;
    z-index: 99999;
}

/*---------------------------------LOGOS--------------------------------------*/
.logo {
    float: left;
    background-image: url(img/navbar.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 23px;
    width: 170px;
    margin-top: 13px;
    margin-left: 100px;
    position: absolute;
}

#monitor .logo_monitor_online {
    width: 170px;
    height: 20px;
    background-image: url(img/monitorOnline.png);
    background-repeat: no-repeat;
    background-position: center, center;
}

#monitor .logo_consola {
    width: 170px;
    height: 20px;
    background-image: url(img/consola.png);
    background-repeat: no-repeat;
    background-position: center, center;
}

#monitor .logo_online {
    width: 170px;
    height: 20px;
    background-image: url(img/monitor.png);
    background-repeat: no-repeat;
    background-position: center, center;
}

/*---------------------------------MONITOR ONLINE--------------------------------------*/

#monitor #tbFilters {
    width: 100%;
    border: none;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

    #monitor #tbFilters select {
        padding: 7px;
    }

#monitor .filters table {
    font-size: x-small;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 0;
}

#monitor #tbFilters th {
    width: 83px;
    background-color: #727272;
    padding: 5px;
    border: 1px solid darkgray;
}

#monitor #tbFilters td {
    width: 177px;
}

#monitor #tbFilters .header {
    width: 90px;
    overflow: hidden;
    padding: 5px;
}

    #monitor #tbFilters .header span {
        letter-spacing: -1px;
        white-space: nowrap;
    }

/*---------------------------------CONSOLA DE EVENTOS--------------------------------------*/

.withPhoto {
    width: 16px;
    height: 16px;
    background-image: url(img/camera.png);
    border: none;
}

.withUploadPhoto {
    width: 16px;
    height: 16px;
    background-image: url(img/cameraUpload.png);
    border: none;
}

#consola_mensajes table {
    width: 100%;
    margin-bottom: 1px;
    cursor: pointer;
}

#consola_mensajes td {
    padding: 2px;
}

    #consola_mensajes td.r1 {
        width: 120px;
        padding: 2px;
    }

    #consola_mensajes td.r2 {
        width: 80px;
        text-align: center;
    }

    #consola_mensajes td.r3 {
        width: 140px;
    }

    #consola_mensajes td.r4 {
        width: 20px;
    }

#consola_mensajes h6 {
    font-size: 9px;
    font-weight: normal;
    display: inline;
}

/*---------------------------------MONITOR HISTORICO Y DE CALIDAD--------------------------------------*/

#monitor .filters {
    background-repeat: repeat-x;
    background-position: top;
    color: Black;
    vertical-align: top;
}

/*---------------------------------MONITOR DE CICLO LOGISTICO--------------------------------------*/

#monitor .ajax__tab_header {
    background-color: #d7d7d7;
}

#monitor .ajax__tab_body {
    padding: 0;
}

#monitor .ticket_template {
    margin: 3px;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

    #monitor .ticket_template .date {
        color: #999999;
        font-size: 0.9em;
    }

    #monitor .ticket_template .tipo {
        color: #666666;
        background-color: #e7e7e7;
        border: solid 1px #cccccc;
        font-size: 0.9em;
        padding: 0 1px 0 1px;
    }

    #monitor .ticket_template .vehiculo {
        font-size: 1.1em;
        font-weight: bold;
        padding: 0 3px 0 3px;
        color: #ffffff;
        background-color: #cccccc;
    }

#monitor .opciones {
    padding: 10px;
}

#monitor .data_popup {
    width: 260px;
}

    #monitor .data_popup table {
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
    }

    #monitor .data_popup .title {
        font-weight: bold;
        font-size: 0.9em;
    }

    #monitor .data_popup .title_big {
        font-weight: bold;
        color: #808080;
        text-transform: uppercase;
    }

    #monitor .data_popup .codigo {
        color: #808080;
    }

    #monitor .data_popup .descripcion {
        font-weight: bold;
    }

/*---------------------------------MIMICO--------------------------------------*/

#monitor .vehiculo_mimico {
    margin: 20px;
    border: solid 1px #999999;
    margin-top: 40px;
}

#monitor .mimico {
    position: relative;
}

#monitor .vehiculo_mimico table {
    width: 100%;
    height: 32px;
    border: none;
    border-spacing: 0;
    font-size: xx-small;
    font-family: Verdana, Arial, Sans-Serif;
    text-transform: uppercase;
    background-color: #cccccc;
    background-image: url(img/mimico/bk_line.png);
    background-repeat: repeat-x;
}

#monitor .vehiculo_mimico td {
    vertical-align: top;
}

#monitor .mimico table {
    border-spacing: 1px;
    background-image: url(img/mimico/bk_line.png);
    background-repeat: repeat-x;
    height: 20px;
}

#monitor .vehiculo {
    width: 80px;
}

#monitor .vehiculo_info {
    background-repeat: no-repeat;
    background-position: left center;
    overflow: hidden;
    padding-left: 26px;
    padding-top: 10px;
    height: 22px;
    font-weight: bold;
}

#monitor .tramo {
    padding-left: 3px;
    background-image: url(img/mimico/bk_line.png);
    background-repeat: repeat-x;
    color: White;
    font-size: 9px;
    text-align: left;
    cursor: pointer;
}

#monitor .tramodiv {
    background-image: url(img/mimico/bk_line.png);
    background-repeat: repeat-x;
    color: White;
    font-size: 9px;
    text-align: left;
    cursor: pointer;
    position: absolute;
    height: 16px;
    overflow: hidden;
}

#monitor .verde {
    background-color: #78E27D;
    border: solid 1px #44BE4A;
}

#monitor .azul {
    background-color: #78A2E2;
    border: solid 1px #88AFFF;
}

#monitor .rojo {
    background-color: #E27878;
    border: solid 1px #BE4444;
}

#monitor .amarillo {
    background-color: #EBE478;
    border: solid 1px #C8BF2A;
}

#monitor .marker_line {
    position: absolute;
    width: 0;
    border-left: dotted 1px #A82525;
    border-right: dotted 1px #F2D6D6;
    height: 16px;
    top: 23px;
}

#monitor .marker {
    position: absolute;
    top: -22px;
    left: 50%;
}

#monitor .marker_icon {
    background-image: url(img/mimico/triangle.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 13px;
    position: absolute;
    left: -7px;
    top: 27px;
    padding-top: 6px;
    padding-left: 4px;
    font-size: 9px;
}

#monitor .marker_text {
    position: absolute;
    left: -12px;
    top: 36px;
    padding-top: 6px;
    padding-left: 4px;
    font-size: 9px;
}

#monitor .horario {
    position: absolute;
    font-family: Arial;
    font-size: 9px;
    top: -12px;
    cursor: pointer;
}

#monitor .inicio {
    left: 0;
}

#monitor .fin {
    right: 0;
}

#monitor .programado {
    color: #666666;
}

#monitor .real {
    color: #999999;
}

#monitor .detalle {
    font-size: xx-small;
    text-transform: uppercase;
    position: absolute;
    font-family: Arial;
    font-size: 9px;
    bottom: -12px;
    color: #666666;
}

#monitor .completed_bar {
    background-color: #CA7575;
    position: absolute;
    height: 8px;
    top: 22px;
}

#monitor #clock {
    width: auto;
    color: White;
    float: right;
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #666666;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
}

#monitor #zoom {
    border-spacing: 0;
    padding: 0;
    position: absolute;
    right: 200px;
    top: -10px;
}

#monitor #viewmode table {
    border-spacing: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: -10px;
}

#monitor #fullmode, #monitor #simplemode, #monitor #changezoom {
    background-position: center center;
    background-repeat: no-repeat;
    width: 49px;
    height: 41px;
    margin: 3px;
    cursor: pointer;
}

#monitor .fullmodeunselected {
    background-image: url(img/mimico/fullmode.png);
}

#monitor .fullmodeselected {
    background-image: url(img/mimico/fullmode_sel.png);
}

#monitor .simplemodeunselected {
    background-image: url(img/mimico/simplemode.png);
}

#monitor .simplemodeselected {
    background-image: url(img/mimico/simplemode_sel.png);
}

#monitor .zoomx1 {
    background-image: url(img/mimico/x1.png);
}

#monitor .zoomx2 {
    background-image: url(img/mimico/x2.png);
}

#monitor .zoomx4 {
    background-image: url(img/mimico/x4.png);
}

#monitor .popup_title {
    font-weight: bold;
}

#monitor .popup_detail {
    background-color: #f7f7f7;
    border: solid 1px #cccccc;
    color: #000000;
    margin: 3px;
    margin-top: 10px;
    padding: 5px;
}

    #monitor .popup_detail div {
        margin-top: 10px;
        text-transform: none;
    }

    #monitor .popup_detail span {
        font-weight: bold;
        font-size: 12px;
    }

/*---------------------------------SIMULADOR--------------------------------------*/

#monitor .simulator_toolbar {
    background-color: #000000;
    height: 32px;
    width: 100%;
    padding: 0;
    border-spacing: 0;
    border: none;
    border-top: solid 1px #666666;
}

#monitor .simulator_button_play,
#monitor .simulator_button_pause,
#monitor .simulator_button_stop,
#monitor .simulator_button_plus,
#monitor .simulator_button_minus {
    width: 26px;
    height: 26px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 10px;
}

#monitor .simulator_button_play {
    background-image: url(img/simulador/knob-play.png);
}

#monitor .simulator_button_pause {
    background-image: url(img/simulador/knob-pause.png);
}

#monitor .simulator_button_stop {
    background-image: url(img/simulador/knob-stop.png);
}

#monitor .simulator_button_plus {
    background-image: url(img/simulador/knob-add.png);
}

#monitor .simulator_button_minus {
    background-image: url(img/simulador/knob-remove.png);
}

#monitor .simulator_speed {
    color: #DDDDDD;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin-top: 8px;
    margin-left: 10px;
}

#monitor .simulator_text {
    color: #DDDDDD;
    font-size: 8px;
    text-align: center;
    margin-left: 10px;
}

#monitor .simulator_data {
    font-weight: bold;
    font-size: 12px;
}

/*---------------------------------OPENLAYERS--------------------------------------*/

.ol_marker_labeled,
.ol_marker_labeled_green,
.ol_marker_labeled_yellow,
.ol_marker_labeled_red,
.ol_marker_labeled_blue {
    border: solid 1px #CCCCCC;
    background-color: #e7e7e7;
    text-align: center;
    font-size: 11px;
    color: Black;
}

.ol_marker_labeled {
    border: solid 1px #CCCCCC;
    background-color: #e7e7e7;
}

.ol_marker_labeled_green {
    border: solid 1px #00B311;
    background-color: #BCFFC2;
}

.ol_marker_labeled_yellow {
    border: solid 1px #B3B311;
    background-color: #FFFFC2;
}

.ol_marker_labeled_red {
    border: solid 1px #B30011;
    background-color: #FFBCC2;
}

.ol_marker_labeled_blue {
    border: solid 1px #0011B3;
    background-color: #BCC2FF;
}

/*---------------------------------MENU--------------------------------------*/

.content_body {
    padding-left: 250px;
}

.Menu {
    padding-right: 8px;
    padding-left: 10px;
    top: 55px;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
    z-index: 100;
    background-color: #f2f2f2;
}

    .Menu a {
        text-decoration: none;
        color: black;
    }

.menu_container {
    width: 200px;
    min-height: 800px;
    font-size: 10px;
    margin: auto;
}

    .menu_container img {
        vertical-align: middle;
    }

    .menu_container .menu_subgroup_header,
    .menu_container .menu_subgroup_header_collapsed {
        cursor: pointer;
        background-color: #e6e6e6;
        padding: 10px;
    }

        .menu_container .menu_subgroup_header:hover,
        .menu_container .menu_subgroup_header_collapsed:hover {
            background-color: #cecece;
        }

    .menu_container .accordionMenuHeader,
    .menu_container .accordionMenuHeaderSelected,
    .menu_container .menu_item,
    .menu_container .menu_item_selected {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 12px;
    }

        .menu_container .accordionMenuHeader:hover,
        .menu_container .accordionMenuHeaderSelected:hover {
            background-color: #cecece;
        }

.menu_group {
    margin-top: 5px;
    border-spacing: 0;
    background-color: #e7e7e7;
    padding: 3px;
}

.menu_group_header {
    background-color: #666666;
    height: 20px;
    font-weight: bold;
    color: White;
}

.menu_subgroup_header_collapsed {
    padding: 10px;
    margin: 0;
}

.menu_item,
.menu_item_over,
.menu_item_selected {
    background-color: #e6e6e6;
    padding: 10px;
    cursor: pointer;
}

    .menu_item:hover {
        background-color: #cecece;
    }

.menu_item_selected {
    background-color: #cecece;
}

.menu_search {
    width: 93%;
    border: none;
    height: 20px;
    padding: 5px 5px 5px 10px;
    outline: none;
    background-color: white;
    color: #999999;
    box-sizing: content-box !important;
    font-size: 13px;
    border-radius: 20px;
    margin-bottom: 25px;
    margin-top: 30px;
    box-shadow: 0 1px 5px #bcbcbc;
}

.menu_search_watermarked {
    width: 93%;
    border: none;
    height: 20px;
    padding: 5px 5px 5px 10px;
    outline: none;
    color: #999999;
    background-color: white;
    box-sizing: content-box !important;
    font-size: 13px;
    border-radius: 20px;
    margin-bottom: 25px;
    margin-top: 30px;
    box-shadow: 0 1px 5px #bcbcbc;
}

.menu_search_clear, .menu_search_clear_active {
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: 38px;
}

@supports (-ms-ime-align:auto) {
    .menu_search_clear, .menu_search_clear_active {
        display: none;
    }
}

.menu_search_clear {
    background-image: url(img/clear.png);
}

.menu_search_clear_active {
    background-image: url(img/clear_active.png);
}

.menu_search_no_results {
    padding: 5px;
    text-align: center;
    color: #999999;
    font-size: 12px;
}

.menu_collapse_bar {
    /*width: 5px;*/
    background-color: #EEEEEE;
    background-repeat: no-repeat;
    background-position: center 5px;
    padding: 0;
    cursor: pointer;
}

.menu_open {
    background-image: url(img/close.gif);
}

.menu_closed {
    background-image: url(img/open.gif);
}

.accordionMenuHeader,
.accordionMenuHeaderSelected {
    height: 44px;
    cursor: pointer;
    padding-left: 5px;
    border-bottom: 0.5px solid #dddddd;
}

.accordionMenuHeader {
    color: #616161;
}

.accordionMenuHeaderSelected {
    background-color: #e6e6e6;
}

    .accordionMenuHeader td, .accordionMenuHeaderSelected td {
        font-size: 12px;
        padding-top: 9px;
        margin-top: 10px;
    }

.accordionMenuHeader:hover {
    background-color: #e6e6e6;
}

/*---------------------------------USER PANEL--------------------------------------*/

.UserPanel {
    width: 183px;
    font-size: 10px;
    margin: 16px 10px 0px 10px;
    overflow: hidden;
    color: white;
}

    .UserPanel table img {
        border-radius: 60px;
    }

    .UserPanel a {
        text-decoration: none;
    }

.UserInfo {
    padding: 3px 3px 3px 25px;
}

.UserIcon {
    background-image: url(img/icn_user.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    margin: 1px;
}

.UserName {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}

/*---------------------------------ACCORDION--------------------------------------*/

.accordionHeader,
.accordionHeaderSelected {
    /*padding-left: 6px;*/
    padding-top: 8px;
    vertical-align: middle;
    text-align: left;
    height: 24px;
    font-weight: bold;
}

.accordionContent {
    border-spacing: 0;
    padding: 20px;
}

/*---------------------------------BUTTON LIST--------------------------------------*/

.ResourceButtonList input[type=radio],
.ResourceButtonListSelected input[type=radio] {
    display: none;
}

.ResourceButtonList label,
.ResourceButtonListSelected label {
    position: relative;
    padding: 6px;
    border-radius: 4px;
    margin-right: 3px;
}

/*---------------------------------URBE CONTROLS--------------------------------------*/
.UrbeButton, .UrbeButton_Big {
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #999999;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #999999;
    background-color: #e7e7e7;
    padding: 6px;
    border-radius: 4px;
    margin: 5px;
    font-size: 11px;
    background-position: 3px center;
    background-repeat: no-repeat;
}

.UrbeButton_Background {
    background-color: #e7e7e7;
}

.UrbeButton_RecoCopy {
    padding-left: 24px;
    background-image: url(img/ctrl/reco_copy.png);
}

.UrbeButton_RecoInvert {
    padding-left: 24px;
    background-image: url(img/ctrl/reco_invert.png);
}

.UrbeButton_RecoClear {
    padding-left: 24px;
    background-image: url(img/ctrl/reco_clear.png);
}

.UrbeButton_Save {
    padding-left: 24px !important;
    background-image: url(img/ctrl/disk.png);
}

.UrbeButton_Check {
    padding-left: 24px !important;
    background-image: url(img/ctrl/tick.png);
}

.UrbeButton_Cancel {
    padding-left: 24px !important;
    background-image: url(img/ctrl/cross.png);
}

.UrbeButton_Big {
    padding: 5px 15px 5px 15px;
}

.UrbeTextbox, .UrbeWatermark, .UrbeTextbox_Invalid {
    outline: none;
    border: solid 1px #D4D4D3;
    background-color: #ffffff;
    padding: 5px;
    font-size: small;
}

.UrbeWatermark {
    background-color: #F2F2EE;
    color: #C6C6C6;
}

.UrbeCombo {
    outline: solid 1px #D4D4D3;
    border: none;
    background-color: #ffffff;
    padding: 3px;
    font-size: small;
}

.UrbeTextbox_Invalid {
    background-color: #fff7f7;
    border: solid 1px #f0D4D3;
}

/*---------------------------------CONTROL DE MENSAJERIA--------------------------------------*/

#mensajeria .tabtable {
    width: 100%;
}

    #mensajeria .tabtable td {
        text-align: center;
        cursor: pointer;
        border: solid 1px #cccccc;
        border-bottom: none;
        padding: 3px;
        background-position: center center;
        background-repeat: no-repeat;
        height: 28px;
    }

    #mensajeria .tabtable .active {
        background-color: white;
    }

    #mensajeria .tabtable .inactive {
        background-color: #d7d7d7;
    }

    #mensajeria .tabtable #btPersonalizado {
        background-image: url(img/mensajeria/personalizado.png);
    }

    #mensajeria .tabtable #btPredefinido {
        background-image: url(img/mensajeria/predefinido.png);
    }

    #mensajeria .tabtable #btEstadosLogisticos {
        background-image: url(img/mensajeria/ciclo.png);
    }

    #mensajeria .tabtable #btFoto {
        background-image: url(img/mensajeria/camara.png);
    }

    #mensajeria .tabtable #btConfig {
        background-image: url(img/mensajeria/config22.png);
    }

    #mensajeria .tabtable #btFota {
        background-image: url(img/mensajeria/command.png);
    }

#mensajeria .config_container {
    color: #666666;
    padding: 5px;
    background-color: #e7e7e7;
}

#mensajeria .config_container_button {
    color: #666666;
    padding: 5px;
    background-color: #e7e7e7;
    cursor: pointer;
}

#mensajeria .config_title {
    font-weight: bold;
    margin-bottom: 5px;
}

#mensajeria .config_container table {
    left: 20px;
    border-spacing: 0;
    padding: 0;
    width: 100%;
    font-size: xx-small;
}

#mensajeria .config_container td {
    padding: 0;
    text-align: left;
    width: 33%;
}

#mensajeria .config_button_red,
#mensajeria .config_button_green,
#mensajeria .config_button_blue,
#mensajeria .config_button_fullqtree,
#mensajeria .config_button_difqtree,
#mensajeria .config_button_firm,
#mensajeria .config_button_config,
#mensajeria .config_button_queue,
#mensajeria .config_button_message {
    background-color: transparent;
    width: 20px;
    height: 20px;
    outline: none;
    border: none;
    cursor: pointer;
}

#mensajeria .config_button_red,
#mensajeria .config_button_green,
#mensajeria .config_button_blue {
    width: 20px;
}

#mensajeria .config_button_fullqtree {
    background-image: url(img/mensajeria/qtree.png);
}

#mensajeria .config_button_difqtree {
    background-image: url(img/mensajeria/qtree_dif.png);
}

#mensajeria .config_button_firm {
    background-image: url(img/mensajeria/firm.png);
}

#mensajeria .config_button_config {
    background-image: url(img/mensajeria/config.png);
}

#mensajeria .config_button_queue {
    background-image: url(img/mensajeria/queue.png);
}

#mensajeria .config_button_message {
    background-image: url(img/mensajeria/message.png);
}

#mensajeria .config_button_red {
    background-image: url(img/mensajeria/button_red.png);
}

#mensajeria .config_button_green {
    background-image: url(img/mensajeria/button_green.png);
}

#mensajeria .config_button_blue {
    background-image: url(img/mensajeria/button_blue.png);
}

#mensajeria .config_button_text {
    color: #666666;
    text-decoration: none;
}

/*---------------------------------CONTROL DE CONSULTAS--------------------------------------*/

#consultas .consultas_row,
#consultas .consultas_selectedrow {
    border: solid 1px #cccccc;
    padding: 2px;
}

#consultas .consultas_row {
    background-color: #e7e7e7;
}

#consultas .consultas_selectedrow {
    background-color: #e7CC88;
}

#consultas .btLimpiar {
    float: right;
    background-color: Transparent;
    color: #FFFFFF;
    margin: 0;
    font-size: 9px;
}

/*---------------------------------REORDER--------------------------------------*/

.reorder_panel li table {
    width: 100%;
}

.reorder_header {
    width: 100%;
    padding-left: 6px;
    vertical-align: middle;
    text-align: left;
    height: 28px;
    font-weight: bold;
    color: White;
    border-spacing: 0;
    margin: 0;
}

.reorder_item {
    width: 100%;
    height: 26px;
    text-align: left;
    vertical-align: middle;
    border-bottom: solid 1px #999999;
    background-color: #FFFFFA;
    border-spacing: 0;
    margin: 0;
    padding-left: 10px;
}

.reorder_handle {
    height: 26px;
    width: 20px;
    cursor: pointer;
    text-align: left;
    vertical-align: middle;
    border-bottom: solid 1px #999999;
    margin: 0;
}

.reorder_subheader {
    font-size: 10px;
    font-weight: bold;
    background-color: #CCCCCC;
    text-align: left;
    vertical-align: middle;
    border-top: solid 1px #666666;
    padding: 10px 10px 5px 10px;
}

/*---------------------------------TITLE BAR--------------------------------------*/

.titlebar {
    background-position: top;
    background-repeat: repeat-x;
    border-bottom: solid 1px #CCCCCC;
    padding: 5px;
    color: White;
    vertical-align: middle;
    font-weight: bold;
}

/*.titlebar_title {
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px;
	color: White;
	vertical-align: middle;
	font-weight:bold;
	text-align: right;
}*/

/*---------------------------------TOOLBAR--------------------------------------*/

.toolbar {
    padding-top: 10px;
    margin-bottom: 7px;
}

    .toolbar table {
        height: 32px;
    }

.toolbar_title {
    font-size: 14px;
    text-transform: uppercase;
    color: #666666;
    vertical-align: middle;
    font-weight: bolder;
    text-align: right;
    margin-right: 20px;
    margin-left: 10px;
}

.toolbar_icon {
    margin-right: 20px;
    vertical-align: middle;
}

.toolbarbutton {
    color: Black;
}

/*---------------------------------DROPDOWN CHECKLIST--------------------------------------*/

.dropdowncheck_style {
    outline: solid 1px #cccccc;
    border-top: solid 1px #999999;
    border-left: solid 1px #999999;
    padding-top: 3px;
    background-color: #FFFFFF;
    height: 17px;
    color: #444444;
    position: relative;
    font-size: x-small;
    background-image: url(img/ddcl_arrow.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.dropdowncheck_panel {
    border: solid 1px #000000;
    background-color: #FFFFFF;
    z-index: 500000;
}

    .dropdowncheck_panel table {
        width: 100%;
    }

    .dropdowncheck_panel td {
        border-bottom: solid 1px #dddddd;
        font-size: 11px;
    }

    .dropdowncheck_panel label {
        padding-left: 5px;
    }

.dropdowncheck_all {
    padding: 3px;
    background-color: #e7e7e7;
    color: #666666;
    padding-left: 5px;
}

/*---------------------------------DYN HELP--------------------------------------*/

.dynhelp {
    border: solid 1px #DABF63;
    background-color: #FFF9E2;
    font-size: 10px;
    padding: 5px;
    font-weight: normal;
    padding-left: 26px;
    background-image: url(img/help.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    color: #A98300;
    text-align: left;
    visibility: hidden;
}

.dynhelp_title {
    color: #473700;
    display: block;
    font-weight: bold;
}

.balloonstyle {
    background-color: #FFFFE0;
    border: 1px solid #CCCC99;
    color: #666666;
}

/*---------------------------------POP UP PANEL--------------------------------------*/

.panel_popup {
    background-color: #FAFAFA;
    border: medium none;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #BBBBBB inset;
    margin: 0;
    padding: 20px;
    text-align: left;
    top: 18px;
    transition: background-color 0.3s ease-in-out 0s;
    width: auto;
    overflow-y: auto;
    height: 400px;
}

    .panel_popup select {
        margin: 5px;
    }

    .panel_popup .title {
        font-weight: bold;
        font-size: 14px;
        color: #696969;
        padding-bottom: 15px;
        text-align: center;
    }

.Popup_TitleBar {
    background-color: #696969;
    color: #FFFFF0;
    padding: 5px;
}

.Popup_body {
    background-color: #E8E8E8;
    padding: 5px;
}

.PopupPanel {
    border: none;
    background-color: #EFEFEF;
    padding: 20px;
    position: relative;
}

.PopupPanel_Title {
    font-weight: bold;
    font-size: 14px;
    position: relative;
    top: -15px;
    left: -15px;
    color: #696969;
}

.PopupPanel_tl, .PopupPanel_tr, .PopupPanel_bl, .PopupPanel_br {
    width: 24px;
    height: 24px;
    background-image: url(img/popuppanel/popuppanel1.png);
    position: absolute;
}

.PopupPanel_tl {
    background-position: 0px 0px;
    top: -24px;
    left: -24px;
}

.PopupPanel_tr {
    background-position: 24px 0px;
    top: -24px;
    right: -24px;
}

.PopupPanel_bl {
    background-position: 0px 24px;
    bottom: -24px;
    left: -24px;
}

.PopupPanel_br {
    background-position: 24px 24px;
    bottom: -24px;
    right: -24px;
}

.PopupPanel_l, .PopupPanel_r {
    width: 24px;
    height: 100%;
    background-image: url(img/popuppanel/popuppanel2.png);
    background-repeat: repeat-y;
    position: absolute;
    top: 0px;
}

.PopupPanel_l {
    background-position: left;
    left: -24px;
}

.PopupPanel_r {
    background-position: right;
    right: -24px;
}

.PopupPanel_t, .PopupPanel_b {
    width: 100%;
    height: 24px;
    background-image: url(img/popuppanel/popuppanel3.png);
    background-repeat: repeat-x;
    position: absolute;
    left: 0px;
    z-index: -1;
}

.PopupPanel_t {
    background-position: top;
    top: -24px;
}

.PopupPanel_b {
    background-position: bottom;
    bottom: -24px;
}

/*---------------------------------AJAX TAB CONTROL--------------------------------------*/

.ajax__tab_xp-theme .ajax__tab_header {
    font-family: verdana,tahoma,helvetica;
    font-size: 11px;
}

    .ajax__tab_xp-theme .ajax__tab_header .ajax__tab_outer {
        background-color: #d7d7d7;
        cursor: pointer;
        border: solid 1px #cccccc;
        border-bottom: none;
        padding: 8px 3px 5px 5px;
    }

.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_outer {
    background-color: #e7e7e7;
}

.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_outer {
    background-color: #ffffff;
}

.ajax__tab_xp-theme .ajax__tab_body {
    background-color: #ffffff;
    border: solid 1px #cccccc;
    border-top: none;
    padding: 3px;
}

.ajax__calendar .ajax__calendar_container {
    z-index: 100;
}

/*---------------------------------GRID--------------------------------------*/

.Grid {
    width: 99%;
}

    .Grid td, th {
        padding-left: 5px;
        padding-right: 5px;
    }

.Grid_Header {
    width: 100%;
    padding-left: 10px;
    vertical-align: middle;
    text-align: left;
    height: 28px;
    font-weight: bold;
    border: 1px solid #bcbcbc;
    box-shadow: 0 3px 5px #bcbcbc;
}

    .Grid_Header a {
        background-image: none;
        text-decoration: none;
        padding-right: 6px;
    }

.Grid_Grouping .Grid_Header {
    border: none;
    padding: 5px;
    height: auto;
    text-align: center;
}

.Grid_Empty {
    height: 26px;
    text-align: center;
    vertical-align: middle;
    background-color: white;
    color: #999999;
    border: 1px solid #bcbcbc;
    box-shadow: 0 3px 5px #bcbcbc;
}

.Grid_Pager {
    padding: 3px;
    padding-right: 6px;
    vertical-align: middle;
    height: 24px;
    border: 1px solid transparent;
}

.Grid_Grouping {
    padding: 10px;
    padding-right: 6px;
    vertical-align: middle;
}

.Grid_Footer {
    padding: 3px;
    background-color: #DDDDDD;
    height: 24px;
}

.C1Input_ArcticFox .C1CustomContainer, .C1Input_ArcticFox .C1SpinContainer {
    border: none;
}

.Grid_Item,
.Grid_Alternating_Item,
.Grid_Invalid_Item,
.Grid_Selected_Item,
.Grid_MouseOver_Item,
.Grid_Edit_Item {
    height: 40px;
    cursor: pointer;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #bcbcbc;
    box-shadow: 0 3px 5px #bcbcbc;
}

.Grid_Item {
    background-color: white;
    padding-left: 5px;
}

.Grid_Alternating_Item {
    background-color: white;
}

.Grid_Invalid_Item {
    background-color: #f7A3A3;
}

.Grid .C1ImageGroupExpand {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    width: 16px;
    height: 16px;
}

.Grid .C1ImageGroupCollapse {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    width: 16px;
    height: 16px;
}

.C1GroupHeaderRow {
    background-image: none;
    border: 1px solid white;
}

.C1GroupFooter {
    background-image: none;
    background-color: #bcbcbc;
    color: #FFFFFF;
    font-weight: bold;
}

/*---------------------------------SMALL GRID--------------------------------------*/

.smallgrid {
    width: 100%;
}

.smallgrid_header {
    width: 100%;
    height: 28px;
    vertical-align: middle;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}

.smallgrid_item, .smallgrid_altitem {
    height: 40px;
    cursor: pointer;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #bcbcbc;
    padding-left: 5px;
}

/*---------------------------------PRINT GRID--------------------------------------*/

.Print_Grid {
    width: 100%;
    border: solid 1px #CCCCCC;
    font-family: Verdana, Arial, Sans-Serif;
}

    .Print_Grid table {
        border-spacing: 0;
        border-collapse: collapse;
    }

.Print_Grid_Header {
    width: 100%;
    padding-left: 6px;
    vertical-align: middle;
    text-align: left;
    height: 28px;
    font-weight: bold;
}

    .Print_Grid_Header a {
        background-image: none;
        text-decoration: none;
        color: Black;
        padding-right: 6px;
        font-weight: bold;
        text-align: center;
    }

.Print_Grid_Grouping .Print_Grid_Header {
    border: solid 1px #EEEEEE;
    padding: 5px;
    height: auto;
    text-align: center;
}

.Print_Grid_Empty {
    height: 26px;
    text-align: left;
    vertical-align: middle;
    background-color: #EEEEEE;
    color: #999999;
}

.Print_Grid_Pager {
    padding: 3px;
    padding-right: 6px;
    vertical-align: middle;
    background-color: #DDDDDD;
    height: 24px;
}

.Print_Grid_Grouping {
    padding: 10px;
    padding-right: 6px;
    vertical-align: middle;
    background-color: #D0D0D0;
}

.Print_Grid_Item,
.Print_Grid_Alternating_Item,
.Print_Grid_Invalid_Item,
.Print_Grid_Selected_Item,
.Print_Grid_MouseOver_Item,
.Print_Grid_Edit_Item {
    height: 26px;
    cursor: pointer;
    text-align: left;
    vertical-align: middle;
    font-family: Verdana, Arial, Sans-Serif;
}

.Print_Grid_Item {
    background-color: #FFFFFA;
}

.Print_Grid_Alternating_Item {
    background-color: #f7f7f7;
}

.Print_Grid_Invalid_Item {
    background-color: #f7A3A3;
}

/*---------------------------------TABLERO DE CONTROL--------------------------------------*/

#tablerocontrol #btShowHoy {
    cursor: pointer;
    padding: 2px;
    width: 120px;
    border: solid 1px #c3c3c3;
    border-top: none;
    background-color: #e7e7e7;
    font-size: 10px;
    font-weight: bold;
    color: #999;
    text-align: center;
    position: relative;
    bottom: 1px;
    margin-bottom: 2px;
}

    #tablerocontrol #btShowHoy:hover {
        color: #c39636;
    }

#tablerocontrol #btShowAyer {
    cursor: pointer;
    padding: 2px;
    width: 120px;
    border: solid 1px #c3c3c3;
    border-top: none;
    background-color: #e7e7e7;
    font-size: 10px;
    font-weight: bold;
    color: #999;
    text-align: center;
    position: relative;
    bottom: 1px;
    margin-bottom: 2px;
}

    #tablerocontrol #btShowAyer:hover {
        color: #c39636;
    }

#tablerocontrol #btShowMes {
    cursor: pointer;
    padding: 2px;
    width: 120px;
    border: solid 1px #c3c3c3;
    border-top: none;
    background-color: #e7e7e7;
    font-size: 10px;
    font-weight: bold;
    color: #999;
    text-align: center;
    position: relative;
    bottom: 1px;
    margin-bottom: 2px;
}

    #tablerocontrol #btShowMes:hover {
        color: #c39636;
    }

#tablerocontrol #divResumen {
    background-color: #d9d9d9;
    border: solid 1px #cccccc;
}

    #tablerocontrol #divResumen table {
        border: none;
        border-spacing: 0;
    }

#tablerocontrol #tblLayout {
    border-spacing: 0;
}

#tablerocontrol .infobox {
    margin: 10px;
    padding: 10px;
    width: 140px;
    background-color: #f7f7f7;
    border: solid 1px #cccccc;
}

    #tablerocontrol .infobox td {
        text-align: center;
    }

#tablerocontrol .homeData {
    font-size: 12px;
    font-weight: bold;
}

/*---------------------------------INTERCALADOR (DISTRIBUCION)--------------------------------------*/

#intercalador #hoursel {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}

    #intercalador #hoursel td {
        cursor: pointer;
        text-align: center;
        font-size: 9px;
        background-color: #f7f7f7;
        border: solid 1px #d0d0d0;
        padding: 2px;
    }

    #intercalador #hoursel .selected {
        background-color: #ccccff;
        border: solid 1px #a7a7d0;
    }

#intercalador_result table {
    width: 100%;
    border-spacing: 0;
}

#intercalador_result .resultado {
    height: 42px;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #999999;
}

    #intercalador_result .resultado td {
        padding: 3px;
    }

#intercalador_result td .color {
    padding: 0;
    border: solid 1px #cccccc;
    width: 20px;
    text-align: center;
}

#intercalador_result .change {
    color: #999999;
    font-size: 0.9em;
}

/*---------------------------------CONTROL DE DISTRIBUCION--------------------------------------*/

#control_distribucion #navigator {
    width: 100%;
    background-color: #cccccc;
}

    #control_distribucion #navigator td {
        text-align: center;
    }

    #control_distribucion #navigator .index,
    #control_distribucion #navigator .count {
        background-color: #999999;
        color: #ffffff;
        padding: 3px;
        padding-left: 10px;
        padding-right: 10px;
    }

        #control_distribucion #navigator .index input[type=text] {
            width: 20px;
            border: none;
            padding: 0px;
            background: none;
            color: inherit;
            font-size: inherit;
            margin: 0px;
            text-align: center;
        }

#control_distribucion #navigator {
    width: 100%;
}

    #control_distribucion #navigator .move {
        cursor: pointer;
        width: 50px;
        background-color: #c7c7c7;
        border: solid 1px #b0b0b0;
        font-size: 1.1em;
        text-align: center;
    }

    #control_distribucion #navigator .button {
        text-decoration: none;
        color: #000000;
    }

    #control_distribucion #navigator .text {
        width: 40px;
    }

    #control_distribucion #navigator .go {
        padding-left: 10px;
    }

#control_distribucion #data .header {
    width: 100%;
    border-spacing: 0px;
    padding: 0px;
}

    #control_distribucion #data .header table td {
        text-align: center;
        padding: 5px 25px 5px 25px;
    }

#control_distribucion #data .title {
    color: #999999;
    font-size: 0.8em;
}

#control_distribucion #data .data {
    font-size: 1.2em;
}

#control_distribucion #data .odd {
    background-color: #e7e7e7;
}

#control_distribucion #data .even {
    border-top: solid 1px #e7e7e7;
    border-bottom: solid 1px #e7e7e7;
}

#control_distribucion #data .km {
    text-align: right;
}
/* Lista Blanca */
#listablanca {
}

    #listablanca .filtertitle {
        background-color: #f7f7f7;
        border: solid 1px #cccccc;
    }

    #listablanca .data {
        height: 300px;
        overflow-y: scroll;
        background-color: #f7f7f7;
        border: solid 1px #cccccc;
    }

        #listablanca .data .item {
            margin: 1px;
            padding: 5px;
            background-color: #ffffff;
            border: solid 1px #cccccc;
            cursor: pointer;
        }

        #listablanca .data .item2 {
            margin: 1px;
            padding: 5px;
            background-color: #ffffff;
            border: solid 1px #cccccc;
            cursor: pointer;
        }

            #listablanca .data .item2 .c1 {
                width: 20px;
            }

            #listablanca .data .item2 table {
                width: 100%;
                border-spacing: 0px;
                padding: 0px;
            }

        #listablanca .data .selected {
            background-color: #C5D0F9;
        }

    #listablanca .checked {
        width: 16px;
        height: 16px;
        background-image: url(img/icn_check.png);
    }

    #listablanca .unchecked {
        width: 16px;
        height: 16px;
        background-image: url(img/icn_check.png);
        background-position: 32px;
    }

    #listablanca .nochecked {
        width: 16px;
        height: 16px;
        background-image: url(img/icn_check.png);
        background-position: 16px;
    }

    #listablanca #panelSwitcher {
        width: 100%;
        border-spacing: 5px;
    }

        #listablanca #panelSwitcher td {
            padding: 0px;
        }

    #listablanca #titleLeft, #listablanca #titleRight {
        width: 50%;
        padding: 5px;
        text-align: center;
        font-size: 14px;
    }

    #listablanca .filterbutton {
        padding: 3px;
        margin-left: 5px;
        background-color: #6666FF;
        color: #ffffff;
        border: solid 1px #3333FF;
        font-size: 0.9em;
        cursor: pointer;
    }

    #listablanca #statusIzquierda, #statusDerecha {
        padding: 2px;
        width: 100px;
        background-color: #f0f0f0;
        border: solid 1px #e7e7e7;
        font-size: 0.9em;
    }

#control_distribucion #navigator .index input[type=text] {
    width: 20px;
    border: none;
    padding: 0;
    background: none;
    color: inherit;
    font-size: inherit;
    margin: 0;
    text-align: center;
}

#control_distribucion #navigator {
    width: 100%;
}

    #control_distribucion #navigator .move {
        cursor: pointer;
        width: 50px;
        background-color: #c7c7c7;
        border: solid 1px #b0b0b0;
        font-size: 1.1em;
        text-align: center;
    }

    #control_distribucion #navigator .button {
        text-decoration: none;
        color: #000000;
    }

    #control_distribucion #navigator .text {
        width: 40px;
    }

    #control_distribucion #navigator .go {
        padding-left: 10px;
    }

#control_distribucion #data .header {
    width: 100%;
    border-spacing: 0;
    padding: 0;
}

    #control_distribucion #data .header table td {
        text-align: center;
        padding: 5px 25px 5px 25px;
    }

#control_distribucion #data .title {
    color: #999999;
    font-size: 0.8em;
}

#control_distribucion #data .data {
    font-size: 1.2em;
}

#control_distribucion #data .odd {
    background-color: #e7e7e7;
}

#control_distribucion #data .even {
    border-top: solid 1px #e7e7e7;
    border-bottom: solid 1px #e7e7e7;
}

#control_distribucion #data .km {
    text-align: right;
}

/*---------------------------------LISTA BLANCA--------------------------------------*/

#listablanca .filtertitle {
    background-color: #f7f7f7;
    border: solid 1px #cccccc;
}

#listablanca .data {
    height: 300px;
    overflow-y: scroll;
    background-color: #f7f7f7;
    border: solid 1px #cccccc;
}

    #listablanca .data .item {
        margin: 1px;
        padding: 5px;
        background-color: #ffffff;
        border: solid 1px #cccccc;
        cursor: pointer;
    }

    #listablanca .data .item2 {
        margin: 1px;
        padding: 5px;
        background-color: #ffffff;
        border: solid 1px #cccccc;
        cursor: pointer;
    }

        #listablanca .data .item2 .c1 {
            width: 20px;
        }

        #listablanca .data .item2 table {
            width: 100%;
            border-spacing: 0;
            padding: 0;
        }

    #listablanca .data .selected {
        background-color: #C5D0F9;
    }

#listablanca .checked {
    width: 16px;
    height: 16px;
    background-image: url(img/icn_check.png);
}

#listablanca .unchecked {
    width: 16px;
    height: 16px;
    background-image: url(img/icn_check.png);
    background-position: 32px;
}

#listablanca .nochecked {
    width: 16px;
    height: 16px;
    background-image: url(img/icn_check.png);
    background-position: 16px;
}

#listablanca #panelSwitcher {
    width: 100%;
    border-spacing: 5px;
}

    #listablanca #panelSwitcher td {
        padding: 0;
    }

#listablanca #titleLeft, #listablanca #titleRight {
    width: 50%;
    padding: 5px;
    text-align: center;
    font-size: 14px;
}

#listablanca .filterbutton {
    padding: 3px;
    margin-left: 5px;
    background-color: #6666FF;
    color: #ffffff;
    border: solid 1px #3333FF;
    font-size: 0.9em;
    cursor: pointer;
}

#listablanca #statusIzquierda, #statusDerecha {
    padding: 2px;
    width: 100px;
    background-color: #f0f0f0;
    border: solid 1px #e7e7e7;
    font-size: 0.9em;
}

/*---------------------------------AGRUPADORES--------------------------------------*/

.button_agrupadores {
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #999999;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #999999;
    background-color: #e7e7e7;
    padding: 5px;
    margin: 5px;
    font-size: 12px;
    box-shadow: 1px 1px 1px #CCCCCC;
    cursor: pointer;
}

    .button_agrupadores:hover {
        background-color: #f0f0f0;
    }

.agrupadores li {
    list-style: disc;
}

.agrupadores ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 10px;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px;
}

/*---------------------------------USUARIOS--------------------------------------*/

.item_user {
    background-image: url(../images/user.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
}

.item_usergroup {
    background-image: url(../images/group.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
}

div.filtros {
    float: left;
    margin-right: 5px;
}

img {
    vertical-align: top !important
}

/*---------------------------------NAVBARTOP NUEVA--------------------------------------*/

.navbar {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 3px 10px grey;
}

#sidebarCollapse {
    color: white;
    font-size: 18px;
}

    #sidebarCollapse i {
        margin-top: 15px;
    }

        #sidebarCollapse i:hover {
            color: #cccccc;
            cursor: pointer;
        }

.navbar-inverse .navbar-nav > li > a {
    color: white;
}

.navbar-header {
    height: 50px;
}

.navbar ul.nav li :hover {
    color: #555;
    background-color: #e7e7e7;
}

/*-------------*/

.flex {
    display: flex
}

.flex-column {
    flex-direction: column;
}

.flex0 {
    flex: 0
}

.flex1 {
    flex: 1
}

.full-height {
    height: 100%;
}

.inline-block {
    display: inline-block
}

.align-end {
    align-self: end
}

.align-center {
    align-self: center;
}

label {
    font-weight: normal;
}

.justify-between {
    justify-content: space-between;
}

/*-------------Switch-------------*/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 17px;
        width: 17px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.checked {
    background-color: #77d189;
}

.enabled.checked {
    background-color: #008000;
}

.checked:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
}

/*

.switch input:checked + .slider {
    background-color: #008000;
}

.switch span[disabled] + .slider {
    background-color: #77d189;
}
*/

/*
.switch span[disabled] + .slider:before,
.switch input:checked + .slider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
}

.switch input:not([checked]) + .slider {
    background-color: #800000;
}
*/

/* Rounded sliders */
.slider.round {
    border-radius: 22px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/* Timeline */
.timeline {
    border-left: 3px solid #5d3d85;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 40%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    border-bottom: 1px dashed #b69bd7;
    padding-bottom: 5px;
    margin-bottom: 15px;
    position: relative;
}

    .timeline .event a[disabled=disabled] {
        text-decoration: none;
    }

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #5d3d85;
    box-shadow: 0 0 0 3px #5d3d85;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

.timeline .event.danger:after {
    -webkit-box-shadow: 0 0 0 3px #FF0000;
    box-shadow: 0 0 0 3px #FF0000;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

.timeline .event.danger a {
    font-weight: bold;
    color: #FF0000;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #5d3d85;
}

    .rtl .timeline .event:before {
        left: 0;
        right: -170px;
    }

    .rtl .timeline .event:after {
        left: 0;
        right: -55.8px;
    }

.flagConfig.active {
    border: 1px solid !important;
    border-radius: 20px;
    color: var(--color-primary-light);
}