﻿/*SCROLL VERTICAL*/
#wrapper {
    margin-left: 50px;
    overflow-x: hidden;
    position: relative;
    display: flex;
    min-height: 100vh;
    height: 100vh;
    flex-direction: column;
}

#header {
    position: sticky;
    align-self: flex-start;
    flex: 0 0 auto;
    width: 100%;
}

#main {
    padding-top: 0px;
    position: relative;
    width: 100%;
}

footer#site-footer.fixed {
    position: sticky;
    margin-top: auto;
    width: 100%;
    align-self: flex-end;
    flex: 0 0 auto;
}

#menu {
    overflow: hidden;
    position: fixed;
    display: flex;
    flex-direction: column;
    height: 100vh;
}
/*--------SCROLL VERTICAL*/
/*al modificar la position de #main a relative,
 hay que ajustar la clase boostrap-maxlength para que se posicione correctamente el label de maxlength*/
.bootstrap-maxlength{
    margin-top:-52px;
}
/*.-------bootstrap-maxlength*/
.w-100x100 {
    width: 100% !important;
}
.ocultar {
    display: none;
}

.colpick {
    top: 31px !important;
}

.modalBackground {
    background-color: black;
    filter: alpha(opacity=6);
    opacity: 0.6;
    height: 100% !important;
}

.iframe {
    border: none !important;
    height: 900px;
}
/* flechitas del menu de navegacion */
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    -o-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

.mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg);
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
    top: 16px;
    right: 16px;
}

.mm-list > li > a, .mm-list > li > span {
    color: #fff;
}

#divListaArticulos {
    margin-top: -10px;
    overflow: hidden;
}
/*logo menu izquierdo*/
body.leftMenu {
    background: url(../images/logo_aikon247.png) no-repeat;
    background-position: 50px 11px;
    background-color: #fff;
}

    body.leftMenu:after {
        background-color: #0089c4;
    }

.breadcrumb {
    margin: 0;
}

.w90 {
    width: 90%;
}

.w10 {
    width: 10%;
}

