.wrapper {
    width: 100%;
    will-change: auto;
    transition: padding 0.15s;
}

html:not([dir=rtl]) .wrapper {
    padding-left: var(--cui-sidebar-occupy-start, 0);
}

*[dir=rtl] .wrapper {
    padding-right: var(--cui-sidebar-occupy-start, 0);
}

@media (prefers-reduced-motion: reduce) {
    .wrapper {
        transition: none;
    }
}

/* CoreUI and Telerik */
.k-textbox.form-control {
    padding: 0px;
}

.k-numerictextbox {
    height: calc(2.25rem + 2px);
}

.k-wizard .k-wizard-content {
    overflow-y: inherit;
}

/*NumericTextBoxFor*/
input.k-formatted-value.form-control.k-input {
    text-align: right;
}
/* coreui card with telerik's window popup Start*/
.card-kendo-window-popup {
    margin-bottom: 0;
    border: 0px;
}

.card-body-kendo-window-popup {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.card-footer-buttons-right {
    display: inline-flex !important;
    justify-content: flex-end !important;
}

.card-footer-button-right {
    margin-left: 10px;
}
/* coreui card with telerik's window popup End*/

/* Extra small devices (portrait phones, less than 576px)  */
@media (max-width: 576px) {
    .grid-wrapper {
        height: 420px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .grid-wrapper {
        height: 560px;
    }
}
 /* Medium devices (tablets, 768px and up) */
 @media (min-width: 768px) {
    .grid-wrapper {
        height: 740px;
    }
    .repDiarioWizard-grid-wrapper {
        height: 420px;
    }
}



/*------
    bakcground image login
    ----------------------------*/
/*.focusedform {
    padding: 0;
    background-image: url('../img/bg-9.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;*/
    /*background-size: cover;*/
    /*background-size: 100% 100%;
}*/

    .focusedform .panel {
        width: 400px;
    }

    .focusedform .brand {
        display: block;
        padding-bottom: 40px;
        margin: 0 auto;
        width: 224px;
    }

    .focusedform .verticalcenter {
        position: absolute;
        top: 47%; /**42%*/
        left: 50%; /**50%*/
        margin-top: -150px; /**-186px*/
        margin-left: -200px;
    }

@media (max-width: 767px) {
    .focusedform .panel {
        width: 320px;
    }

    .focusedform .verticalcenter {
        margin-left: -160px;
    }
}


/**/
.text-align-center {
    text-align: center;
}

.validation-summary {
    background-color: #ffe0e0;
    border: 1px solid #ff9999;
    padding: 10px;
    margin-bottom: 20px;
    color: #cc0000;
}

.display-none {
    display: none;
}

.visibility-hidden {
    visibility: hidden;
}

.size-height {
    height: 100%;
}

.size-width-60 {
    width: 60px !important;
}

.size-width-100 {
    width: 100px !important;
}

.size-width-140 {
    width: 140px !important;
}

.size-height-90 {
    height: 90px !important;
}

.padding-top-20 {
    padding-top: 20px;
}

.center-title-login {
    text-align: center;
}

.background-color-transparent {
    background-color: transparent;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.8;
}

.textboxsize {
    width: 300px;
}

.textboxsizeSmall {
    width: 200px;
}

.textboxsizeFull {
    width: 100%;
}

.comboboxsize {
    width: 250px;
}

.k-datepicker input {
    width: 100% !important;
}

/**/

.customer-photo {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-size: 32px 35px;
    background-position: center center;
    vertical-align: middle;
    line-height: 32px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    margin-left: 5px;
}

.k-grid tr .checkbox-align {
    text-align: center;
    vertical-align: middle;
}

.footer-layout-size {
    font-size: 24px;
    font-family: 'Roboto Condensed';
    color: #70a14d;
}

.footer-layout-tek {
    font-family: 'Roboto Condensed';
    color: #70a14d;
}

.footer-layout-celer {
    font-family: 'Ubuntu Condensed';
    color: #1c5a89;
}

.footer-layout-cp {
    color: #1c5a89;
    vertical-align: 1.3em;
    font-size: 0.6em;
}

.footer-text-decoration {
    text-decoration: none;
}

.size-width-150 {
    width: 150px;
}

.size-width-300 {
    width: 300px;
}

.custom-perfil-buttons {
    text-align: right;
    padding-top: 10px;
    padding-right: 28px;
    padding-bottom: 10px;
}

.padding-left-10 {
    padding-left: 10px;
}

.align-content-flex-start {
    align-content: flex-start;
}

.font-size-12 {
    font-size: 12px;
}