/* ALL LOADERS */

.loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}
/* LOADER 1 */

#loader-1:before, #loader-1:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 10px solid transparent;
    border-top-color: #3498db;
}

#loader-1:before {
    z-index: 100;
    animation: spin 1s infinite;
}

#loader-1:after {
    border: 10px solid #ccc;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* LOADER 2 */

#loader-2 span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #dee2e6;
    margin: 35px 5px;
    /*3498db*/
}

    #loader-2 span:nth-child(1) {
        animation: bounce 1s ease-in-out infinite;
    }

    #loader-2 span:nth-child(2) {
        animation: bounce 1s ease-in-out 0.33s infinite;
    }

    #loader-2 span:nth-child(3) {
        animation: bounce 1s ease-in-out 0.66s infinite;
    }

@keyframes bounce {
    0%, 75%, 100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

body{
    height:100%;
    padding-top: 0px; 
    padding-bottom: 0px;
    color:#33244c;
}
#Grilla .k-grid-content {
    min-height: 400px;
    max-height: 600px;
}
/*@media (min-width: 681px) and (max-width: 2024px) {
    #liMIN {
        display: none;
    }

    #liMAX {
        display: block;
    }
}*/

@media (max-width: 768px) {
    

    #liMIN {
        display: block;
    }

    #liMAX {
        display: none;
    }

    /* Ajusta los iconos en todos los Kendo Grid excepto GridSocios */
    .k-grid:not(#GridSocios,#GridFinanciamiento,#GridEmpresa, #GridUsuarioEmprendedor) .k-icon,
    .k-grid:not(#GridSocios,#GridFinanciamiento,#GridEmpresa, #GridUsuarioEmprendedor) .k-tool-icon {
        font: 7px/1 WebComponentsIcons !important;
    }

    /* Ajusta el tamaño de fuente en todos los Kendo Grid excepto GridSocios */
    .k-grid:not(#GridSocios,#GridFinanciamiento,#GridEmpresa, #GridUsuarioEmprendedor) {
        font-size: 5px !important;
    }
    

        /* Ajusta el tamaño de los botones en todos los Kendo Grid excepto GridSocios */
        .k-grid:not(#GridSocios,#GridFinanciamiento,#GridEmpresa, #GridUsuarioEmprendedor) tbody .k-button {
            max-width: 34px !important;
            min-width: 0px !important;
        }

    #Grilla .k-icon, .k-tool-icon {
        font: 10px/1 WebComponentsIcons !important;
    }

    #GridPersonal .k-icon, .k-tool-icon {
        font: 7px/1 WebComponentsIcons !important;
    }

    #Grilla {
        font-size: 5px !important;
    }

    #GridPersonal {
        font-size: 5px !important;
    }

    .k-grid-header th.k-header > .k-link {
        margin: -.5em 0 -.4em 0 !important;
    }

    .k-pager-wrap.k-pager-sm .k-pager-info {
        display: block !important;
    }

    .k-pager-wrap.k-pager-sm .k-pager-sizes {
        display: block !important;
    }

    .k-grid td {
        line-height: 1em;
    }
    /*.k-grid*/
    #Grilla tbody .k-button {
        max-width: inherit !important; /*34px;*/
        min-width: 0px !important;
    }

    #GridPersonal tbody .k-button {
        max-width: 34px !important; /*34px;*/
        min-width: 0px !important;
    }

    .navbar-brand {
        font-size: 0.8em !important;
    }

    #logo {
        display:none !important;
        /*max-width: 100px !important;
        margin-top: 0px !important;*/
    }

    #GridDetallesIngresos tbody .k-button {
        max-width: 34px !important; /*34px;*/
        min-width: 0px !important;
    }
    #GridDetallesIngresos .k-icon, .k-tool-icon {
        font: 7px/1 WebComponentsIcons !important;
    }


    #GridDetallesIngresos {
        font-size: 5px !important;
    }
}

    /****************** MENU SUPERIOR *************************/

    .navbar-inverse {
        background-color: #33244c;
        color: white;
        border-radius: 0px;
        background-image: url(/Content/img/overlay.png);
    }

        .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
            background-color: #33244c;
            background-image: url(/Content/img/overlay.png);
        }

        .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
            background-color: #51377B;
        }

    .dropdown-menu > li > a {
        color: #33244C;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            background-color: #51377B;
            color: white;
        }


    /************** PIE ****************************/
    #footer {
        background-color: #33244c;
        color: white;
        border-radius: 0px;
        background-image: url(/Content/img/overlay.png);
    }

        #footer > .container {
            color: white;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            /*float: none;*/
            margin-top: 0px;
            margin-bottom: 0px;
            padding-top: 5px;
            padding-bottom: 5px;
        }


    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: transparent;
    }


    /************************LOGIN**************************************/

    .form-signin {
        max-width: 330px;
        padding: 15px;
        margin: 0 auto;
    }

        .form-signin .form-signin-heading, .form-signin .checkbox {
            margin-bottom: 10px;
        }

        .form-signin .checkbox {
            font-weight: normal;
        }

        .form-signin .form-control {
            position: relative;
            font-size: 16px;
            height: auto;
            padding: 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .form-signin .form-control:focus {
                z-index: 2;
            }

        .form-signin input[type="text"] {
            margin-bottom: -1px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .form-signin input[type="password"] {
            margin-bottom: 10px;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

    .account-wall {
        margin-top: 20px;
        padding: 40px 0px 20px 0px;
        background-color: #f7f7f7;
        -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    }

    .login-title {
        color: #555;
        font-size: 18px;
        font-weight: 400;
        display: block;
    }

    .profile-img {
        /*width: 96px;
    height: 96px;*/
        margin: 0 auto 10px;
        display: block;
        /*-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;*/
    }

    .need-help {
        margin-top: 10px;
    }

    .new-account {
        display: block;
        margin-top: 10px;
    }


    /*************** BOTONES ************************/

.btn-primary {
    background-color: #354393;/*#33244C;*/
    border-color: #33244C;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        color: #fff;
        background-color: #4a8cc4; /*#51377B;*/
        border-color: #4a8cc4;/*#33244C;*/
    }

    input, select, textarea {
        max-width: 100%;
    }

    .col-centered {
        float: none;
        margin: 0 auto;
    }


    /***************   CONTENIDO   ***************************/

    /*.k-file-success .k-progress{
background-color: #50f04e;
}*/

    /*.k-dropzone .k-upload-status{
background-color: #50f04e;
}*/

    .k-file-success .k-progress {
        background-color: green;
    }

    .k-dropzone .k-upload-status {
        color: green;
    }

    .input, select, textarea {
        width: 100%;
        max-width: 100%;
        height: 54px;
        min-height: 35px;
        max-height: 65px;
    }

form-control {
    width: 100%;
    max-width: 100%;
    /*height: 54px;*/
    min-height: 35px;
    max-height: 65px;
}

/************* SUBMENU   ******************/
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000000;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}


.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;
}

.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
    border-color: transparent;
    border-left-color: #cccccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
}

.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 li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
    border-top-color: #333333;
    border-bottom-color: #333333;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #555555;
    background-color: #e5e5e5;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #777777;
    border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

    .navbar .pull-right > li > .dropdown-menu:before,
    .navbar .nav > li > .dropdown-menu.pull-right:before {
        right: 12px;
        left: auto;
    }

    .navbar .pull-right > li > .dropdown-menu:after,
    .navbar .nav > li > .dropdown-menu.pull-right:after {
        right: 13px;
        left: auto;
    }

    .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
    .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
        right: 100%;
        left: auto;
        margin-right: -1px;
        margin-left: 0;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }
