﻿

/*btn exportable wor*/
:root {
    --white-color: #fff !important;
}

.wcolor {
    background-color: #2A579A;
    color: var(--white-color);
}

    .wcolor:hover {
        color: var(--white-color);
    }

    .wcolor:focus {
        color: var(--white-color);
    }


/*fin*/

.LogoAssistcargo {
    margin-top: 10px;
    margin-left: 10px;
    width: 160px;
    height: 30px;
}
.LogoUrbano {
    height: 45px;
    margin-left: 10px;
}

.LogoTruper {
    margin-top: 10px;
    margin-left: 10px;
    width: 160px;
    height: 30px;
}
/*estilos vista parcial de chat*/
.chatMessage {
    color: white;
    border-radius: 10px;
    padding: 6px;
    max-width: 75%;
    margin-bottom: 3px;
}

.chatMessage-to {
    background-color: #5A6667;
    float: left;
    margin-left: 5px;
}

.chatMessage-from {
    float: right;
    margin-right:5px;
    background-color: #14A751;
}

.divChats {
    z-index: 100;
    max-height: 50%;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    vertical-align: bottom;
}

/*tabla con scroll vertical*/
#divTable {
    height: 600px;
    overflow-y: scroll;
    position: relative;
}
    #divTable .btn-fixed {
        position: absolute;
        display: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        font-size: larger;
    }


.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: larger;
    border-radius: 50%;
}
.btn-up-fixed {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999999999;
    display: none;
}

#headerTable {
    overflow: unset !important;
    overflow-x: hidden !important;
}

/*Chat*/
.linkChat {
    font-family: MADE-Tommy,Arial,Helvetica,Sans-Serif !important;
    font-weight: 700 !important;
}
.linkChat:hover {
    color: #333;
}
.scrollable-users-dropdown {
    overflow-y: scroll;
    max-height: 1000%;
}
.users-dropdown-separator {
    color: #526070;
    margin-left: 10px;
}
/*fin chat*/

/* span-select-multiple*/
.span-select-multiple {
    background-color: rgb(245, 245, 245) !important;
}
    .span-select-multiple:hover {
        background-color: rgb(217, 83, 79) !important;
    }
/*vistas viajes*/
.btn-blue {
    background-color: #216DB5 !important;
}
.col-md-switch {
    float: left;
    width: 12.5%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.img-adapter > div > p > img {
    max-width: 100% !important;
    height: auto !important;
}
.icon-menu-column {
    font-size: 11px;
}
/*codigo para adapatar a celulares*/
.icon-navbar{}
@media (max-width:768px) {
    .col-md-switch {
        float: left;
        width: 50%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    /*#header {*/
        /*        height: 95px;*/
        /*height: 110px;
    }*/
  /*  #aside {
        top: 110px !important;
    }*/
    .icon-navbar {
        /*   margin-top: 45px !important;
        margin-right: 20px !important;*/
        margin-right: 0px !important;
    }
    .divChats{
        margin-left:0px !important;
        margin-top:0px !important;

    }
}

.leaflet-container {
    z-index: 1;
}


/*Si alguien sabe para qué es esto, coméntelo por favor*/
input::-ms-clear {
    display: none;
}

/*Background image home*/
.bgHome {
    /*background-image: url('/assets/images/bghome.jpg'); Esto pasa a css por ambiente  */
    background-size: cover;
    overflow: hidden;
    height: 900px;
    /*height: -webkit-fill-available !important;*/
}

/*Background image home*/
.bgHomeDesplegado {
    background-image: url('/assets/images/bghome.jpg');
    background-size: cover;
    overflow: hidden;
    height: 1630px;
    /*height: -webkit-fill-available !important;*/
}

.circulo {
    font-size: 10px !important;
    margin-top: 3px;
    padding-left: 2px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: #14A751 1px solid;
    padding-right: 2px;
}

.circulo_rojo {
    font-size: 10px !important;
    margin-top: 3px;
    padding-left: 2px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: #EE0000 1px solid;
    padding-right: 2px;
}
/*Para VueJS*/
[v-cloak] {
    display: none;
}

/*Para menu lateral izquierdo (contraido)*/
@media only screen and (min-width: 768px) {
    body.min #aside ul.nav > li:hover > a span {
        width: fit-content !important;
        padding-right: 20px;
    }
}

/*Para search panel*/
button#SearchPanelSearchButton {
    float: right;
    margin-left: 8px;
}

