div#row_main_menu{
    position: fixed;
    width: 100%;
    z-index: 3;
    background-color: #FFF;
}
div#div_row_content{
    margin-top: 106px;
}

/* Structure */
    /* Head */
        #row_main_menu{
            padding-left: 35px;
            padding-top: 10px;
            padding-bottom: 10px;
        }
        img#img_menu_logo{
            width: 120px;
            margin-top: 13px;
            margin-bottom: 13px;
            /*margin-left: 13px;*/
        }
        div#div_col_menu {
            padding-left: 75px;
        }
        #div_col_menu a.menu_nav_item{
            color: #0877BE;
            /*font-weight: bold;*/
            margin-right: 7%;
            font-size: 20px;
        }
        #div_col_menu a.menu_nav_item.menu_active span,
        #div_col_menu a.menu_nav_item:hover span{
            color: #4E4E4E;
        }
        #div_col_menu a.menu_nav_item:last-child{
            margin-right: 0px;
        }
        i#i_menu_compact{
            font-size: 60px;
            position: fixed;
            right: 10px;
            top: 70px;
            z-index: 3;
            text-shadow: 1px 2px 1px #000;
        }
        #bri_responsive_menu{
            padding: 15px;
            text-align: right;
            display: none;
            margin: 0px;
            z-index: 2;
            border-radius: 10px;
            position: fixed;
            right: 0px;
            top: 140px;
            background-color: #04A9B4;
            border: none;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
        }
        #bri_responsive_menu a.menu_nav_item{
            display: block;
            margin-top: 10px;
            margin-bottom: 10px;
            width: 100%;
            height: 40px;
            line-height: 40px;
            font-size: 20px;
            color: #FFF;
            font-weight: bold;
        }
        #bri_responsive_menu a.menu_nav_item.menu_active span,
        #bri_responsive_menu a.menu_nav_item:hover span{
            color: #F9BE00;
        }
        div#div_line_menu{
            height: 1px;
            border: solid 5px #0877BE;
            width: 400px;
            border-bottom-left-radius: 8px;
            border-top-left-radius: 8px;
            position: relative;
        }
    /* Body */
        div#div_row_body{
            min-height: 40%;
        }
    /* Foot */
        #div_row_footer{
            margin-top: 30px;
            padding: 10px 0px;
        }
        #lbl_foot_tel{
            letter-spacing: -1px;
            word-spacing: -1px;
        }
        div.col_foot_left,
        div.col_foot_right{
            text-align: center;
            padding: 0px;
        }
/* Generics */
    /* Buttons */
        .lnkbtn{
            font-size: 22px;
            color: #FFF !important;
            text-align: center;
            display: inline-block;
            width: 150px;
            height: 35px;
            padding-top: 0px;
            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: 'Calibri' !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 #04A9B4;
            color: #04A9B4;
        }
        .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: #04A9B4;
            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: #04A9B4;
        }
    /* Tooltips */
        .bri_tooltip_style {
            border: solid 1px #04A9B4 !important;
            border-radius: 5px;
            font-size: 20px !important;
            background-image: none !important;
            background-color: #FFF !important;
            background: #FFF !important;
            padding: 5px;
            color: #04A9B4;
        }
    /* Paginator */
        #div_list_paginator{
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .a_paginator{
            display: inline-block;
        }
        .lbl_paginator{
            font-weight: bold;
        }
        .lbl_paginator:hover{
            color: #F16624;
        }
        .lbl_paginator.lbl_pag_actual{
            color: #F16624;
        }
        .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: -15px;
        }
        .slick-next{
            right: -15px;
        }
        .slick-prev,
        .slick-next{
            height: 50px;
            z-index: 1;
        }
        .slick-initialized .slick-slide{
            float: none;
            display: inline-block;
            vertical-align: middle;
        }
        /*.slick-slide{
            position: relative;
        }*/
        .carousel_caption{
            position: absolute;
            bottom: 0;
            padding: 0px 7px;
            height: 65px;
            width: 100%;
            background-color: rgba(78, 78, 78, 1);
            text-align: center;
            display: grid;
            color: #FFF;
            line-height: 25px;
            align-items: center;
            font-size: 20px;
            word-spacing: -1px;
            letter-spacing: -0.5px;
        }
        .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 #BBBDBF;
            border-top: 5px solid #04A9B4;
            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 #F3F3F3; /* Light grey */
            border-top: 20px solid #0877BE; /* 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 */
        .tbl_container{
            overflow: auto;
        }
        .tbl_head{
            color: #818181;
            padding-right: 0px;
            font-weight: bold;
        }
        .a_tbl_head i.fi-arrow-up,
        .a_tbl_head i.fi-arrow-down{
            color: #676767;
        }
        .row_even td,
        .row_odd td{
            padding-top: 0px;
            padding-bottom: 0px;
            padding-right: 0px;
            border: solid 1px #818181;
        }
        .row_even td{
            background-color: #FFF;
        }
        .row_odd td{
            background-color: #F3F3F3;
        }
        /*.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%;
        }
        .fld_form_manage{
            width: 62%;
        }
        input[type=checkbox].fld_form_manage, 
        input[type=radio].fld_form_manage{
            width: initial;
            margin: 0px;
            vertical-align: middle;
        }
    /* Row actions buttons */
        #div_row_mng_action{
            padding-top: 20px;
        }
    /* 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;
            font-weight: bold;
            background: #04A9B4;
            border-right: solid 1px #FFF;
            height: 101px;
        }
        ul.tabs .tabs-title>a:focus,
        ul.tabs .tabs-title>a:hover,
        ul.tabs .tabs-title>a[aria-selected=true]{
            background: #F9BE00;
        }
    /* Icons */
        img.img_ico_tit{
            height: 30px;
            margin-bottom: 14px;
        }
        img.img_ico_not{
            height: 20px;
            margin-bottom: 5px;
        }

/* Small */
@media only screen and (max-width: 39.9375em){
}

/* Medium */
@media only screen and (min-width: 40em) and (max-width: 63.9375em){
}

/* Large only */
@media screen and (min-width: 85em){
    /* Structure */
        /* Head */
            div#div_line_menu{
                height: 1px;
                border: solid 5px #0877BE;
                width: 750px;
                border-bottom-left-radius: 8px;
                border-top-left-radius: 8px;
            }
}

/* 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 */
        /* Foot */
            div.col_foot_left{
                text-align: left !important;
                padding-right: 0px;
                padding-left: 10px;
            }
            div.col_foot_right{
                text-align: right !important;
                padding-left: 0px;
                padding-right: 10px;
            }    
    /* 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){
    }
}
/*
     FILE ARCHIVED ON 12:34:12 Aug 31, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:42:11 Sep 29, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 131.935
  exclusion.robots: 0.076
  exclusion.robots.policy: 0.066
  cdx.remote: 0.057
  esindex: 0.01
  LoadShardBlock: 103.832 (3)
  PetaboxLoader3.datanode: 115.172 (4)
  load_resource: 79.161
  PetaboxLoader3.resolve: 55.137
*/