/* Structure */
    div.fb_dialog.fb_dialog_advanced div.fb_dialog_content iframe{
        bottom: 75px !important;
        right: -6px !important;
    }
    /* Head */
        div#div_head_menu_logo {
            padding-right: 0px;
        }
        div#div_head_menu_right {
            padding-left: 0px;
        }
        div#div_row_menubar{
            padding: 10px 7px 10px 7px;
            box-shadow: 1px 3px 15px #DBD9D9;
            position: fixed;
            width: 100%;
            background-color: white;
            top: 0px;
            z-index: 11;
        }
        a#lnk_menu_logo{
            display: inline-block;
        }
        img#img_menu_logo {
            height: 78px;
        }
        a.lnk_menu_social {
            display: inline-block;
            margin-left: 20px;
        }
        img.img_menu_social {
            height: 30px;
        }
        input#txt_main_search{
            display: inline-block;
            margin-left: 2px;
            background: #DBD9D9;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
            border-top-right-radius: 0px;
            border-top-left-radius: 11px;
            border-color: white;
            padding-left: 10px;
            width: calc(100% - 87px);
        }
        input#txt_main_search::-webkit-input-placeholder{
            color: #434244 !important;
            font-style: italic;
            font-size: 18px;
        }
        input#txt_main_search::-moz-placeholder{
            color: #434244 !important;
            font-style: italic;
            font-size: 18px;
        }
        input#txt_main_search:-ms-input-placeholder{
            color: #434244 !important;
            font-style: italic;
            font-size: 18px;
        }
        div#div_row_menumenu {
            margin-top: 13px;
        }
        div#div_col_menumenu {
            padding-left: 0px;
        }
        a.lnk_menu_main{
            color: #434244 !important;
            font-size: 20px;
            margin-left: 0px;
            margin-right: 0px;
            padding: 7px 23px !important;
            letter-spacing: -0.5px;
        }
        a.lnk_menu_main.menu_active,
        a.lnk_menu_main:hover{
            color: #D71F2A !important;
        }
        a.lnk_submenu_main{
            font-size: 20px;
        }
        #div_col_menumenu .dropdown.menu>li.is-dropdown-submenu-parent>a:after {
            display: none;
            border-color: #434244 transparent transparent;
        }
        form#form_criterial_search {
            display: initial;
            margin: 0px;
            padding: 0px;
        }
    /* Login */
        #rev_login{
            padding: 50px;
            width: 40%;
            border-radius: 15px;
        }
        #rev_row_tit_log{
            margin-bottom: 30px;
        }
        #form_login label{
            width: 30%;
        }
        #form_login [type=text],
        #form_login [type=password]{
            width: 65%;
            height: 35px;
        }
        div#rev_row_tit_reg {
            margin-top: 20px;
            margin-bottom: 15px;
        }
        div#rev_row_access_log {
            margin-top: 20px;
            margin-bottom: 35px;
        }
        input#id_password {
            margin-bottom: 7px;
        }
    /* Body */
        div#div_row_body{
            min-height: calc(100% - 117px);
            padding-top: 100px;
        }
        div.row_allbody_cont{
            padding-left: 2%;
            padding-right: 2%;
        }
    /* Menu Admin */
        div#div_row_logohead {
            padding: 15px 0px;
            border-bottom: solid 2px #D71F2A;
            margin: 0px;
            margin-bottom: 20px;
        }
        div#div_col_menuadmin a.menu_nav_item{
            width: 100%;
            font-size: 18px;
            display: block;
            padding: 3px 7px;
            color: #434244;
            text-align: center;
            border-bottom: solid 2px #DBD9D9;
            border-left: solid 2px #DBD9D9;
            border-right: solid 2px #DBD9D9;
        }
        div#div_col_menuadmin a.menu_nav_item.menu_active,
        div#div_col_menuadmin a.menu_nav_item:hover{
            background-color: #DBD9D9;
        }
        div#div_col_menuadmin a.menu_nav_item:first-of-type{
            border-top: solid 2px #DBD9D9;
        }
    /* Submenu Admin */
        div#div_col_submenuadmin a.menu_nav_item{
            font-size: 18px;
            color: #000;
            margin-left: 3px;
            margin-right: 3px;
            display: inline-block;
        }
        div#div_col_submenuadmin a.menu_nav_item.menu_active,
        div#div_col_submenuadmin a.menu_nav_item:hover{
            color: #D71F2A;
        }
    /* Body Admin */
        div#div_row_adminbody{
            min-height: calc(100% - 175px);
        }
    /* Foot */
        div#div_row_footer{
            padding: 50px 0px 60px 0px;
            background: #DBD9D9;
        }
        img.img_foot_ent{
            height: 50px;
        }