.m-b-10 {
    margin-bottom: 10px;
}
.m-b-40 {
    margin-bottom: 40px;
}
.m-b-100 {
    margin-bottom: 100px;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-20 {
    margin-top: 20px;
}
.m-t-100 {
    margin-top: 100px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-5 {
    margin-top: 5px !important;
}

.labelEnSelect {
    font-size: 14px;
}

.bootstrap-tagsinput {
    border: none;
    padding: 0;
}

.b-gris {
    border: 1px #ccc solid;
    padding: 15px 0 10px;
}

.b-b-gris {
    border-bottom: 1px #ccc solid;
}

.center-vertical {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.h100 {
    height: 100%;
}

.nav-tabs {
    padding-top: 20px;
    background: rgba(255,255,255,1);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(217,223,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9dfe3', GradientType=0 );
}

.table-fina thead > tr > th, .table-fina tbody > tr > th, .table-fina tfoot > tr > th, .table-fina thead > tr > td, .table-fina tbody > tr > td, .table-fina tfoot > tr > td {
    padding: 0px 15px !important;
}

.table-align-left thead > tr > th, .table-align-left tbody > tr > th, .table-align-left tfoot > tr > th, .table-align-left thead > tr > td, .table-align-left tbody > tr > td, .table-align-left tfoot > tr > td {
    text-align: left;
}

.table-align-center thead > tr > th, .table-align-center tbody > tr > th, .table-align-center tfoot > tr > th, .table-align-center thead > tr > td, .table-align-center tbody > tr > td, .table-align-center tfoot > tr > td {
    text-align: center;
}

table.table thead .sorting, table.table thead .sorting_asc, table.table thead .sorting_desc, table.table thead .sorting_asc_disabled, table.table thead .sorting_desc_disabled {
    cursor: pointer;
}

.td-numerico {
    text-align: right !important;
}


/*table.table thead .sorting {
  background: url("../images/sort_both.png") no-repeat -2px center;
}
table.table thead .sorting_asc {
  background: url("../images/sort_asc.png") no-repeat -2px center;
}
table.table thead .sorting_desc {
  background: url("../images/sort_desc.png") no-repeat -2px center;
}
table.table thead .sorting_asc_disabled {
  background: url("../images/sort_asc_disabled.png") no-repeat -2px center;
}
table.table thead .sorting_desc_disabled {
  background: url("../images/sort_desc_disabled.png") no-repeat -2px center;
}*/
table.table thead .sorting, table.table thead .sorting_asc, table.table thead .sorting_desc, table.table thead .sorting_asc_disabled, table.table thead .sorting_desc_disabled {
    padding-left: 20px;
}

.panel-tools-mini {
    top: 16px;
    right: 16px;
}

    .panel-tools-mini.tools-con-h3 {
        top: 6px;
        right: 16px;
    }

.p-20 {
    padding: 20px !important;
}

.select-fecha {
    text-align: left;
    position: relative;
    padding-left: 10px;
    /*margin-bottom: 10px;*/
}

    .select-fecha .caret {
        margin-top: -2px;
        position: absolute;
        right: 12px;
        top: 50%;
        vertical-align: middle;
    }

/************* LISTADO DE ARTICULOS **********/
#map {
    border: 0;
    width: 100%;
    height: 500px;
}

.reportrange {
    background: #97D4BB;
    color: #FFF;
    cursor: pointer;
    padding: 7px 10px;
    display: inline-block;
}

#mailbox.con-bc {
    /*top: 35px;*/
}

.after-mail-box.con-bc {
    /*top: 90px !important;*/
}

.btn-flotante-t-r {
    position: absolute;
    top: 55px;
    right: 0px;
}

.nav-side-menu {
    overflow: auto;
    font-size: 12px;
    font-weight: 200;
    width: 100%;
    height: 100%;
    color: #000;
}

    .nav-side-menu ul,
    .nav-side-menu li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        line-height: 35px;
        cursor: pointer;
    }

        .nav-side-menu ul :not(collapsed) .arrow:before,
        .nav-side-menu li :not(collapsed) .arrow:before {
            font-family: FontAwesome;
            content: "\f078";
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: middle;
            float: right;
            opacity: .5;
        }

        .nav-side-menu li .active {
            background-color: #0090d9;
        }

        .nav-side-menu ul .sub-menu li.active,
        .nav-side-menu li .sub-menu li.active {
            background-color: #0090d9;
        }

            .nav-side-menu ul .sub-menu li.active a,
            .nav-side-menu li .sub-menu li.active a {
                font-weight: bold;
                color: #fff;
            }

        .nav-side-menu ul .sub-menu li,
        .nav-side-menu li .sub-menu li {
            border: none;
            line-height: 28px;
            margin-left: 0px;
        }

            .nav-side-menu ul .sub-menu li:hover,
            .nav-side-menu li .sub-menu li:hover {
                background-color: #00adf2;
            }

            .nav-side-menu ul .sub-menu li:before,
            .nav-side-menu li .sub-menu li:before {
            }

    .nav-side-menu li {
        padding-left: 10px;
    }

        .nav-side-menu li a {
            text-decoration: none;
        }

    .nav-side-menu .menu-list .menu-content .sub-menu li a {
        color: #000;
    }

    .nav-side-menu .menu-list .menu-content .sub-menu ul li a {
        color: #666;
    }

    .nav-side-menu li a i {
        padding-left: 10px;
        width: 20px;
        padding-right: 20px;
    }

    .nav-side-menu ul .sub-menu li a,
    .nav-side-menu li .sub-menu li a {
        color: #666;
    }

    .nav-side-menu li:hover {
        background-color: #e0e0e0 !important;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }

    .nav-side-menu .menu-list .menu-content .sub-menu ul li {
        padding: 0;
    }

        .nav-side-menu .menu-list .menu-content .sub-menu ul,
        .nav-side-menu .menu-list .menu-content .sub-menu ul li ul {
            border-left: 1px solid #e0e0e0;
            margin-left: 30px;
        }

            .nav-side-menu .menu-list .menu-content .sub-menu ul:last-child {
            }

            .nav-side-menu .menu-list .menu-content .sub-menu ul li:before {
                content: '—— ';
                color: #e0e0e0;
            }

            .nav-side-menu .menu-list .menu-content .sub-menu ul ul li {
            }

.categoriaFiltro {
    background: #0089c4;
}

    .categoriaFiltro a {
        color: #fff;
    }

.filtrosAplicados span.label {
    display: block;
    height: 27px;
    margin-bottom: 5px;
    background-color: #e0e1e5;
    color: #666;
}

    .filtrosAplicados span.label:last-child {
        margin-bottom: 20px;
    }

    .filtrosAplicados span.label span {
        float: left;
        overflow: hidden;
        padding-bottom: 2px;
        padding-top: 2px;
        width: 230px;
        text-align: left;
    }

    .filtrosAplicados span.label i.fa-times {
        padding: 3px 4px;
        border-radius: 50%;
        float: right;
        background-color: #eceef0;
        color: #afafaf;
    }

.filtrosAplicados span i.fa-times:hover {
    cursor: pointer;
    background-color: #ccc;
    color: #fff;
}

.filtrosAplicados span.label.bg-primary {
    border-radius: 0;
}

    .filtrosAplicados span.label.bg-primary i.fa-times {
        border-radius: 0;
        background-color: #3db6e0;
        color: #fff;
    }

        .filtrosAplicados span.label.bg-primary i.fa-times:hover:before {
            content: "\f014";
        }

.buscador {
    padding-left: 0px !important;
    margin-top: 5px !important;
}

.carrito-dd {
    width: 250px;
    font-size: 80%;
    color: #000;
    padding-top: 0;
}

    .carrito-dd .artPedidos {
        overflow: auto;
        max-height: 200px;
    }

    .carrito-dd .subtotal {
        border-top: 1px solid #e5e5e5;
        padding-top: 15px;
    }

    .carrito-dd a {
        color: #0089c4;
    }

    .carrito-dd p {
    }

    .carrito-dd .artPedidos li {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 10px;
        padding-top: 10px;
    }

        .carrito-dd .artPedidos li:last-child {
            border-bottom: 0;
        }

.artPedidos .btn-danger {
    border-color: #ccc !important;
}

    .artPedidos .btn-danger:hover {
        border-color: #d9534f !important;
        background-color: #d9534f !important;
    }

.no-margin {
    margin: 0;
}

.btn-carrito {
    border: none;
    color: #0089c4;
}

    .btn-carrito:hover, .btn-carrito:focus, .btn-carrito:active {
        color: #0071a1 !important;
    }

.p-b-0 {
    padding-bottom: 0;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-0 {
    padding-left: 0px;
}

.p-r-0 {
    padding-right: 0px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-0 {
    padding: 0;
}

.m-r-10 {
    margin-right: 10px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-7 {
    margin-bottom: 7px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.p-h-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.p-v-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.img-listado-producto {
    display: block;
    margin: auto;
    width: auto;
    max-height: 100px;
}

.col-fija-cantidad {
    float: left;
    width: 150px;
}

.articulos p {
    font-size: 90%;
}

.carrito-dd h5 strong {
}

.articulos h4 strong,
.articulos h3 strong,
.articulos h2 strong {
    font-weight: 500;
}

.articulos h3 .label {
    vertical-align: middle;
}

.articulos {
    padding-bottom: 10px;
    padding-top: 13px;
    border-bottom: 1px #f5f5f5 solid;
}

    .articulos:first-child {
        padding-top: 0;
    }

    .articulos:last-child {
        border-bottom: 0;
    }

.btn-circular {
    border-radius: 50% !important;
    height: 30px;
    line-height: 15px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    padding: 0;
    width: 30px;
}

.margin-0 {
    margin: 0px;
}

.precioDetalle {
    border: 1px solid #eee;
    padding: 15px 20px;
    border-radius: 3px;
}

    .precioDetalle h2 {
        font-size: 250%;
    }

    .precioDetalle label {
    }

.conLineaInf {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.w100 {
    width: 100%;
}

.tablaDetalleArt th, .tablaDetalleArt td {
    padding: 10px 20px;
    border-bottom: 1px solid #c5c5c5;
    color: #666;
}

.tablaDetalleArt th {
    text-align: left;
    background-color: #dbdbdb;
    width: 50%;
}

.tablaDetalleArt td {
    background-color: #ececec;
    width: 50%;
}

.fs100 {
    font-size: 100% !important;
}

.mail-tools {
    background-color: white;
    margin: 0px 0px 15px;
}

#divConsultaArticulo {
    padding: 20px;
}

.link:hover {
    cursor: pointer;
}

.link-subrayado:hover {
    cursor: pointer;
    text-decoration: underline;
}

.link-opacidad:hover {
    cursor: pointer;
    opacity: .8;
}

/************* ANALISIS DE REPARTO **********/
.float-none {
    float: none;
}

.fs90 {
    font-size: 90%;
}

.bg-gray-dark {
    background-color: #23272e;
    color: #fff;
}

.p-10 {
    padding: 10px;
}

.semi-bold {
    font-weight: 500;
}

.tablaVendedores {
    width: 100%;
}

    .tablaVendedores tr {
        border-bottom: #f0f0f0 1px solid;
    }

    .tablaVendedores td {
        padding: 10px;
    }

    .tablaVendedores tr:last-child {
        border-bottom: none;
    }

.label-flot-custom-adr li {
    display: block;
    color: #6f7b8a;
}

/************* LOGIN **********/
.login-container {
    background: #fff;
    max-width: 330px;
    padding: 20px;
    border-radius: 4px;
    border: 10px solid rgba(117,167,200,0.4);
}
.login-container .form-signin .input-group {
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	box-shadow: none;
}
.login-container .form-signin .primer-input {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.login-container .form-signin .ultimo-input {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.login-container .form-signin .input-group-addon i {
	color: #b8b8b8;
}
.logo-empresa-247 {
    margin-top: 30px;
}
.logo-empresa-247 img {
	max-width: 270px;
}
.login-container .login-title {
    font-size: 19px;
}
.login-container .login-title small {
	font-size: 15px;
	padding-top: 6px;
}
.login-container .footer-link {
    margin-top: 0;
}
.login-container a {
    color: #3069b3;
}
.login-container a:hover {
	color: #124a91;
}
.login-container .btn-primary {
    background-color: #054e9c;
}
.login-container .btn-primary:hover {
	background-color: #003670;
}
.bg-login {
    background: url(../images/bg-login-aikon247.gif) center center no-repeat !important;
}
.bg-color-cielo {
    background-color: #75a7c8 !important;
}
@keyframes nube-grande {
    from {
        left: 100%;
    }
    to {
        left: 0%;
    }
}
.nube-grande {
    position: absolute;
    bottom: 50px;
    opacity: .5;
    animation-name: nube-grande;
    animation-duration: 80s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}
@keyframes nube-pequena {
    from {
        right: 100%;
    }
    to {
        right: 0%;
    }
}
.nube-pequena {
    position: absolute;
    top: 50px;
    opacity: .2;
    animation-name: nube-pequena;
    animation-duration: 120s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}
.logos-footer-login {
    width: 340px;
    height: 50px;
    position: absolute;
    bottom: 35px;
    right: 50px;
}

/********* SELECCION EMPRESA *********/
.user-sel-emp {
    color: #999;
    line-height: 16px;
    font-size: 13px;
}

.selec-emp-container {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    border: 10px solid rgba(117,167,200,0.4);
    max-height: 500px;
    overflow: auto;
}

.user-sel-emp:hover {
    color: #666;
}

.selec-emp-container .dropdown-menu.icon-right li a i {
    float: right;
    margin-right: -3px;
    margin-top: 6px;
    padding-left: 15px;
}

.selec-emp-container .dropdown-menu li a i {
    height: 17px;
    margin-right: 3px;
    text-align: center;
    width: 17px;
}

.selec-emp-container .dropdown-menu > li > a {
    padding: 3px 20px 3px 10px;
}

.bg-transparent {
    background-color: transparent !important;
}

.selec-emp-container .dropdown-menu.pull-right.arrow::after,
.selec-emp-container .dropdown-menu.pull-right.arrow::before {
    left: auto;
    right: 50%;
}

.btn-empresa {
    border: 1px solid #f5f5f5;
    display: block;
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 3px;
    font-size: 11px;
    color: #666;
    margin-bottom: 10px;
}

    .btn-empresa:hover {
        background-color: #fff;
        color: #333;
        box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
    }

.text-gray {
    color: #999;
}

.max-h-32 {
    display: block;
    max-height: 32px;
    overflow: hidden;
}

.logos-footer-sel-emp {
    margin: 20px auto;
    width: 340px;
}

.selec-emp-container.account-wall .login-title small {
    font-size: 18px;
}

/************* CAMBIOS GENERALES **********/
.p-h-0 {
    padding-left: 0;
    padding-right: 0;
}

.p-h-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-20 {
    margin-right: 20px;
}

.p-l-5 {
    padding-left: 5px;
}

.p-r-5 {
    padding-right: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.p-l-0 {
    padding-left: 0;
}

.p-r-0 {
    padding-right: 0;
}

.p-b-6 {
    padding-bottom: 6px;
}

#header .tools-bar a.icon-toolsbar {
    color: #0090d9;
}

#header {
    border-bottom-color: #0090d9;
}

a {
    color: #054e9c;
}

    a:hover {
        color: #0090d9;
    }

*::-moz-selection {
    background-color: #0090d9;
}

::selection {
    background-color: #0090d9;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #428bca;
    border-color: #428bca !important;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.icono-favoritos {
    position: absolute;
    top: 15px;
}

.icono-favoritos-renombrar {
    position: absolute;
    right: 25px;
    top: 15px;
}

.bg-lightgray {
    background-color: #f1f3f5 !important;
}

.text-center {
    text-align: center !important;
}

/*****icono de procesando*****/
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spinWebkit .7s infinite linear;
    -moz-animation: spinMoz .7s infinite linear;
}
/*mapa*/
.contenedor-mapa {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.opciones-mapa {
    background-color: #FFF;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.125);
    position: absolute;
    right: -400px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 400px;
    max-width: 100%;
    z-index: 9;
    height: 100%;
    overflow: auto;
}

    .opciones-mapa .dropdown-menu {
        margin: 10px 0;
    }

    .opciones-mapa.active {
        -webkit-transform: translate3d(-400px, 0, 0);
        transform: translate3d(-400px, 0, 0);
    }

.btn-ac-mapa.active {
    -webkit-transform: translate3d(-400px, 0, 0);
    transform: translate3d(-400px, 0, 0);
}

.btn-ac-mapa {
    border-radius: 0;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.125);
    right: 0;
    position: absolute;
    top: 10px;
    z-index: 10;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.opciones-mapa .panel-body {
    padding-bottom: 0px;
}

.opciones-mapa .close {
}

.mr-20 {
    margin-right: 20px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-5 {
    margin-right: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.d-ib {
    display: inline-block;
}

.va-m {
    vertical-align: middle;
}

.tabs-map {
    background: #fff;
    padding: 0;
    border: 0;
    margin: 0;
    border-bottom: 1px solid #f5f5f5;
}

    .tabs-map > li {
        margin: 0;
    }

        .tabs-map > li.active > a {
            background: #0090d9;
            border: 0;
            box-shadow: none;
            color: #fff;
            border-radius: 0;
            border-right: 1px solid #f5f5f5;
        }

        .tabs-map > li > a {
            background: #fff;
            border: 0;
            box-shadow: none;
            color: #717171;
            border-radius: 0;
            border-right: 1px solid #f5f5f5;
            margin: 0;
            padding: 10px 20px;
        }

        .tabs-map > li.tabdrop > a {
            border-left: 1px solid #f5f5f5;
        }

        .tabs-map > li.tabdrop .badge {
            right: 45px;
        }

        .tabs-map > li.active > a:hover,
        .tabs-map > li.active > a:focus {
            border: 0;
            box-shadow: none;
            outline: none;
            background: #0090d9;
            color: #fff;
            border-right: 1px solid #f5f5f5;
        }

        .tabs-map > li > a:hover,
        .tabs-map > li > a:focus {
            border: 0;
            box-shadow: none;
            outline: none;
            background: #0090d9;
            color: #fff;
            border-right: 1px solid #f5f5f5;
        }

.nav.tabs-map .open > a:hover,
.nav.tabs-map .open > a:focus {
    background: #0090d9 !important;
    border: 0;
    border-right: 1px solid #f5f5f5;
}

.tabs-map .dropdown-menu {
    min-width: 50px;
}

    .tabs-map .dropdown-menu > li > a {
        padding: 10px 20px;
        border-radius: 0;
        color: #717171;
        text-align: center;
    }

        .tabs-map .dropdown-menu > li > a:hover,
        .tabs-map .dropdown-menu > li > a:active,
        .tabs-map .dropdown-menu > li > a:focus {
            background: #0090d9 !important;
            color: #fff !important;
        }

.tab-pane h5 {
    margin-bottom: 10px;
}

.opciones-mapa .tab-content {
    padding: 0;
    margin: 0;
}

.lista-opciones li {
    padding: 10px;
    border-top: 1px solid #f5f5f5;
}

    .lista-opciones li strong {
        font-weight: 400;
    }
/*fin mapa*/

/**************** MENU MODULOS ********************/

#header ul.menu-modulos {
    min-width: 400px;
    max-width: 100%;
    padding: 20px 8px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
}

    #header ul.menu-modulos li {
        width: 125px;
        display: inline-block;
        overflow: hidden;
        padding: 0;
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-align: center;
    }

        #header ul.menu-modulos li a img {
            display: block;
            width: 50px;
            margin: auto;
        }

        #header ul.menu-modulos li a span {
            display: block;
        }

        #header ul.menu-modulos li a {
            color: #666 !important;
            padding: 0 !important;
            border: 1px solid #fff;
            padding-top: 10px !important;
        }

            #header ul.menu-modulos li a:hover {
                border-color: #ccc;
                color: #333 !important;
            }
/****** XS *******/
@media (max-width: 400px) {
    #header ul.menu-modulos {
        min-width: 250px;
        overflow: auto;
        max-height: 410px;
    }

        #header ul.menu-modulos li {
            width: 49%;
        }
}
/**************** fin MENU MODULOS ********************/

/******** CLIENTES (aimap) ***********/

.punto-rojo {
    border-radius: 50%;
    height: 10px;
    width: 10px;
    display: inline-block;
    background-color: rgb(211, 7, 17);
    margin-right: 5px;
}

.punto-verde {
    border-radius: 50%;
    height: 10px;
    width: 10px;
    display: inline-block;
    background-color: rgb(5, 174, 8);
    margin-right: 5px;
}

.ml-20 {
    margin-left: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.contenedor-mapa.con-bc {
    height: calc(100% - 82px);
}

.lista-opciones a[data-toggle="collapse"] {
    padding: 0;
    color: #6f7b8a;
}

    .lista-opciones a[data-toggle="collapse"]:hover,
    .lista-opciones a[data-toggle="collapse"]:focus,
    .lista-opciones a[data-toggle="collapse"]:active {
        color: #6f7b8a;
        text-decoration: none;
        outline: none;
    }
/******** fin CLIENTES (aimap) ***********/

/******** IMPORTAR DATOS AIMAP ***********/
.of-hid {
    overflow: hidden;
}

.l-h-150 {
    line-height: 1.5;
}

.b-inicial-0 li:first-child {
    border-top: none;
}

.p-v-20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.table-generic th {
    background: #EDEDED;
    font-size: 14px;
    text-transform: uppercase;
}

.table-generic td {
    font-size: 12px;
}

/*********** Portal de clientes: Ficha casos ****************/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

span strong{
    font-weight:600;
}


div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0em!important;
}


table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
    position: relative;
    bottom: -3px;
    left: 8px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
}

