@charset "UTF-8";

@media screen and (min-width: 1280px) {
    #btn_menu {
        display: none;
    }
    #btn_close_menu {
        display: none;
    }
}

@media screen and (max-width: 1279px) {
    .page_content {
        left: 0px;
    }
    .page_header {
        left: 50px;
    }
    #btn_menu {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 50px;
        height: 50px;
        background-color: #668532;
        background-image: url("../images/ico_menu.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 19;
    }
    #main_menu {
        left: -250px;
        -webkit-transition: left 0.25s;
        -moz-transition: left 0.25s;
        transition: left 0.25s;
    }
    .main_menu_show {
        left: 0px !important;
    }
    #btn_close_menu {
        display: block;
        float: right;
        width: 50px;
        height: 50px;
        background-color: #668532;
        background-image: url("../images/ico_close.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

@media screen and (max-width: 1024px) {
    #login_logo {
        background-position: center;
    }
    #login_form {
        width: 45%;
        margin-left: 5%;
    }
    .input_container_login {
        padding: 0px 5%;
    }
}

@media screen and (max-width: 960px) {
    .page_content_1024 {
        float: left;
        width: 100%;
    }
    .page_content_960 {
        width: 100%;
        margin: 0;
    }
    .app_button {
        margin-bottom: 10px;
    }
    .input_container_login {
        padding: 0 10%;
    }
    .responsive_large {
        overflow: auto;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .responsive_960 {
        width: 960px;
    }
    .responsive_320 {
        width: 320px;
    }

    /* PARAMETROS*/

    .parametro_item_etiqueta {
        width: 130px;
    }
    .parametro_item_valor {
        width: 80px;
    }
    .parametro_item_actions {
        width: 100px;
    }


    .festivo_item_id {
        width: 60px;
    }
    .festivo_item_fecha {
        width: 130px;
    }
    .festivo_item_actions {
        width: 130px;
    }
    .forth_10 {
        width: 50%;
        margin-bottom: 5px;
    }
    .half {
        width: 100%;
        margin-bottom: 5px;
    }
    .half_10 {
        width: 100%;
        margin-bottom: 5px;
    }
    .hepta_10 {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 768px) {
    #login_title {
        font-size: 18px;
    }
    #login_form {
        width: 90%;
        height: auto;
        padding-bottom: 20px;
    }
    .thirty_10 {
        width: 100%;
        margin-bottom: 5px;
    }
    .third_10 {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 640px) {
    .forth_10 {
        width: 100%;
        margin-bottom: 5px;
    }
    .penta_10 {
        width: 100%;
        margin-bottom: 5px;
    }
}