.modalLoading {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('../img/loading.gif') 50% 50% no-repeat;
}

.logo-login {
    background-image: url("../img/logo-login.png");
    width: 208px;
    height: 95px;
    margin: auto;
}

.logo-login-etiqueta {
    background-image: url("../img/logo-login.png");
    width: 208px;
    height: 95px;
    margin: auto;
}

.logo-header {
    background-image: url("../img/logo-header.png");
    width: 215px;
    height: 105px;
    background-repeat: no-repeat;
    margin: 20px 0px 20px 0px;
    float: left;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-7 {
    margin-top: 7px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.tab-submenu {
    height: 200px !important;
    clear: both;
}

.call-spms {
    margin-bottom: 0 !important;
}

.header-info {
    padding-top: 3rem !important;
}

.ul-header {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important;
}

.logout-icon-header {
    margin-top: -27px;
    float: right !important;
}

.nav-activo {
    border-bottom: solid 3px #000;
    margin-top: -3px;
    background-color: #c1c5c7;
}

.dropdown-content {
    margin-top: -3px !important;
}

.bold {
    font-weight: 500 !important;
}

.italic {
    font-style: italic;
}

.oblique {
    font-style: oblique;
}

.margin-bottom-20px {
    margin-bottom: 20px;
}

.width-button-operation {
    width: 225px !important;
}

.operation-found-text {
    font-size: 20px;
    margin-top: 20px !important;
}

.spms-number {
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 13px;
}

.spms-code-found {
    font-size: 45px;
}

.costumer-found-text {
    font-size: 20px;
    font-weight: 500;
    margin-top: -7px;
}

.text-validation-mail {
    font-size: 13px;
    margin-top: 10px;
}

.float-left {
    float: left;
}

.check-validation {
    font-weight: bolder !important;
    vertical-align: bottom;
}

.error-validation-text {
    font-size: 20px;
}

.dashboard-big {
    font-size: 120px;
    line-height: 120px;
}

.lightbox {
    width: 100%;
    height: 500px;
    margin: auto;
}

.lightbox-header {
    height: 135px;
    width: 100%;
    background-color: #eeeeee;
    z-index: 10;
    position: relative;
}

.lightbox-text {
    margin-top: 33px;
    margin-left: 29px;
}

.button-my-place {
    width: 205px !important;
    padding: 1px;
}

.map {
    height: 100%;
    background-color: #F8F8F8;
}

.footer-lightbox {
    height: 45px;
    background-color: #eeeeee;
    position: relative;
    z-index: 3;
}

.logo-footer {
    background-image: url("../img/logo-lightbox-small.png");
    width: 76px;
    height: 37px;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}

.text-lightbox-footer {
    font-size: 11px;
    color: #9e9e9e;
    float: left;
    margin: 15px 0px 0px 20px;
}

.content-results {
    width: 265px;
    height: 100%;
    background-color: #fff;
    z-index: 2;
    float: left;
    position: relative;
    padding-top: 1px;
}

.content-map-items {
    height: 100%;
}

.nule-margin-bottom {
    margin-bottom: 0px !important;
}

.spms-point {
    width: 215px;
    /*min-height: 145px;*/
    display: inline-block;
    border-bottom: solid 1px #DEDEDE;
    margin: 0 auto;
    margin-top: -6px;
    padding-bottom: 8px;
}

.spms-point:hover {
    background-color: #fee7c5;
    cursor: pointer;
}

.spms-point-inner-1 {
    /*height:65px;*/
    width: 65px;
    border-right: solid 1px #DEDEDE;
    float: left;
    margin-top: 10px
}

.spms-point-inner-2 {
    /*height:65px;*/
    width: 150px;
    /*border-left: solid 1px #DEDEDE;*/
    float: left;
    margin-top: 10px
}

.marker-spms {
    /*background-image: url("../img/marker.png");*/
    width: 30px;
    height: 42px;
    margin: 0 auto;
    margin-top: 3px;
}

.km-text {
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
}

.new-icon {
    background-image: url("../img/new.png");
    width: 29px;
    height: 29px;
    float: left;
    margin: 0px 0px 0px 10px;
}

.horario-icon {
    background-image: url("../img/24.png");
    width: 29px;
    height: 29px;
    float: left;
    margin: 0px 0px 0px 10px;
}

.spms-point-address {
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
}

.spms-point-place {
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
}

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #585858;
}

.scrollbar {
    margin-left: 15px;
    float: left;
    height: 100%;
    width: 92%;
    padding-right: 10px;
    background: #FFF;
    overflow-y: auto;
    margin-bottom: 25px;
}

.force-overflow {
    min-height: 415px;
}

#wrapper {
    text-align: center;
    width: 500px;
    margin: auto;
}

