﻿
/* Move down content because we have a fixed navbar that is 50px tall */

html, body {
    margin: 0px;
    height: 100%;
    font-family: 'Century Gothic';
}

.info-help {
    font-size:13px;
    color:#17a2b8;
}

.search {
    width: 90% !important;
}

.buttons-excel {
    border-color: #28a745 !important;
    background: none !important;
    font: inherit !important;
    background-color: #28a745 !important;
    color: #fff !important;
    border: 0px;
    width: 60px;
    height: 35px;
    position: absolute !important;
    border-radius: 3px 3px 3px 3px;
}

.buttons-save {
    border-color: #0d298ecc !important;
    background: none !important;
    font: inherit !important;
    background-color: #0d298ecc !important;
    color: #fff !important;
    border: 0px;
    width: 60px;
    height: 35px;
    position: absolute !important;
    border-radius: 3px 3px 3px 3px;
    margin-left: 90px;
}

.loading-routing {
    margin-top: 10px;
}

.tippy-box[data-theme~='tomato'] {
    background-color: #009AFF;
    border: solid 1px #000;
    color: white;
}

.dxbs-button.btn-lin {
    color: #fff !important;
}

#add-user-plus:hover {
    color: #2e67d3 !important;
}

.btn-relese-shipment {
    color: #fff !important;
    font-weight: bold;
    font-size: 18px;
    height: 40px;
    width: 100%;
    background-color: #0d298e;
    border-radius: 15px;
}

    .btn-relese-shipment:hover {
        background-color: #1e4693;
    }

.dxbs-button.btn-lin {
    color: #fff !important;
}

.btn-reboot {
    color: #fff !important;
    font-weight: bold;
    font-size: 18px;
    height: 40px;
    width: 100%;
    background-color: red;
}

.loading {
    margin: 0 auto;
    margin-top: 15%;
    text-align: center;
}

#item_mensajero {
    width: 100%;
    height: 250px;
}

#item_rutas {
    width: 100%;
    height: 250px;
}

.container-setting-title {
    background-color: #eee;
    float: left;
    width: 90%;
    padding: 0%;
}

.th-table {
    background-color: #0d298e;
    height: 20px;
    font-size: 13px;
    color: #fff;
}

.container-setting {
    background-color: #eee;
    float: left;
    width: 70%;
    height: 99%;
    padding: 1%;
}

.container-summary {
    background-color: #EBF5FB;
    float: left;
    margin-left: 1%;
    width: 29%;
    height: 99%;
    padding: 1%;
}

.alert-routing {
    background-color: #0094ff;
    padding: 5px;
    border-radius: 3px;
}

.box-summay {
    /*background-color: #333;*/
    color: #fff;
    float: left;
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
}

.box-summary-left {
    background-color: #3591ce;
    color: #fff;
    padding: 5px;
    font-size: 35px;
    text-align: center;
    float: left;
    width: 20%;
    height: 100%;
}

.box-summary-right {
    background-color: #009AFF;
    float: left;
    width: 80%;
    height: 40px;
    padding: 10px;
    font-size: 17px;
    height: 100%;
}

.box-summary-bottom {
    background-color: #fff;
    float: left;
    width: 100%;
    height: 40px;
}

.label {
    color: #000;
    background-color: white;
    border: 1px solid #000;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    padding: 2px;
}

    .label.green {
        background-color: #58D400;
    }

    .label.red {
        background-color: #D80027;
        color: #fff;
    }

    .label.yellow {
        background-color: #FCCA00;
    }

    .label.turquoise {
        background-color: #00D9D2;
    }

    .label.brown {
        background-color: #BF5300;
        color: #fff;
    }

.container-maps {
    width: 100%;
    height: 100%;
    /*background-color:#333;*/
    position: absolute;
    float: left;
}

#geomap {
    width: 100%;
    height: 100%;
    position: absolute;
}

#map {
    width: 100%;
    height: 100%;
    position: absolute;
}

