.gray-bg {
    background: rgba(240, 237, 240, 0.42);
    background: -moz-linear-gradient(top, rgba(240, 237, 240, 0.42) 0%, rgba(240, 237, 240, 1) 0%, rgba(177, 177, 177, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240, 237, 240, 0.42)), color-stop(0%, rgba(240, 237, 240, 1)), color-stop(100%, rgba(177, 177, 177, 1)));
    background: -webkit-linear-gradient(top, rgba(240, 237, 240, 0.42) 0%, rgba(240, 237, 240, 1) 0%, rgba(177, 177, 177, 1) 100%);
    background: -o-linear-gradient(top, rgba(240, 237, 240, 0.42) 0%, rgba(240, 237, 240, 1) 0%, rgba(177, 177, 177, 1) 100%);
    background: -ms-linear-gradient(top, rgba(240, 237, 240, 0.42) 0%, rgba(240, 237, 240, 1) 0%, rgba(177, 177, 177, 1) 100%);
    background: linear-gradient(to bottom, rgba(240, 237, 240, 0.42) 0%, rgba(240, 237, 240, 1) 0%, rgba(177, 177, 177, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0edf0', endColorstr='#b1b1b1', GradientType=0);
}

/*botones*/
.btn {
    border-radius: 3px;
}

.btnlogin {
    border-radius: 3px;

}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 3px;
    margin-right: 10px;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-right: 10px;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.btn-success {
    background-color: #fff;
    border-color: #3c8dbc;
    color: #3c8dbc;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success.active:hover,
.btn-success.active:focus {
    background-color: #3c8dbc;
    border-color: #3c8dbc;
    color: #FFFFFF;
}

.btn-nuevocliente {
    background-color: #ef7521;
    color: #fff;
    float: right;
    height: 36px;
    font-size: 15px;
    padding-top: 8px;
    margin-top: 5px;
}

.btn-nuevocliente:Hover {
    background-color: #bf6122;
    color: #fff;
}

.btn-nuevocliente i {
    margin-right: 10px;
}

.btn-warning {
    background-color: #fff;
    border-color: #ef7521;
    color: #ef7521;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning,
.btn-warning:active:focus,
.btn-warning:active:hover,
.btn-warning.active:hover,
.btn-warning.active:focus {
    background-color: #ef7521;
    border-color: #ef7521;
    color: #FFFFFF;
}

.btn-danger {
    background-color: #fff;
    border-color: #ed5565;
    color: #ed5565;
}

.btn-danger:disabled {
    color: #fff;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-top: 3px;
}

.buttons-csv {
    background: #b1b1b1 !important;
    border: 1px solid #B1B1B1 !important;
}

.buttons-csv:hover {
    background: #56B5DE !important;
    border: 1px solid #56B5DE !important;
}

.buttons-excel {
    background: #b1b1b1 !important;
    border: 1px solid #b1b1b1 !important;
}

.buttons-excel:hover {
    background: #51CA75 !important;
    border: 1px solid #51CA75 !important;
}

.buttons-pdf {
    background: #b1b1b1 !important;
    border: 1px solid #b1b1b1 !important;
}

.buttons-pdf:hover {
    background: #ed5565 !important;
    border: 1px solid #ed5565 !important;
}

.buttons-collection {
    background: #b1b1b1 !important;
    border: 1px solid #b1b1b1 !important;
}

.buttons-collection:hover {
    background: #ef7521 !important;
    border: 1px solid #fff !important;
}

.float-e-margins .btn {
    margin-bottom: 5px;
    margin-left: 0px;
}

.html5buttons span i {
    margin-left: 5px;
}

.btn-toggle {
    cursor: pointer;
    font-size: 2rem;
}

.btn-toggle-on {
    color: #ef7521;
}

.btn-toggle-on:hover {
    color: #bf6122;
}

.btn-toggle-off {
    color: #b1b1b1;
}

.btn-toggle-off:hover {
    color: #9e9d9d;
}

.btn-toggle-disabled:hover {
    cursor: not-allowed;
}

.help-block {
    font-size: 1rem;
}

.validation-messages {
    display: none;
}

/*tabla*/
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: #ef7521;
    border-bottom: 1px solid #ef7521;
}

th {
    text-align: left;
    color: #fff;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    background-color: #ef7521;
}

.table>thead>th,
.table>tbody>th,
.table>th,
.table>thead {
    border-top: 1px solid #e7eaec;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: middle;
}

table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
    top: 10px;
    right: 6px;
}

.table>tr>tbody>tr>tfoot>tr>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: 1px solid #e7eaec;
    line-height: 1.42857;
    padding: 3px;
    vertical-align: middle;
    padding-left: 8px;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    vertical-align: middle;
    padding-top: 3px;
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 15px;
    white-space: nowrap;
    padding-bottom: 8px;
}

