body {
    color: #444444;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
    cursor: pointer;
}

.form-control {
    width: 100%;
    display: inline-block;
}

.row-10 {
    margin-right: 10px;
    margin-left: 10px;
}

.links_db {
    font-size: 13px;
    text-align: right;
}

.modal {
    z-index: 9999;
}

.modal-backdrop {
    z-index: 9998;
}

.custom-combobox {
    position: absolute;
    display: inline-block;
}

.color-back {
    background-color: #fff;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #eee;
}


.nav-sidebar .nav-item > .nav-link .right {
    position: absolute;
    right: 1rem;
    top: 12px;
}

.mb-10 {
    margin-bottom: 10px;
}

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

.pb-10 {
    padding-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}

.btn.btn-icon, .btn.drp-icon {
    width: 45px;
    height: 45px;
    padding: 10px 12px;
}

/* Estilo iOS */
.switch__container {
    margin: 5px auto;
    /*width: 120px;*/
}

.switch {
    visibility: hidden;
    position: absolute;
    margin-left: -9999px;
}

.switch + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.switch--shadow + label {
    padding: 2px;
    width: 45px;
    height: 20px;
    border-radius: 60px;
}

.switch--shadow + label:before,
.switch--shadow + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}

.switch--shadow + label:before {
    right: 1px;
    border-radius: 30px;
    transition: background 0.4s;
}

.switch--shadow + label:after {
    width: 20px;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
}

.switch--shadow:checked + label:after {
    transform: translateX(25px);
}

/* Estilo Flat */
.switch--flat + label {
    padding: 2px;
    width: 120px;
    height: 60px;
    border-radius: 60px;
    transition: background 0.4s;
}

.switch--flat + label:before,
.switch--flat + label:after {
    display: block;
    position: absolute;
    content: "";
}

.switch--flat + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    border-radius: 60px;
    transition: background 0.4s;
}

.switch--flat + label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 56px;
    border-radius: 52px;
    transition: margin 0.4s, background 0.4s;
}

.switch--flat:checked + label:after {
    margin-left: 60px;
}


@media (min-width: 576px) {
    .modal-dialog {
        max-width: none;
    }
}

.modal-dialog {
    width: 80%;
    height: 80%;
    padding: 0;
    margin-left: 15%;
}

/*.modal-content {
    height: 70%;
}*/
.modal.show .modal-dialog {
    margin-top: 100px;
}

.text-size {
    font-size: medium;
}

.nav-text {
    padding-left: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.nav-pills .nav-link {
    border-radius: 0px;
}

.btn.btn-icon, .btn.drp-icon {
    width: 40px;
    height: 40px;
    padding: 0px 0px;
}

.btn-rounded {
    border-radius: 30px;
}

.btn {
    padding: 7px 20px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 700;
    transition: all .3s ease-in-out;
}

.modal-header {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-radius: 0px;
    border-bottom: 0px;
    color: #fff;
    font-weight: 600;
}

.modal-content {
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
}

.mb-10 {
    margin-bottom: 10px;
}

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

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px
}

.form-control {
    border-radius: 0px;
    background-image: none;
    border: 1px solid #e5e6e7;
    color: #444;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 13px;
}

.logout {
    padding: 7px 20px;
    font-size: 14px;
    font-weight: 700;
    transition: all .3s ease-in-out;
    color: #3a7ca2;
    color: #676a6c;
    background-color: transparent;
    white-space: nowrap;
}

.home, .text, b {
    color: #6c757d;
}

.logout:hover, .home:hover {
    color: #293846;
}

.small-box > .small-box-footer {
    text-align: right;
    padding: 3px 15px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 900px;
        margin: 30px auto;
    }
}

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

.top-right-links {
    text-align: right;
}

.top-left-links {
    text-align: left;
}

.top-left-links, .top-right-links {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 13px;
}

.links {
    font-weight: bold;
    cursor: pointer;
}

.main-footer {
    color: #fff;
    font-size: 13px;
    border-top: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
}

.background_table {
    color: white;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 10px;
}

.table_background {
    background-color: #eee
}

.table thead th, .table td, .table th {
    border-bottom: 0px;
    border-top: 0px;
}

.alert-warning, .alert-warning a, .bg-warning, .bg-warning a, .label-warning, .label-warning a {
    color: #ffffff !important;
}

.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
.login-block {
    float: left;
    width: 100%;
    height: 100%;
    padding: 50px 0;
}

.logo {
    position: absolute;
    top: 30px;
    left: 30px;
    max-width: 450px;
}

.form-control, .btn {
    border-radius: 0px;
}