.maps-menu-top-filtros {
    box-shadow: 1px 1px 4px #000;
    margin-top: 60px;
    margin-left: 15px;
    min-width: 62.5%;
    /*width: 280px;
    height: 260px;*/   
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    background-color: rgba(255, 255, 255, .8);
    z-index: 4;
}

.maps-menu-top {
    /*box-shadow: 1px 1px 4px #808080;*/
    margin-top: 9px;
    margin-left: 190px;
    width: 80%;
    height: 46px;
    padding: 3px;
    border-radius: 5px;
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    z-index: 2;
}

.map-menu-center-alert {
    margin: 210px auto 0px 40%;
    /*width:350px;*/
    padding: 10px;
    position: absolute;
    z-index: 5;
    color: #0d298e;
}

.shadow-alert {
    box-shadow: 1px 1px 4px #808080;
}

.icon-alert {
    font-size: 25px;
    margin-right: 5px;
}

.map-menu-left {
    box-shadow: 1px 1px 4px #808080;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 6px;
    margin-top: 135px;
    margin-left: 12px;
    padding: 10px;
    /*width: 25%;
    height: 55%;*/
    width: 350px;
    height:480px;
    position: absolute;
    z-index: 3;
    color: #0d298e;
}

.map-menu-right {
    margin-top: 110px;
    margin-left: 93%;
    padding: 10px;
    position: absolute;
    z-index: 4;
    color: #0d298e;
}

.circulo-report {
    width: 55px;
    height: 55px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 8px;
    position: relative;
    background-color: #009AFF;
    cursor: pointer;
}

    .circulo-report:hover {
        background-color: rgba(18, 158, 175, .6);
    }

.circulo-inf {
    width: 55px;
    height: 55px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 8px;
    position: relative;
    background-color: #129EAF;
    cursor: pointer;
}

    .circulo-inf:hover {
        background-color: rgba(18, 158, 175, .6);
    }

.circulo-search {
    width: 55px;
    height: 55px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 8px;
    position: relative;
    background-color: #188038;
    cursor: pointer;
}

    .circulo-search:hover {
        background-color: rgba(24, 128, 56, .6);
    }

.circulo-more {
    width: 55px;
    height: 55px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 8px;
    position: relative;
    background-color: #E37400;
    cursor: pointer;
}

    .circulo-more:hover {
        background-color: rgba(24, 128, 56, .6);
    }

.icon-location {
    font-size: 25px;
    color: #fff;
    margin: 15px 0px 0px 15px;
}

.tab-container {
    width: 185px;
    height: 60px;
    background-color: #eee;
    float: left;
    box-shadow: 1px 1px 4px #808080;
    margin-right: 8px;
}

.ul-tab {
    border: 0px;
    color: #fff;
    background-color: #fff;
    padding: 20px;
    height: 100px;
    border-top: 1px solid #ddd;
}

.tab-box-left {
    width: 60px;
    height: 60px;
    background-color: #009AFF;
    float: left;
    font-size: 30px;
    color: white;
    padding: 8px;
    text-align: center;
}

.tab-box-right {
    width: 125px;
    height: 60px;
    background-color: white;
    float: left;
    font-size: 18px;
    color: #333;
    padding: 5px;
    padding-top: 15px;
    text-align: center;
}

    .tab-box-right:hover {
        background-color: #75c4f7;
        color: white;
    }

.tab-setting1 {
    color: black;
    font-weight: normal;
    font-family: 'Century Gothic';
    font-size: 15px;
    color: #333;
    background-color: #cfd8dc;
}

.tab-setting:hover {
    font-weight: normal;
    color: #2980B9;
}

.upper .dxeEditArea {
    text-transform: uppercase !important;
}

.btnBuscar {
    width: 45px;
    height: 35px;
    background-color: #009AFF;
    border: 0px;
    border-radius: 4px;
    color: #fff;
}

#gv_col0 {
    background-color: white;
}

.counter {
    text-align: center;
    font-size: 100px;
}

h1 {
    font-weight: normal;
}

.progress-bar {
    background-color: #33b741;
}