.dataTables_filter label {
    margin-right: 10px;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
    padding-top: 8px;
    font-size: 11px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ef7521;
    outline: 0;
    border-radius: 0px;
}

.top-navigation .dropdown-menu>li>a {
    margin: 0;
    padding: 7px 20px;
    width: 169px;
}

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #ef7521;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 20px 7px;
    min-height: 48px;
}

select.input-sm {
    height: 35px;
}

/*menus header*/

.dropdown-menu>li>a {
    /* border-radius: 3px; */
    color: inherit;
    line-height: 25px;
    margin: 4px;
    text-align: left;
    font-weight: normal;
}

.dropdown-menu:hover>li:hover>a:hover {
    background: #fff;
    color: #b1b1b1;
}

.top-navigation .nav>li a:hover,
.top-navigation .nav>li a:focus,
.top-navigation .nav>li a:active {
    background: #fff;
    color: #ef7521 !important;
    border-bottom: 3px solid #EF7524 !important;
    border-color: transparent;

}

.top-navigation .nav>li a:focus {
    background: #fff;
    color: #ef7521 !important;
    border-bottom: transparent !important;
    border-color: transparent;

}

/*Titulos*/
.ibox-title {
    padding-bottom: 60px;
}

.ibox-title h1 {
    margin-top: 10px;
}

/*Fuentes*/
h1 {
    font-size: 26px;
    float: left;
    font-weight: 600;
    color: #ef7521;
}

/*tabla ver Cliente*/
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #ef7521;
    color: #fff;
}

.inmodal .modal-header {
    padding: 30px 15px 30px 40px;
    text-align: left;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 5px;
}

.modal-footer {
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: 15px;
    text-align: right;
    border-top: none;
}

.modal-subirarch {
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 15px;
    text-align: right;
    border-top: none;
    margin-top: 50px;
}

.navbar-header {
    margin-right: 25px;
}

.count-info {
    margin-top: -7px;
}

.btn-menu:hover {
    border-bottom-color: #ef7521;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 30px !important;
    margin-bottom: -10px;
}

.cant-creditos .count-creditos {
    margin-left: 5px;
}

/*altera info*/
.toast-info {
    background-color: #b99e03;
    background-image: none !important;
}

.toast-success {
    background-color: #1d7cb3;
}

.label-success {
    background-color: #00d600;
}

/*menu botones tabla*/
.top-navigation .dropdown-menu>li>a {
    margin: 0;
    padding: 7px 20px;
    width: 249px;
}

/*bloque fondo*/
.top-navigation #page-wrapper {
    margin-left: 0;
    /*background-image:url(../img/fondo.jpg);*/

}

.middle-box {
    padding-top: 90px;
}

.logo-name {
    font-size: 90px;
}

.center-blocklogin {
    display: block;
    /*margin-right: auto;
    margin-left: auto;*/
    background-color: rgba(255, 255, 255, 0.8);
    padding: 200px 70px 0px;
    /*border-radius: 5px;*/
    width: 450px;
    height: 100%;
}

.middle-boxlogin {
    max-width: 400px;
    z-index: 100;
    height: 100%;
    margin-left: 50px;

}

.logoin {
    margin-bottom: 30px;
}

.bg_login_america_santiago, .bg_login_america_asuncion, .bg_login_america_argentina_buenos_aires {
    background-image: url(../img/login_bg_ch.png);
    background-position: 100%;
    background-size: cover;
    background-color: #fff !important;
}