/* Generics */
    /* Buttons */
        .lnkbtn{
            font-size: 18px;
            color: #434244;
            text-align: center;
            display: inline-block;
            width: 120px;
            height: 32px;
            padding-top: 2px;
            border-radius: 5px;
            vertical-align: middle;
        }
        a.lnkbtn:hover{
            -webkit-transition-duration: 1s; /* Safari */
            transition-duration: 1s;
        }
    /* Notify */
        .notifyjs-bootstrap-base{
            font-size: 18px !important;
            font-family: 'FiraSans' !important;
            font-style: normal !important;
            font-weight: normal !important;
            padding-top: 3px;
            padding-bottom: 3px;
            background-position-y: 3px;
        }
        .notifyjs-bri_confirm-base{
            width: 200px;
            background: #FFF;
            padding: 5px;
            border-radius: 10px;
            font-size: 18px;
            text-align: center;
            border: solid 2px #DBD9D9;
            color: #434244;
        }
        .notifyjs-bri_confirm-base .title{
            text-align: center;
            margin-top: 7px;
        }
        .notifyjs-bri_confirm-base .buttons{
            padding: 5px;
            margin: 2px;
        }
        .notifyjs-bri_confirm-base button{
            font-size: 18px;
            padding: 5px;
            margin: 2px;
            width: 60px;
            background-color: #DBD9D9;
            color: #434244;
        }
        .tbl_td .notifyjs-arrow{
            border-top-color: #000;
        }
        div > .notifyjs-wrapper{
            position: relative !important;
        }
    /* Reveal */
        .reveal button span{
            font-size: 40px;
            font-weight: bold;
            color: #D71F2A;
        }
    /* Tooltips */
        div.bri_tooltip_style{
            border: solid 1px #DBD9D9 !important;
            border-radius: 5px;
            font-size: 20px !important;
            background-image: none !important;
            background-color: #FFF !important;
            background: #FFF !important;
            padding: 5px;
            color: #434244;
        }
        div.bri_tooltip_style .ui-tooltip-content{
            font-family: 'FiraSans';
        }
    /* Paginator */
        #div_list_paginator{
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .a_paginator{
            display: inline-block;
        }
        .lbl_paginator:hover{
            color: #D71F2A;
        }
        .lbl_paginator.lbl_pag_actual{
            color: #D71F2A;
            font-weight: bold;
        }
        .img_paginator{
            height: 20px;
            display: block;
        }
        .a_paginator span,
        .a_paginator img{
            cursor: pointer;
        }
        a.a_paginator.a_pag_rows {
            vertical-align: text-bottom;
        }
    /* Carousels */
        div.slick-slide img.img_element_carousel{
            width: 100%;
        }
        .slick-prev{
            left: 30px;
        }
        .slick-next{
            right: 32px;
        }
        .slick-prev,
        .slick-next{
            width: 35px;
            z-index: 1;
            height: 37px;
        }
        .slick-initialized .slick-slide{
            float: none;
            display: inline-block;
            vertical-align: middle;
        }
        /*.slick-slide{
            position: relative;
        }*/
        .carousel_caption{
            display: none;
            position: absolute;
            bottom: 0;
            padding: 8px;
            /*height: 100%;*/
            /*width: 100%;*/
            background-color: rgba(0, 169, 180, 0.6);
            text-align: center;
            display: inline-table;
            color: #FFF;
            text-shadow: 1px 2px 1px #000;
            line-height: 19px;
        }
        .slick-slide:hover .carousel_caption{
            opacity: 1;
            cursor: pointer;
            pointer-events: none;
            z-index: 2;
        }
    /* Loader */
        .div_status_loader{
            display: inline-block;
            border: 5px solid #434244;
            border-top: 5px solid #D71F2A;
            border-radius: 50%;
            width: 35px;
            height: 35px;
            animation: spin 1s linear infinite;
            margin-right: 15px;
            margin-top: 5px;
        }
        #div_loading_server{
            margin: auto;
            border: 20px solid #434244; /* Light grey */
            border-top: 20px solid #D71F2A; /* Blue */
            border-radius: 50%;
            width: 100px;
            height: 100px;
            animation: spin 4s linear infinite;
        }
        #div_row_rev_waiting{
            height: 100%;
        }
        #img_logo_waiting{
            width: 300px;
        }
        @keyframes spin{
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
    /* Dates */
        .div_until_range{
            padding-left: 5px;
        }
        .inp_date_past,
        .inp_date_future,
        .inp_date_range{
            width: 106px;
        }
    /* Tables */
        table thead{
            background: #DBD9D9;
        }
        .tbl_head{
            color: #434244;
            padding-right: 0px;
            padding-left: 7px;
            font-weight: bold;
            line-height: initial;
        }
        .a_tbl_head i.fi-arrow-up,
        .a_tbl_head i.fi-arrow-down{
            color: #434244;
        }
        .row_even td,
        .row_odd td{
            padding-top: 0px;
            padding-bottom: 0px;
            padding-right: 0px;
            border: solid 1px #DBD9D9;
        }
        .row_even td{
            background-color: #FFF;
        }
        .row_odd td{
            background-color: #F2F2F2;
        }
        /*.tbl_row:hover td{
            background-color: #000;
        }
        .tbl_row:hover td{
            color: #808184;
        }*/
        span.lbl_symb_active{
            font-size: 25px;
            font-weight: bold;
            font-family: Verdana;
        }
        .img_tab_action{
            height: 30px;
            margin-top: 7px;
            margin-bottom: 7px;
            margin-right: 7px;
        }
/* Elements */
    /* Modals */
        #modal_legals{
            height: 70%;
        }
        #modal_policy{
            height: 70%;
        }
    /* Form manage*/
        .lbl_form_manage{
            width: 35%;
            line-height: initial;
        }
        .fld_form_manage{
            width: 62%;
        }
        input[type=checkbox].fld_form_manage, 
        input[type=radio].fld_form_manage{
            width: initial;
            margin: 0px;
            vertical-align: middle;
        }
        div.col_step_legend{
            margin-bottom: 10px;
        }
    /* Row actions buttons */
        #div_row_mng_action {
            padding: 40px 0px;
        }
    /* Tabs menus */
        ul.tabs{
            border: none;
        }
        ul.tabs img.img_ico_tab{
            height: 40px;
            display: block;
            margin: auto;
            margin-bottom: 7px;
        }
        ul.tabs .tabs-title>a{
            display: block;
            padding: 11px 12px;
            line-height: 1;
            font-size: 18px;
            background: #DDCEE0;
            border-right: solid 1px #FFF;
        }
        ul.tabs .tabs-title>a:focus,
        ul.tabs .tabs-title>a:hover,
        ul.tabs .tabs-title>a[aria-selected=true]{
            background: #255FAC;
            color: #FFF;
        }
    /* Icons */
        img.img_ico_tit{
            height: 30px;
            margin-bottom: 14px;
        }
        img.img_ico_not{
            height: 20px;
            margin-bottom: 5px;
        }
    /* Images Forms */
        img.img_preview{
            width: 100%;
        }
        .div_image_preview{
            display: inline-block;
            vertical-align: top;
            text-align: center;
            width: 60%;
        }
        img.img_delete_img{
            width: 30px;
            display: block;
            margin: auto;
            margin-top: 10px;
        }
        img.img_delete_file,
        img.img_upload{
            height: 40px;
            margin-top: 10px;
        }
        .lnk_delete_image{
            display: block;
            width: 45px;
            margin: auto;
        }
    /* Recompensas */
        a#lnk_recmps{
            position: fixed;
            top: 50vh;
            left: 5px;
        }
        a#lnk_recmps img{
            width: 90px;
        }