.footer {
    width: 100%;
    height: 80px;
    background-color: #0d298e;
}

.close-container-detail-cortex {
    float: left;
    width: 100%;
    height: 40px;
    background-color: #dc3545;
    color: #fff;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    font-size: 23px;
    margin-bottom: 3px;
}

.text-status-cortex-detail {
    background-color: #eee;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}

.container-detail-cortex {
    width: 100%;
    float: left;
    display: none;
}

.CortexDetailChild {
    font-family: 'Century Gothic';
    font-size: 12px;
    background-color: #fff;
    width: 100%;
    height: 25px;
    color: #2980B9;
    float: left;
    padding-left: 5px;
    padding-top: 5px;
}

#CortexDetail {
    font-family: 'Century Gothic';
    font-size: 12px;
    background-color: #fff;
    width: 100%;
    height: 70px;
    border: solid 1px #d7d7d7;
    margin-bottom: 5px;
    color: #2980B9;
}

    #CortexDetail:hover {
        background-color: #eee;
    }

.StatsTitle {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #2980B9;
}

.Stats {
    float: left;
    margin-left: 0px;
    width: 23%;
    text-align: center;
    font-weight: bold;
}

.StatsText {
    width: 100%;
    text-align: center;
    color: #17a2b8;
}

.container-box-dashboard {
    width: 99%;
    height: 89px;
    margin-left: 5px;
    float: left;
    border-style: solid;
    border-color: #c1e4fb;
    border-width: 0px 1px 0px 0px;
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    z-index: 4;
}

.box-dashboard {
    width: 33.3%;
    height: 100%;
    float: left;
    border-style: solid;
    border-color: #c1e4fb;
    border-width: 1px 0px 1px 1px;
    font-family: 'Century Gothic';
    padding: 2px;
}

    .box-dashboard:hover {
        background-color: #fff;
    }

.icon-dash-monitor {
    font-size: 15px;
    color: #0d298e;
}

.text-result-dash {
    font-size: 17px;
}

.text-market-inf {
    width: 92%;
    height: 25px;
    float: left;
    padding: 0px;
    font-family: 'Century Gothic';
    font-weight: normal;
    font-size: 14px;
    color: #2980B9;
}

.color-markers-inf {
    width: 20px;
    height: 20px;
    float: left;
    border-radius: 40px;
}

.container-markers-inf {
    padding: 5px;
    margin-bottom: 5px;
    width: 100%;
    height: 35px;
    float: left;
}

.container-bars-courriers {
    box-shadow: 1px 1px 4px #808080;
    background-color: #fff;
    border-radius: 3px;
    width: 36%;
    height: 80%; /*Modifique el tamaño*/
    padding: 5px;
    margin-top: 110px;
    position: absolute;
    z-index: 2;
    margin-left: 5px;
}


.container-courrier {
    background-color: #fff;
    width: 100%;
    height: 90%; /*Modifique el tamaño*/
    font-family: 'Century Gothic';
    overflow-y: scroll;
}

    .container-courrier:hover {
        background-color: #fff;
        transition: 0.5s;
    }

    /* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/
    .container-courrier::-webkit-scrollbar {
        -webkit-appearance: none;
    }

        .container-courrier::-webkit-scrollbar:vertical {
            width: 13px;
            background-color: #fff;
        }

    .container-courrier::-webkit-scrollbar-button:increment, .contenedor::-webkit-scrollbar-button {
        display: none;
    }

    .container-courrier::-webkit-scrollbar-thumb {
        background-color: #0d298e;
        border-radius: 20px;
        border: 2px solid #f1f2f3;
    }

    .container-courrier::-webkit-scrollbar-track {
        border-radius: 10px;
    }


.dev-maps {
    background-color: #eee;
    margin-top: 10px;
    /*width: 59.5%;*/
    width: 59%;
    min-height: 370px;
    /*height: 65%;*/
    padding: 0px;
    font-family: 'Century Gothic';
    font-weight: bold;
    float: left;
    /*position: relative;*/
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    z-index: 2;
}