.banner-sec {
    background: url(https://static.pexels.com/photos/33972/pexels-photo.jpg) no-repeat left bottom;
    background-size: cover;
    min-height: 500px;
    border-radius: 0 10px 10px 0;
    padding: 0;
}

#container_login {
    background: #fff;
    border-radius: 0px;
    box-shadow: 15px 20px 0px rgba(0, 0, 0, 0.1);
    margin-top: 200px;
}

.carousel-inner {
    border-radius: 0 10px 10px 0;
}

.carousel-caption {
    text-align: left;
    left: 5%;
}

.login-sec {
    padding: 50px 30px;
    position: relative;
}

.login-sec .copy-text {
    position: absolute;
    width: 100%;
    bottom: 20px;
    font-size: 13px;
    text-align: center;
}

.login-sec h2 {
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 30px;
}

.login-sec h2:after {
    content: " ";
    width: 100px;
    height: 5px;
    display: block;
    margin-top: 20px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto
}

.btn-login {
    background: #3a7ca2;
    color: #fff;
    font-weight: 600;
}

.banner-text {
    width: 100%;
    position: absolute;
    bottom: 40px;
    padding-left: 20px;
}

.banner-text h2 {
    color: #fff;
    font-weight: 600;
}

.banner-text h2:after {
    content: " ";
    width: 100px;
    height: 5px;
    display: block;
    margin-top: 20px;
    border-radius: 3px;
}

@media (max-width: 500px) {
    .logo_lacd {
        position: absolute;
        top: 15px;
        left: 15px;
        width: 90%;
    }
}

.alert_success, .alert_danger {
    padding: .75rem 25px;
    border-radius: 0px;
    border: 0px;
    position: absolute;
    top: -15px;
    z-index: 5;
    left: 42%;

}

.card {
    box-shadow: none;
}

.cp {
    cursor: pointer;
}

/*.inp{
    position: absolute;
    margin:auto;
    width:100%;
}*/
.inp input {
    -webkit-appearance: none;
    border: 0;
    width: 100%;
    font-family: inherit;
    padding: 5px 0;
    margin-top: 5px;
    height: 30px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    background: none;
    border-radius: 0;
    transition: all 0.15s ease;
}

.inp input:focus {
    background: none;
    outline: none;
}

.inp .border_x {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: all 0.15s ease;
}

.inp .input_label {
    position: absolute;
    left: 0;
    top: 10px;
    /*font-size: 2.2rem;*/
    transform-origin: 0 0;
    transition: all 0.2s ease;
}

.inp input:focus + span + .border_x {
    transform: scaleX(1);
}

.inp input:focus + span {
    transform: translateY(-26px) scale(0.75);
}

.border_t {
    border: 1px #ddd solid;
}

.ml-10 {
    margin-left: 10px;
}

.border-0 {
    border: 0;
}

.f_bold {
    font-weight: bold;
}

.d_none {
    display: none;
}

.table > tbody > tr > td, .table > tbody > tr > th {
    border-bottom: 1px solid #dee2e6;
}

.max-width {
    max-width: 40px !important;
}

.panel {
    /*box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);*/
    border: 1px #ddd solid;
    border-radius: 0px;
}

.border-0 {
    border-radius: 0px;
}

.back-to-top {
    position: fixed;
    z-index: 999999999999999999999999;
    bottom: 3em;
    right: 4em;
    text-decoration: none;
    color: #fff;
    background-color: #03A9F4;
    font-size: 12px;
    padding: 1em;
    display: none;
    border-radius: 0px;
}

.red {
    color: #ba2026;
}

.white {
    color: #fff;
}

.page-item:first-child .page-link, .page-item:last-child .page-link, .page-item:last-child .page-link {
    border-radius: 0px;
}

/* ------------------------------------------- DEFAULT ------------------------------------------- */
#upload:hover {
    color: #676a6c;
}

#file_div a, #file_div {
    color: #009688;
}

#file_div:hover, #file_div:hover a {
    color: #676a6c;
}

.page-link:hover, #upload {
    color: #293846;
}

a, .top-right-links, .top-left-links, .login-sec h2, .page-link {
    color: #676a6c;
}

a:hover, a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #23527c;
}

.content-wrapper {
    background: #f4f7fa;
}

#edit_client, .switch--flat + label:before, .form-control, .banner-text h2:after {
    background-color: #fff;
}