/*table#gvListado{
    width:100%;
}*/

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 12px;
}
table.table thead .sorting, table.table thead .sorting_asc, table.table thead .sorting_desc, table.table thead .sorting_asc_disabled, table.table thead .sorting_desc_disabled {
    padding-left: 8px;
}


@media (max-width:768px) {
    .table-generic th {
        font-size: 12px;
    }
}

@media (min-width:1500px) {
    .col-xlg-30 {
        width: 30%;
        margin-left: 35%;
    }
}
/******** FIN IMPORTAR DATOS AIMAP ***********/

@-webkit-keyframes spinWebkit {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spinMoz {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}
/*****fin icono de procesando*****/

.fixed-no-xs {
    position: fixed;
}

.fixed-no-sm {
    position: fixed;
}

/***********************************************
*************** MEDIA QUERY'S ******************
***********************************************/

/****** XS *******/
@media (max-width: 768px) {
    .articulos h3 {
        font-size: 130%;
    }

    .articulos p {
        font-size: 80%;
    }

    .no-padding-left-xs {
        padding-left: 0px;
    }

    .no-padding-right-xs {
        padding-right: 0px;
    }

    .pt10-xs {
        padding-top: 10px;
    }

    .fs11-xs {
        font-size: 11px;
    }

    .btn-circular {
        height: 20px;
        width: 20px;
    }

    .w100xs {
        width: 100%;
    }

    .label-flot-custom-title {
        font-size: 11px;
    }

    .text-left-xs {
        text-align: left;
    }

    .p-h-xs-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .bg-login {
        background: #fff !important;
    }

    .bg-color-cielo {
        background: #fff !important;
    }

    .login-container {
        margin: auto;
        border-color: #fff;
    }

    .logos-footer-login {
        bottom: 0;
        margin: 20px auto auto;
        max-width: 260px;
        position: relative;
        right: 0;
    }

    .logos-footer-sel-emp {
        max-width: 240px;
        margin-bottom: 10px;
    }

    .daterangepicker.dropdown-menu {
        overflow: auto;
        max-height: 480px;
    }

    .col-fija-cantidad {
        width: 120px;
    }

    #btnListado {
        margin-left: 25px;
    }

    .selec-emp-container {
        border-color: #fff;
    }

    .text-center-xs {
        text-align: center;
    }

    .m-t-0-xs {
        margin-top: 0;
    }

    .m-t-10-xs {
        margin-top: 10px;
    }

    .selec-emp-container .dropdown-menu.pull-right {
        left: 0;
        right: 0;
    }

    .fixed-no-xs {
        position: relative;
    }
}