.name-courrier-maps {
    width: 100%;
    height: 30px;
    background-color: #237A92;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    border-radius: 5px 5px 0px 0px;
}

.section-bar {
    background-color: #fff;
    width: 100%;
    /*height: 63px;*/
    height: 45px;
    float: left;
    padding: 3px;
    border: solid 1px #d7d7d7;
    text-align: left;
    transition: background-color .2s;
}

    .section-bar:hover {
        background-color: #17a2b8;
    }

.bar-courrier-name {
    background-color: #fff;
    width: 40%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 100%;
    float: right;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: #0a85a7;
    padding: 0px;
}

.bar-courrier-name-data {
    width: 21%; /*Modifique el espacio de cada espacio de información */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    text-align: left;
    font-size: 10px; /* Modifique tamaño de la letra para que se vea la info*/
    font-weight: bold;
    color: #0a91a7;
    display: inline-block;
    margin-right: 1%;
    box-shadow: none;
    min-height: 60px; /*Le da el ancho a cada dato*/
    vertical-align: top; /*Alinea verticalmente cada espacio*/
}

.Premium {
    width: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    text-align: left;
    font-size: 11.5px;
    font-weight: bold;
    color: #0a91a7;
    display: inline-block;
    margin-right: 1%;
    box-shadow: none;
}


#link-bar-courrier {
    text-decoration: none !important;
    color: #0a91a7 !important;
    font-weight: bold !important;
}

#link-bar-name {
    text-decoration: none !important;
}


.bar-courrier-percentage {
    background-color: #fff;
    width: 60%;
    height: 100%;
    float: right;
    border: solid 1px #d7d7d7;
    color: #fff;
    font-weight: bold;
}


.bar-courrier-child {
    float: left;
    height: 100%;
    width: 0%;
    padding-top: 8px;
    text-align: center;
    cursor: pointer;
}

.dev-controles {
    background-color: #eee;
    margin-top: 20px;
    margin-right: 1%;
    padding: 0px;
    width: 39.5%;
    min-height: 370px;
    /*height: 65%;*/
    font-family: 'Century Gothic';
    float: left;
}

.wrapper_dashboard {
    margin: auto 0px;
    /*background-color: #333;*/
    width: 100%;
    height: 100%;
    float: left;
    padding-left: 2%;
}

.logo {
    float: left;
    width: 220px;
    height: 40px;
    padding-top: 10px;
    padding-left: 20px;
}

.head_sesion {
    float: left;
    color: white;
    width: 35%;
    padding-top: 20px;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Century Gothic';
    /*background-color:#eee;*/
}

.container-box-dashboard-tools {
    /*margin: auto 0px;*/
    padding-top: 10px;
    padding-left: 10px;
    width: 100%;
    height: 21%;
    background-color: #eee;
    border-radius: 5px 5px 5px 5px;
    position: relative;
    z-index: 10;
    top: 0px;
    left: 0px;
}

.dashboard-box {
    background-color: #009AFF;
    float: left;
    width: 24%;
    height: 90%;
    /*height: 120px;*/
    margin-right: 1%;
    border-radius: 5px 5px 7px 7px;
    /*transition: opacity .4s;*/
    position: relative;
    z-index: 15;
}

#TotalRutas:hover {
    background-color: #34A4CE;
    border-radius: 5px 5px 7px 7px;
}

#TotalNoRuteadas:hover {
    background-color: #B53642;
    border-radius: 5px 5px 7px 7px;
}

#TotalGuias:hover {
    background-color: #3B7DC3;
    border-radius: 5px 5px 7px 7px;
}

#TotalGeocoding:hover {
    background-color: #58A540;
    border-radius: 5px 5px 7px 7px;
}

#TotalEnrutadas:hover {
    background-color: #D89D35;
    border-radius: 5px 5px 7px 7px;
}

#TotalClasificacion:hover {
    background-color: #45437E;
    border-radius: 5px 5px 7px 7px;
}