.bg_login_america_lima {
    background-image: url(../img/login_bg_pe.jpg);
    background-position: 100%;
    background-size: cover;
    background-color: #fff !important;
}

.bg_login_america_mexico_city {
    background-image: url(../img/login_bg_mx.jpg);
    background-position: 100%;
    background-size: cover;
    background-color: #fff !important;
}

.top-navigation .navbar-right {
    margin-right: 20px;
    margin-top: 5px;
}

.container2 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    width: 100%;
    resize: none !important;
    margin-top: 10px;
    padding-left: 1px !important;
}

textarea {
    overflow: auto;
    width: 100%;
    max-width: 100%;
    max-height: 204px;
    font-weight: 400 !important;
}

.nav-tabs {
    border-bottom: none;
    margin-bottom: 15px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border-color: transparent;
    border-bottom: transparent;
    border-image: none;
    color: #555555;
    cursor: default;
}

.top-navigation .nav>li.active>a {
    color: #ef7521;
    border-bottom: 3px solid #ef7521;
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
    color: #878787;
}

.daterangepicker select.yearselect {
    width: 40%;
    color: #878787;
}

.daterangepicker .calendar-time {
    text-align: inherit !important;
}

.daterangepicker .calendar th,
.daterangepicker .calendar td {
    white-space: nowrap;
    text-align: center;
    min-width: 32px;
    color: #878787;
}

.btn-info {
    background-color: #54AA51;
    border-color: #54AA51;
    color: #FFFFFF;
    margin-right: 10px;
}

.cabezera-tablas {
    margin-bottom: 15px !important;
    border: 1px solid #b1b1b1 !important;
    border-radius: 5px !important;
    display: block;
}

.opciones-titulo {
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px solid;
    background-color: #ef7521;
    color: #fff;
    padding-top: 25px;
    margin-top: 30px !important;
}

.boton-ver {
    width: 150px;
}

.titulod {
    font-weight: 400;
    margin-bottom: -40px;
    margin-top: 10px !important;
}

.label-success,
.badge-success {
    background-color: #54AA51;
    color: #FFFFFF;
    margin-top: 4px;
}

.label-info,
.badge-info {
    background-color: #3c8dbc;
    color: #FFFFFF;
    margin-top: 4px;
}

.ibox-title2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ef7521;
    border-width: 3px 0 0;
    color: #fff;
    margin-bottom: 0;
    padding: 14px 20px 7px;
    min-height: 48px;
}

.col-lg-102 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0px;
}

.logo {
    width: 140px;
    height: auto;
    margin-left: 0px;
    margin-bottom: 15px;
    margin-top: -20px;
    padding-top: 15px;
}

.infocreditoscliente {
    font-size: 25px;
    color: #ef7521;
    font-weight: 600;
}

.infokeycod {
    font-size: 16px;
    color: #ef7521;
}

.margenbloque {
    margin-top: 10px !important;
}

.btoncargacre {
    margin-top: 2px;
    width: 150px;
    /*margin-left: 70px;*/
}

