/*body {
    background-attachment: fixed;
    background-image: url('../img/unbgjpg.jpg');
    background-image: url('../img/unbgjpg.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    overflow-x: hidden;
    margin: 0;
}
*/

body {
    background-image: url('../img/unbgjpg.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-attachment: fixed;
    overflow-x: hidden;
    margin: 0;
}


h1, h2, h3, h4, h5, h6, p, a {
    color: #575858;
    font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin: 15px 0;
}

a:hover {
    text-decoration: none;
}

.navbar {
    background: #fff;
    height: auto;
    margin: 0;
}

header {
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    box-shadow: 0 0px 15px #9b9b9b;
}

.navbar-nav > li:first-child {
    border-right: 1px solid #e4e4e4;
}

a.botonInicio, a.botonAlerta {
    font-size: 14px;
}

.navbar-default {
    border: 0;
}

.navbar-nav li:nth-child(2) > a {
    color: #943e97;
}

a.botonAlerta {
    margin-right: 10px;
}

    a.botonInicio:hover i, a.botonAlerta:hover i {
        color: #267ac1;
    }

.numeroAlertas {
    background: red;
    border-radius: 50%;
    height: 20px;
    left: 32px;
    position: relative;
    text-align: center;
    top: -30px;
    width: 20px;
}

    .numeroAlertas p {
        color: #fff;
    }

.userMenu > a {
    margin: 0;
    padding: 0;
}

.navbar-brand {
    height: auto;
}

.navbar-right {
    margin-top: 25px;
}

li.menuUsuario {
    background: #eff3f6;
    border-radius: 5px;
    padding: 0 15px;
    position: relative;
    top: -15px;
}

    li.menuUsuario .menuUsuarioIzq img {
        margin: 10px 0;
    }

    li.menuUsuario .menuUsuarioDer {
        border-left: 1px solid #fff;
        float: right;
        padding: 23px 7px 22px 19px;
    }

        li.menuUsuario .menuUsuarioDer a {
            font-size: 14px;
        }


    li.menuUsuario .menuUsuarioIzq {
        border-right: 1px solid #ccd5da;
        float: left;
        padding-right: 15px;
    }

a.userMenu {
    font-size: 14px !important;
}

section#unbillingBienvenido {
    margin-top: 15px;
}

    section#unbillingBienvenido h1 {
        font-size: 1.2em;
    }

h1 span.tipodeservicio {
    background: #943e97;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    margin-left: 20px;
    position: relative;
    top: -5px;
    padding: 10px;
}

#unbillingBotones {
    margin-top: 10px;
}

.unbillingBoton, .unbillingBotonVerde, .unbillingBotonNaranja, .unbillingBotonAzul {
    border: 1px solid #e7eaeb;
    margin-bottom: 30px;
    min-height: 156px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .unbillingBotonVerde:hover {
        background: #943e97;
    }

    .unbillingBotonNaranja:hover {
        background: #f36220;
    }

    .unbillingBotonAzul:hover {
        background: #f27536;
    }

        .unbillingBotonVerde:hover > a > h3.botonTexto, .unbillingBotonNaranja:hover > a > h3.botonTexto, .unbillingBotonAzul:hover > a > h3.botonTexto {
            color: #fff;
        }


.consultaAzul {
    background: #943e97 !important;
}

    .consultaAzul h3.botonTexto {
        padding: 5px;
        color: #fff !important;
    }

    .consultaAzul span, .consulta-icono span {
        color: #fff;
        font-size: 2.4em;
        text-align: center;
        width: 100%;
    }

        .consultaAzul span p, .consulta-icono span p {
            color: #fff;
            line-height: 10px;
            padding-top: 50px;
            text-align: center;
        }

span.consulta-icono i {
    color: #fff !important;
    font-size: 50px;
    padding-left: 42%;
    padding-top: 10%;
}

h3.coupontitulo {
    padding: 0 5px 5px 5px;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    margin-top: 9px;
    text-align: center;
}

.botonIcono {
    border: 4px solid #eff3f6;
    border-radius: 50%;
    font-size: 30px;
    height: 75px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 15px;
    width: 75px;
}

.unbillingBotonVerde:hover .botonIcono {
    background: #fff;
    color: #943e97;
    border: 4px solid #733075;
}

    .unbillingBotonVerde:hover .botonIcono i {
        margin-top: 19px;
    }

.unbillingBotonNaranja:hover .botonIcono {
    color: #d9581d;
    border: 4px solid #d9581d;
}

    .unbillingBotonNaranja:hover .botonIcono i {
        margin-top: 19px;
    }

.unbillingBotonAzul:hover .botonIcono {
    background: #fff;
    color: #f27536;
    border: 4px solid #d1642e;
}

    .unbillingBotonAzul:hover .botonIcono i {
        margin-top: 19px;
    }

.botonIcono > i {
    margin-top: 19px;
}

h3.botonTexto {
    color: #575858;
    font-size: 1.2em;
    font-weight: 400;
    margin-top: 28px;
    padding: 0 10px;
    text-align: center;
}

#actividades {
    padding-bottom: 30px;
}