/* Small */
@media only screen and (max-width: 39.9375em){
}

/* Medium */
@media only screen and (min-width: 40em) and (max-width: 63.9375em){
}

/* Small screens and Medium screens */
/* max-width 640px, mobile-only, 641px - 1024px, tablet-only */
@media only screen and (max-width: 39.9375em), only screen and (min-width: 40em) and (max-width: 63.9375em){
    /* Structure */
        /* Menu */
            a.lnk_menu_main {
                font-size: 18px;
                margin-left: 0px;
                margin-right: 0px;
                padding-left: 12px !important;
                padding-right: 15px !important;
            }
            a.lnk_submenu_main{
                font-size: 18px;
            }
            input#txt_main_search {
                width: 66%;
            }
            #div_col_menumenu{
                padding: 0px;
            }
            div#div_col_menusocial2 {
                padding-left: 0px;
                padding-right: 0px;
            }
            a.lnk_menu_social{
                margin-left: 3px;
            }
        /* Body */
            div#div_row_body{
                min-height: calc(100% - 150px);
                padding-top: 145px;
            }
            div.row_allbody_cont {
                padding-left: 1%;
                padding-right: 1%;
            }
        /* Foot */
            div#div_row_img_foot_ent{
                margin-bottom: 30px;
            }
            img.img_foot_ent{
                height: 60px;
            }
    /* Elements */
        /* Form manage*/
            .dis_inline.lbl_form_manage{
                display: block;
                width: initial;
            }
            .dis_inline.fld_form_manage{
                display: block;
                width: 100%;
            }
            input[type=checkbox].dis_inline.fld_form_manage, 
            input[type=radio].dis_inline.fld_form_manage{
                display: inline-block;
                width: initial;
            }
            .lbl_form_manage.dis_hide{
                display: none;
            }
    @media (orientation:portrait){
    }

    @media (orientation:landscape){
    }
}