﻿input[type="radio"], input[type="checkbox"] {
    /*position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;*/
}

/*input[type="file"] {
    position: relative;
    z-index: 2;
    width: 100% !important;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
}*/
body {
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 0.9rem;
}

    body.modal-open {
        overflow: visible;
    }

.h-0 {
    height: 0;
}

/*.custom-file-input {
    left: 38px;
    top: -38px;
    width: calc(100% - 38px - 38px);
}*/

/*right: 0px;
    left: 38px;*/
/*width: calc(100% - 38px - 38px);*/

.custom-file {
    height: 47px;
}

.custom-file-input {
    height: 47px;
}

.custom-file-label {
    border-radius: 0;
    box-shadow: none;
    border: 2px solid rgb(238, 238, 238);
    border-radius: 0px;
    color: rgb(85, 85, 85);
    padding: .375rem .75rem .375rem 3rem;
}

    /*.custom-file-label::before {
        border-radius: 0;
        height: auto;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f574";
    }*/
    .custom-file-label::after {
        content: "";
        padding: 0;
        border: 0;
    }

    .custom-file-label::before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: inherit;
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: large;
        content: "\f574";
        background-color: #e9ecef;
        border-right: inherit;
        border-radius: 0;
    }

.nav-pills .nav-link {
    border-radius: 0;
}

.menuHeader .nav-link {
    padding: 0.7rem 1rem;
}
.menuHeader .navbar-nav .nav-link {
    padding: 0.7rem 1rem;
}

.itemSelected {
    filter: brightness(125%);
    backdrop-filter: brightness(75%);
}

.nav-link {
    padding: .4375rem .4rem;
    border: none !important;
}

.card {
    border-radius: 0;
}

    .card > .card-header .btn-link {
        font-weight: 600;
    }

@media screen and (min-width:576px) {
    .modal-lg, .modal-xl {
        max-width: 510px;
    }
}

@media screen and (min-width:768px) {
    .modal-lg, .modal-xl {
        max-width: 690px;
    }
}

@media screen and (min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 930px;
    }
}

@media screen and (min-width:1200px) {
    .modal-lg, .modal-xl {
        max-width: 1110px;
    }
}

.modal-body .card {
    margin-left: -1rem;
    margin-right: -1rem;
    border-bottom: none;
}

.btn {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
    font-size: inherit;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}


    .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .btn:focus, .btn:active, .btn.focus {
        text-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-image: none;
    }

.btn-default {
    background-image: none;
    filter: none;
    text-shadow: none;
    border: 1px solid transparent;
}

    .btn-default:hover, .btn-default:focus {
        background-color: #e0e0e0;
        background-position: 0 -15px;
    }

    .btn-default:active, .btn-default.active {
        background-color: #e0e0e0;
        border-color: #dbdbdb;
    }

    .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover,
    .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
        background-color: #e0e0e0;
        background-image: none;
    }

.btn-primary {
    background-image: none;
    filter: none;
    border: 1px solid transparent;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-position: 0 -15px;
    }

    .btn-primary.disabled, .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover, .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus, .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus, .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus,
    .btn-primary.disabled:active, .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active, .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-image: none;
    }

.btn-success {
    background-image: none;
    filter: none;
}

    .btn-success:hover,
    .btn-success:focus {
        background-position: 0 -15px;
    }

    .btn-success.disabled, .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover, .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus, .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus, .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus,
    .btn-success.disabled:active, .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active, .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-image: none;
    }

.btn-info {
    background-image: none;
    filter: none;
}

    .btn-info:hover,
    .btn-info:focus {
        background-position: 0 -15px;
    }

    .btn-info.disabled, .btn-info[disabled],
    fieldset[disabled] .btn-info, .btn-info.disabled:hover,
    .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus, .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus,
    .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus,
    .btn-info.disabled:active, .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active, .btn-info.disabled.active,
    .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
        background-image: none;
    }

