/* Structure */
    /* Cabeza */
        img#img_logo_mainbar{
            width: 25px;
        }
        #mainbar_logout{
            width: initial;
            display: inline-block;
        }
        #lnk_mainbar_username{
            color: #0071BC;
            font-weight: bold;
        }
        #lnk_mainbar_username::after{
            border-color: #0071BC transparent transparent;
        }
        #lnk_menu_logout:hover{
            color: #0071BC;
        }
        #ul_mainbar_logout{
            border-radius: 5px;
            width: 70px;
            min-width: 70px;
            top: 43px;
            left: 20px;
            border-color: #000;
        }
        #ul_mainbar_logout li.is-submenu-item.is-dropdown-submenu-item{
            text-align: center;
        }
        #ul_mainbar_logout li.is-submenu-item.is-dropdown-submenu-item a{
            color: #FFF;
        }
        i#i_menu_compact {
            font-size: 51px;
            position: fixed;
            right: 10px;
            top: -17px;
        }
        #bri_responsive_menu{
            padding: 15px;
            text-align: center;
            display: none;
            margin: 0px;
            z-index: 2;
            border-radius: 10px;
            position: fixed;
            right: 0px;
            top: 40px;
            background-color: #282828;
            border: solid #1A1A1A;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
        }
        #bri_responsive_menu ul{
            list-style: none;
            margin: 0;
        }
        img#img_men_resp{
            width: 30px;
            margin-bottom: 15px; 
        }
    /* Bar path */
        a.lnk_path{
            display: inline-block;
        }
        a.lnk_path:hover{
            color: #0071BC !important;
        }
        label.lbl_path_arrow{
            display: inline-block;
            margin-left: 3px;
            margin-right: 3px;
        }
        label.lbl_path_actual{
            display: inline-block;
            color: #0071BC;
        }
        #div_row_pathbar label,
        #div_row_pathbar a{
            font-size: 15px;
        }
