﻿.Oculta {
    display: none;
}

.col-center{
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.popUpVentanaLoc{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.CambiarAlineacionTextoBotones {
    text-align: left !important;
}
.btnGeoTabLoc{
    background-color: #f4f4f4;
    background-image: -webkit-linear-gradient(top,#fdfdfd,#e6e6e6);
    background-image: linear-gradient(to bottom,#fdfdfd,#e6e6e6);
    background-repeat: repeat-x;
    color: #444;
    min-height: 30px;
    min-width: 110px;
    height: auto;
    width: auto;
    padding: .1em .4em .3em;
    border-color: #cecece !important;
    border: 1px solid;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
 }

.btnGeoTabDetalleLoc{
    border: 1px solid #c5dbec !important;
    background-color: #e8f3fd;
    color: #25477b;
}

.btnGeoTabDetalleLoc:hover{
    border-color:#6897bb !important;
    color:#333

}

.popupWindowLoc, .popupWindowCoverLoc {
    background-color: #fefefe;
    border: 1px solid #c5dbec;
    position: absolute;
    z-index: 70000;
    padding: 10px;
    width: 40%;
    min-width: 520px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    border-radius: 3px;
}

.popupWindowLoc2, .popupWindowCoverLoc2 {
    background-color: #fefefe;
    border: 1px solid #c5dbec;
    position: absolute;
    z-index: 70000;
    padding: 10px;
    width: 35%;
    min-width: 580px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    border-radius: 3px;
}

.cambiarcolorselector {
    color: #fff;
    border-color: #2c7ab1;
    background-color: #2c7ab1;
}

.rightOptionsMenuLabelLoc{
    font-size: 0.9em;
    color: #25477b;
    text-transform: uppercase;
    line-height: 1.3;
}

.geotabOptionsMenu, .optionsMenuApplyButton {
    margin-right: 15px;
    /*margin-top: 29px;*/
    float: right !important;
    margin-right: 0;
    min-width: 100px;
}

.geotabOptionsMenuContainer{
    height: 69px;
    width: 100%;
}

.geotabOptionsMenuLeft {
    margin-right: 15px;
    margin-top: 5px;
    float: left !important;
    margin-right: 0;
    min-width: 100px;
    text-align: center;
}

.geotabOptionsMenuButtonSeperator {
    clear: both;
    border-color: #c5dbec;
    border-style: solid none none none;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

#div_mapa{
    height: 400px;
}

.checkmatePageHeaderLoc {
    width: 100%;
    overflow: hidden;
    border-bottom: 2px #5293c6 solid;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.checkmatePageNameLoc {
    font-weight: normal;
    margin: 2px 0 0 0;
    border-bottom: 3px #5293c6 solid;
    padding: 11px 0;
    color: #25477b;
    font-size: 2.3em;
    display: block;
    float: left;
    max-width: 100%;
    width: auto;
    min-width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.SepararTabla{
    padding-left: 10px;
    padding-right: 10px;
}

/*.LineaMenuPpal
{
    margin-bottom: 10px;
}*/

.Version{
    float: right;
    color: white;
    margin-top: -50px;
}

.TextoHE{
    color: #808080;
    float: right;
    margin-top: -20px;
}

.checkmatePageButtons{
    border-bottom: 1px #ddd solid !important;
    padding: 6px 0 8px 0 !important;
}

.mapaButton {
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #c5dbec;
    background-color: #e8f3fd;
    color: #25477b;
    text-decoration: none;
    line-height: 18px;
    display: inline-block;
    position: relative;
    padding: 6px 11px;
    box-sizing: border-box;
    margin-bottom: 5px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
        width: 100%;
    text-align: left;
    line-height: 1.6em;
    /*font-weight: bold;*/
}

.mapaButton:hover{
    border-color:#6897bb !important;
    color: #25477b;
    background-color: #d0e7fb;
    text-decoration: none;
}

MoverElementosMapa {
    margin: -10px;
}

 .reqired {
    margin: 0 0 3px 0;
    color: red;
    display: inline-block;
}

 label.error {
    color: red;
}

 .separarBotones{
    margin: 20px !important;
 }

.subduedLoc {
    color: #888;
}

.subduedLoc1 {
    color: #888;
    font-size: 15px;
}
.flipswitch
{
    position: relative;
    background: white;
    width: 120px;
    height: 40px;
    -webkit-appearance: initial;
    border-radius: 4px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline:none;
    font-size: 1em;
    cursor:pointer;
    border: 1px solid #c5dbec;
    background-color: #e8f3fd;
    color: #25477b;
    vertical-align: middle;
}
.flipswitch:after
{
    position:absolute;
    display:block; 
    line-height: 38px;
    width:50%;
    height: 99%;
    box-sizing:border-box;
    text-align:center;
    transition: all 0.3s ease-in 0s; 
    color: #fff;
    border-color: #2c7ab1;
    background-color: #2c7ab1;
}
.flipswitch:after
{
    content: "No";
}
.flipswitch:checked:after
{
    left:50%;
    content: "Sí";  
}

#perSelect
{
    color: #3a87ad;
    border-color: #bce8f1;
    padding: 5px;
}

.CentrarRefrescar{
    vertical-align: middle; 
    padding-left: 10px;
}

.btn-Select-Per {
    color: #ffffff !important;
    border-color: #2c7ab1 !important;
    background-color: #2c7ab1 !important;
}

.Exportar{
        background-image: url("../Resources/Images/Excel.png");
        background-position: 5px;
    }
.ExportarDetalle {
    background-image: url("../Resources/Images/Excel.png");
    background-position: 5px;
}

.CalcularHE{
        background-image: url("../Resources/Images/Reload.png");
        background-position: 5px;
    }

.Atras{
        background-image: url("../Resources/Images/Atras.png");
        background-position: 5px;
    }

.Regresar{
        background-image: url("../Resources/Images/Atras.png");
        background-position: 5px;
    }

.HoraUltimaAct{
    height: 100%;
}

.CargueGridTxt{
    float:right;
    content: "Hola";
}

#target {
    height: 100%;
}

#target_WaitingPopup {
    z-index: 5 !important;
}

#target_WaitingPopup .e-image {
    display: block;
    height: 70px;
}

@media print {
   body { font-size: 10pt;
          width: auto;
   }
 }
 @media screen {
   body { font-size: 13px }
 }
 @media screen, print {
   body { line-height: 1.2;}
 }

@page {
    size: auto;
    margin: 10%;
}

/*@media print {
     
}*/
.btn-primario {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-primario:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-primario.disabled,
.btn-primario[disabled],
fieldset[disabled] .btn-primario {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-primario .badge {
    text-shadow: none;
}
.btn:active,
.btn.active {
    background-image: none;
}

.btn-primario {
    color: #25477b;
    background-color: #e8f3fd;
    /*border-color: #2e6da4;*/
    border: 1px solid #c5dbec;
}

    .btn-primario:focus,
    .btn-primario.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primario:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primario:active,
    .btn-primario.active,
    .open > .dropdown-toggle.btn-primario {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primario:active:hover,
        .btn-primario.active:hover,
        .open > .dropdown-toggle.btn-primario:hover,
        .btn-primario:active:focus,
        .btn-primario.active:focus,
        .open > .dropdown-toggle.btn-primario:focus,
        .btn-primario:active.focus,
        .btn-primario.active.focus,
        .open > .dropdown-toggle.btn-primario.focus {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primario:active,
    .btn-primario.active,
    .open > .dropdown-toggle.btn-primario {
        background-image: none;
    }

    .btn-primario.disabled:hover,
    .btn-primario[disabled]:hover,
    fieldset[disabled] .btn-primario:hover,
    .btn-primario.disabled:focus,
    .btn-primario[disabled]:focus,
    fieldset[disabled] .btn-primario:focus,
    .btn-primario.disabled.focus,
    .btn-primario[disabled].focus,
    fieldset[disabled] .btn-primario.focus {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primario .badge {
        color: #337ab7;
        background-color: #fff;
    }

/* LISTAS DE GEOTAB   */

.entityNavigatorLoc geotabButtonLoc {
    box-sizing: border-box;
}
.checkmateListBuilderRowNameLoc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 100%;
    float: left;
    margin-bottom: -0.5em;
    line-height: 32px;
    font-size: 1.2em;
    color: #25477b;
    text-align: center;
    font-weight: bold;
}
.geotabSwitchButtonLoc {
    position: absolute;
    left: -9999px;
    clip: rect(1px,1px,1px,1px);
}

.geotabButtonLoc {
    width: 100%;
    text-align: left;
    line-height: 1.6em;
    display: block;
}

    .geotabButtonLoc:hover {
        border-color: #2c7ab1 !important;
        color: white !important;
        background-color: #2c7ab1 !important;
        width: 100% !important;
        height: 100% !important;
        text-decoration: none !important;
    }

.entityNavigatorLoc .geotabButtonLoc {
    position: static;
}

.ellipsisLoc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.geotabButtonLoc {
    width: 100%;
    text-align: left;
    line-height: 1.6em;
    display: block;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #c5dbec;
    background-color: #e8f3fd;
    color: #25477b;
    text-decoration: none;
    line-height: 18px;
    display: inline-block;
    position: relative;
    padding: 6px 11px;
    box-sizing: border-box;
    margin: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.geotabSwitchButtonLoc:checked + .geotabButtonLoc {
    color: #fff;
    border-color: #2c7ab1;
    background-color: #2c7ab1;
}

/* opcion dos de seleccion */


.geotabButtonLoc2 {
    width: 100%;
    text-align: left;
    line-height: 1.6em;
    display: block;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #c5dbec;
    background-color: #7ca3e0;
    color: #ffffff;
    text-decoration: none;
    line-height: 18px;
    display: inline-block;
    position: relative;
    padding: 6px 11px;
    box-sizing: border-box;
    margin: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.entityNavigatorLoc geotabButtonLoc2 {
    box-sizing: border-box;
}

.geotabButtonLoc2 {
    width: 100%;
    text-align: left;
    line-height: 1.6em;
    display: block;
}

    .geotabButtonLoc2:hover {
        border-color: #2c7ab1 !important;
        color: white !important;
        background-color: #2c7ab1 !important;
        width: 100% !important;
        height: 100% !important;
        text-decoration: none !important;
    }

.entityNavigatorLoc .geotabButtonLoc2 {
    position: static;
}

.ellipsisLoc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.geotabSwitchButtonLoc:checked + .geotabButtonLoc2 {
    color: #fff;
    border-color: #2c7ab1;
    background-color: #2c7ab1;
}


.popupWindowLocListas {
    background-color: #fefefe;
    border: 1px solid #c5dbec;
    position: absolute;
    z-index: 70000;
    padding: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    border-radius: 3px;
    max-width: 285px;
    width: 100%;
    overflow-y: scroll;
    max-height: 400px;
    height: auto;
}

    .popupWindowLocListas li {
        list-style-type: none;
    }

    .popupWindowLocListas:not(.optionsPopupMenu) li, .popupWindowLocListas:not(.optionsPopupMenu) ul {
        padding: 0;
    }

.checkmateFormEditFieldLoc, .geotabFormEditFieldLoc {
    padding: 0.3em;
    font-family: inherit;
    font-size: inherit;
    width: 88%;
}

.wrapper {
    max-width: 285px;
    min-width: 200px;
    width: 100%;
    border: 1px solid #c5dbec;
    background-color: #fefefe;
    color: #222;
    border-radius: 0.4em;
    display: inline-block;
}

.wrapper1 {
    width: 100%;
    border: 1px solid #c5dbec;
    background-color: #fefefe;
    color: #222;
    border-radius: 0.4em;
    display: inline-block;
}

.CajaBusqueda {
    background-color: transparent;
    border: 0;
}

.filterSelectionInformationLoc {
    float: left;
    font-weight: bold;
    max-height: 80px;
    overflow: hidden;
    clear: right;
}

.AjustarADiv {
    max-width: 280px;
    width: 100%;
}

.geotabButtonIconsLoc {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    width: 17px;
    top: 0.65em;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    overflow: hidden;
    font-variant: normal;
    text-transform: none;
}

.btnCerrarViaje {
    display: none !important;
}

#btnCerrarViaje {
    width: 137px !important;
}


.SepararDiv {
    padding-bottom: 10px !important;
}

#nroAlertasSAP {
    color: red;
    font-size: 20px;
    font-weight: bold;
}