.contenedor-actividades {
    background: #fff;
    margin-bottom: 80px;
    padding: 1px 13px;
}

h4.registroActividades {
    font-size: 1.6em;
}

.ubtable {
    margin: 15px 0;
}

.table > tbody > tr > td {
    border-top: 1px solid #eff3f6;
    padding: 10px 10px;
}

.table-sm tr:first-child > td {
    border-top: 0 !important;
}

.table-sm tbody tr td {
    padding: 11px 0;
}

.table-sm tr:hover {
    background: #eff3f6;
}

.unbilling-boton-actividades {
    border: 1px solid #e7eaeb;
    margin-bottom: 30px;
    padding-top: 30px;
    height: 100%;
    text-align: center;
}

    .unbilling-boton-actividades:hover {
        background: #f27436;
    }

    .unbilling-boton-actividades > a > p {
        margin-bottom: 14px;
    }

    .unbilling-boton-actividades:hover > a > h3, .unbilling-boton-actividades:hover > a > p {
        color: #fff;
    }

.botonIconoActividades {
    border: 5px solid #eff3f6;
    font-size: 64px;
    border-radius: 50%;
    height: 130px;
    margin: 0 auto;
    width: 130px;
}


.unbilling-boton-actividades:hover .botonIconoActividades {
    background: #fff;
    border: 8px solid #d1642e;
}


    .unbilling-boton-actividades:hover .botonIconoActividades i {
        color: #f27436;
        margin-top: 25px;
    }

.botonIconoActividades > i {
    margin-top: 28px;
}

a.detalle_factura {
    color: #f36220;
    font-weight: 700;
}

span.busquedaNoEncontrada {
    background: #e5ba23;
    color: #fff;
    padding: 15px 10px;
}

footer {
    background: #404040;
    padding: 20px 0 10px 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

p.copyright {
    color: #fff;
}



/* DRY */
.navbar, .unbillingBoton {
    background: #fff;
}


/* ClearFix */

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.table > tbody > tr > th, .table > tbody > tr > td {
    border-top: 0;
}

/*** Paginas internas **/

.subHeader {
    padding: 15px 0;
}

h1.innerTitle {
    font-size: 1.2em;
    color: #943e97;
}

    h1.innerTitle > i {
        margin-right: 10px;
    }


.unbilling-breadcrumbs > span {
    font-size: 0.9em;
}
/*
section.botones_accion, section#consultaDispositivoMobile {
    background: #fff;
}*/

section#consultaDispositivoMobile {
    padding: 30px 0;
}

section#fomulario_agregar_fisico {
    padding: 30px 0;
}

.botones_accion h2 {
    margin: 30px 0;
}

a.boton_documento {
    padding: 5px 5px;
    margin: 0 auto;
    width: 100%;
}

.agregar_docs {
    font-size: 18px;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 30px;
}


/*
.azul, .verde, .form-unbilling {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}*/

.form-unbilling {
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c2c2c2;
    display: block
}

.form-group {
    margin-bottom: 15px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    margin-bottom: 15px;
}

.unbillingsubmit {
    background: #943e97;
    color: #fff !important;
    margin-bottom: 30px;
    padding: 15px 80px;
}

.btn-primary {
    color: #fff;
    border-color: #943e97;
}

.input-group .form-unbilling:first-child {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    /*border: 1px solid #f5f5f5 !important;*/
    border-right: 0 !important;
    color: #943e97;
    text-align: center;
    background-color: #fff;
    border-radius: 0 !important;
}

.unbillingsubmit:hover {
    background: #612863 !important;
    border-color: #612863;
    color: #fff;
}

.textarea {
    border-radius: 5px !important;
}

.botonBusquedaActividad {
    margin: 0 auto;
}

.consultaNaranja {
    background: #f36220 !important;
}

section.busqueda_actividad, section.unbillingActividad {
    border-bottom: 0;
}

section.resultadoBusqueda, section#clienteCrearDocumento {
    padding-top: 30px;
    padding-bottom: 30px;
}

    section.resultadoBusqueda .container, section#consultaDispositivoMobile .container {
        background: #fff;
        margin-bottom: 90px;
    }