.btn-warning {
    background-image: none;
    filter: none;
}

    .btn-warning:hover,
    .btn-warning:focus {
        background-position: 0 -15px;
    }

    .btn-warning.disabled, .btn-warning[disabled],
    fieldset[disabled] .btn-warning, .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus, .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus,
    .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus,
    .btn-warning.disabled:active, .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active,
    .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
        background-image: none;
    }

.btn-danger {
    background-image: none;
    filter: none;
}

    .btn-danger:hover,
    .btn-danger:focus {
        background-position: 0 -15px;
    }

    .btn-danger.disabled, .btn-danger[disabled],
    fieldset[disabled] .btn-danger, .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus, .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus,
    .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus,
    .btn-danger.disabled:active, .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active,
    .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
        background-image: none;
    }

.thumbnail,
.img-thumbnail {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu {
    padding: 0;
    border-radius: 0;
    margin: 0;
}

.hamburguesa .dropdown-menu > li {
    padding-left: 2rem;
}

.dropdown-menu > li.dropdown > ul.dropdown > li {
    padding-left: 2rem;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-image: none;
        filter: none;
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        background-image: none;
        filter: none;
    }

.navbar-toggler {
    border-radius: 0;
}

.navbar-default {
    background-image: none;
    filter: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
        background-image: none;
        filter: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.navbar-brand, .navbar-nav > li > a {
    text-shadow: none;
}

.navbar-inverse {
    background-image: none;
    filter: none;
    border-radius: 0;
}

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a {
        background-image: none;
        filter: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
        text-shadow: none;
    }

.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
}

@media (max-width: 767px) {
    .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-image: none;
        filter: none;
    }
}

.alert {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}

.alert-info {
    color: #6c757d;
    background-image: none;
    filter: none;
    background-color: transparent;
    border-color: transparent;
}

.alert-success {
    color: #b2dba1;
    background-image: none;
    filter: none;
    background-color: transparent;
    border-color: transparent;
}

.alert-warning {
    color: var(--warning) !important;
    background-image: none;
    filter: none;
    background-color: transparent;
    border-color: transparent;
}

.alert-danger {
    color: #dca7a7;
    background-image: none;
    filter: none;
    background-color: transparent;
    border-color: transparent;
}

.progress {
    background-image: none;
    filter: none;
    border-radius: 0;
}

.progress-bar {
    background-image: none;
    filter: none;
}

.progress-bar-success {
    background-image: none;
    filter: none;
}

.progress-bar-info {
    background-image: none;
    filter: none;
}

.progress-bar-warning {
    background-image: none;
    filter: none;
}

.progress-bar-danger {
    background-image: none;
    filter: none;
}

.progress-bar-striped {
    background-image: none;
    filter: none;
}

.list-group {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    text-shadow: none;
    background-image: none;
    background-repeat: repeat-x;
    filter: none;
    border-color: #2b669a;
}

    .list-group-item.active .badge, .list-group-item.active:hover .badge, .list-group-item.active:focus .badge {
        text-shadow: none;
    }

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-default > .panel-heading {
    background-image: none;
    background-repeat: repeat-x;
    filter: none;
}

.panel-primary > .panel-heading {
    background-image: none;
    background-repeat: repeat-x;
    filter: none;
}

.panel-success > .panel-heading {
    background-image: none;
    background-repeat: repeat-x;
    filter: none;
}

.panel-info > .panel-heading {
    background-image: none;
    background-repeat: repeat-x;
    filter: none;
}

.panel-warning > .panel-heading {
    background-image: none;
    background-repeat: repeat-x;
    filter: none;
}

.panel-danger > .panel-heading {
    background-image: none;
    background-repeat: repeat-x;
    filter: none;
}

.well {
    background-image: none;
    filter: none;
    border-color: #dcdcdc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #eee;
    border-radius: 0;
    color: #555;
    font-size: inherit;
    height: inherit;
}

    .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #FFF;
        opacity: .65;
    }

    .form-control:disabled + label, .form-control[readonly] + label {
        opacity: .65;
    }