/*color*/
.anaranjado {
    color: #ef7521;
    font-size: 16px;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info.active:hover,
.btn-info.active:focus {
    background-color: #5A9058;
    border-color: #5A9058;
    color: #FFFFFF;
}

.bloquenvio {
    background-color: #E6E6E6;
    padding-left: 15px;
}

.importforma {
    background-color: #ef7521;
}

.infoconfenvio {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #e7eaec !important;
    border-radius: 0px !important;
    cursor: text;
}

.btn-iniciarenvio {
    background-color: #3c8dbc;
    border-color: #3c8dbc;
    color: #FFFFFF;
}

.btn-iniciarenvio:hover {
    background-color: #377CA4;
    border-color: #377CA4;
    color: #FFFFFF;
}

.info-sus {
    margin-top: 4.5%;
    font-size: 14px;
    color: #54AA51;
}

/*responsive*/
@media (max-width: 1200px) {
    div.dataTables_wrapper div.dataTables_filter input {
        width: 135px;
    }
}

@media (max-width: 1169px) {
    .top-navigation .navbar-right {
        margin-right: 20px;
        margin-top: -55px;
    }
}

@media (max-width: 1156px) {
    .col-lg-102 {
        display: flex;
    }
}

@media (max-width: 1140px) {
    .top-navigation .navbar-right {
        margin-right: 20px;
        margin-top: 6px !important;
    }

    /*.navbar-collapse.collapse {
    display: inline-block !important;
    margin-left: 90px;
}*/
    .logo {
        margin-left: 116px;
    }
}

@media (max-width: 1075px) {
    .top-navigation .navbar-right {
        margin-right: 20px;
        margin-top: 6px !important;
    }

    /*.navbar-collapse.collapse {
    display: inline-block !important;
    margin-left: 50px;
}*/
    .logo {
        margin-left: 70px;
    }
}

@media (max-width: 1029px) {
    .top-navigation .navbar-right {
        margin-right: 20px;
        margin-top: -54px !important;
    }

    /*.navbar-collapse.collapse {
    display: inline-block !important;
    margin-left: 50px;
}*/
    .logo {
        margin-left: 70px;
    }
}

@media (max-width: 1000px) {
    .top-navigation .navbar-right {
        margin-right: 20px;
        margin-top: -112px !important;
    }

    /*.navbar-collapse.collapse {
    display: inline-block !important;
    margin-left: 90px;
}*/
    .logo {
        margin-left: 70px;
    }

    .container {
        width: 936px;
    }
}

/* Lista negra */
.black-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.black-list label {
    max-width: 70%;
}

.show-list {
    margin-top: 18px;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}

.select-users {
    height: 34px;
    margin-right: 5px;
}

@media (max-width: 991px) {
    .info-sus {
        text-align: center;
    }

    .ecoimg {
        text-align: center;
        margin-bottom: 15px;
    }
}

@media (max-width: 976px) {
    .container {
        width: 900px;
    }
}

@media (max-width: 940px) {
    .container {
        width: 850px;
    }

    /*.navbar-collapse.collapse {
    display: inline-block !important;
    margin-left: 50px;
}
}*/
    @media (max-width: 900px) {
        .container {
            width: 800px;
        }

        /*.navbar-collapse.collapse {
    display: inline-block !important;
    margin-left: 30px;
}*/
    }

    @media (max-width: 872px) {
        .container {
            width: 750px;
        }

        /*.navbar-collapse.collapse {
    display: inline-block !important;
    margin-left: 10px;
}*/
        .logo {
            margin-left: 25px;
        }
    }

    @media (max-width: 825px) {
        .container {
            width: 700px;
        }
    }

    @media (max-width: 770px) {
        .container {
            width: 650px;
        }
    }


    @media (max-width: 767px) {

        /*.navbar-collapse.collapse{
    display: none !important;
}*/
        .top-navigation .navbar-top-links li:last-child {
            margin-top: 110px;
        }
    }

    .logo {
        width: 140px;
        height: auto;
        margin-left: 25px;
        margin-bottom: 15px;
        margin-top: -20px;
        padding-top: 15px;
    }
}

@media (max-width: 700px) {
    .container {
        width: 600px;
    }

    .btn-group-lg>.btn,
    .btn-lg {
        font-size: 14px;
    }
}

@media (max-width: 649px) {
    .container {
        width: 550px;
    }
}

@media (max-width: 600px) {
    .container {
        width: 500px;
    }

    .btn-group-lg>.btn,
    .btn-lg {
        font-size: 12px;
    }
}

@media (max-width: 550px) {
    .container {
        width: 450px;
    }

    .btn-group-lg>.btn,
    .btn-lg {
        font-size: 12px;
    }

    .col-xs-4 {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 500px) {
    .container {
        width: 400px;
    }
}

@media (max-width: 450px) {
    .container {
        width: 350px;
    }
}

@media (max-width: 400px) {
    .container {
        width: 300px;
    }
}

@media (max-width: 350px) {
    .container {
        width: 250px;
    }
}


.report-filter-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.report-filter-container .control-label {
    width: 70%;
}

.report-filter-container .btn {
    margin-top: 2.5rem;
}