#TotalEmbarcadas:hover {
    background-color: #149d4b;
    border-radius: 5px 5px 7px 7px;
}

#TotalNoEmbarcadas:hover {
    background-color: #c44e00;
    border-radius: 5px 5px 7px 7px;
}

.body-box {
    height: 80%;
    width: 100%;
    /*background-color:#d2ed4a;*/
}

.foot-box {
    /*padding-top:80%;*/
    /*padding-left: 8px;*/
    /*height: 30px;*/
    padding: 3px;
    height: 21%;
    width: 100%;
    font-size: 13px;
    background-color: #fff;
    border-radius: 0px 0px 5px 5px;
}

.article-box {
    /*background-color:rgba(192, 241, 69, 0.60);*/
    width: 50%;
    height: 100%;
    float: left;
    text-align: center;
    /*padding:2px;*/
}

.icon-box {
    font-size: 45px;
    color: #fff;
}


.text-box {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
}

.text-box-foot {
    font-size: 13px;
    color: #fff;
    font-weight: normal;
}

.head_title {
    float: left;
    color: white;
    width: 18%;
    height: 40px;
    padding-top: 20px;
    font-size: 14px;
    font-family: 'Century Gothic';
    font-weight: bold;
}

.head_help_options {
    float: left;
    color: white;
    width: 20%;
    height: 40px;
    padding-top: 20px;
    font-size: 14px;
    font-family: 'Century Gothic';
    text-align: right;
}

.head_power {
    float: right;
    color: white;
    width: 8%;
    height: 55px;
    font-size: 14px;
    font-family: 'Century Gothic';
    background-color: #0d298e;
    padding-top: 20px;
    text-align: center;
}

.wrapper {
    background-color: #fff;
    margin-left: 116px;
    margin-top: 10px;
    /*float: left;*/
    width: 91%;
    height: 89%;
    position: absolute;
}

#MainContent {
    width: 100%;
    height: 100%;
}

.menu_top {
    background-color: #0d298e;
    /*#0d298e*/
    color: white;
    width: 100%;
    min-height: 55px;
}

.menu_left {
    width: 110px;
    height: 95%;
    position: absolute;
    background-color: #0d298e;
}

.menu {
    width: 100%;
    height: 80px;
    background-color: #0d298e;
    margin-top: 0px;
    color: #eee;
    padding-top: 20px;
    padding-left: 0px;
    transition: background-color .4s;
    text-align: center;
    /*margin-top: 10px;*/
}

    .menu:hover {
        background-color: #45437E;
        cursor: pointer;
        color: #fff;
    }

.icon-menu-left {
    font-size: 26px;
    margin: 0pc auto;
    font-weight: normal;
    /*color: #cfd8dc;*/
    color: #ffffff;
}

/*.wrapper_maps {
    margin-top: 0px;
    width: 100%;
    max-height:500px;
    float: left;
    background-color: #333;
}*/

.wrapper_maps {
    margin-top: 0px;
    width: 100%;
    height: 90%;
    float: left;
    position: relative;
}

.list-point-marks {
    box-shadow: 1px 1px 4px #808080;
    /*background-color: #009AFF;*/
    margin-top: 110px;
    margin-left: 52.5%;
    padding: 10px;
    width: 38%;
    /*height: 40px;*/
    position: absolute;
    background-color: rgba(255, 255, 255, .9);
    z-index: 4;
}

.controls-maps {
    box-shadow: 1px 1px 4px #808080;
    background-color: #fff;
    margin-top: 110px;
    margin-left: 37%;
    padding: 10px;
    width: 23%;
    height: 490px;
    position: absolute;
    /*background-color: rgba(255, 255, 255, .9);*/
    z-index: 3;
}

