
.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;
    }
}


/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}*/

/*body {
  margin-bottom: 60px;
}*/



/*------
    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;
    }
}

/***/

div.k-edit-form-container {
    width: auto;
}

.k-scheduler {
    font-size: 12px;
}

.k-grid {
    font-size: 12px;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.8;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.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;
}

/*In orderfor the search panel to appear */
.k-grid .k-grid-search {
    display: flex;
    margin-left: 0;
    margin-right: 0;
}

.k-grid .k-header .k-button {
    background-color: Highlight;
    color: white;
    border: 0px;
}

    .k-grid .k-header .k-button:hover {
        background-color: grey;
        border: 1px;
    }

    .k-grid .k-header .k-button:active {
        background-color: lightgray;
        border: 1px;
    }

#grid .k-grid-toolbar {
    padding: .6em 1.3em .6em .4em;
    background-color: dodgerblue;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
}

.k-grid th {
    padding: 0.1em 0.1em 0.1em 0.1em;
    height: 40px;
    color: black;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500 !important;
    text-align: left;
}

.k-grid {
    color: white;
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

    .k-grid td {
        color: darkslategray;
        padding: 0.1em 0.1em 0.1em 0.9em;
        height: 20px;
        font-size: 12px;
    }


    /*report*/

    .k-grid .k-grid-header .k-header,
    .k-grid .k-grid-header-locked .k-header {
        white-space: normal;
    }

        .k-grid .k-grid-header .k-header .k-link,
        .k-grid .k-grid-header-locked .k-header .k-link {
            height: auto;
        }

    .k-grid td {
        white-space: normal;
    }

    /*end report*/

.disableItem {
    pointer-events: none;
    opacity: 0.8;
}

.hiddenDiv {
    display: none !important;
}

.showDiv {
    display: inline !important;
}

.aligndiv-inline-block div {
    display: inline-block;
}