/* Cabeza */
div#div_row_head{
    padding-top: 5px;
    padding-bottom: 5px;
}
img#img_menu_logo{
    width: 150px;
    margin-right: 15px;
}
div#div_row_menu_user{
    height: 100%;
}
#lnk_menu_logout{
    color: #FFF;
}
#lnk_menu_logout:hover{
    color: #BB122F;
}

/* Cuerpo */

/*a.lnkbtn:hover,*/
a.menu_nav_item:hover{
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}
.lnkbtn{
    font-size: 17px;
    color: #FFF !important;
    text-align: center;
    display: inline-block;
    height: 30px;
    width: 150px;
    padding-top: 3px;
    border-radius: 10px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
}
.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: 'AnekTamil' !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: 14px;
    text-align: center;
    border: solid 2px #002C62;
    color: #002C62;
}
.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: #002C62;
    color: #FFF;
}
.tbl_td .notifyjs-arrow{
    border-top-color: #002C62;
}
/*div > .notifyjs-wrapper {
    position: relative !important;
}*/

/*Reveal*/
button span#span_x {
    font-size: 50px;
    font-weight: bold;
    color: #28A8E0;
}

/* Login */
#rev_login{
    padding: 60px;
}
#rev_row_tit_log{
    margin-bottom: 30px;
}
#form_login label{
    width: 30%;
}
#form_login [type=text],
#form_login [type=password]{
    width: 55%;
    height: 35px;
}
a#btn_mod_login {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
}

#modal_legals{
    height: 70%;
}

/* Menu Admin */
#div_row_menu_admin a.menu_nav_item{
    color: #002C62;
    margin-right: 2%;
}
#div_row_menu_admin a.menu_nav_item.menu_active span,
#div_row_menu_admin a.menu_nav_item:hover span{
    color: #BB122F;
    /*text-shadow: 2px 2px 5px #0B0101;*/
}
#div_row_menu_admin a.menu_nav_item span{
    cursor: pointer;
    font-weight: bold;
}
#div_row_menu_admin span.lbl_symb_menu{
    display: none;
}
/* Menu Cabeza */
#div_row_menu_user a.menu_nav_item,
#bri_responsive_menu a.menu_nav_item{
    color: #FFF;
    /*margin-left: 5%;*/
    padding: 0px;
}
#ul_user_menu a.menu_nav_item{
    margin-left: 60px;
}
#alnk_nav_menu_uproducts:after{
    display: none;
}
#div_row_menu_user a.menu_nav_item.menu_active span,
#div_row_menu_user a.menu_nav_item:hover span,
#bri_responsive_menu a.menu_nav_item.menu_active span,
#bri_responsive_menu a.menu_nav_item:hover span{
    color: #E0E1E2;
    /*text-shadow: 2px 2px 5px #0B0101;*/
}
#div_row_menu_user a.menu_nav_item span,
#bri_responsive_menu a.menu_nav_item span{
    cursor: pointer;
    font-weight: bold;
}
#div_col_user_menu {
    padding: 10px 6px;
}
span.lbl_symb_menu{
    font-size: 12px;
    font-family: Verdana;
    margin-right: 6px;
    line-height: 1;
    vertical-align: top;
    margin-top: 2px;
}
ul#ul_subme_prod,
ul#ul_subresp_prod{
    background-color: #E4E7EF;
    padding: 0px;
    list-style-type: none;
    min-width: 200px;
    border: solid 1px #002C62;
}
ul#ul_subme_prod li,
ul#ul_subresp_prod li{
    padding: 3px 15px;
    border-bottom: solid 1px #002C62;
}
ul#ul_subme_prod li:hover,
ul#ul_subresp_prod li:hover{
    background-color: #FFF;
}
ul#ul_subme_prod li a{
    color: #002C62 !important;
    display: block;
}
ul#ul_subresp_prod li a{
    color: #002C62 !important;
    display: block;
}
i#i_menu_compact {
    font-size: 40px;
    position: fixed;
    right: 10px;
    top: -7px;
}
#i_menu_compact:hover{
    color: #E04E27;
}
#bri_responsive_menu{
    padding: 10px;
    width: 150px;
    display: none;
    margin: 0px;
    z-index: 2;
    border-radius: 10px;
    position: fixed;
    right: 48px;
    top: -2px;
    border: solid 2px #002C62;
    border-top-left-radius: 0px;
    border-top-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;
}
#bri_responsive_menu span.lbl_symb_menu{
    display: none;
}
#row_menu_container{
    /*margin-bottom: 10px;*/
    padding-top: 7px;
    padding-bottom: 7px;
}
a.lnk_menu_social{
    display: inline-block;
    margin-left: 10px;
}
img.img_menu_social{
    height: 40px;
}
img.img_section_symbol {
    height: 60px;
}


