﻿/*!
 * CoreUI - Admin template
 * @version v4.2.2
  */
.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;
}

/* project settings */
/* Extra small devices (portrait phones, less than 576px)  */
@media (max-width: 576px) {
    .grid-wrapper {
        height: 460px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .grid-wrapper {
        height: 580px;
    }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .grid-wrapper {
        height: 780px;
    }
}


/*------
    bakcground image login
    ----------------------------*/
.focusedform {
    padding: 0;
    background-image: url('../img/imagen_principal_login1.png');
    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;
    }
}