section.unbillingactividad {
    padding-top: 30px;
}
/*
section.busqueda_actividad, section.resultadoBusqueda {
    background: #fff;
}

*/

section.busqueda_actividad h3 {
    margin: 30px 0;
    text-align: center;
}

section#consultar-factura {
    padding-top: 30px;
}

input[type=file] {
    background: #fff;
}

.input-group .form-unbilling {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}


p.fechaConsulta {
    margin: -20px 0 2px 0;
}

p.filtrarpor {
    margin-top: 15px;
}

ul.filtros_busqueda_consulta li {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    background: #267ac1;
    border-radius: 10px;
    margin-right: 10px;
    padding: 5px 10px;
}

ul.membership-features {
    color: #fff;
    margin: 10px 0 0 0;
    padding: 0;
}

.membershipUnbilling {
    background: #23527c;
}

.membershipUnbillingFree {
    background: #337ab7 !important;
}

.membershipUnbillingGold {
    background: #D4AF37;
}

.membershipUnbillingSilver {
    background: #c4c7ce;
}

.membershipUnbillingBronze {
    background: #cd7f32;
}


.membershipUnbilling a ul li, .membershipUnbilling h3 {
    color: #fff;
}

.membershipUnbilling:hover a ul li, .membershipUnbilling:hover h3 {
    color: #fff;
}

ul.membership-features li {
    list-style: none;
    text-align: center;
}

.membershipUnbilling ul li {
    color: #575858;
}

.paddingUnbilling, .membershipUnbilling {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

section.unbillingcrear {
    padding: 30px 0;
}

input.creardocumento {
    margin-bottom: 15px;
}

section.configuracionSistema {
    padding: 0 0 30px 0;
}

section.unbillingcrear {
    padding: 30px 0 0 0;
}
/*
th#codigoProductoHeader,th#cantidadProductoHeader, th#accionesProducto{
	width:15%;
}
th#descripcionProductoHeader {
	width:40%;
}
*/
.productoCreado {
    border: 0;
    background: none;
    width: 120px;
}

.grantotal {
    padding-left: 3.3333333%;
}

tbody#precioTotal tr {
    width: 100%;
}

th#subtotalTexto, th#ivaTexto, th#granTotalDocumento {
    font-size: 14px;
    margin-right: 30%;
}



input#subtotal, input#iva, input#total, input#impuestos, input#otrosImpuestos {
    text-align: right;
}

.crearNuevoCliente {
    margin-bottom: 30px;
}

button#cerrarCliente {
    margin: 30px 0;
}

.condicionesTerminos {
    text-align: right;
}

button#cerrarCliente {
    margin: 30px 0;
    background: none;
    border: 2px solid #f36220;
    border-radius: 5px;
    color: #f36220;
    padding: 10px;
}

span.detalleDocumentoEstatus {
    background: #95489e;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    margin-left: 15px;
    padding: 10px;
    position: relative;
    top: -6px;
}

.crearDocumentBotonContenedor {
    width: 100%;
}

.crearProducto {
    background: #267ac1;
    border-radius: 5px;
    color: #fff;
    padding: 3px 10px;
    width: 75px;
}

    .crearProducto:hover {
        cursor: pointer;
    }

.cep, .cbp, .cgc {
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
}

    .cep:hover, .cbp:hover, .cgc {
        cursor: pointer;
    }

.cgc {
    background: #b5d334;
}

.cep {
    background: #b5d334;
    float: left;
}

.cbp {
    background: #f36220;
    float: right;
}

input.itemDes {
    width: 95%;
}

input.itemCod {
    width: 100px;
}

input.itemCan {
    width: 60px;
}

input.itemUniMe {
    width: 99px;
}

input.itemCos {
    width: 200px;
}

input.itemDesc {
    width: 70px;
}

input.itemRazDesc, input.itemDescModal {
    width: 100%;
}

.btn-descuento {
    display: inline-block;
    padding: 2px 12px;
}

select.unidadMedidaSel {
    padding: 3px 0;
}

button.eliminarDispositivo {
    background: #f36220;
    border: 0;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
}

.crearBotonTarea {
    margin-top: 40px;
}

h3.botonTexto object {
    fill: #000;
}

section.condicionesTerminos {
    background: #fff;
    padding: 30px 0;
    text-align: left;
}

    section.condicionesTerminos h1, section.condicionesTerminos p {
        text-align: left;
    }

    section.condicionesTerminos h3 {
        text-align: center;
    }

p.membresiapregunta {
    text-align: center !important;
}

