.header-container .navbar-nav .theme-text {
    align-self: center;
    opacity: 1;
    width: 120px;
}

.navbar {
    background: #05418b;
    border-bottom: 5px solid #b3ca00;
}

.header-container .sidebarCollapse svg {
    color: #05418b;
}

.header-container .navbar-nav .theme-text a {
    color: #b3ca00;
}

.header-container .navbar-nav.theme-brand {
    border-right: 1px solid #05418b;
    background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
}

.sidebar-theme {
    border-top: 5px solid #b3ca00;
}

.sidebar-wrapper .profile-info .user-info img {
    border: 6px solid rgb(5 65 139);
}

#sidebar ul.menu-categories li.menu.active > .dropdown-toggle {
    background: #05418b;
}

#sidebar
    ul.menu-categories
    li.menu:not(.active)
    > .dropdown-toggle[aria-expanded="true"] {
    background: #05418b;
}

.navbar
    .navbar-item
    .nav-item.user-profile-dropdown
    .dropdown-menu
    .user-profile-section {
    background: #009bd8;
    background-image: linear-gradient(
        to top,
        #009bd8 0%,
        #009bd8 52%,
        #009bd8 100%
    );
}

.navbar
    .navbar-item
    .nav-item.user-profile-dropdown
    .dropdown-menu
    .dropdown-item
    a {
    color: #05418b;
}

.form-form .form-form-wrap h1 .brand-name {
    color: #a8be16;
}

.btn-primary {
    color: #fff !important;
    background-color: #05418b !important;
    border-color: #05418b;
    box-shadow: 0 10px 20px -10px #05418b;
}

.form-form .form-form-wrap form .field-wrapper svg {
    color: #05418b;
    fill: rgba(27, 85, 226, 0.239216);
}

.form-image .l-image {
    background-image: url(../../../assets/img/metrogas.png);
    background-color: #163e83;
    background-size: 75%;
}

.form-form .form-form-wrap form .field-wrapper.keep-logged-in label {
    color: #05418b;
}

.switch.s-primary .slider:before {
    background-color: #b3ca00;
}

.switch.s-primary input:checked + .slider {
    background-color: #b3ca00;
}

.new-control.new-checkbox.checkbox-outline-primary
    > input:checked
    ~ span.new-control-indicator:after {
    border-color: #05418b;
}

.new-control.new-checkbox.checkbox-outline-primary
    > input:checked
    ~ span.new-control-indicator {
    border: 2px solid #05418b;
}

li.menu.active > .dropdown-toggle {
    color: #fff !important;
}

.btn-success {
    color: #fff !important;
    background-color: #b3ca00;
    border-color: #a9be00;
    box-shadow: 0 10px 20px -10px #b3ca00;
}

.btn-success:hover,
.btn-success:focus {
    color: #fff !important;
    background-color: #b3ca00;
    box-shadow: none;
    border-color: #97aa00;
}

.swal2-popup .swal2-styled.swal2-cancel {
    background-color: #fff;
    color: #ffffff !important;
    font-weight: 700;
    border: 1px solid #e8e8e8;
}

::selection {
    color: #fff;
    background: #05418b;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    color: #000;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: rgb(179 202 0 / 38%);
}

.input-filter {
    width: 100%;
}

.border-red {
    border: 1px solid red !important;
}

.inputmedium {
    width: 150px;
    display: block;
    margin: 0 auto;
}

.width100 {
    width: 100px;
    display: inline-block;
}

.width145 {
    /* width: 145px; */
    display: inline-block;
}

.width60 {
    width: 60px;
    display: inline-block;
}

#content {
    width: 100%;
    overflow-x: auto;
}

.btn.btn-accion {
    padding: 5px 10px;
    margin-right: 0;
}

.btn.btn-accion > i {
    font-size: 15px;
}

.widget-account-invoice-three .widget-heading span img {
    background-color: #fff;
}

.widget-account-invoice-three .widget-heading .wallet-usr-info {
    display: inline-block;
    width: 100%;
}

.widget-account-invoice-three .widget-amount .w-a-info {
    width: 80%;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    color: #3b3f5c;
}

.btn-success.disabled,
.btn-success.btn[disabled],
.btn-success:disabled {
    background-color: #3b3f5c;
    border-color: #3b3f5c;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.recordsPerPage {
    padding: 5px 8px;
    margin: 7px;
    border-radius: 6px;
}

.datatable-infopag {
    white-space: normal;
    color: #4361ee;
    font-weight: 600;
    border: 1px solid #e0e6ed;
    display: inline-block;
    padding: 10px 16px 0px;
    border-radius: 6px;
    font-size: 16px;
}

.table > tbody > tr > td {
    font-size: 13px;
    border: none;
    padding: 0;
    padding: 8px 8px 8px 12px;
    color: #2b2c33;
    letter-spacing: normal;
    white-space: nowrap;
}

.table > thead > tr > th {
    text-transform: initial;
    font-weight: 600;
    border-top: none;
    background: rgba(234, 241, 255, 0.74);
    border-right: none;
    border-left: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    padding: 8px 8px 8px 12px;
    color: #515365;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    white-space: nowrap;
}

.table > tfoot > tr > th {
    border: none;
    padding: 8px 8px 8px 12px;
}

.table > tbody tr {
    border-radius: 4px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    border-bottom: 1px solid #c1c9d1;
}

.iframedetalleinspeccion {
    width: 100%;
    height: 600px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0rem;
    font-weight: 500;
    line-height: 1.2;
}

.labeldetalle {
    display: block;
    font-size: 9px;
    line-height: 14px;
    margin-top: 8px;
    font-weight: 700;
    padding: 0 0 0 5px;
    color: #011f48;
    background-color: #ebeff1;
}

