html{
    background: rgb(247,247,247);
    background: radial-gradient(circle, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 35%, rgba(16,127,201,0.19931722689075626) 100%);

}
body{
    color: rgb(21, 27, 38);
    font-family: Lato, sans-serif;
    background: none !important;
}
.logo_sofi_login:hover {
    opacity: 0.8;
    display: inline-block;
}
.login_wrapper{
    margin-top: 2%;
}
.login_content {
    padding-top: 0;
}
.FacturacionCabecera .select2-container {
    width: 100% !important;
}

.table > tbody > tr.Sofi--draggable-top > td {
    border-top: 3px solid !important;
}

.table > tbody > tr.Sofi--draggable-bottom > td {
    border-bottom: 3px solid !important;
}

input[type="radio"], input[type="checkbox"] {
    height: 15px;
    width: 15px;
}

.bg-gray {
    background-color: silver;
    color: black;
}

.nav-sm ul.nav.child_menu > li > ul {
    display: block !important;
}

.SeleccionProveedor-cuerpo {
    height: 50vh;
    min-height: 150px;
    overflow: auto;
}

.back-blue {
    background: #3498DB !important;
    border: 1px solid #3498DB !important;
}

.back-red {
    background: #E74C3C !important;
    border: 1px solid #E74C3C !important;
}

.white {
    color: white;
}

.select2Block .select2 {
    width: 100% !important;
}

.customRadio {
    background-color: #ededed;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    border-radius: 3px;
    margin: 0 5px;
    cursor: pointer;
}

.customRadio.customRadio__checked {
    background-color: #1abb9c !important;
}

.customRadioContainer:hover .customRadio {
    background-color: #1abb9c47;
}

.customRadioContainer {
    cursor: pointer !important;
}

.select2 {
    width: 100% !important;
}

.select2-selection__rendered {
    /* line-height: 31px !important; */
}

.select2-container .select2-selection--single {
    height: 30px !important;
}

.select2-selection__arrow {
    height: 28px !important;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    min-height: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 0 !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
}

@media print {

    .nav_menu, .btn {
        display: none !important;
    }
}

.selector-notas {
    -webkit-appearance: listitem;
}

.grupo-seleccion {
    margin-bottom: 10px;
}

.MovimientoCliente--LogContainer {
    padding-left: 10px;
    padding-right: 10px;
}

.formulario-boton {
    float: right;
}

.select2-container--focus .select2-selection--single {
    border: 2px solid #66afe9 !important;
}

.Reportes--boton-lista {
    width: 100%
}

.Reportes--boton-atras {
    float: left;
    background: none;
    border: none;
}

.Reportes--boton-atras:hover {
    color: #000;
    cursor: pointer;
}

.Reportes--titulo {
    text-align: center;
}

.Reportes--formulario {
    padding: 10px;
}

.dropdown.bootstrap-select.selector-cuentas.open {
    position: relative;
    z-index: 5;
}

.dropdown.bootstrap-select.selector-cuentas {
    position: relative;
    z-index: 1;
}

.descargar-reporte {
    background: transparent;
    border: none;
}

.dropdown-menu > li > button {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;

}

.dropdown-menu button {
    cursor: pointer;
}

.dropdown-menu > li > button {
    color: #5a738e;
}

.dropdown-menu li button:hover {
    color: black;
}

.dropdown-menu li:hover {
    background: whitesmoke;
    color: black;
}

.boton-filtrar {
    padding-top: 19px;
}

.boton-filtrar button {
    width: 100%;
}

.boton-filtrar ul.dropdown-menu {
    width: 100%;
}

.descargar-reporte {
    width: 100%;
}