button#SearchPanelClearTextButton {
    border-left: none;
}

button#ClearFilterText1Button {
    border-left: none;
}

img#SearchPanelLoadingCircle {
    width: 28px;
    height: 28px;
}

.SearchPanelLoadingCircle {
    width: 28px;
    height: 28px;
}

label#SearchPanelRecordsLabel {
    line-height: 38px;
}

span#SearchPanelItemsByPage {
    float: right;
    margin-left: 8px;
}

/*Cabeceras de vistas internas*/
#page-header {
    position: relative;
}

    #page-header > h1 {
        color:  var(--aside-bg-color) !important;
        /*font-weight: 400;*/
    }

.breadcrumb {
    color:  var(--subtittle-color) !important;
}

    .breadcrumb > .active {
        color:  var(--subtittle-color) !important;
    }

#page-header, a {
    color:  var(--subtittle-color);
}

    #page-header, a:hover {
        color:  var(--aside-bg-color);
    }


/*Repintamos botones success de bootstrap*/
button.btn-success {
    border-color: var(--btn-success-bg-color);
    background-color: var(--btn-success-bg-color);
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: var(--btn-success-bg-color-hover);
    border-color: var(--btn-success-border-color-hover);
}

.btn-success:hover {
    color: #fff;
    background-color: var(--btn-success-bg-color-hover);
    border-color: var(--btn-success-border-color-hover);
}
.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: var(--btn-success-bg-color-disabled);
    border-color: var(--btn-success-bg-color-disabled)
}
.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: var(--btn-success-bg-color-hover);
    border-color: var(--btn-success-bg-color-hover);
}
/*Repintamos cartel de error de bootstrap*/
.alert-danger {
    color: #cc0000;
    background-color: #ffeeee;
    border-color: #cc0000;
    border-left-color: #cc0000 !important;
}
/*Retocamos color de campos inválidos*/
input.error,
input.err,
select.error,
select.err,
textarea.error, textarea.err {
    background-color: #ffeeee !important;
    border-color: #dd0000 !important;
}
/*Repintamos cartel de éxito de bootstrap*/
.alert-success {
    color: #14a751;
    background-color: #eeffee;
    border-color: #14a751;
    border-left-color: #14a751 !important;
}
/*Repintamos cartel warning de bootrap*/
.alert-warning {
    color: #bb6401;
    background-color: #fffbcf;
    border-color: #bb6401;
    border-left-color: #bb6401 !important;
}

/*Repintamos pagina activa en paginador*/
.pagination > .active > a {
    background-color: #14a751 !important;
}
/*Repintamos iconos de paginador*/
.pagination > li > a {
    color: #14a751;
}


.fancy-form2 > i {
    position: absolute;
    top: 27px;
    left: 17px;
    width: 36px;
    height: 36px;
    padding: 12px;
    color: gray;
    background-color: #f5f5f5;
}

.fancy-form2 > img {
    position: absolute;
    top: 27px;
    left: 17px;
    width: 36px;
    height: 36px;
    padding: 8px;
    color: gray;
    opacity: 0.5;
    background-color: #f5f5f5;
}

.fancy-form2 > .selectfiltered-img {
    top: 67px;
}

.input-group > .input-group-addon > img {
    width: 21px;
    margin-left: -5px;
    margin-right: -5px;
    opacity: 0.5;
}

.input-group > .input-group-addon {
    background-color: #f5f5f5;
}

    .input-group > .input-group-addon > i {
        color: gray;
    }

.fancy-form2 > label {
    white-space: nowrap;
}

.fancy-form2 > input {
    padding-left: 45px;
    margin: 0;
}

.fancy-form2 > select {
    padding-left: 45px;
    margin: 0;
    /*display: block;
    padding: 9px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    text-indent: 0.01px;
    text-overflow: '';
    margin: 0;
    cursor:pointer;*/
}

.fancy-form3-i-row3 {
    position: absolute;
    top: 27px;
    left: 17px;
    width: 36px;
    height: 72px;
    padding: 12px;
    color: gray;
    background-color: #f5f5f5;
}