.labeldetalle2 {
    display: block;
    font-size: 9px;
    line-height: 14px;
    margin-top: 8px;
    font-weight: 700;
    padding: 0 0 0 5px;
    color: #ffffff;
    background-color: #b3ca00;
}

.titlesecdetalle {
    background-color: #06418b;
    padding: 5px;
    color: #fff;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.widget {
    box-shadow: rgba(94, 92, 154, 0.06) 0px 0px 40px 0px;
    padding: 18px;
    border-radius: 0 0 6px 6px;
    background: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(224, 230, 237);
    border-image: initial;
}

.alertdetalle {
    background-color: red;
    color: #fff;
    padding: 7px;
    border-radius: 6px;
    margin: 5px 0 5px 0;
}

.widget h5 {
    letter-spacing: 0px;
    font-size: 17px;
    display: block;
    color: #000;
    margin-bottom: 0px;
}

.widget h4 {
    font-size: 23px;
    color: #000;
    display: block;
    margin-bottom: 0px;
}

.widget {
    height: 91%;
}

.inputbuscarinspeccion {
    margin: 7px -8px;
    padding: 5px 8px;
    height: 40px;
    text-align: center;
    width: 100%;
    border: 1px solid #767676;
}

/* .select2-container {
    z-index: 10000;
} */

.p00 {
    padding: 3px 6px !important;
}

.swal2-icon.swal2-success [class^="swal2-success-line"] {
    background-color: #b3ca25 !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    box-shadow: 0px 3px 10px 0px rgb(179 202 37);
}

.btnapruebavol {
    margin-top: 5px;
}

.btn.btnapruebavol > i {
    font-size: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-right: 0;
}

.btn.btnapruebavol {
    padding: 5px 10px;
    margin-right: 0;
}

.badge-success {
    color: #fff;
    background-color: #b3ca25;
}

.btn.btn-clon > i {
    font-size: 21px;
}

.btn.btn-clon {
    padding: 12px 11px 8px 14px !important;
}

.logtable > tbody > tr > td {
    white-space: break-spaces;
}

label {
    display: inline-block;
    margin-bottom: 2px;
}

.form-group {
    margin-bottom: 4px;
}

.p20 {
    padding: 20px;
}

.card-header .icons {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 9px;
}

.card {
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    margin-bottom: 4px;
}

.card-header section > div {
    padding: 0;
    cursor: pointer;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
}

.card {
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    margin-bottom: 4px;
}

.card-header {
    background-color: transparent;
    color: #f8538d;
    border-color: transparent;
    border-radius: 4px;
    padding: 0;
    position: relative;
}
.card-header section > div {
    padding: 13px 19px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
}
.card-header section > div.collapsed {
    color: #888ea8;
}
.card-header section > div:not(.collapsed) {
    color: #ffffff;
    border-bottom: 1px solid #d3d3d3;
    font-weight: 600;
    background: #06418b;
    border-radius: 5px;
}
.card-header section > div .icons {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 9px;
}
.card-header section > div .icons svg {
    width: 18px;
}

.card .card-body p {
    color: #888ea8;
    letter-spacing: 1px;
    font-size: 13px;
}
.card .card-body p:not(:last-child) {
    margin-bottom: 10px;
}

.card .card-body ul {
    margin-bottom: 0;
}
.card .card-body ul li {
    font-size: 12px;
    letter-spacing: 1px;
}
.card .card-body ul li:not(:last-child) {
    margin-bottom: 5px;
}
.card .card-body ul li a {
    color: #3b3f5c;
    font-size: 13px;
    font-weight: 600;
}
.card .card-body ul li a:hover {
    color: #4361ee;
}

/*
      No Outer Spacing
  */
.no-outer-spacing {
    border: 1px solid #d3d3d3;
    border-radius: 6px;
}
.no-outer-spacing .card {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}
.no-outer-spacing .card:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.no-outer-spacing .card:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.no-outer-spacing .card:not(:last-child) {
    border-bottom: 1px solid #d3d3d3;
}
.no-outer-spacing .card-header section > div:not(.collapsed) {
    border-bottom: none;
}

/*
      Accordin with Icons
  */
.accordion-icons .accordion-icon {
    display: inline-block;
    margin-right: 10px;
}
.accordion-icons .accordion-icon svg {
    color: #888ea8;
    margin-right: 6px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    fill: rgba(0, 23, 55, 0.08);
}

.accordion-icons div:not(.collapsed) .accordion-icon svg {
    color: #4361ee;
    fill: rgba(27, 85, 226, 0.239216);
}

.cart-title {
    color: #000000;
    border-bottom: 1px solid #d3d3d3;
    font-weight: 600;
    background: #06418b21;
    border-radius: 5px 5px 0 0;
    padding: 8px 15px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
}

.form-group label,
label {
    font-size: 12px;
    color: #021936;
    letter-spacing: 1px;
    font-weight: 600;
}

.btn-card {
    padding: 2px 8px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 12px;
}

.form-control.form-control-sm {
    padding: 6px 10px;
    font-size: 13px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 12px 10px;
    font-size: 13px;
}

span.select2.select2-container.select2-container--default.select2-container--open
    .select2-selection--single,
.select2-container--default.select2-container--open
    .select2-selection--multiple {
    border: inherit;
    box-shadow: 0 0 5px 2px rgba(194, 213, 255, 0.619608);
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    font-size: 12px;
}

.btn-group > .btn i {
    margin-right: 0px;
}

.btn-group > .btn, .btn-group .btn {
    padding: 4px 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    width: auto;
    width: 100%;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border-radius: 4px;
    cursor: text;
    border: 1px solid #bfc9d4;
    color: #3b3f5c;
    font-size: 15px;
    padding: 4px 8px;
    letter-spacing: 1px;
    font-weight: 700;
    background: #ffffff;
}