.controls-maps-routes {
    box-shadow: 1px 1px 4px #808080;
    background-color: #fff;
    color: #0d298e;
    /*margin-top: 110px;
    margin-left: 11px;*/
    padding: 10px;
    width: 95%;
    height: 75%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    overflow-y: scroll;
    z-index: 3;
}

    .controls-maps-routes:hover {
        background-color: #fff;
        transition: 0.5s;
    }

    /* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/
    .controls-maps-routes::-webkit-scrollbar {
        -webkit-appearance: none;
    }

        .controls-maps-routes::-webkit-scrollbar:vertical {
            width: 13px;
            background-color: #fff;
        }

    .controls-maps-routes::-webkit-scrollbar-button:increment, .contenedor::-webkit-scrollbar-button {
        display: none;
    }

    .controls-maps-routes::-webkit-scrollbar-thumb {
        background-color: #0d298e;
        border-radius: 20px;
        border: 2px solid #f1f2f3;
    }

    .controls-maps-routes::-webkit-scrollbar-track {
        border-radius: 10px;
    }

.controls-maps-button {
    background-color: rgba(255, 255, 255, .9);
    margin-top: 80px;
    margin-left: 11px;
    padding: 2px;
    width: 27%;
    height: 80%;
    position: absolute;
    text-align: center;
    z-index: 3;
}

.button-route-type {
    float: left;
    width: 49%;
    height: 100%;
    background-color: #009AFF;
    margin-right: 1%;
}


/*
    #map {
    width: 100%;
    height: 500px;
    position: relative;
    float:left;
}
*/

.control_bar_left {
    width: 70%;
    height: 60px;
    background-color: #0d298e;
    float: right;
    margin: 0px 0px 10px 0px;
    padding: 7px 0px 0px 0px;
    border-radius: 5px 0px 0px 5px;
    position: relative;
    z-index: 5;
}

.control_bar_right {
    width: 29%;
    height: 50px;
    float: left;
    margin-top: 10px;
    position: absolute;
    z-index: 6;
}

.control {
    /*background-color:#eee;*/
    float: left;
    padding-top: 3px;
}

.combo {
    width: 200px;
    height: 30px;
}

/*.dev-chart {
    float: left;
    background-color: #eee;
    margin-top: 20px;
    width: 65%;
    min-height: 520px;
    max-height: 520px;
    padding-top: 10px;
    font-family: 'Century Gothic';
    font-weight: bold;
}*/

.dev-chart {
    border-radius: 5px 5px 5px 5px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 70%;
    font-family: 'Century Gothic';
    font-weight: bold;
    margin-top: 1%;
    display: inline-block;
    top: 0px;
}

#ChartDoughnut {
    margin-top: 10%;
}

.container-chart-tools {
    /*margin: auto 0px;*/
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
    height: 70%;
    background-color: #eee;    
    z-index: 10;
    top: 0px;
    left: 5px;    
}

.container-graphics {
    background-color: #eee;
    display: inline-block;
    width: 100%;
    height: 58%;
}

.dev-grid-mensajeros {
    background-color: #eee;
    margin-top: 5px;
    margin-right: 0%;
    padding: 0px;
    width: 49.5%;
    min-height: 370px;
    font-family: 'Century Gothic';
    float: left;
}

.dev-grid1 {
    float: left;
    background-color: #eee;
    margin-top: 20px;
    width: 35%;
    min-height: 180px;
    max-height: 220px;
    overflow: scroll;
    padding-top: 20px;
    font-family: 'Century Gothic';
}

.dev-grid-detail {
    background-color: #fafafa;
    color: #333;
    border-color: #333;
    height: 40px;
}

.column-devexpress {
    background-color: #0d298e;
    color: #333;
    border-color: #333;
    height: 40px;
}

/*
    *********************************
    Style form Welcome
    *********************************
*/
.slide {
    position: relative;
    width: 1020px;
    height: 300px;
    margin: 0px auto;
    margin-top: 10px;
    background-image: url('../img/bg-express.jpg');
}

.slide-foot {
    width: 100%;
    height: 50px;
    background-color: #333;
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-top: 12px;
}

.welcome-logo {
    width: 300px;
    margin: 0px auto;
    text-align: center;
}