.fancy-form3-i-row4 {
    position: absolute;
    top: 27px;
    left: 17px;
    width: 36px;
    height: 92px;
    padding: 12px;
    color: gray;
    background-color: #f5f5f5;
}

.fancy-form3-i-row5 {
    position: absolute;
    top: 27px;
    left: 17px;
    width: 36px;
    height: 112px;
    padding: 12px;
    color: gray;
    background-color: #f5f5f5;
}

.fancy-form3-textarea-row3 {
    padding-left: 45px;
    height: 76px !important;
}

.fancy-form3-textarea-row4 {
    padding-left: 45px;
    height: 96px !important;
}

.fancy-form3-textarea-row5 {
    padding-left: 45px;
    height: 116px !important;
}

.fancy-form3 > label {
    white-space: nowrap;
}

.fancy-list2 > i {
    position: absolute;
    top: 27px;
    left: 17px;
    width: 36px;
    height: 28px;
    padding: 12px;
    color: gray;
    background-color: #f5f5f5;
    z-index: 3;
}

.fancy-list2 > img {
    position: absolute;
    top: 27px;
    left: 17px;
    width: 36px;
    height: 36px;
    padding: 8px;
    color: gray;
    opacity: 0.5;
    background-color: #f5f5f5;
}

.fancy-list2 > .selectfiltered-img {
    top: 67px;
}


.fancy-list2 > label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fancy-list2 > input {
    padding-left: 45px;
    margin: 0;
}

.fancy-list2 > select {
    padding-left: 45px;
    margin: 0;
    /*display: block;
    padding: 9px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    text-indent: 0.01px;
    text-overflow: '';
    margin: 0;
    cursor:pointer;*/
}

/*Hacemos lio para que el menú lateral cambie de color*/
#aside,
#asidebg {
    background-color: var(--aside-bg-color) !important;
}

    #aside > nav > ul,
    #aside > nav > ul > li:focus,
    #aside > nav > ul > li > a:active,
    #aside > nav > ul > li > a:hover,
    #aside > nav > ul > li > a:focus,
    #aside > nav > ul > li > a.dashboard,
    #aside > nav > ul > li > ul > li > a:active,
    #aside > nav > ul > li > ul > li > a:hover,
    #aside > nav > ul > li > ul > li > a:focus,
    #aside > nav > ul > a:focus,
    #aside > nav > ul > li.menu-open:focus,
    #aside > nav > ul > li.menu-open:active,
    #aside > nav > ul > li.menu-open,
    #aside > nav > ul > li.active,
    #aside > nav > ul > li.active:focus,
    #aside > nav > ul > li.active:active {
        background-image: none !important;
        background-color: var(--aside-bg-color) !important;
    }

        #aside > nav > ul > li > a,
        #aside > nav > ul > li > ul > li > a {
            color: white !important;
        }


/* Iconos del menu */
.menuicon-level1 {
    float: left;
    height: 22px;
    width: 22px;
    margin-top: -3px;
    margin-left: 5px;
    margin-right: 15px;
}

.menuicon-level2 {
    float: left;
    height: 19px;
    width: 19px;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 3px;
}

.logoAC-header-home {
    float: left;
    height: 39px;
    margin-top: 7px;
    margin-right: 10px;
}

/* Iconos del fomularios de abm */
.crudforms-icon {
    float: left;
    height: 39px;
    width: 39px;
    margin-top: 9px;
    margin-right: 10px;
}

.crudlist-icon {
    height: 16px;
    width: 16px;
    margin-top: -2px
}


/** Preloader
 **************************************************************** **/
#preloader {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background: #fff;
}

.inner {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 54px;
    height: 54px;
    margin: auto;
}

.page-loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;
}