/****** SM *******/
@media (min-width: 768px) and (max-width: 1024px) {
    .articulos h3 {
        font-size: 130%;
    }

    .pt10-sm {
        padding-top: 10px;
    }

    .bg-login {
        background: #75a7c8 !important;
    }

    .login-container {
        margin: auto;
    }

    .logos-footer-login {
        bottom: 0;
        margin: 20px auto auto;
        max-width: 260px;
        position: relative;
        right: 0;
    }

    .no-padding-right-sm {
        padding-right: 0px;
    }

    .col-fija-cantidad {
        margin-left: 20px;
    }

    .logos-footer-sel-emp {
        max-width: 240px;
        margin-bottom: 10px;
    }

    .fixed-no-sm {
        position: relative;
    }

    /*modal de pedidos*/
    #tablePedidos_wrapper .dataTables_scrollBody {
        height: 240%;
        overflow: auto;
        position: absolute;
        width: 97% !important;
    }

    #tablePedidos_wrapper div.dataTables_scroll + div.row {
        bottom: -270%;
        position: absolute;
        width: 97% !important;
    }

    #pnlPedidosDia > div.modal-body {
        overflow: hidden !important;
    }
    /*fin modal de pedidos*/
}

/****** MD *******/
@media (min-width: 1024px) and (max-width: 1200px) {
    .articulos h3 {
        font-size: 130%;
    }

    .m-t-20-md {
        margin-top: 20px;
    }

    .no-padding-right-md {
        padding-right: 0px;
    }

    .no-padding-left-md {
        padding-left: 0px;
    }

    .pt10-md {
        padding-top: 10px;
    }

    /*modal de pedidos*/
    #tablePedidos_wrapper .dataTables_scrollBody {
        height: 240%;
        overflow: auto;
        position: absolute;
        width: 97% !important;
    }

    #tablePedidos_wrapper div.dataTables_scroll + div.row {
        bottom: -270%;
        position: absolute;
        width: 97% !important;
    }

    #pnlPedidosDia > div.modal-body {
        overflow: hidden !important;
    }
    /*fin modal de pedidos*/
}

/****** LG *******/
@media (min-width: 1200px) {
    .align-lg-center {
        margin-top: 75px;
        text-align: left;
    }

    .m-t-20-lg {
        margin-top: 20px;
    }

    .label-flot-custom-adr li {
        padding: 4px 8px;
    }

    /*modal de pedidos*/
    #tablePedidos_wrapper .dataTables_scrollBody {
        height: 240%;
        overflow: auto;
        position: absolute;
        width: 97% !important;
    }

    #tablePedidos_wrapper div.dataTables_scroll + div.row {
        bottom: -270%;
        position: absolute;
        width: 97% !important;
    }

    #pnlPedidosDia > div.modal-body {
        overflow: hidden !important;
    }
    /*fin modal de pedidos*/
}