.mensaje-error-rfc {
    color: red;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.dropdown-menu-botonList > button {
    float: left;
    margin: 5px;
    color: white !important;
}

.modal-body {
    /*overflow-x: auto;*/
}

.table {
    background: white;
}

.SelectorEspecialDeProductos {
    max-height: 50vh;
    overflow: auto;
    min-height: 400px !important;
}

@media screen and (max-width: 992px) {
    table.table {
        width: 100%;
    }

    table.table thead {
        display: none;
    }

    .modal table.table thead {
        display: block;
        text-align: center;
    }

    .modal table.table thead tr {
        width: 100% !important;
        display: block !important;
        background: #f0f0f0;
    }

    table.table tr {
        width: 100% !important;
        display: block;
    }

    table.table tr:nth-of-type(2n) {
        background-color: inherit;
    }

    table.table tr td:first-child {
        background: #f0f0f0 !important;
        font-weight: bold;
        font-size: 1.3em;
    }

    table.table td, .modal table.table thead th {
        display: block;
        text-align: center;
    }

    table.table td:before, .modal table.table thead th:before {
        content: attr(data-th);
        display: block;
        text-align: center;
    }

    .Precotizadir--table td {
        max-width: none !important;
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-container-lg .modal-dialog {
        width: 1000px !important;
    }
}

@media screen and (max-width: 670px) {
    /*670 to 320*/
    ul.bar_tabs > li {
        display: block;
        float: none;
        position: static;
        margin: 0 0 !important;
        width: 100%;
        border-radius: 0 !important;
        border: 1px solid #E6E9ED !important;
    }

    .page-title .title_left {
        width: 100%;
        float: none;
    }

    .page-title .title_right {
        float: none !important;
        width: 100% !important;
    }

    .page-title .title_right .btn {
        width: 100%;
    }

    ul.bar_tabs {
        height: auto !important;
        padding: 0 !important;
    }

    /*670 to 320*/
}

@media screen and (max-width: 319px) {
    /*<319*/
    * {
        display: none;
    }

    /*<319*/
}

.label-edicion {
    width: 100%;
    text-align: left !important;
}

.label-reportes-fancy {
    margin-top: 2px
}

.label--PedidoSolicitud {
    margin-bottom: 12px
}

.button--SolicitarCambioPedido {
    margin-top: 31px;
}

.PedidoSolicitud--cliente {
    margin-bottom: 12px;
    margin-top: 12px;
}

#paginador-lista-taxonomias {
    text-align: center;
}

.display-grafica-widget {
    width: 33% !important;
    display: inline-flex !important;
}

#Catalogo--filtros--panel--bloque .input-group {
    margin-bottom: 0;
}

.label-block {
    display: inline-block !important;
    width: 100%;
    padding: 0.4em 0.6em 0.5em !important;
}

#sofi-exit {
    z-index: 99999;
}

.particion-input-mitad {
    width: 50% !important;
}

.particion-input-mitad select {
    width: 100%;
    height: 30px;
}

.label-input {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0;
}

.navbarCompany--info span {
    font-size: 13px;
    line-height: 30px;
    color: var(--color-blue);
    text-transform: uppercase;
}

.navbarCompany--info h2 {
    font-size: 14px;
    color: #ecf0f1;
    margin: 0;
    /*font-weight: 300;*/
}

.navbarCompany--info h2 a {
    color: var(--color);
    /* font-weight: 600; */
}

.navbarCompany--pic {
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
    height: 100%;
}

.navbarCompany--picCont {
    width: 100%;
    height: 52px;
    overflow: hidden;
    background: white;
    border-radius: 0 20px 0 20px;
    position: relative;
    /* margin: 0 10px; */
}

.navbarCompany--picCont a {
    display: block;
}

.navbarCompany--text {
    line-height: 52px;
    text-align: left;
    font-size: 15px;
    font-weight: 800;
    padding: 0px 17px;
    color: var(--color);
}

.navbarCompany--info {
    padding-left: 19px !important;
    width: 64%;
}

.nav-sm .navbarCompany--info {
    display: none;
}

.navbarCompany {
    display: flex;
    align-items: center;
    margin-top: 6px;
    width: 230px;
    max-width: 100%;
}

.nav-sm .navbarCompany--picCont {
    /* width: 75%; */
}

.nav-sm .navbarCompany--picCont {
    padding-left: 0 !important;
    margin: 0 auto;
}

.nsv-sm .navbarCompany {
    align-items: center;
    justify-content: center;
}

.nav-sm .navbar.nav_title {
    display: none;
}

.main_menu li > a > span.fa::before {
    content: "\f054" !important;
    transition: 1s left ease;
    position: relative;
    left: 0;
}

.main_menu li.active > a > span.fa::before {
    content: "\f078" !important;
    transition: 0s all ease;
    left: 0px !important;
}

.main_menu li:hover > a > span.fa::before {
    left: 5px;
    /* position:relative; */
}

.nav.side-menu > li.active > a {
    transition: 0.5s all ease;
}

.btn {
    overflow: hidden;
}

.daterangepicker .calendar.single .calendar-table {
    width: auto !important;
    min-width: 224px !important;
}