#preloader span.loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 1px solid rgba(0,0,0, 0.08);
    border-right: 1px solid rgba(0,0,0, 0.08);
    border-bottom: 1px solid rgba(0,0,0, 0.08);
    border-left: 1px solid rgba(0,0,0, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 100001;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/** ////////End Preloader //////**************************************************** **/

/*Para la cajita del predictivo*/
.suggestions-box {
    position: absolute;
    max-height: 200px;
    width: 70%;
    overflow: scroll;
    background-color: #f5f5f5;
    z-index: 410;
    border-style: solid;
    border-width: 1px;
}

    .suggestions-box > ul {
        list-style: none;
        margin-bottom: 0;
    }

        .suggestions-box > ul > li {
            border-bottom: rgba(0,0,0,0.1) 1px solid;
            border-top: rgba(255,255,255,0.1) 1px solid;
            border-left: rgba(0,0,0,0.1) 1px solid;
        }

/*PARA LA SELECCION DE LAS FILAS EN LAS TABLAS*/
.table > tbody > tr.active > td {
    background-color:  var(--aside-bg-color);
    color: white
}

/*ICONOS EN MENU SUPERIOR*/
.headermenu-icon {
    height: 30px;
    margin: 7px 0 0 -3px;
}

.headermenu-icon-badge {
    position: absolute;
    text-align: center;
    top: 3px;
    left: 24px
}

    .headermenu-icon-badge > label {
        display: block;
        margin-top: -21px;
        margin-left: -1px;
    }

.form-group {
    margin-bottom: 0px !important;
}

/*Para que los iconos de orden de columna no bajen de renglón*/
.table-striped > thead > tr > th {
    white-space: nowrap;
}

.white-space-no-wrap {
    white-space: nowrap;
}

/*Parpadeante viajes alta prioridad*/
@keyframes blink {
    0% {
        opacity: 1;
    }

    49% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.blink_me {
    animation: blink 1s;
    animation-iteration-count: infinite;
}

.SinBordes {
    border: 1px;
    border-color: #bb6401;
    border-radius: 15px;
}

.text-AC {
    color: #14A751;
}

.text-AC-warning {
    color: #FFC107;
}

.text-AC-danger {
    color: #EE0000;
}

.backSemaforo {
    background-color: #ffc926;
    padding: 3px 5px;
}

.warnIconSemaforo {
    margin: 4px 0 1px 0;
    width: 15px;
    height: 15px;
}

.semaforoDiv {
    width: 25px;
    height: 25px;
    border-radius: 100%;
}

.warnIconPrecio {
    width: 18px;
    margin-right: 5px;
}

.warnIconTooltip {
    width: 16px;
    margin-left: 5px;
}

tr > .celdaTotal {
    background-color: #ddd;
    text-align: right;
}

tr > .validation {
    background-color: #ffeeee;
}

.mips-column-sizeicon {
    margin-left: -5px;
    margin-right: -4px;
}

.mips-div-grouping {
    margin-bottom: 25px;
}

.mips-ul-table {
    margin-left: -15px;
}

.boton-bajar {
    margin-top: 25px;
}

.boton-bajar-form {
    margin-top: 1.75em;
}

.boton-sm-bajar-form {
    margin-top: 2em;
}

.progress-bar-AC {
    background-color:  var(--aside-bg-color)
}

.note-editable > p {
    margin-bottom: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.box.home-clientes {
    background-color: rgba(246, 248, 248, 0.8);
    border: rgba(0,0,0,0.1) solid 2px;
    color: #000;
    border-radius: 20px;
}

.home-clientes > .box-title > h4 {
    color: #000;
    text-decoration: underline;
    text-align: center;
}

.box > .box-title > .box-description {
    font-weight: bold;
    font-size: 1em;
    margin: 20px 0 10px 0;
}

#page-footer.fixed {
    z-index: 100;
    text-align: center;
    width: 100%;
    height: 75px;
    position: fixed;
    bottom: 0;
    background-color: #f6f8f8;
}

    #page-footer.fixed > #logoAC {
        height: 100%;
        margin-left: -4%
    }

/*Repintamos toastr*/
.toast-success {
    background-color: #14a751 !important;
}

.toast-error {
    background-color: #cc0000 !important;
}

/*para impresion de plan de marcha*/
.row-bordered {
    border: solid 1px black;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mips-module-warning {
    font-size: 19px;
    top: 6px;
}

.select-success,
.select-success:focus {
    border-color: #14a751;
}

.option-success {
    color: #14a751;
    background-color: #eeffee;
}

.select-danger,
.select-danger:focus {
    border-color: #cc0000;
}

.option-danger {
    color: #cc0000;
    background-color: #ffeeee;
}

.logo-rc-th {
    height: 16px;
    margin-bottom: 2px;
}

.simon-table-option {
    width: 15px;
    height: 15px;
}

.simon-table-option {
    width: 15px;
    height: 15px;
}