button.obtenerCuenta {
    margin: 30px 0 30px 40px;
    width: 305px;
}

footer a {
    color: #fff;
}

    footer a:hover {
        color: #fff;
    }

a.condiciones {
    margin-right: 10px;
}

/**DataTable
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.3em 0.8em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #FFF !important;
        border-radius: 4px;
        background-color: #575858;
    }

.dataTables_wrapper .dataTables_paginate {
    color: #333;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #575858;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: left;
}
input::placeholder {
    opacity:0.4;
}

.dataTables_filter input {
    width: 400px;
    margin-left: 10px;
    padding: .375rem .75rem;
    font-size: 2rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: 30px;
    font-weight: normal;
}

table.dataTable {
    clear: both;
}
Fin DataTable*/
.error {
    color: #a94442;
}

.table-unbilling-hover tbody tr:hover {
    background-color: #575858 !important;
    color: #FFF !important;
}

.table-unbilling-hover .selected {
    background-color: #777 !important;
    color: #FFF !important;
}



/**Preload*/
.bg_load {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #EEE;
    z-index: 1131
}

.loader {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1132;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 13px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}






/*EN Preload*/
.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.btn {
    border-radius: 0 !important;
}

.form-group p {
    font-weight: bold;
}

.selectize-input {
    border: 0;
    background: transparent;
    padding: 2px 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tabla-borde {
    background: #fff;
    border: 1px solid #d5d5d5;
}

.botonbuscarcliente {
    color: #fff !important;
    background-color: #95489e !important;
    border-color: #95489e !important;
    position: relative !important;
    top: -7px !important;
}

    .botonbuscarcliente:hover {
        color: #fff;
        background-color: #723679;
        border-color: #723679;
    }



#MyForm > section:nth-child(3) > div > div.row > div > div > div > p, #buscarCedulaJuridica > div > div > div > div.row > div.col-md-4 > p {
    font-weight: bold;
}

.selectize-input {
    background: none !important;
    border: 0 !important;
    padding: 6px 12px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: -4px;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0 !important;
}

#ContribuyenteForm > div:nth-child(3) > div:nth-child(1) > p, #fomulario_agregar_fisico > div:nth-child(1) > div > div > p, #consultar-factura > div > div > div:nth-child(3) > p, #consultar-factura > div > div > div:nth-child(4) > p {
    font-weight: bold !important;
}

#Detalles {
    min-height: 175px;
    border-radius: 0 !important;
}

section.resultadoBusqueda {
    margin-bottom: 120px;
}

#MyForm > section:nth-child(3) {
    margin-bottom: 90px;
}

#MyForm > div:nth-child(5) > div > label > span {
    background: #943e97;
}

#myTable_wrapper {
    background: #fff;
    padding: 5px;
}

*:focus {
    outline: none;
}

#form_b > div:nth-child(2) > div:nth-child(1) > div > label > span, #articulos > div > button {
    background: #943e97;
}

#form_b > div:nth-child(2) > div:nth-child(1) > div > input {
    background: #fff;
}

#form_b > div:nth-child(2) > div:nth-child(2) > span {
    background: #fff;
    padding: 5px;
}

#tSucursales, #myTable {
    background: #fff;
    padding: 5px;
    margin-bottom: 90px;
}

    #tSucursales > tbody {
        padding: 5px;
    }

    #myTable > tbody > tr {
        padding-left: 5px;
    }

section.botones_accion_ingresar, #myTable_wrapper {
    margin-bottom: 90px;
}

.unbillingBotonVerde:hover h3 {
    color: #fff;
}

.btn-purple-unbilling {
    background: #943e97;
    color: #fff !important;
}

.disabled-unbilling {
    /*background: #943e97;
    color: #fff !important;*/
    opacity: .5;
    cursor: default;
}

.btn-errado-unbilling {
    background: #a60000;
    color: #fff !important;
}

.btn-rechazado-unbilling {
    background: #fd0000;
    color: #fff !important;
}

.btn-parcial-unbilling {
    background: #943e97;
    color: #fff !important;
}

.hr-unbilling {
    border-color: #943e97;
}

.nav-unbilling {
    background: #fee8ff;
}

/*
.nav-unbilling li {
    background: #fee8ff;
}
*/
/*
.day.disabled {
    color: #b9b8b8;
}
*/

.day.active {
    background-color: #943e97;
    color: #FFF;
    border-radius: 3px;
}

.bootstrap-select {
    padding: 0px !important;
    width: 100% !important;
}

    .bootstrap-select > .dropdown-toggle.btn-default:active {
        background: #FFF !important;
    }

    .bootstrap-select > .dropdown-toggle {
        border: 0px !important;
        width: 100% !important;
    }