.custom-text-input input[type="text_custom"] {
    padding: 10px;
    border: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
    margin-top: 24px;
    width: 290px;
    height: 38px;
}

.custom-text-input input[type="text_custom"]:focus,
.custom-text-input input[type="text_custom"].focus {
    border: solid 1px #707070;
    box-shadow: 0 0 5px 1px #969696;
}

.center-header-lightbox {
    width: 620px;
}

.map-info {
    /*width: 370px;*/
    /*height: 260px;*/
    overflow: hidden;
}

.marker-spms-large {
    /*background-image: url("../img/marker-large.png");*/
    width: 35px;
    height: 50px;
    margin: 0 auto;
}

.map-info-inner-1 {
    width: 85px;
    float: left;
    margin-top: 10px;
}

.map-info-inner-2 {
    /*width: 250px;*/
    float: left;
    border-left: solid 1px #DEDEDE;
    margin-bottom: 7px;
}

.spms-point-address-large {
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px;
    line-height: 20px
}

.spms-point-place-large {
    font-size: 20px;
    font-weight: 400;
    margin-left: 20px;
}

.new-icon-large {
    background-image: url("../img/new.png");
    width: 29px;
    height: 29px;
    float: left;
    margin: 5px 0px 0px 18px;
}

.data-place-spms {
    font-size: 14px;
    line-height: 25px;
    margin-left: 20px;
    font-weight: 400;
}

.button-place-spms {
    margin: 0px 0px 20px 20px;
}

.padding-spms-point {
    padding: 0px 0px 0px 0px;
}

.km-text-large {
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
}


/* LightBox Autocomplete Address */

#locationField {
    position: relative;
    width: 300px;
    height: 20px;
    margin-bottom: 2px;
}

#txtDireccionMapa {
    position: absolute;
    top: 0px;
    width: 305px;
    right: 10px;
}


/* Popup Autocomplete Address */

#locationFieldPopup {
    position: relative;
    /*width: 300px;*/
}

#autocomplete {
    /*position: absolute;*/
    top: 0px;
    left: 0px;
    width: 99%;
}

#locationFieldPopup {
    height: 20px;
    margin-bottom: 2px;
}

.pac-container {
    z-index: 1500;
}

.ajaxLoadingMapDiv,
.ajaxLoadingDiv {
    background-image: url("../img/loading.gif");
    width: 64px;
    height: 64px;
}

#ajaxLoadingMapDiv,
#ajaxLoadingDiv {
    display: none;
}