.form-control, .dropdown-toggle {
    background-color: #FFF;
}

.form-radio, .form-check {
    border-radius: 0;
    padding: calc(.375rem + 1px) .75rem .75rem .75rem;
}

select.form-control {
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0px;
    text-overflow: '';
    outline: none;
    vertical-align: top;
    z-index: 2;
    background-image: url(img/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-position: calc(100% - 12px) center;
    background-size: 9px 6px;
    border-radius: 0;
    text-transform: none;
    height: 49.6px;
}

.dataTables_length select.form-control {
    height: inherit;
    vertical-align: inherit;
}

.form-select {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #eee;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: -2px;
    outline: none;
    /*background-image: url(img/down-arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
    background-size: 9px 6px;*/
    text-transform: none;
}

    .form-select:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.col-form-label {
    padding-top: calc(.9rem);
    font-weight: bold;
}

.navbar-default .navbar-link {
    color: #fefefe;
}

.navbar-default .navbar-nav > li > a {
    color: #fefefe;
    background-color: #cc4435;
}

.navbar-default .navbar-link:hover {
    color: #cc4435;
}

.navbar {
    border: 0;
}

label.btn {
    padding: 5px 12px;
    border: 2px solid #eee;
    color: #555;
    background-color: #fff;
}

.btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: .4375rem .75rem;
    /*margin-bottom: 1rem;*/
}

.dropdown-toggle {
    border: 2px solid #eee;
    padding: .3125rem .75rem;
}

.close, .close:hover, .close:focus {
    color: #fff;
    opacity: unset;
    text-shadow: none;
}

.alert {
    border-width: 2px;
}

.has-error .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .input-group-text {
    background-color: transparent;
}

.form-control::placeholder {
    opacity: 0.5;
    text-transform: none !important;
}

.form-control.aspNetDisabled {
    color: rgba(85, 85, 85, 0.5);
}

.input-group-text {
    border: 0;
    border-radius: 0;
    width: 42px;
    height: 38px;
}

.small, small {
    font-size: 70%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    border-radius: 0;
}

.custom-control-inline {
    margin-right: 1rem;
}

th.sorted.ascending:after {
    content: "  \2191";
}

th.sorted.descending:after {
    content: " \2193";
}

th {
    cursor: pointer;
}

.nav-tabs .nav-item {
    padding: 0;
}

.nav-item {
    padding: 5px 10px;
    color: #4a4a4a;
}

.current-language {
    color: #bd0224 !important;
    font-weight: 600 !important;
}

footer ul#footer > li {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 24px;
    width: 24%;
    display: inline-block;
}

ul#footer > li {
    border-left: 1px solid #4a4a4a;
    box-sizing: border-box;
    padding: 10px 15px;
    vertical-align: bottom;
}

footer ul#footer ul {
    list-style: none;
}

ul#footer > li:first-child {
    border-left: 0px;
}

    ul#footer > li:first-child img {
        margin-top: 25%;
        transform: translate(0,-12%);
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

@media screen and (max-width:920px) {
    ul#footer > li {
        border: none !important;
        width: 33.33% !important;
        height: auto !important;
    }
}

@media screen and (max-width:600px) {
    ul#footer > li {
        width: 50% !important;
    }
}

@media screen and (max-width:410px) {
    ul#footer > li {
        width: 100% !important;
    }
}

.accordion .card-header .col .btn:after {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "\f068";
    float: right;
}

.accordion .card-header .col .btn.collapsed:after {
    content: "\f067";
}

.accordion .card-header .btn:hover,
.accordion .card-header .btn:active,
.accordion .card-header .btn:focus {
    text-decoration: none;
}

