div#div_row_body {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Cabeza */
div#div_row_head{
    padding-left: 10px;
    padding-right: 10px;
}
img#img_menu_logo{
    width: 115px;
    margin-top: 12px;
}
div#div_row_menu_search{
    height: 40px;
    padding-bottom: 3px;
}
div#div_row_menu_user{
    height: 40px;
    padding-bottom: 10px;
}
#lnk_menu_logout{
    color: #989898;
}
#lnk_menu_logout:hover{
    color: #7180BE;
}
img#img_linehead_ray{
    position: absolute;
    height: 63px;
    right: 30px;
    margin-top: -33px;
}
#div_row_linehead1,
#div_row_linehead2{
    height: 13px;
}


a.menu_nav_item:hover,
a.lnkbtn:hover{
    -webkit-transition-duration: 1s; /* Safari */
    transition-duration: 1s;
}
.lnkbtn{
    font-size: 13px;
    color: #FFF !important;
    text-align: center;
    display: inline-block;
    height: 40px;
    width: 120px;
    padding-top: 12px;
    font-family: 'Good_times';
}

/*Notify*/
.notifyjs-bootstrap-base{
    font-size: 13px !important;
    font-family: 'Arial' !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: 13px;
    text-align: center;
    border: solid 2px #7180BE;
    color: #2A2C6A;
}
.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: 13px;
    padding: 5px;
    margin: 2px;
    width: 60px;
    background-color: #7180BE;
    color: #FFF;
}
.tbl_td .notifyjs-arrow{
    border-top-color: #000;
}
div > .notifyjs-wrapper {
    position: relative !important;
}

/*Reveal*/
button span#span_x {
    font-size: 50px;
    font-weight: bold;
    color: #2A2C6A;
}

/* Menu Cabeza */
#div_row_menu_user a.menu_nav_item{
    text-transform: uppercase;
    color: #7180BE;
    margin-right: 15px;
}
#div_row_menu_user a.menu_nav_item.menu_active span,
#div_row_menu_user a.menu_nav_item:hover span{
    color: #2A2C6A;
}
#div_row_menu_user a.menu_nav_item span{
    color: #7180BE;
    cursor: pointer;
    font-family: 'Good_times';
}
#div_row_menu_user a.menu_nav_item:last-child{
    margin-right: 0px;
}


/* Tabla */
table thead {
    background: #7180BE;
}
#div_row_list_table{
    padding-top: 15px;
}
.tbl_container{
    overflow: auto;
}
.tbl_head{
    color: #FFF;
    padding-right: 0px;
    font-weight: bold;
}
.row_even td,
.row_odd td{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    border: solid 1px #D2D3EA;
}
.row_even td{
    background-color: #E4E5F9;
}
.row_odd td{
    background-color: #FFF;
}
/*.tbl_row:hover td{
    background-color: #000;
}
.tbl_row:hover td{
    color: #808184;
}*/
.tbl_row:hover .notifyjs-container{
    color: #4A3C58;
}
.img_tbl_head{
    margin-left: 5px;
    margin-bottom: 2px;
}
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: 30px;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 7px;
}
/*Tooltip*/
.bri_tooltip_style {
    border: solid 1px #2A2C6A !important;
    border-radius: 5px;
    font-size: 13px !important;
    background-image: none !important;
    background-color: #FFF !important;
    background: #FFF !important;
    padding: 5px;
    color: #2A2C6A;
}

/*Loader*/
.div_status_loader{
    display: inline-block;
    border: 5px solid #BBBDBF;
    border-top: 5px solid #4DC3CA;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    animation: spin 1s linear infinite;
    margin-right: 15px;
    margin-top: 5px;
}
@keyframes spin{
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#div_loading_server{
    margin: auto;
    border: 20px solid #D2D3EA; /* Light grey */
    border-top: 20px solid #7180BE; /* Blue */
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 4s linear infinite;
}
#div_row_rev_waiting{
    height: 100%;
}
#img_logo_waiting{
    width: 300px;
}
/*Paginador*/
#div_list_paginator{
    margin-top: 10px;
    margin-bottom: 10px;
}
.a_paginator{
    display: inline-block;
}
.lbl_paginator{
    font-weight: normal;
}
.lbl_paginator:hover{
    color: #2A2C6A;
}
.lbl_paginator.lbl_pag_actual{
    color: #2A2C6A;
}
.img_paginator{
    height: 16px;
    display: block;
    padding-top: 2px;
}
.a_paginator span,
.a_paginator img{
    cursor: pointer;
}
/*Filtros*/
#div_row_list_filter{
    padding-top: 15px;
    padding-bottom: 15px;
}
/*Exportar*/
#div_row_list_export{
    padding-top: 15px;
    padding-bottom: 15px;
}

/*General*/
#form_manage{
    margin: 20px;
}
.lbl_filter{
    /*font-weight: normal;*/
}
.lbl_form_manage{
    width: 33%;
    /*font-weight: normal;*/
}
.fld_form_manage {
    width: 66%;
}
input[type=checkbox].fld_form_manage, 
input[type=radio].fld_form_manage,
input[type=checkbox].fld_form_detail, 
input[type=radio].fld_form_detail{
    width: initial;
    margin: 0px;
    vertical-align: middle;
}
#fld_manage{
    border: none;
}
#div_row_main_cont_head{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #818181;
}
#div_row_main_cont_body{
    padding-top: 15px;
    padding-bottom: 15px;
}
#form_filter_search .row .shrink.columns{
    padding-right: 0px;
}
div#div_row_list_tittle {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
#div_row_list_add{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
#div_row_mng_action{
    border-top: solid 1px #2A2C6A;
    margin-top: 20px;
    padding-top: 20px;
}