.ajaxLoadingMapDivShow,
.ajaxLoadingDivShow {
    display: block !important;
    position: fixed;
    z-index: 2000;
    background-image: url("../img/loading.gif");
    opacity: 0.7;
    background-color: #fff;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

.ajaxLoadingDivShow {
    opacity: 0.90;
}

.atributoPuntoSPMS {
    width: 29px;
    height: 29px;
    float: left;
    margin: 0px 0px 0px 10px;
    background-repeat: no-repeat;
}

.atributoPuntoSPMSLarge {
    width: 29px;
    height: 29px;
    float: left;
    margin: 5px 0px 0px 18px;
    background-repeat: no-repeat;
}

.label-custom {
    font-size: 0.8rem;
    margin-left: 11px;
    line-height: 10px;
}

.margin-10-n {
    margin-top: -10px;
}

.font-12 {
    font-size: 12px !important;
}

.font-9 {
    font-size: 9px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.date-margin {
    margin: 0px !important;
    /*margin-left:-10px !important;*/
}

.dropdown-content li>a,
.dropdown-content li>span {
    font-size: 14px;
    color: #000000;
    display: block;
    padding: 1rem 1rem;
}

.dropdown-content li>a:hover {
    color: #535353;
}

.drop-down-btn-custom {
    min-width: 160px;
    margin-left: -44px;
    margin-top: 60px !important;
}

.icon-drop-custom {
    font-size: 30px !important;
    line-height: inherit;
    margin-right: -20px;
    margin-left: 5px !important;
}

.spms-code-transaccion {
    font-size: 50px;
    font-weight: 400;
}

.spms-transaccion-gris {
    font-size: 19px;
    margin-top: -15px;
}

.text-transaccion {
    font-size: 13px;
    margin-top: -7px;
}

.margin-top-40 {
    margin-top: 40px;
}

.angle-right {
    font-size: 19px !important;
    font-weight: bold;
}

.map-envio {
    width: 100%;
    min-height: 480px;
    background-color: #fff;
    border: solid 1px #e5e5e5;
}

.border-lateral-envio {
    border-left: solid 1px #000;
}

.text-envio {
    font-size: 13px;
    margin-top: -7px;
    line-height: 20px;
}

.map-envio-small {
    width: 100%;
    min-height: 250px;
    background-color: #fff;
    border: solid 1px #e5e5e5;
    margin: 20px 0px 20px 0px;
}

.administrador-int {
    width: 100%;
    min-height: 600px;
    margin: 0 auto;
}

.administrador-int-left {
    width: 155px;
    height: 100%;
    float: left;
}

.button-left-admin {
    width: 100%;
    height: 45px;
    border-top: solid 1px #e5e5e5;
    line-height: 3;
    padding-left: 15px;
    font-weight: 500;
}

.button-left-admin:hover {
    background-color: #F1F1F1;
    color: #d11242;
    cursor: pointer;
}

.button-left-admin-fixed {
    background-color: #F1F1F1;
    color: #d11242;
    cursor: pointer;
}

.button-left-admin-last {
    width: 100%;
    height: 45px;
    border-top: solid 1px #e5e5e5;
    line-height: 3;
    padding-left: 15px;
    font-weight: 500;
    border-bottom: solid 1px #e5e5e5;
}

.button-left-admin-last:hover {
    background-color: #F1F1F1;
    color: #d11242;
    cursor: pointer;
}

.administrador-int-right {
    height: 100%;
    float: left;
    padding-left: 20px;
    border-left: solid 1px #000;
    margin-bottom: 20px;
    width: 730px;
    /* agregado 21/06/2017 */
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.administrador-codigo-right {
    height: 70px;
    float: left;
    width: 290px;
    background-color: #F1F1F1;
    padding-left: 20px;
    border-bottom: solid 1px #000;
}

.spms-code-transaccion-admin {
    font-size: 38px;
    font-weight: 400;
    margin-top: -4px;
}

.spms-transaccion-gris-admin {
    font-size: 15px;
    margin-top: -15px;
}

.administrador-codigo-right-b {
    height: 70px;
    float: left;
    width: 380px;
    padding-left: 10px;
    border-bottom: solid 1px #000;
}

.administrador-codigo-right-b-int {
    float: left;
    width: 34%;
}

.administrador-col-a {
    float: left;
    width: 340px;
    padding: 20px 20px 20px 20px;
    border-bottom: solid 1px #000;
}

.administrador-col-a-info-estado {
    float: left;
    width: 340px;
    padding: 20px 20px 20px 20px;
    /*border-bottom: solid 1px #000;*/
    height: 200px;
}

.administrador-col-b {
    float: left;
    width: 369px;
    padding: 20px 20px 20px 20px;
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
}

.administrador-col-b-consumidor {
    float: left;
    width: 369px;
    padding: 20px 20px 20px 20px;
    /* border-bottom: solid 1px #000;*/
    height: 200px;
    border-left: solid 1px #000;
}

.administrador-col-c {
    float: left;
    width: 100%;
    padding: 20px 20px 20px 20px;
    border-bottom: solid 1px #000;
}

.administrador-precio {
    font-size: 17px;
    float: right;
    font-weight: 500;
}

.administrador-col-a2 {
    float: left;
    width: 340px;
    padding: 20px 20px 20px 20px;
    border-right: solid 1px #000;
}

.administrador-col-b2 {
    float: left;
    width: 340px;
    padding: 20px 20px 20px 20px;
}

.modal {
    width: 950px;
    height: 635px !important;
}

.administrador-col-a-new {
    float: left;
    width: 340px;
    padding: 20px 20px 20px 20px;
    /*  border-bottom: solid 1px #000;*/
    min-height: 350px;
}

.administrador-col-b-new {
    float: left;
    width: 369px;
    padding: 20px 20px 20px 20px;
    /*border-bottom: solid 1px #000;*/
    min-height: 350px;
    border-left: solid 1px #000;
}

.adicional {
    border-bottom: dotted 1px #000 !important;
}

.administrador-col-b-new-courier {
    float: left;
    width: 369px;
    padding: 20px 20px 20px 20px;
    /*border-bottom: solid 1px #000;*/
    min-height: 350px;
    border-left: solid 1px #000;
}

.tabGeneralTrans {
    border-bottom: solid 1px #000;
    clear: both;
}

.historial {
    border-bottom: dotted 1px #000 !important;
}

.max-lines {
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-width: 500px;
    font-size: 13px;
}

.pointerOnHover:hover {
    cursor: pointer !important;
}

.gridPaddingLeft {
    padding-left: 15px;
}

.administrador-col-complete {
    float: left;
    width: 100%;
    padding: 20px 0px 20px 0px;
    border-bottom: solid 1px #000;
}

.map-punto-spms-popup {
    width: 400px;
    border: solid 1px #e5e5e5;
    height: 300px;
    margin-top: 20px;
}

.button-modal-right {
    margin-right: 20px;
}

.mail-title {
    margin-top: 35px;
}

.mail-top {
    height: 40px;
    margin-top: -20px;
}

.cuerpo-mail {
    margin-top: -45px !important;
}

.padding-mail-text {
    padding: 10px;
}

.buttons-modal-actions {
    margin: 0 auto;
    width: 390px;
}

.mapa-mail {
    background-image: url("../img/mapa-mail.jpg");
    width: 210px;
    height: 210px;
    margin-right: -10px !important;
}

.codigo-retiro-mail {
    border: solid 2px #EEEEEE;
    width: 150px;
    margin: 0 auto;
    text-align: center;
}

.modal-inputs-custom {
    margin-top: -15px;
}

.margin-left-lightbox {
    margin-left: 145px !important;
}

.gps-icon {
    margin-left: 11px;
    margin-right: -5px !important;
}

.gps-size-icon {
    font-size: 25px !important;
}

.login-spms {
    width: 390px;
    margin: 0 auto;
}

.login-text-ingreso {
    margin-top: 40px;
}

.login-label-color {
    color: #000 !important;
    text-align: left;
}

.login-access-button {
    padding: 1px;
    width: 95px;
}

.login-position-button {
    margin-top: -30px !important;
}

.login-password-text {
    font-size: 12px;
}

.login-inputs {
    padding-right: 25px !important;
    padding-left: 25px !important;
}

.footer-login-text {
    font-size: 12px;
    font-weight: 500;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
    border-bottom: 1px solid #e5e5e5 !important;
}

.data-user-login {
    font-size: 19px;
    font-weight: 500;
    color: #000;
}

.terceros-content {
    width: 660px;
    min-height: 850px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.terceros-ask {
    width: 660px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 36px;
}

.terceros-logo {
    background-image: url("../img/logo-terceros.PNG");
    width: 172px;
    height: 67px;
    float: left;
    margin-top: 20px;
    background-repeat: no-repeat;
}

.terceros-title {
    float: left;
    margin-top: 25px;
}

.terceros-title-left {
    margin-left: 35px;
}

.terceros-inner {
    width: 580px;
    margin: 0 auto;
    margin-top: 65px;
}

.terceros-column-a {
    height: 510px;
    width: 290px;
    float: left;
}

.terceros-column-b {
    /*height: 510px;*/
    width: 290px;
    float: left;
    padding-left: 20px;
    border-left: solid 1px #000;
}

.terceros-code {
    margin-right: 20px;
    float: left;
}

.terceros-text-top {
    width: 105px;
    float: left;
    font-size: 13px;
}

.mapa-terceros {
    background-image: url("../images/mapa-terceros.jpg");
    width: 267px;
    height: 220px;
    margin-top: 20px;
}

.mapa-terceros-link {
    margin: 20px 20px 0px 0px;
    margin-bottom: 10px;
}

.terceros-point-title {
    font-size: 18px;
    font-weight: 500;
}

.terceros-label {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.terceros-input-margin {
    margin-top: -20px !important;
}

.terceros-label-accept {
    font-size: 13px !important;
}

.btn-terceros {
    width: 110px;
    padding: 0px;
    margin-right: -10px;
}

.terceros-custom-text-input input[type="text_custom"] {
    padding: 10px;
    border: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
    margin-top: 24px;
    width: 280px;
    height: 38px;
}

.terceros-custom-text-input input[type="text_custom"]:focus,
.terceros-custom-text-input input[type="text_custom"].focus {
    border: solid 1px #707070;
    box-shadow: 0 0 5px 1px #969696;
}

.terceros-background {
    background-image: url("../img/background-spms-bw.jpg");
    background-size: 100% 100%;
}

.plantilla-content {
    padding-left: 20px;
    margin-bottom: 0px;
}

.ulPlantillaVariables {
    height: 240px;
    overflow-y: auto;
}

.liPlantillaVariables:hover {
    cursor: pointer;
}

.cmsContent {
    padding-left: 20px;
    margin-bottom: 0px;
}

.cmsTextarea {
    height: 300px;
    resize: none;
}

#divFooterHelp {
    display: none;
}

.divFooterHelp {
    /*display : block !important;*/
    position: fixed;
    z-index: 5000;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    left: 0px;
    bottom: 65px;
    right: 0px;
    top: 0px;
}

.divFooterHelpTopFrame {
    margin-top: 35px;
    margin-bottom: 25px;
    margin-left: 35px;
    margin-right: 35px;
    height: calc(100% - 110px);
    overflow-y: auto;
}

.divFooterHelpBottomFrame {
    margin-top: 15px;
    margin-bottom: 35px;
    margin-left: 35px;
    margin-right: 35px;
    bottom: 10px;
}

.lightBoxFooterBackButton {
    margin-top: 10px;
}

.head-mobile-custom {
    border-bottom: 0px !important;
    border-right: 0px !important;
    width: 100%;
}

.filter-accordion-custom {
    display: block;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.pagination li.active {
    background-color: #EEEEEE !important;
}

footer.page-footer .footer-copyright {
    line-height: 35px;
    background-color: transparent !important;
}

.tabs .tab a {
    color: #000;
}

.tabs .tab a:hover {
    color: #fff;
}

.tabsCuit:hover {
    color: #515151 !important;
}

.tabs .indicator {
    background-color: #000 !important;
}

.input-field label {
    text-align: left;
}

.custom-margin-filter {
    margin-bottom: 0px !important;
    margin-top: -15px !important;
}

.th-custom {
    padding: 7px 5px 5px !important
}

.filter-margin-custom {
    margin-bottom: -20px !important;
}

.tr-custom {
    border-bottom: 0px !important;
}

table.highlight>tbody>tr:hover {
    background-color: #e2e2e2 !important;
}

.transacciones-ico-margin {
    margin-top: -23px !important;
}

.btn-suscripcion {
    margin-top: -47px;
    margin-right: 15px;
    width: 40%;
    padding: 0 !important;
    font-size: 12px;
}

.btnPopupDisabled {
    background-color: #DFDFDF !important;
    box-shadow: none;
    color: #9F9F9F !important;
    cursor: default;
    pointer-events: none;
}

.custom-chip {
    margin-top: -45px;
    color: #fff;
    font-size: 10px;
    height: 21px !important;
    line-height: 21px !important;
    padding: 0px 5px !important;
    border-radius: 6px !important;
    width: 77px;
    text-align: center;
}

.administrador-codigo-right-b-int-2 {
    float: left;
    width: 41%;
    margin-left: 20px;
}

.actions-general-buttons {
    width: 450px;
}

.retailerColorLabel {
    float: left;
    width: 100px;
}

.retailerColorLabelData {
    float: left;
    width: 160px;
}

.radioSPMSStorePickup {
    float: left;
    width: 150px;
}

#dropdownAdministracion,
#dropdownOperaciones,
#dropdownCMS,
#dropdownSistema {
    margin-top: 65px !important;
}

#dropdownUser {
    margin-top: 25px !important;
}

.widthDataSucursal {
    width: calc(calc(100vw - 625px) / 3) !important;
}

.widthServiciosSucursal {
    width: 105px !important;
}

#divGoogleMap {
    width: 600px;
    height: 500px;
}

.rowSelectProvincia {
    margin-top: -20px;
    margin-bottom: 40px;
}

.marginLeft20 {
    margin-left: 20px !important;
}

#toast-container {
    top: 10% !important;
    right: auto !important;
    left: 80%;
    cursor: pointer;
    margin-top: -10px !important;
}

.noPaddingTopBottom {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.offline-title {
    float: left;
    margin-top: 35px;
}

.offline-title-left {
    margin-left: 35px;
}

.offline-logo {
    background-image: url("../img/logo-terceros.jpg");
    width: 172px;
    height: 63px;
    float: left;
    margin-top: 20px;
}

.offline-inner {
    width: 900px;
    margin: 0 auto;
    margin-top: 65px;
}

.offline-custom-text-input input[type="text_custom"] {
    padding: 10px;
    border: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
    margin-top: 24px;
    width: 100%;
    height: 38px;
}

.offline-custom-text-input input[type="text_custom"]:focus,
.offline-custom-text-input input[type="text_custom"].focus {
    border: solid 1px #707070;
    box-shadow: 0 0 5px 1px #969696;
}

.offline-label {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -180px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}

/* TR NOTA DEBITO/CREDITO GENERADA */
.notaDebitoCredito {
    /*background-color: #efefef;*/
    font-style: italic;
    color: #bebebe;
}

.tracking-background {
    background-image: url("../img/trackingbg.jpg");
    background-size: cover;
}

.LogoHeaderNew {
    background-image: url("../img/logo-spms.png");
    width: 160px;
    height: 80px;
    background-repeat: no-repeat;
    margin: 10px 0px 10px 0px;
}

.HeaderTracking {
    background-color: #EEEEEE;
}

.TrackingTitle {
    font-size: 2em;
    padding-top: 8px;
    font-weight: 200;
}

.trackingTimeline {
    width: 518px;
    height: 163px;
    margin: 0 auto;
}

.classRolEncargadoSucursal {
    margin-top: -1px;
    height: 185px;
    overflow-y: scroll;
}

.collapsible-body {
    padding: 20px 30px;
}

.switch {
    height: 30px;
}

.form-edit label,
.form-edit label.active {
    font-size: 1rem;
}

.form-edit label {
    color: #26a69a;
}

.switch label {
    color: #333;
}

.divider-box {
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 30px;
}

.alert {
    position: relative;
    padding: .7rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 6px;
    text-align: center;
}

.alert-danger {
    color: #8a0e08;
    background-color: #fad1cf;
    border-color: #f8bab6;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.d-none {
    display: none;
}