.ptxt {
    color: gray;
    float: right !important;
    left: auto !important;
    background: transparent !important;
    position: absolute;
    cursor: pointer !important;
    top: 35% !important;
    right: calc(1.5em + .75rem);
}

input.is-invalid ~ span.ptxt {
    top: 25% !important;
}

.card-body {
    padding: 1rem;
}

.card-header:first-child {
    border-radius: 0;
}

.form-control.is-password {
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'><path d='M279.6 160.4C282.4 160.1 285.2 160 288 160C341 160 384 202.1 384 256C384 309 341 352 288 352C234.1 352 192 309 192 256C192 253.2 192.1 250.4 192.4 247.6C201.7 252.1 212.5 256 224 256C259.3 256 288 227.3 288 192C288 180.5 284.1 169.7 279.6 160.4zM480.6 112.6C527.4 156 558.7 207.1 573.5 243.7C576.8 251.6 576.8 260.4 573.5 268.3C558.7 304 527.4 355.1 480.6 399.4C433.5 443.2 368.8 480 288 480C207.2 480 142.5 443.2 95.42 399.4C48.62 355.1 17.34 304 2.461 268.3C-.8205 260.4-.8205 251.6 2.461 243.7C17.34 207.1 48.62 156 95.42 112.6C142.5 68.84 207.2 32 288 32C368.8 32 433.5 68.84 480.6 112.6V112.6zM288 112C208.5 112 144 176.5 144 256C144 335.5 208.5 400 288 400C367.5 400 432 335.5 432 256C432 176.5 367.5 112 288 112z'/></svg>");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(1em) calc(1em);
}

.form-control.is-required {
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='gray' width='16' height='16' viewBox='0 0 16 16'><path d='M8 0a1 1 0 0 1 1 1v5.268l4.562-2.634a1 1 0 1 1 1 1.732L10 8l4.562 2.634a1 1 0 1 1-1 1.732L9 9.732V15a1 1 0 1 1-2 0V9.732l-4.562 2.634a1 1 0 1 1-1-1.732L6 8 1.438 5.366a1 1 0 0 1 1-1.732L7 6.268V1a1 1 0 0 1 1-1z'/></svg>");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(1em) calc(1em);
}

.form-control.is-invalid, .form-radio.is-invalid, .form-check.is-invalid, .custom-file-label.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

select.form-control.is-invalid {
    border-color: #dc3545;
    background-image: url(img/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-position: calc(100% - 12px) center;
    background-size: 9px 6px;
}

.form-radio.is-invalid, .form-check.is-invalid {
    border: 2px solid #dc3545;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0;
}

.dropdown-menu {
    font-size: inherit;
}

.custom-control-inline label {
    margin-bottom: 0;
}

.form-control-plaintext {
    font-size: inherit;
    padding-top: calc(.4rem + 7px);
}

.form-label-group > label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bootstrap-select .dropdown-menu li a {
    padding: .7845rem .675rem;
}

.bootstrap-select .dropdown-menu {
    border: 2px solid #eee;
}

.btn-selectpicker {
    color: #495057 !important;
    border: 2px solid #eee;
    padding: .544rem .675rem;
    margin:0;
}

.mw-25 {
    max-width: 25% !important;
}

.card-title {
    font-size: 1rem;
}

li.dropdown:last-child ul.dropdown-menu {
    right: 0;
    left: auto;
}
.custom-select {
    font-size: inherit;
    color: #495057 !important;
    border: 2px solid #eee;
    border-radius: inherit;
    padding: 0.544rem 0.675rem;
    height: inherit;
}

/*.card-body-striped .row:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.card-body-striped .row:nth-of-type(even) {
  background: #FFFFFF;
}*/

.form-group {
    margin-bottom: 0.25rem;
}

.dxeMemoEditAreaSys{
  resize: vertical;
}

.sidebar .sidebar-brand {
  height: 100px;
}

.d-flex.flex-column.flex-md-row {
    gap: 0.75rem;
}