/* Error de minimización. Devolviendo el contenido no minimizado.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,21): run-time error CSS1039: Token not allowed after unary operator: '-kendo-font-size'
(143,7): run-time error CSS1035: Expected colon, found '{'
(248,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
(309,21): run-time error CSS1039: Token not allowed after unary operator: '-kendo-font-size'
(313,28): run-time error CSS1039: Token not allowed after unary operator: '-c-scale-30'
(321,28): run-time error CSS1039: Token not allowed after unary operator: '-c-scale-30'
(325,21): run-time error CSS1039: Token not allowed after unary operator: '-kendo-font-size'
(341,20): run-time error CSS1035: Expected colon, found '{'
(381,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
 */
:root {
    --kendo-font-size: 0.95rem;
}
.kendo-font-size{
    font-size: var(--kendo-font-size);
}

.content-filter-mobile {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    width: 100%;
    row-gap: 7px !important;
    padding-right: 0px !important;
}

body {
    padding-top: 0px;
    /*padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.k-table-td {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ffffff;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    color: #ff0000;
    display: inline-block;
    /* padding: 10px 10px; */
}

.validation-summary-valid {
    display: none;
}

/* Set width on the form input elements since they're 100% wide by default */
@media (min-width:820px) {
    input,
    select,
    textarea {
        /*max-width: 280px;*/
    }
}

/* Bootstrap Dropdown Submenu */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.navbar-nav .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #ffffff;
}


/* Loagin de Flexgrid Componentone*/
.c1-grid-mask {
    color: black !important;
    background-color: lavender !important;
    opacity: 0.5 !important;
    background-image: url("/Content/images/spinner.gif");
    background-repeat: no-repeat;
    background-position: 42% 50%;
}

.form-capcha{
    width: 100%;
    br{
        display: none;
    }
    a{
        font-size: 12px;
        color: var(--c-primary-60);
        margin-bottom: 10px;
    }
    input{
        width: 100%;
        border: 1px solid var(--c-scale-30);
        border-radius: 5px;
    }
}
#CaptchaInputText {
    height: 24px;
}

#CaptchaImage {
    width: 128px;
    grid-row: 2;
}

.navbar-brand {
    float: left;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-inverse {
    background-color: #3d65a4;
}

    .navbar-inverse .navbar-nav > li > a {
        color: white;
        /*height:56px;*/
    }

    .navbar-inverse .navbar-brand {
        color: white;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #6682ad;
    }

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        background-color: #6682ad;
    }

.mg {
    padding-top: 60px;
}

.mb {
    padding-bottom: 60px;
}

.wj-header {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    color: #808080 !important;
    background-color: #f5f5f5 !important;
}

.well {
    background-color: #f5f5f5;
    padding: 5px;
    margin-bottom: 10px;
}

ul, ol {
    /* margin-bottom: -50px; */
}

.wj-flexgrid .wj-cell {
    font-size: 12px;
}

.ft {
    font-size: xx-small;
}

.bt {
    width: 20px;
    height: 20px;
}

.btn-sm, .btn-xs {
    padding: 0px;
}

.opa {
    text-shadow: 0px 0px 13px rgba(0, 0, 0, 1);
    font-family: Impact,sans serif;
}

.lm {
    padding-top: 100px;
}

.panel-body {
    padding: 20px;

    @media (min-width:820px) {
        padding: 20px;
    }
}



html, body {
    background-color: #EAEAEA;
}

html, body {
    background-color: #EAEAEA;
}

/* h4, .h4 {
    color: white;
    text-align: center;
} */


@media (min-width: 768px) {
    .form-horizontal .control-label {
        margin-right: 10px;
    }
}



label {
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 12px;
    font-family: Arial;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media all and (min-width:992px) {
    .lm {
        padding-top: 150px;
        max-width: 60%;
    }



    .rl {
        max-width: 40%;
    }
}

/*.k-datepicker.k-input,*/
.form-control,
.k-numerictextbox,
.k-picker,
input.k-input,
.k-datepicker.k-input input {
    height: 24px;
    min-height: 24px;
    padding: 3px 6px;
    font-size: var(--kendo-font-size);
    line-height: 1;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid var(--c-scale-30);
}

.content-filter-mobile button {
    min-height: 24px;
}

.k-input-outline {
    border: 1px solid var(--c-scale-30);
}

input {
    font-size: var(--kendo-font-size)
}

.k-button-outline-base:hover, .k-button-outline-base.k-hover {
    color: inherit;
    background-color: inherit;
}

.wj-pager {
    height: 34px;
}

.control-label {
}
.form-group-items {
    height: fit-content;
    .control-label {
        min-width: 80px;
    }
}


.carousel-indicators {
    bottom: 60px;
}

.bi {
    padding-top: 12px;
}

.nu {
    padding-top: 10px;
    font-size: 12px;
    padding-left: 60px;
}

@media (max-width: 750px) {
    .well {
        text-align: center;
    }
}

.pf {
    background-color: #808080;
    width: 100%;
    /*height:60px;*/
    position: relative;
}

.panel-default > .panel-heading {
    background-color: #808080;
}

.panel-title {
    color: inherit;
    .panel-body:before,
    .panel-body:after{
        display: none;
    }
}

.panel-heading {
    background-color: #3d65a4;
    border-color: #3d65a4;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(217, 83, 79, 1);
    color: white;
}


.form-text {
    height: 25px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #cccccc;
}

.doc {
    font-size: 12px;
    margin-left: 12px;
}

.doc1 {
    text-align: right;
}

.doc3 {
    font-size: 12px;
    margin-left: 12px;
    background-color: rgba(128, 128, 128, 0.50);
    text-align: right;
}

.doc4 {
    font-size: 12px;
    margin-left: 12px;
    margin-bottom: -12px;
    margin-top: -10px;
    margin-right: 5px;
}

.bti {
    padding-top: 12px;
}

/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/*html,
body {
    height: 100%;
}*/

.carousel,
.item,
.active {
    height: 620px;
}

.carousel-inner {
    height: 620px;
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