.welcome-title {
    background-color: #eee;
    width: 100%;
    height: 60px;
    padding-top: 14px;
    margin: 0px auto;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Century Gothic';
    opacity: 0.9;
    position: absolute;
    bottom: 0;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #333;
        text-decoration: none;
    }

.a-menu {
    color: #fff;
    text-decoration: none;
}

    .a-menu:hover {
        color: #eee;
        text-decoration: none;
    }

.container-box {
    width: 1020px;
    height: 350px;
    background-color: #f5f6f8;
    margin: 0px auto;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    font-family: 'Century Gothic';
}

.box {
    width: 30%;
    height: 200px;
    background-color: #eee;
    float: left;
    margin-left: 23.5px;
    margin-top: 20px;
    color: #0d298e;
    padding-top: 43px;
    font-weight: normal;
    box-shadow: 1px 1px 4px #808080;
    font-weight: bold;
    transition: background-color .4s;
}

    .box:hover {
        background-color: #fff;
        /*color: #0094ff;*/
    }

.icono {
    font-size: 70px;
    text-align: center;
    color: #0d298e;
    margin-bottom: 10px;
}

.icono-maps {
    color: #007bff;
    color: #28a745;
}

.txt-icon {
    margin-top: 0px;
    font-size: 20px;
    text-align: center;
}

/*
    ************************
    Style for pages
    ************************
*/

.container-child {
    /*background-color: #0d298e;*/
    width: 100%;
    height: 100%;
    margin-top: 0px;
    color: #333;
    /*padding: 10px;*/
    position: relative;
    /*position: relative;
    float:left;*/
    float: left;
}

.container-grid {
    margin-top: 90px;
    overflow: scroll;
    overflow-y: scroll;
    width: 100%;
    height: 450px;
}

.txtFileUpload {
    border: 0px;
    margin-left: 8px;
}

.FileUpLoadCtrl {
    width: 230px;
    padding: 5px;
    border-radius: 3px;
    background-color: #fff;
}

.IconUpload {
    font-size: 20px;
    color: #009AFF;
}

    .IconUpload:hover {
        color: #005AFF;
    }

.btnExportXLS {
}

.icon-module {
    color: #0d298e;
    font-size: 32px;
}

.LinkButton {
    color: #fff;
    font-size: 15px;
}

    .LinkButton:hover {
        color: #fff;
        font-size: 15px;
    }

.LinkButtonEnable {
    color: #9b9b9b;
    font-size: 15px;
}

    .LinkButtonEnable:hover {
        color: #9b9b9b;
    }

.container-data-edit-adress {
    font-size: 14.3px;
    width: 100%;
    padding: 2px;
    margin-bottom: 2px;
    border: solid 1px #fff;
}

    .container-data-edit-adress:hover {
        background-color: #eee;
    }

.container-data-adress-bar {
    font-size: 14.3px;
    width: 100%;
    padding: 6px;
    margin-bottom: 3px;
    border: solid 1px #009AFF;
}

    .container-data-adress-bar:hover {
        background-color: #fff;
    }

.container-filters {
    font-size: 12px;
    /*width: 100%;*/
    padding: 5px;
    margin-bottom: 2.5px;
}

    .container-filters:hover {
    }

.adress-maps {
    background-color: #17a2b8;
    width: 100%;
    height: 40px;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 14.5px;
    font-family: 'Century Gothic';
    font-weight: normal;
    border-radius: 3px 3px 0px 0px;
}

/* 
************************************************************************
   Style for CheckBox HTML
************************************************************************    
*/

/* Customize the label (the container) */
.container-check {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}

.container-checklf {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}

    /* Hide the browser's default checkbox */
    .container-check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* 
