/* Structure */
    /* Head */
        div#div_row_adminhead{
           height: 50px;
        }
        img#img_menu_support,
        img#img_menu_logout{
            height: 35px;
        }
        div#div_row_admintitle{
            height: 35px;
            margin-top: 3px;
            margin-bottom: 20px;
        }
        div#div_row_admintitle a#lnk_menu_back{
            display: inline-block;
            float: left;
        }
        div#div_row_admintitle img#img_menu_back{
            height: 25px;
        }
        span#span_head_usrnam {
            display: inline-grid;
            vertical-align: middle;
            margin-top: 7px;
            margin-right: 5px;
        }
        div#div_head_usrlet {
            display: inline-grid;
            width: 35px;
            height: 35px;
            background-color: white;
            border-radius: 50%;
            text-align: center;
            vertical-align: top;
            margin-right: 5px;
        }
        div.head_usrimg {
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
        }
        img#img_head_usrimg {
            display: inline-grid;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            vertical-align: top;
            margin-right: 5px;
        }
        a#lnk_menu_logout {
            display: inline-grid;
            vertical-align: top;
        }
    /* Left Main Menu */
        div#div_col_leftmenu  ul#ul_main_menu{
            width: 102px;
        }
        div#div_col_leftmenu a.menu_nav_item{
            display: block;
            padding: 5px 0px;
        }
        div#div_col_leftmenu a.menu_nav_item.menu_active,
        div#div_col_leftmenu a.menu_nav_item:hover{
            background-color: #CCCCCC;
        }
        div#div_col_leftmenu img.img_menu{
            width: 36px;
            margin: auto;
        }
        div#div_col_leftmenu span.lbl_menu_nav{
            font-size: 12px;
            text-align: center;
            color: #807F7F;
        }
        .is-accordion-submenu-parent>a.menu_nav_item:after {
            content: initial;
        }
        a#a_menu_logo {
            margin-top: 7px;
            margin-bottom: 7px;
        }
        img#img_menu_logo {
            height: 37px;
        }
        /*a#a_logo_ami {
            margin-top: 7px;
            margin-bottom: 7px;
        }*/
        img#img_logo_ami{
            height: 37px;
            margin-top: 7px;
            margin-bottom: 7px;
        }
    /* Left Sub Menu */
        div#div_col_leftmenu  ul.main_submenu{
            margin: 0px;
        }
        div#div_col_leftmenu  ul.main_submenu li{
            border: solid 1px #CCCCCC;
        }
        div#div_col_leftmenu a.submenu_nav_item{
            display: block;
            padding: 4px 5px;
        }
        div#div_col_leftmenu span.lbl_submenu_nav{
            font-size: 12px;
            color: #807F7F;
        }
        div#div_col_leftmenu a.submenu_nav_item.submenu_active span.lbl_submenu_nav,
        div#div_col_leftmenu a.submenu_nav_item:hover span.lbl_submenu_nav{
            color: #DA1964;
        }
        
    /* Submenu Admin */
        div#div_row_submenu {
            height: 35px;
        }
        span#spa_submenu_tit{
            line-height: 24px;
            margin: 3px 0px;
            width: 100%;
            text-align: center;
        }
        div#div_col_submenuadmin a.menu_nav_item{
            font-weight: bold;
            font-size: 17px;
            color: #DA1964;
            margin-left: 10px;
            margin-right: 10px;
            display: inline-block;
        }
        div#div_col_submenuadmin a.menu_nav_item.menu_active,
        div#div_col_submenuadmin a.menu_nav_item:hover{
            color: #0D72B9;
        }
    /* Body Admin */
        div#div_row_adminbody{
            min-height: calc(100% - 85px);
        }
        div.row.row_main_tit{
            margin-top: 3px;
            margin-bottom: 25px;
            height: 35px;
        }
        div#div_row_adminfooter,
        div#div_row_footer{
            height: 20px;
        }
/* Generics */
    /* Buttons */
        .lnkbtn{
            font-size: 19px;
            color: #FFFFFF;
            text-align: center;
            display: inline-block;
            width: 100px;
            height: 40px;
            padding-top: 4px;
            border-radius: 5px;
            font-weight: lighter;
            vertical-align: middle;
        }
        a.lnkbtn:hover{
            -webkit-transition-duration: 1s; /* Safari */
            transition-duration: 1s;
        }
    /* Notify */
        .notifyjs-bootstrap-base{
            font-size: 18px !important;
            font-family: 'Lato' !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 #DA1964;
            color: #DA1964;
        }
        .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: #068C7F;
            color: #FFF;
        }
        .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: #807F7F;
        }
    /* Reveal Confirm */
        div#bri_row_conf_btns {
            margin-top: 30px;
        }
    /* Tooltips */
        .bri_tooltip_style {
            border: solid 1px #807F7F !important;
            border-radius: 5px;
            font-size: 19px !important;
            background-image: none !important;
            background-color: #FFF !important;
            background: #FFF !important;
            padding: 5px;
            color: #807F7F;
        }
    /* Paginator */
        #div_list_paginator{
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .a_paginator{
            display: inline-block;
        }
        .lbl_paginator{
            font-weight: lighter;
        }
        .lbl_paginator:hover{
            color: #DA1964;
        }
        .lbl_paginator.lbl_pag_actual{
            color: #DA1964;
            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 #0D72B9;
            border-top: 5px solid #8BC53F;
            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 #DA1964; /* Light grey */
            border-top: 20px solid #068C7F; /* 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{
            display: none;
            /*padding-left: 5px;*/
        }
        .inp_date_past,
        .inp_date_future,
        .inp_date_range{
            width: 106px;
        }
    /* Tables */
        table#tbl_data{
            border: solid 1px #DA1964;
        }
        table thead{
            background: #F1F1F2;
        }
        .tbl_head{
            color: #000;
            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: #807F7F;
        }
        .row_even td,
        .row_odd td{
            padding-top: 0px;
            padding-bottom: 0px;
            padding-right: 0px;
        }
        .row_even td{
            background-color: #FFF;
        }
        .row_odd td{
            background-color: #F1F1F2;
        }
        /*.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;
        }
    /* Session time */
        #session_security_tit{
            font-size: 35px;
            color: #DA1964;
        }
        #session_security_leg{
            color: #068C7F;
        }
/* 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: #DA1964;
            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;
        }
    /* Widgets */
        div.div_row_cont{
            /*margin-top: 20px;
            margin-bottom: 20px;*/
            margin-left: 25px !important;
            margin-right: 25px !important;
        }
        div.div_row_cont div.div_col_cont{
            background-color: #F1F1F2;
            border-radius: 13px;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        div.div_row_cont div.row_tit_pan{
            height: 30px;
            border-bottom: solid 1px #FFF;
        }
        div.div_row_cont div.row_bod_pan{
            height: 180px;
        }
        div.row_bod_pan img.ico_wid_img{
            width: 100px;
            display: block;
            margin: auto;
        }
/* 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 */
        /* Body */
            div#div_row_body{
                min-height: calc(100% - 175px);
            }
            div.row_allbody_cont {
                padding-left: 1%;
                padding-right: 1%;
            }
    /* 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;
            }

        div.div_row_cont{
            -webkit-justify-content: space-between !important;
            -ms-flex-pack: justify !important;
            justify-content: space-between !important;
        }
    @media (orientation:portrait){
    }

    @media (orientation:landscape){
    }
}