.bg-gray-important {
    background-color: silver !important;
    color: black;
}

#Catalogo--filtros--panel--bloque .bootstrap-select > .dropdown-toggle {
    margin-bottom: 0 !important;
}

.btn-group-inline {
    display: inline-block !important;
    vertical-align: top !important;
    width: auto !important;
    padding-top: 0;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 0px !important;
}

.ProductoCotizador--descripcionLarga {
    font-size: 8px;
    color: gray;
}

.botones-catalogos {
    cursor: pointer;
    font-size: 10px;
    background: var(--color);
    color: white;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    /* border: 1px solid gray; */
}

.botones-catalogos:hover {
    background: white;
    color: var(--color);
}

#Catalogo--filtros--panel--bloque ul.nav > li, .AppDireccionesEntrega .FormGroup {
    min-height: 58px;
}

.Cotizacion--aprobar--direccion_entrega .x_panel {
    color: black;
}

.label-dangerous {
    background-color: #850303;
}

td {
    white-space: normal !important;
}

.login-background-line::after {
    border-top: 1px solid silver;
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-0.5px);
}

.login-background-line {
    position: relative;
    margin-top: 10px;
}

.login-background-line-text {
    display: inline-block;
    background: #f7f7f7;
    width: 30px;
    position: relative;
    z-index: 1;
}

.select2.select2-container {
    padding-bottom: 4px;
}

.nav-sm .nav.side-menu > li > a {
    padding: 5px 0px !important;
}

.btn {
    border-radius: 20px;
}

.nav.child_menu li li a.active, .nav.child_menu li li a:hover {
    color: var(--color-blue)
}

.bootstrap-select > .dropdown-toggle.btn {
    border-radius: 3px;
}

.panel-heading {
    border-radius: 20px 20px 0 0;
}

ul.bar_tabs > li.active {
    border-radius: 20px 26px 0 0;
}

ul.bar_tabs > li {
    border-radius: 20px 20px 0 0;
}

ul.bar_tabs > li a {
    border-radius: 20px 20px 0 0;
}

.btn.btn-app, .x_panel, ul.bar_tabs, .btn-group-xs > .btn, .btn-xs {
    border-radius: 20px;
}

.panel_toolbox > li {
    /* margin-left: 10px; */
}

.nav.side-menu > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    /*background: transparent*/
}

.top_nav .navbar-right {
    width: auto;
}

.top_nav > .nav_menu > nav > .navbar-right > li {
    float: none;
}

.toggle {
    width: 50px;
}

.top_nav .dropdown-menu li a {
    padding: 4px 3px;
}

#Notificaciones--menu .dropdown-menu-botonList {
    padding: 0px 6px;
    z-index: 99;
}

.navbar-nav .open .dropdown-menu {
    width: 260px;
}

.Ruta--Waypoint {
    border-bottom: 1px solid;
    /* border-radius: 20px; */
    padding: 10px;
    margin-bottom: 10px;
}

.Ruta--Waypoint--title {
    font-weight: 800;
}

.Ruta--Waypoint--Job {
    padding-left: 10px;
    position: relative;
}

.Ruta--Waypoint--Job::after {
    display: block;
    content: '';
    width: 2px;
    height: 2px;
    background: black;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.Ruta--Waypoint--guide strong {
    display: block;
}

.Ruta--Waypoint--guide {
    background: whitesmoke;
    padding: 5px 10px;
    border-radius: 10px;
}

#directions-panel {
    max-height: 500px;
    overflow: auto;
}

.Ruta--WaypointTitle {
    font-size: 15px;
    font-weight: 800;
}

.SistemaWaypoints > .btn {
    margin-top: 20px;
}

.RutaCabecera {
    margin-bottom: 10px;
    display: flex;
    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
}

.RutaCabecera > * {
    width: 49% !important;
    float: left;
    margin: 0;
}

.ruta_image > img {
    /*position: absolute;*/
    width: 100%;
    height: auto;
    /* margin-top: 20px; */
    border-radius: 10px;
}

.modal-body .table {
    background: inherit !important;
}

.btn-xs ~ .label {
    margin-bottom: 13px;
    position: relative;
    bottom: 2px;
}

.modal-container-xlg .modal-dialog {
    /* width: 100%; */
    margin-top: 0;
    margin-right: 15px;
    right: 0;
    left: 0;
    position: absolute;
    width: auto;
    /* top: 100px; */
}