.sidebar-dark-primary {
    background: linear-gradient(to bottom, #293846, #293846);
}

.login-sec h2:after {
    background-color: #3a7ca2;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #ba2026;
    box-shadow: 0 2px 0px 0px rgb(237, 237, 237);
}

.links_a:hover, .switch--shadow + label:after, .banner-text p {
    color: #fff !important;
}

.switch--shadow + label, .switch--flat + label, .switch--flat + label:after {
    background-color: #dddddd;
}

.switch--shadow + label:before {
    background-color: #f1f1f1;
}

.switch--shadow:checked + label:before {
    background-color: #009688;
}

.switch--flat:checked + label, .switch--flat:checked + label:after {
    background-color: #8ce196;
}

.text-size {
    color: #6c757d;
}

.small-box .icon {
    color: rgba(255, 255, 255, 0.15);
}

.modal-header, .main-footer, .background_table, .inp .border_x, .page-item.active .page-link {
    background-color: #293846;
}

label {
    color: #676a6c;
}

.top-right-links i, .top-left-links i, .top-right-links a, .top-left-links a {
    color: #293846 !important;
}

.top-right-links i:hover, .top-left-links i:hover, .top-right-links a:hover, .top-left-links a:hover {
    color: #000 !important;
}

#delete {
    color: #ba2026 !important;
}

.links {
    color: #003399;
}

.black {
    color: #0b0b0b;
}

.links:hover {
    color: #3e999f;
}

.alert-warning, .bg-warning, .label-warning {
    background-color: #f4c22b !important;
}

.btn-default.hover, .btn-default:active, .btn-default:hover {
    border-color: #545b62;
    background-color: #e7e7e7;
    color: #545b62;
}

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

.btn-default {
    background-color: #fff;
    border-color: #ddd;
}

.alert-danger, .alert-error, .bg-danger, .label-danger {
    background-color: #ed5565 !important;
}

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

.btn-warning:hover {
    color: #fff;
    background-color: #ff9800;
    border-color: #ff9801
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #f4c22b;
    border-color: #f4c22b
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ff9801;
    border-color: #ff9802
}

.btn-primary {
    color: #fff;
    background-color: #04a9f5;
    border-color: #04a9f5
}

.btn-primary:hover {
    color: #fff;
    background-color: #038fcf;
    border-color: #0386c3
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #04a9f5;
    border-color: #04a9f5
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0386c3;
    border-color: #037eb6
}

.btn-success {
    color: #fff;
    background-color: #009688;
    border-color: #009687;
    font-weight: 700;
}

.btn-success:hover {
    color: #fff;
    background-color: #1ab394;
    border-color: #1ab394;
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #1ab394;
    border-color: #1ab394
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1ab394;
    border-color: #1ab394
}

.login-block {
    background: #DE6262; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #FFB88C, #DE6262); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #10a9f4, #3a7ca2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.login-sec .copy-text i {
    color: #FEB58A;
}

.login-sec .copy-text a {
    color: #E36262;
}

.alert_success {
    background-color: rgb(81, 163, 81);
}

.page-item.active .page-link {
    border: 1px solid #444;
}

.inp input:focus + span {
    color: #07f;
}

#import:hover {
    color: #1ab394;
}

#import, .green {
    color: #009688;
}

.inp input {
    border-bottom: 1px solid #e5e6e7;
}

.inp input:-webkit-autofill + span {
    color: #5a667f;
    /*transform: translateY(-26px) scale(0.75);*/
}

.tab-back {
    background-color: white;
    border: 1px solid #dee2e6;
}

.sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar:before {
    width: 4rem;
}

@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse .main-header, .sidebar-mini.sidebar-collapse .main-footer {
        margin-left: 4rem !important;
    }
}

/* ------------------------------------------- //DEFAULT ------------------------------------------- */
/*#container_login{width: 100%; min-height: 100vh; }*/
.login-sec {
    width: 450px;
}

.login_page {
    text-align: left;
}

@media (max-width: 1490px) {
    .clients_responsive_data {
        display: block;
    }

    .clients_table_data {
        display: none;
    }
}

@media (min-width: 1490px) {
    .clients_responsive_data {
        display: none;
    }

    .clients_table_data {
        display: block;
    }
}

@media (max-width: 1199px) {
    .search_buttons {
        text-align: right;
    }
}

@media (max-width: 768px) {
    .mobile {
        display: none;
    }

    .login-block {
        padding: 0px;
    }

    #container_login, .login-sec {
        width: 100%;
    }

    .logo {
        width: 90%;
    }
}

.sidebar {
    background-color: #293846 !important;
}

.sidebar-dark-primary .sidebar a {
    color: #fff;
}

.main-footer {
    background-color: #293846;
    position: relative;
    bottom: 0;
    width: 100%;
}

#general_loader {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#general_loader::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 90px;
    height: 90px;
    border-style: solid;
    border-color: #3a7ba2;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.general_error, .general_success {
    position: absolute;
    z-index: 999999;
    left: 45%;
    top: 67px;
    border-radius: 0px;
}

.wrapper {
    background-color: #f4f7fa;
}

.open_fields {
    display: none;
}

.red {
    color: #ba2026;
}

.green {
    color: green;
}

.blue {
    color: blue;
}

.d_none {
    display: none;
}

.main_option {
    background-color: #ddd;
    padding-top: 4px;
    padding-bottom: 4px;
}