/* Generics */
    /* Buttons */
        .lnkbtn{
            font-size: 20px;
            color: #000 !important;
            text-align: center;
            display: inline-block;
            height: 35px;
            width: 150px;
            border-radius: 7px;
            font-weight: bold;
            position: relative;
            overflow: hidden;
            vertical-align: middle;
            line-height: 35px;
        }
        .lnkbtn:after {
          content: "";
          position: absolute;
          top: -110%;
          left: -210%;
          width: 280%;
          height: 50%;
          opacity: 0;
          transform: rotate(30deg);
          background: rgba(255, 255, 255, 0.23);
          background: linear-gradient(
            to right, 
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.13) 77%,
            rgba(255, 255, 255, 0.5) 92%,
            rgba(255, 255, 255, 0.0) 100%
          );
        }
        .lnkbtn:hover:after {
          opacity: 1;
          top: -30%;
          left: -30%;
          transition-property: left, top, opacity;
          transition-duration: 0.7s, 0.7s, 0.15s;
          transition-timing-function: ease;
        }
    /* Notify */
        .notifyjs-bootstrap-base{
            font-size: 18px !important;
            font-family: 'Myriad' !important;
            font-style: normal !important;
            font-weight: normal !important;
            padding-top: 5px;
            padding-bottom: 5px;
            background-position-y: 3px;
        }
        .notifyjs-bri_confirm-base{
            width: 200px;
            background: #000;
            padding: 5px;
            border-radius: 10px;
            font-size: 14px;
            text-align: center;
            border: solid 2px #000000;
            color: #808080;
        }
        .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: 14px;
            padding: 5px;
            margin: 2px;
            width: 60px;
            background-color: #FBED1F;
            color: #000;
        }
        .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: #282828;
        }
        div#bri_row_conf_btns{
            margin-top: 30px;
            margin-bottom: 10px;
        }
        button#bri_btn_conf_yes{
            width: 100%;
        }
        button#bri_btn_conf_no{
            width: 100%;
        }
    /* Tooltip */
        .bri_tooltip_style{
            border: solid 1px #000000 !important;
            border-radius: 5px;
            font-size: 14px !important;
            background-image: none !important;
            background-color: #808080 !important;
            background: #808080 !important;
            color: #1A1A1A;
        }
        .bri_tooltip_style.ui-widget-shadow{
            box-shadow: none;
        }
    /* Paginador */
        #div_list_paginator{
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .a_paginator{
            display: inline-block;
        }
        .lbl_paginator{
            font-weight: bold;
        }
        .lbl_paginator:hover{
            color: #E04E27;
        }
        .lbl_paginator.lbl_pag_actual{
            color: #E04E27;
        }
        .img_paginator{
            height: 16px;
            display: block;
        }
        .a_paginator span,
        .a_paginator img{
            cursor: pointer;
        }
        a.a_paginator.a_pag_rows {
            vertical-align: text-bottom;
        }
    /* Loader */
        #rev_waiting{
            margin: 0px;
            padding: 0px;
            left: 0px !important;
            top: 0px !important;
        }
        .div_status_loader{
            display: inline-block;
            border: 5px solid #BBBDBF;
            border-top: 5px solid #28A8E0;
            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 #808080; /* Light grey */
            border-top: 20px solid #0071BC; /* 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;
        }
    /* Table */
        .tbl_container{
            overflow: auto;
        }
        table#tbl_data tr{
            border: solid 1px #000;
        }
        .tbl_head{
            color: #808080;
            padding: 5px 0px 5px 5px;
            font-weight: bold;
            background-color: #1A1A1A;
            border: none;
            font-size: 20px;
        }
        .row_even td,
        .row_odd td{
            padding-top: 0px;
            padding-bottom: 0px;
            padding-right: 0px;
        }
        .row_even td{
            background-color: #282828;
        }
        .row_odd td{
            background-color: #282828;
        }
        .tbl_row:hover td{
            background-color: #1A1A1A;
        }
        .tbl_row:hover td{
            color: #808080;
        }
        td.tbl_td.dcol_no,
        th.tbl_head.hcol_no{
            max-width: 25px;
            width: 25px;
            text-align: right;
            padding: 0px;
        }
        span.lbl_symb_active{
            font-size: 25px;
            font-weight: bold;
            font-family: Verdana;
        }
        .img_tab_action{
            height: 35px;
            margin-top: 10px;
            margin-bottom: 10px;
            margin-right: 5px;
        }
        #div_tbl_container{
            min-width: 100%;
        }
    /* Radio */
        input[type=radio]{
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border-radius: 50%;
            width: 11px;
            height: 11px;
            border: 2px solid #808080;
            transition: 0.2s all linear;
            outline: none;
            position: relative;
            top: 4px;
            margin: 0px;
            margin-bottom: 4px;
        }
        input[type=radio]:checked {
            border: 4px solid #0071BC;
        }
/* Elements */
    /* Widgets */
        img.img_widget_cover{
            height: 80px;
            margin: 45px 2%;
        }
        .lst_cont_simp_widg{
            padding: 5px 20px;
        }
        .lst_cont_dev_widg{
            padding: 5px 20px;
        }
        div.row_title_widget{
            height: 27px;
        }
        div.col_wid_head_tit{
            padding-right: 0px;
            padding-left: 7px;
        }
    /* Forms */
        #form_manage{
            margin: 20px;
        }
        .lbl_form_manage{
            width: 33%;
            /*font-weight: normal;*/
        }
        .fld_form_manage {
            width: 65%;
        }
        input[type=checkbox].fld_form_manage, 
        input[type=radio].fld_form_manage{
            width: initial;
            margin: 0px;
            vertical-align: inherit;
        }
        #fld_manage{
            border: none;
        }
        #div_row_mng_action {
            margin-top: 5px;
            padding-top: 25px;
            padding-bottom: 25px;
        }

/* Imagenes */
.div_image_preview{
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
img.img_delete_img{
    width: 30px;
    display: block;
    margin: auto;
    margin-top: 10px;
}
img.img_delete_file,
img.img_upload{
    width: 40px;
}
.lnk_delete_image{
    display: block;
    width: 45px;
    margin: auto;
}


.img_binseri_symbol{
    width: 117px;
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    animation-duration: 4s;
}

.div_upload_file {
    display: inline-block;
    width: 60%;
}
.name_file_upload{
    word-break: break-word;
}

/* 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){
    .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){
        
    }
}