.nav-sm .modal-container-xlg .modal-dialog {
    left: 73px;
    /* top: 100px; */
}

.nav-md .modal-container-xlg .modal-dialog {
    left: 1px;
}

html.in-iframe .main_container > .left_col, html.in-iframe .main_container > .top_nav, html.in-iframe #freshwidget-button {
    display: none !important;
}

html.in-iframe .main_container > .right_col {
    margin-left: 0 !important;
    padding: 0 !important;
}

html.in-iframe .main_container > .right_col > .page-title:first-child {
    display: none !important;
}

.pagination .page-item:not(.active) .page-link {
    cursor: pointer;
}

.nowrap {
    white-space: nowrap !important;
}

.form-control-xs {
    border: 1px solid #ccc;
}

.form-group-xs .select2-container--default .select2-selection--single {
    height: 21px !important;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.33;
    border-radius: 6px;
}

.form-group-xs .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 85% !important;
}

.form-group-xs .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 18px !important;
}

.form-group-xs .select2-container--default .select2-selection--single {
    border: 1px solid #CCC !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-group-xs .select2-selection__arrow {
    height: 13px !important;
}

.form-group-xs .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 0 !important;
    padding-left: 0 !important;
}

.form-group-xs .select2.select2-container {
    padding-bottom: 0px !important;
}

.form-control-xs[disabled], .form-control-xs[readonly], fieldset[disabled] .form-control-xs {
    background-color: #eee;
    opacity: 1;
}

#Notificaciones--menu .bg-red {
    border: 0 !important;
}

.bg-red .x_panel {
    background-color: rgb(231, 76, 60);
}

.FormBuilderChildrenTopBar--delete {
    position: absolute;
    top: 3px;
    right: 0;
}

.FormBuilderChildrenTopBar {
    position: relative;
    margin-bottom: 0;
}

div.phpdebugbar-header, a.phpdebugbar-restore-btn, div.phpdebugbar-openhandler .phpdebugbar-openhandler-header {
    background: #f5f5f5 var(--rehilete-logo-url) no-repeat left 6px top 3px !important;
    background-size: 24px 24px !important;
}

.SofiMensajes {
    list-style: none;
    padding: 0;
    margin: 0;
}

.SofiMensajes--comentario {
    display: block;
    /* border-bottom: 1px solid silver; */
    margin-bottom: 7px;
}

.SofiMensajes--comentario--message {
    background-color: #eee;
    border-left: none;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 0;
    display: inline-block;
    padding: 6px 17px;
    max-width: 95%;
}

.SofiMensajes--comentario > ul {
    padding-left: 46px;
    padding-top: 7px;
}

.SofiMensajes--comentario--fecha {
    text-align: right;
}

.SofiMensajes--comentario--contenido {
    margin-left: 43px;
}

.comentariomencion--user {
    /* background-color: white; */
    border: 0px;
    /* padding: 3px 7px; */
    border-radius: 6px;
    /* text-decoration: underline; */
    color: #286090;
}

.SofiMensajes--comentario--texto {
    white-space: pre-wrap;
}

.SofiMensajes--comentario--autor {
    font-weight: 800;
}

.SofiMensajes--comentario .avatar {
    margin-top: 2px;
}

.SofiMensajes--comentario--responder {
    margin-right: 10px;
    font-weight: 800;
    cursor: pointer;
}

.SofiMensajes--comentario--message_seresponde {
    display: table;
    margin-bottom: -17px;
    background-color: #8d8d8d;
    color: white;
    border-bottom-left-radius: 0;
    padding-bottom: 17px;
}

.SofiMensajes--comentario--message_seresponde span.comentariomencion--user {
    color: black;
    /* font-weight: 800; */
}

.SofiMensajes--comentario--message--remove {
    margin-left: 20px;
    cursor: pointer;
}

.Notificacion--list--element > div {
    overflow: hidden;
}

.Notificacion--list--element blockquote,.ui-pnotify-text blockquote {
    font-size: 12px;
    padding: 0px 5px;
    border-left-width: 2px;
    margin: 0;
}

.Notificacion--list--element--cabecera {
    padding: 2px;
    border-radius: 8px;
    padding-right: 7px;
}

.Notificacion--list--element .message .pull-right {
    /* float: none !important; */
    /* width: 100%; */
}
.phpdebugbar-widgets-sql-duplicate {
    background: #ffb7b7 !important;
}