********************************
Style for scroll - Module editar
********************************
*/
.contenedor {
    width: 100%;
    height: 100%;
    background: #f1f2f3;
    overflow-x: scroll;
    color: #000;
}

    /* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/
    .contenedor::-webkit-scrollbar {
        -webkit-appearance: none;
    }

        .contenedor::-webkit-scrollbar:vertical {
            width: 13px;
            background-color: #fff;
        }

    .contenedor::-webkit-scrollbar-button:increment, .contenedor::-webkit-scrollbar-button {
        display: none;
    }

    /*.contenedor::-webkit-scrollbar:horizontal {
        height: 13px;        
    }*/

    .contenedor::-webkit-scrollbar-thumb {
        background-color: #0d298e;
        border-radius: 20px;
        border: 2px solid #f1f2f3;
    }

    .contenedor::-webkit-scrollbar-track {
        border-radius: 10px;
    }

/*
***********************************
End
***********************************
*/

.container-dt {
    width: 100%;
    height: 200px;
    margin-top: 30px;
    overflow-y: scroll
}

.dtHistorial {
    width: 100%;
    border-color: #eee;
}

.tr-column {
    background-color: #17a2b8;
}

.td-column-head {
    padding: 8px;
    color: #fff;
    font-size: 15px;
}

.td-column-row {
    padding: 5px;
    color: #333;
    font-size: 15px;
}

.tr-head {
    background-color: #fff;
    border-color: #eee;
    text-align: center;
    font-size: 15px;
}

.container-historial {
    width: 100%;
    background-color: #fff;
    margin-bottom: 50px;
}

.btn-export {
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
    background-color: #009AFF;
    color: #fff;
    border-radius: 5px;
    border: 0px;
}

    .btn-export:hover {
        background-color: #007eff;
        box-shadow: 1px 1px 4px #808080;
    }
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: solid 1px #1566b7;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*
 =======================================
 Checkbox on/off
 =======================================
*/

/* Estilo base para el contenedor */
.toggle-container {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle; /* Alinea verticalmente el contenido */
    height:25px;
}

/* Estilo para el checkbox oculto */
.toggle-checkbox {
    display: none;
}

/* Estilo para el label que representa el botón */
.toggle-label {
    display: inline-block;
    width: 55px; /* Ancho del botón */
    height: 25px; /* Altura del botón */
    background-color: #ccc; /* Color de fondo del botón apagado */
    border-radius: 15px; /* Bordes redondeados para que parezca un botón */
    position: relative;
    transition: background-color 0.3s; /* Efecto de transición para cambiar el color de fondo */
    cursor: pointer; /* Cursor personalizado */
}

    /* Estilo para el indicador de encendido dentro del botón */
    .toggle-label::before {
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        width: 21px; /* Ancho del indicador de encendido */
        height: 21px; /* Altura del indicador de encendido */
        background-color: #fff; /* Color de fondo del indicador apagado */
        border-radius: 50%; /* Hace que el indicador sea circular */
        transition: transform 0.3s; /* Efecto de transición para mover el indicador */
    }

/* Estilo para cambiar el botón y el indicador cuando el checkbox está marcado */
.toggle-checkbox:checked + .toggle-label {
    background-color: #3973e0; /* Color de fondo del botón encendido */
}

    .toggle-checkbox:checked + .toggle-label::before {
        transform: translateX(30px); /* Mueve el indicador a la posición de encendido */
    }

/* Estilo para el texto al lado del botón */
.toggle-text {
    vertical-align: middle; /* Alinea verticalmente el texto */
    margin-left: 10px; /* Espacio entre el botón y el texto */
}
/*
 =======================================
 End Checkbox on/off
 =======================================
*/


.lbl-parameter {
    font-size: 15px;
    font-family: 'Century Gothic';
}


/* Responsive: Portrait tablets and up */
    @media screen and (min-width: 768px) {
        .jumbotron {
            margin-top: 0px;
        }

        .body-content {
            padding: 0;
        }
    }

.ui-datepicker {
    z-index: 9999 !important;
}

#CbmCP { /* *****************************************************************   11   */
    height: 80px;
    overflow-y: auto;
    border: 1px solid #ccc;
}

.controls-maps-button {
    background-color: rgba(255, 255, 255, .9);
    margin-top: 80px;
    margin-left: 11px;
    padding: 2px;
    width: 27%;
    height: 80%;
    position: absolute;
    text-align: center;
    z-index: 3;
}