/* Body Admin */
div#div_col_body_admin {
    padding: 35px;
}


/* Tabla */
#div_row_list_table{
    padding-top: 15px;
}
.tbl_container{
    overflow: auto;
}
.tbl_head{
    color: #818181;
    padding-right: 0px;
    font-weight: bold;
}
.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: #FFF;
}
/*.tbl_row:hover td{
    background-color: #0B0101;
}
.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 #E0E1E2 !important;
    border-radius: 5px;
    font-size: 14px !important;
    background-image: none !important;
    background-color: #FFF !important;
    background: #FFF !important;
    padding: 5px;
    color: #002C62;
}

/*Loader*/
.div_status_loader{
    display: inline-block;
    border: 5px solid #BB122F;
    border-top: 5px solid #002C62;
    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 #BB122F; /* Light grey */
    border-top: 20px solid #002C62; /* 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: bold;
}
.lbl_paginator:hover{
    color: #BB122F;
}
.lbl_paginator.lbl_pag_actual{
    color: #BB122F;
}
.img_paginator{
    height: 16px;
    display: block;
}
.a_paginator span,
.a_paginator img{
    cursor: pointer;
}
a.a_paginator.a_pag_rows {
    vertical-align: text-bottom;
}
/*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 {
    border-bottom: solid 1px #455;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
#div_row_list_add{
    border-bottom: solid 1px #818181;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
#div_row_mng_action{
    border-top: solid 1px #818181;
    margin-top: 40px;
    padding-top: 20px;
}
.lnkbtn.lnk_mng_cancel{
    height: 30px;
    width: 150px;
    padding-top: 4px;
}
.lnkbtn.lnk_save_element{
    height: 30px;
    width: 150px;
    padding-top: 4px;
}
.lnkbtn.lnk_add_element{
    height: 30px;
    width: 150px;
    padding-top: 4px;
}
.lnkbtn.btn_search{
    height: 30px;
    width: 150px;
    padding-top: 4px;
}
.lnkbtn.lnk_export{
    height: 30px;
    width: 150px;
    padding-top: 4px;
}

/* Tabs menus */
#div_row_tabs_menu{
    margin-top: 30px;
    margin-bottom: 30px;
}
div.div_col_menu_tab a.menu_nav_item .lbl_menu_nav{
    color: #28A8E0;
    cursor: pointer;
    font-weight: bold;
}
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: #F0655E !important;
}


.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: 17px;
}
.list_row_see_detail{
    position: relative;
}


/* Imagenes */
.div_image_preview{
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
img.img_upload_img{
    height: 40px;
    display: block;
    margin: auto;
    margin-top: 10px;
}
img.img_delete_img{
    height: 40px;
    display: block;
    margin: auto;
    margin-top: 10px;
}
img.img_delete_file,
img.img_upload{
    height: 40px;
    margin-top: 10px;
}
.lnk_upload_image{
    display: inline-block;
    width: 45px;
    margin: auto;
}
.lnk_delete_image{
    display: inline-block;
    width: 45px;
    margin: auto;
}
/* Carruseles */
.slick-prev {
    left: -17px;
}
.slick-next{
    right: -16px;
}
.slick-prev,
.slick-next{
    width: 31px;
    height: 101px;
    z-index: 1;
}
.slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
}



.img_binseri_symbol{
    width: 117px;
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    animation-duration: 4s;
}


/* Small */
@media only screen and (max-width: 40em){
    #rev_login{
        width: 100%;
    }
}

/* Medium */
@media only screen and (min-width: 40.063em) and (max-width: 80em){
    #rev_login{
        width: 90%;
    }
}


/* 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;
    }
    #div_col_menu_social{
        padding-right: 45px;
    }
    .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;
    }
    input#txt_menu_search{
        width: 200px;
    }
    #img_menu_user, #img_menu_market, #img_menu_home {
        width: 32px;
    }
    div#user_menu_configurations .row {
        height: 45px;
        padding-top: 10px;
    }

    @media (orientation:portrait){
        
    }

    @media (orientation:landscape){
        
    }
}