/* Tabs menus */
div.div_col_menu_tab a.menu_nav_item{
    display: block;
    background-color: #FFF;
    border: solid 1px #7180BE;
    font-family: 'Good_times';
}
div.div_col_menu_tab a.menu_nav_item:hover{
    background-color: #7180BE;
}
div.div_col_menu_tab a.menu_nav_item.menu_active{
    background-color: #7180BE;
}
div.div_col_menu_tab a.menu_nav_item .lbl_menu_nav{
    color: #7180BE;
    font-family: 'Good_times';
}
div.div_col_menu_tab a.menu_nav_item.menu_active .lbl_menu_nav,
div.div_col_menu_tab a.menu_nav_item:hover .lbl_menu_nav{
    color: #FFF !important;
}
div.div_col_menu_tab a.menu_nav_item .lbl_menu_nav{
    cursor: pointer;
    font-weight: 100;
}



.tittle_proccess{
    margin: 10px;
    font-size: 30px;
}
.progress.bar_progress{
    margin: 10px;
}
#btn_filter_search {
    margin-left: 10px;
}

a.a_underline:link {
    text-decoration: underline;
}
.a_underline{
    text-decoration: underline;
}
.lbl_add_element{
    display: inline-block;
}
.row_divide_thiny{
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#div_tbl_container{
    min-width: 100%;
}
.fld_filter {
    width: 145px;
    margin: 0px;
    margin-left: 2px;
}
.btn_export{
    margin-top: 7px;
}
.div_until_range{
    padding-left: 5px;
}
.inp_date_past,
.inp_date_future,
.inp_date_range{
    width: 106px;
}
#div_cont_head_manage{
    margin-bottom: 15px;
}
.btn_manage {
    margin-left: 13px;
    margin-right: 13px;
}
.lbl_form_detail {
    width: 110px;
    /*font-weight: normal;*/
}
.fld_form_detail{
    width: 70%;
}
.a_lnk_button{
    display: inline-flex;
}
label.lbl_view_detail{
    position: absolute;
    bottom: 6px;
    line-height: 1;
    right: 10px;
    font-size: 15px;
}
.list_row_see_detail{
    position: relative;
}


/* Imagenes */
.div_image_preview{
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
img.img_delete_img{
    width: 30px;
    display: inline-block;
    margin: 0px;
}
img.img_delete_file,
img.img_upload{
    width: 40px;
    margin-top: 10px;
}
.lnk_delete_image{
    width: 45px;
    display: inline-block;
    margin: 0px;
    vertical-align: bottom;
}


/* Medium screens */
@media only screen and (min-width: 40.063em) { } /* min-width 641px, medium screens */

/* Small screens and Medium screens */
/* max-width 640px, mobile-only, 641px - 1024px, tablet-only */
@media only screen and (max-width: 40em), only screen and (min-width: 40.063em) and (max-width: 64em){
    #form_manage{
        margin: 0px;
        margin-top: 10px;
    }
    .dis_inline.lbl_form_manage,
    .dis_inline.lbl_form_detail{
        display: block;
        width: initial;
    }
    .dis_inline.fld_form_manage,
    .dis_inline.fld_form_detail{
        display: block;
        width: 100%;
    }
    .dis_inline.fld_form_detail{
        padding: 0px;
    }
    #fld_manage{
        padding-left: 0px;
        padding-right: 0px;
    }
    input[type=checkbox].dis_inline.fld_form_manage, 
    input[type=radio].dis_inline.fld_form_manage,
    input[type=checkbox].fld_form_detail, 
    input[type=radio].fld_form_detail{
        display: inline-block;
        width: initial;
    }
    #bri_main_menu .img_menu{
        width: 55px;
    }
    .div_upd_menu_widget,
    .div_upd_submenu_widget {
        height: 65px;
    }
    #div_row_manage_user_menu,
    #div_row_manage_user_submenu {
        height: 65px;
    }
    #bri_admin_navigation{
        display: none;
        position: fixed;
        height: 100%;
    }
    #bri_admin_navigation a.menu_nav_item {
        width: 120px;
    }
    #div_row_list_tittle a.menu_nav_item {
        padding: 5px;
    }
    .img_svg_btn_add{
        width: 40px;
    }
    #form_filter_search {
        padding-left: 0px;
    }
    #div_row_list_filter .column{
        padding: 0px;
        padding-left: 3px;
    }
    #div_row_list_table {
        overflow-x: scroll;
    }
    #div_tbl_container {
        min-width: 100%;
        width: 100px;
        max-width: 170%;
    }
    .tbl_head {
        padding-left: 0px;
    }
    .tbl_head {
        min-width: 127px !important;
    }
    #div_col_list_body{
        min-width: 100%;
        width: 100px;
        max-width: 170%;
    }
    td.tbl_td {
        line-height: 19px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .div_col_date_new_sec{
        text-align: left;
    }

    @media (orientation:portrait){
        
    }

    @media (orientation:landscape){
        
    }
}