.selectize-control.form-unbilling {
    padding: 6px 0px !important;
}

.btn.dropdown-toggle.btn-default {
    margin-bottom: 5px;
}

.form-unbilling:disabled {
    opacity: 0.8 !important;
}

.table tr td {
    padding: 0px 10px;
}

textarea.form-unbilling {
    height: 100%;
}
/* Establece el Tamaño por defecto para las alertas con Sweet Alert*/
.swal2-popup {
    font-size: 1.6rem !important;
}

/* Custom Anchor <a href> UnBilling */
.AnchorUnbilling {
    color: #943e97;
}

    .AnchorUnbilling:hover {
        color: #7e046a;
    }

/*Ultimos Modificaciones (Integracion Rama Andres) - 15/06/18 */

.numeroDocumentoCredito {
    font-size: 14px;
    font-weight: bold;
    margin-left: 14px;
}

.tituloAgregarPS {
    margin-left: 10px;
}

.separacionRow {
    margin-bottom: 30px;
}

.tooltip {
    font-size: 15px;
}

.swal-button {
    background: #943e97 !important;
    border-radius: 0 !important;
}

.unbilling-Clientes-Separador {
    margin-top: 15px;
}

.nav-unbilling {
    border-bottom: 0 !important;
}

    .nav-unbilling a {
        color: #612863 !important;
    }

    .nav-unbilling li > a:hover {
        border: 0 !important;
        border-radius: 0 !important;
        background: #943e97 !important;
        color: #fff !important;
    }

    .nav-unbilling li.active > a {
        color: #fff !important;
        cursor: default;
        background-color: #943e97 !important;
        border: 0 !important;
        border-bottom-color: transparent;
        border-radius: 0 !important;
    }

.btn-top-margin {
    margin-top: 30px;
}

.unbilling-ccmargin {
    margin-bottom: 45px;
}

.ccarchivo {
    margin-top: 5px;
    padding: 6px 10px;
}


/* Integracion CSS Andres - 15/06/18 */
.logounbillingdisclaimer {
    text-align: center;
    padding: 10px 0 20px 0;
}

.modalhome {
    background: rgba(0,0,0,0.9);
    display: none;
    height: 100%;
    left: 0;
    padding-top: 4%;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

.modalhomebgwhite {
    background: #fff;
    border-radius: 10px;
    height: 480px;
    overflow-y: scroll;
    padding: 10px 0;
}


    .modalhomebgwhite::-webkit-scrollbar {
        width: 15px;
    }

    .modalhomebgwhite::-webkit-scrollbar-track {
        background: #e5e5e5;
        border-radius: 10px;
    }

    .modalhomebgwhite::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #943e97;
    }


/* CSS Andrés 04-07-18 */

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #994d9a;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.bg_load > h1 {
    font-size: 20px;
    position: absolute;
    text-align: center !important;
    margin: 0 auto;
    width: 98%;
    top: 65%;
}

.modalhomebgwhite {
    height: 450px !important;
}

.texto-unbilling {
    color: #943e97;
}

.readonly-unbilling {
    background-color: #ECECEC; /* #F0F0F0 */
}

/* Inicio Paginador Unbilling */
#paginador_unbilling {
    float: right;
    display: inline-block;
    margin-top: -60px;
    margin-right: 20px;
}

#btn_pag_buscar_unb {
    background: #943e97 !important;
    color: #fff;
    font-weight: bold;
    border-color: #943e97;
}

#btn_pag_sig_unb {
}
/* Fin Paginador Unbilling */

#img-estatus-mh {
    margin-top: -2px;
    max-width: 40px;
    display: inline-block;
}

.unbilling-text {
    color: #943e97;
}

#btn-detalles-salud-mh {
    margin-left: 10px;
    font-size: 11px;
    margin-top: -2px;
}

.tabla-consultas {
    font-size: 12px;
}

.btn-estatus {
    font-size: 9px;
    font-weight: bold;
    padding: 5px 10px;
}

.btn-notas {
    font-size: 10px;
    font-weight: bold;
    padding: 3px;
}

/* Se usa en consultar NC y ND*/
.btn-nota {
    font-size: 10px;
    font-weight: bold;
    padding: 3px;
}

.btn-reenviarMH {
    font-size: 10px;
    font-weight: bold;
}

#text-tiempo-respuesta {
    margin-top: -45px;
    color: #333;
    font-size: 12px;
}

.text-purple-unbilling {
    color: #612863;
}

.bootstrap-select > .dropdown-toggle {
    border: 1px solid #c2c2c2 !important;
}
