/*Para el load de la página*/
 .loader-page {
    position: fixed;
    z-index: 25000;
    background: rgb(255, 255, 255);
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all .3s ease;
  }
  .loader-page::before {
    content: "";
    position: absolute;
    border: 2px solid rgb(50, 150, 176);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgba(50, 150, 176,0);
    border-top: 2px solid rgba(50, 150, 176,0);
    animation: rotarload 1s linear infinite;
    transform: rotate(0deg);
  }
  @keyframes rotarload {
      0%   {transform: rotate(0deg)}
      100% {transform: rotate(360deg)}
  }
  .loader-page::after {
    content: "";
    position: absolute;
    border: 2px solid rgba(50, 150, 176,.5);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgba(50, 150, 176, 0);
    border-top: 2px solid rgba(50, 150, 176, 0);
    animation: rotarload 1s ease-out infinite;
    transform: rotate(0deg);
  }
/* fin de loading */
/* CLASE CSS PARA CAMBIAR EL IDIOMA DE BOWSER A ELIGIR */
.custom-file-label::after {
    content: "Elegir" !important;
}
/* estilo para que muestre los platos en carta*/
.p_carter{
    height: 42px;
    overflow: hidden;
}
.p_category{
     height: 45px;
    overflow: hidden;
}
.div_cant{
   padding:1px !important;
   flex: 0 0 50%;
   max-width: 50%; 
}
.div_mesa{
   padding:1px !important;
   flex: 0 0 50%;
   max-width: 50%; 
}
.div_carter{
    padding:5px !important;
    flex: 0 0 50%;
    max-width: 50%;
    cursor: pointer;
}
.btn-category:hover {
    background-color: #ececec !important;
    color: #000;
}
.active_cat{
    color: #fd7e14!important;
}
.btn-notas:hover {
    background-color: #ececec !important;
    color: #000;
}
.callout:hover {
    background-color: #ececec !important;
}
.btn-category{
        height: 80px !important;
        overflow: hidden !important;
}
.btn-notas{
        height: 50px !important;
        overflow: hidden !important;
        font-size: 13px;
}
.hideScroll {
  overflow: auto;
  /*height: 100px;*/
  scrollbar-width: none; /*Firefox*/
}
/* estilos para el nav menu */
.nav-pills .active{
    color: #fff;
    background-color: #20c997 !important;
}
.activemenu{
    background-color: rgba(0,0,0,.1) !important;
    color: #212529 !important;
}
.activepiso{
    color: #fff !important;
    background-color: #6c757d9e !important;
}
.dropdown_lg{
    max-width: 300px !important;
    min-width: 200px !important;
    padding: 0 !important;
}
#fondo_mesas{
    width: 70px;
    background-image: url('../../Images/iconos/tablebuf.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
}
#fondo_mesas_ocupado{
    width: 70px;
    background-image: url('../../Images/iconos/tableocupado.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
}
#fondo_mesas_cuenta{
    width: 70px;
    background-image: url('../../Images/iconos/tablecuenta.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
}
.card-hovered-libre:hover {
    background-color: #6c757d42 !important;
}
/* estilos para el login */
.padre {
    display: flex;
    position: relative;
    background-image: url('../../Images/ImageEmpresa/fondo.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.fondo_lg {
    width: 100vw;
    height: 100vh;
    background-color: rgba(134, 109, 111, 0.33);
    position: absolute;
    /* opacity: .2; */
}

.enlace_p a {
    color: black;
}

.enlace_p a:hover {
    color: black;
}

.texto_p {
    font-weight: 100;
}

.hijo {
    position: relative;
    z-index: 9999999999999;
    /* border: 1px solid red; */
    background-color: white;
    width: 450px;
    height: 350px;
}

/* ESTILO PARA EL RESPONSIVE DEL LOGIN */
@media (min-width: 477px) {
    .hijo {
        width: 400px;
    }
}

@media (max-width: 371px) {
    .hijo {
        width: 330px;
    }
}

/* ANIMACIN PARA LA CABECERA FIJA */
.fixed-header {
    position: fixed !important;
    top: 0;
    /* left: 0 !important; */
    /* right: auto !important; */
    width: 79.4% !important;
    -webkit-transition: height 0.3s !important;
    -moz-transition: height 0.3s !important;
    transition: height 0.3s !important;
    z-index: 10;
}

.nave {
    width: 100%;
    height: 60px;
    -webkit-transition: height 0.3s !important;
    -moz-transition: height 0.3s !important;
    transition: height 0.3s !important;
    /* overflow: hidden; */
    background: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 10;
}

/* ESTILOS PARA LA PRECARGA */
.load {
    background-color: white;
    position: absolute;
    opacity: .9;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99999999999999999999999999999999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loadsister {
    position: relative;
    top: -38%;
}

.load2 {
    background-color: white;
    position: absolute;
    opacity: .9;
    width: 100%;
    height: 800px;
    top: -100px;
    z-index: 99999999999999999999999999999999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ----------------------------------------- */
/* ESTILOS PARA EL TECLADO VIRTUAL */
/* ----------------------------------- */

.keyboard {
    position: fixed;
    left: 0;
    z-index: 100000000000000000000000000000000000000000000000000000;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    background: #004134;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    user-select: none;
    transition: bottom 0.4s;
}

.keyboard--hidden {
    bottom: -100%;
}

.keyboard__keys {
    text-align: center;
}

.keyboard__key {
    height: 45px;
    width: 6%;
    max-width: 90px;
    margin: 3px;
    border-radius: 4px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 1.05rem;
    outline: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.keyboard__key:active {
    background: rgba(255, 255, 255, 0.12);
}

.keyboard__key--wide {
    width: 12%;
}

.keyboard__key--extra-wide {
    width: 36%;
    max-width: 500px;
}

.keyboard__key--activatable::after {
    content: '';
    top: 10px;
    right: 10px;
    position: absolute;
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
}

.keyboard__key--active::after {
    background: #08ff00;
}

.keyboard__key--dark {
    background: rgba(0, 0, 0, 0.25);
}

/* ----------------------------------- */
/* FIN DE LOS ESTILOS PARA EL TECLADO VIRTUAL */
/* ----------------------------------- */


/* ESTILOS PARA LAS MESAS */

.box_libre {
   /* width: 100%;
    height: 100px;
    border: 1px solid #d8d8d9;
    border-radius: 5px;*/
    cursor: pointer;
    /*background-color: #f4f6f9 !important;*/
}
.box_ocupado {
   /* width: 100%;
    height: 100px;
    border: 1px solid #fdae32;*/
    cursor: pointer;
}
.box_print:hover {
    background-color: #007bffad !important;}
.box_print {
    cursor: pointer;
}
.box_ocupado:hover {
    background-color: #fd7e14b8 !important;
    color: #000 !important;
}
.box_libre:hover {
    background-color: #ececec !important;
    color: #000;
}
.box_carta {
    width: 100%;
    height: 40px;
    /* border: 1px solid red; */
    border-radius: 5px;
    cursor: pointer;
}
.box_carta:hover {
    background-color: #1d2124 !important;
}
.box_title p {
    font-size: 30px
}
/* FIN DE LOS ESTILOS PARA LAS MESAS */

/* ESTILO PARA LOS ICONOS FORMATO SVG */
.img-icon{
    max-width: 22px;
    margin-right: 10px;
}
/* ESTILO PARA LOS ICONOS FORMATO SVG para facturador */
.img-icon-fac{
    max-width: 30px;
    margin-right: 0px;
}
/* ESTILO PARA LOS ICONOS FORMATO JPEG */
.img-icon-jpeg{
    max-width: 80px;
    margin-right: 0px;
}
/* ESTILO PARA LOS ICONOS FORMATO JPEG medios pago */
.img-icon-medios{
    max-width: 110%;
}
/* ESTILO PARA LOS ICONOS FORMATO JPEG-centimos */
.img-icon-centimos{
    max-width: 40px;
    margin-right: 0px;
}
/* CABECERA DE TECLADO APERTURADE CAJA */
.header-calc{
    cursor: default !important;
    font-size: 20px !important;
    vertical-align : middle !important;
    border: 0px !important;
}
.header-calc:hover {
    background: #fff !important;
}
/* ESTILO PARA EL TECLADO NUMNERICO DE APERTURA CAJA */
.table_teclado {
    width: 100%;
    font-size: 30px;
}
.table_teclado tr td {
    background: #fff;
    color: #212529e8; 
    /* padding: .2em .5em; */
    cursor: pointer;
     border-radius: 2px;
     font-size: 30px;
    font-family: sans-serif;
    /*border: 1px solid #757575; */
     max-width: 10px; 
    position: relative;
}
.table_teclado tr td:hover {
    background: #dee2e6;
}
/* FIN DEL ESTILO APRA EL TECLADO APERTURA CAJA */

/* ESTILO PARA EL TECLADO CUADRE DE CAJA */
.table_teclado_cuadre {
    width: 100%;
    font-size: 20px;
}
.table_teclado_cuadre tr td {
    background: #fff;
    color: #212529e8; 
    /* padding: .2em .5em; */
    cursor: pointer;
     border-radius: 2px;
     
    font-family: sans-serif;
    /*border: 1px solid #757575; */
     max-width: 10px; 
    position: relative;
}
.table_teclado_cuadre tr td:hover {
    background: #dee2e6;
}
/* FIN DE TECLADO CUADRE DE CAJA */

/* ESTILO PARA EL TECLADO MONTOS DE CAJA */
.table_teclado_montos {
    width: 100%;
   /* font-size: 22px;*/
}
.table_teclado_montos tr td {
    background: #fff;
    color: #212529e8; 
    /* padding: .2em .5em; */
    cursor: pointer;
     border-radius: 2px;
     
    font-family: sans-serif;
    /*border: 1px solid #757575; */
     max-width: 10px; 
    position: relative;
}
.table_teclado_montos tr td:hover {
    background: #dee2e6;
}
/* FIN DE TECLADO MONTOS DE CAJA */

/* ESTILO PARA EL TECLADO LOGIN */
.table_teclado_login {
    width: 100%;
    font-size: 16px;
}
.table_teclado_login tr td {
    background: #fff;
    color: #212529e8; 
    /* padding: .2em .5em; */
    cursor: pointer;
     border-radius: 2px;
    font-family: sans-serif;
    /*border: 1px solid #757575; */
     max-width: 10px; 
    position: relative;
}
.table_teclado_login tr td:hover {
    background: #dee2e6;
}
/* FIN DE TECLADO LOGIN */

/* ESTILO PARA EL TECLADO NOTAS */
.table_teclado_notas {
    width: 100%;
    font-size: 20px;
}
.table_teclado_notas tr td {
    background: #fff;
    color: #212529e8; 
    /* padding: .2em .5em; */
    cursor: pointer;
     border-radius: 2px;
    font-family: sans-serif;
    /*border: 1px solid #757575; */
     max-width: 10px; 
    position: relative;
}
.table_teclado_notas tr td:hover {
    background: #dee2e6;
}
/* FIN DE TECLADO NOTAS */
/* ESTILO PARA EL TECLADO NOTAS */
.table_teclado_movimiento {
    width: 100%;
    font-size: 17px;
}
.table_teclado_movimiento tr td {
    background: #fff;
    color: #212529e8; 
    /* padding: .2em .5em; */
    cursor: pointer;
     border-radius: 2px;
    font-family: sans-serif;
    /*border: 1px solid #757575; */
     max-width: 10px; 
    position: relative;
}
.table_teclado_movimiento tr td:hover {
    background: #dee2e6;
}
/* FIN DE TECLADO NOTAS */
/*PARA CENTRAR EL ELEMENTO EN UNA TABLA*/
.centered{
    vertical-align : middle !important;
    text-align:center !important;
}
.trclass{
    cursor: pointer;
    font-size: 16px;
}
.trclass:hover >td{
    background: #dee2e6;
}
.centered_all{
    vertical-align : middle !important;
}
.coment{
    font-style: italic;
    color: green;
}
/*PARA EL ALTO DE TABLA*/
.table_rem_4 tr td {
    padding: 0.4rem;
}
.table_rem_2 tr td {
    padding: 0.2rem;
}
.table_rem_1 tr td {
    padding: 0.1rem;
}
.table_rem_1 tr th {
    padding: 0.1rem;
}
/* ESTILOS PARA LOS PEDIDOS DESDE EL CELULAR */
.estaticbutton {
    position: fixed !important;
    width: 100%;
    z-index: 100;
}

.pointer-event {
    cursor: pointer;
}

.bwl_acc_container {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
    max-width: 100%;
    margin: 0 auto;
    /* font-family: 'Roboto', sans-serif; */
    /* font-size: 13px; */
    line-height: 24px;
    font-weight: 300;
}


/***********************************************************************************************/


/* 1.1: Expand/Collapse Box. */


/***********************************************************************************************/

.acc-ctrl-btn {
    padding: 0;
    margin: 0 0 12px 0;
    box-sizing: border-box;
    text-align: right;
    display: block;
    clear: both;
    width: 100%;
}

.acc-ctrl-btn .acc-expand-all,
.acc-ctrl-btn .acc-collapsible-all {
    width: 24px;
    height: 24px;
    /* border: 1px solid #ececec; */
    /* color: #bdbdbd; */
    /* font-size: 12px; */
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

/* .acc-ctrl-btn .acc-expand-all {
    margin-right: 5px;
} */


/***********************************************************************************************/


/* 02. Accordion search container */


/***********************************************************************************************/

.accordion_search_container {
    display: none;
    margin: 0 0 12px 0;
    position: relative;
    /* background: #FFFFFF; */
}

.accordion_search_container .acc_clear_btn {
    position: absolute;
    font-weight: bold;
    cursor: pointer;
    display: none;
}

.accordion_search_container .acc_clear_btn:after {
    background: #FFFFFF;
    right: 10px;
    top: 5px;
    padding: 9px 10px;
    display: inline-block;
    position: absolute;
    content: '✖';
    color: #505050;
}

.accordion_search_container .rtl_clear_btn {
    position: absolute;
    font-weight: bold;
    cursor: pointer;
    display: none;
}

.accordion_search_container .rtl_clear_btn:before {
    background: #FFFFFF;
    left: 8px;
    top: 4px;
    padding: 5px 10px;
    display: inline-block;
    position: absolute;
    content: 'X';
    color: #000000;
}

.accordion_search_container .accordion_search_input_box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 15px;
}

.search_icon {
    background-origin: content-box;
    background: url(http://projects.bluewindlab.net/jsprojects/bwl_searchable_accordion/bwl_searchable_accordion_jquery_plugin/images/search.png) no-repeat;
    background-position: top 10px right 10px;
    background-position-x: 98%;
    background-position-y: 50%;
    border: 1px solid #cccccc;
}

.accordion_search_input_box::-ms-clear {
    display: none;
}

.load {
    background-origin: content-box;
    /*background: url(../images/loader.gif) no-repeat;*/
    background-position: top 10px right 10px;
    background-position-x: 99%;
    background-position-y: 50%;
}

.search_result_container {
    line-height: 24px;
    display: none;
    background: #f5f5f5;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 12px;
}


/***********************************************************************************************/


/* 03. Accordion title bar & Themes */


/***********************************************************************************************/

h2.acc_title_bar {
    padding: 0;
    margin: 0;
    height: 73px;
    line-height: 72px;
    font-size: 20px;
    text-transform: uppercase;
    /* font-weight: 500; */
    display: block;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    background: #fafafa;
    overflow: hidden;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-transition: font-size 0.5s 0.1s ease-in;
    -moz-transition: font-size 0.5s 0.1s ease-in;
    -o-transition: font-size 0.5s 0.1s ease-in;
    transition: font-size 0.5s 0.1s ease-in;
}

h2.acc_title_bar a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 0 75px 0 30px;
    position: relative;
    outline: none;
}

h2.acc_title_bar a:before {
    z-index: 2;
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    width: 75px;
    height: 73px;
    font-size: 20px;
    line-height: 73px;
    background: transparent;
    position: absolute;
    color: #bebebe;
    font-weight: 900;
    right: 0;
    top: 0;
    text-align: center;
    overflow: hidden;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

h2.title-bar-active {
    background: transparent;
}

h2.title-bar-active a {
    color: #f0f0f0;
}

h2.title-bar-active a:after {
    z-index: 1;
    left: 20px;
    top: 0;
    content: '';
    position: absolute;
    display: inline-block;
    width: 7px;
    height: 46px;
    line-height: 46px;
    background: transparent;
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
}

h2.title-bar-active a:before {
    /*content: "\f106";*/
    font-family: 'FontAwesome';
    display: inline-block;
    width: 48px;
    height: 46px;
    line-height: 46px;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
}

h2.title-bar-active a:hover {
    color: #f0f0f0;
}

h2.title-bar-active a:hover:before {
    /*content: "\f106";*/
    font-family: 'FontAwesome';
    display: inline-block;
    width: 48px;
    height: 46px;
    line-height: 46px;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
}


/***********************************************************************************************/


/* 3.1 Default theme */


/***********************************************************************************************/

h2.default-title-bar a:after {
    background: #b3b330;
}

h2.default-title-bar-active a {
    color: #000000;
}

h2.default-title-bar-active a:before {
    content: "\f106";
}

h2.default-title-bar-active a:hover:before {
    content: "\f106";
}


/***********************************************************************************************/


/* Last-of-Type */

.acc_title_section:last-of-type div.acc_container {
    border-bottom: 1px solid #d6d6d6;
}

.acc_title_section:last-of-type h2.acc_title_bar {
    border-bottom: 1px solid #d6d6d6;
}


/* First and Last of Type Border-radius */

.acc_title_section:first-of-type .default-title-bar {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.acc_title_section:last-of-type .default-title-bar {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.acc_title_section:nth-child(odd) .default-title-bar {
    background: #fdfdfd;
}


/* Active */

.acc_title_section:last-of-type .default-title-bar-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.acc_title_section:last-of-type div.acc_container {
    border-top: none;
}


/***********************************************************************************************/


/* 3.2 Red theme  */


/***********************************************************************************************/

h2.theme-red-title-bar {
    background: #e31d1a;
}

h2.theme-red-title-bar a {
    color: #ffffff;
}

h2.theme-red-title-bar a:after {
    background: #5a0b0a;
}

h2.theme-red-title-bar a:before {
    background: #5a0b0a;
}

h2.theme-red-title-bar a:hover {
    color: #f0f0f0;
}

h2.theme-red-title-bar a:hover:before {
    background: #5a0b0a;
}

h2.theme-red-title-active {
    background: #b51715;
}

h2.theme-red-title-active a {
    color: #f0f0f0;
}

h2.theme-red-title-active a:after {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
    background: #710e0d;
}

h2.theme-red-title-active a:before {
    content: "\f106";
    background: #710e0d;
}

h2.theme-red-title-active a:hover {
    color: #f0f0f0;
}

h2.theme-red-title-active a:hover:before {
    content: "\f106";
    background: #710e0d;
}


/***********************************************************************************************/


/* 3.3 Blue theme  */


/***********************************************************************************************/

h2.theme-blue-title-bar {
    background: #2d9fd0;
}

h2.theme-blue-title-bar a {
    color: #ffffff;
}

h2.theme-blue-title-bar a:after {
    background: #091f28;
}

h2.theme-blue-title-bar a:before {
    background: #091f28;
}

h2.theme-blue-title-bar a:hover {
    color: #f0f0f0;
}

h2.theme-blue-title-bar a:hover:before {
    background: #091f28;
}

h2.theme-blue-title-active {
    background: #247fa6;
}

h2.theme-blue-title-active a {
    color: #f0f0f0;
}

h2.theme-blue-title-active a:after {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
    background: #164f67;
}

h2.theme-blue-title-active a:before {
    content: "\f106";
    background: #164f67;
}

h2.theme-blue-title-active a:hover {
    color: #f0f0f0;
}

h2.theme-blue-title-active a:hover:before {
    content: "\f106";
    background: #164f67;
}


/***********************************************************************************************/


/* 3.4 Green theme  */


/***********************************************************************************************/

h2.theme-green-title-bar {
    background: #3f9f39;
}

h2.theme-green-title-bar a {
    color: #ffffff;
}

h2.theme-green-title-bar a:after {
    background: #122e11;
}

h2.theme-green-title-bar a:before {
    background: #122e11;
}

h2.theme-green-title-bar a:hover {
    color: #f0f0f0;
}

h2.theme-green-title-bar a:hover:before {
    background: #122e11;
}

h2.theme-green-title-active {
    background: #388c32;
}

h2.theme-green-title-active a {
    color: #f0f0f0;
}

h2.theme-green-title-active a:after {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
    background: #1a4117;
}

h2.theme-green-title-active a:before {
    content: "\f106";
    background: #1a4117;
}

h2.theme-green-title-active a:hover {
    color: #f0f0f0;
}

h2.theme-green-title-active a:hover:before {
    content: "\f106";
    background: #1a4117;
}


/***********************************************************************************************/


/* 3.5 Orange theme  */


/***********************************************************************************************/

h2.theme-orange-title-bar {
    background: #ff9900;
}

h2.theme-orange-title-bar a {
    color: #ffffff;
}

h2.theme-orange-title-bar a:after {
    background: #cc7a00;
}

h2.theme-orange-title-bar a:before {
    background: #cc7a00;
}

h2.theme-orange-title-bar a:hover {
    color: #f0f0f0;
}

h2.theme-orange-title-bar a:hover:before {
    background: #cc7a00;
}

h2.theme-orange-title-active {
    background: #e68a00;
}

h2.theme-orange-title-active a {
    color: #f0f0f0;
}

h2.theme-orange-title-active a:after {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
    background: #804d00;
}

h2.theme-orange-title-active a:before {
    content: "\f106";
    background: #804d00;
}

h2.theme-orange-title-active a:hover {
    color: #f0f0f0;
}

h2.theme-orange-title-active a:hover:before {
    content: "\f106";
    background: #804d00;
}


/***********************************************************************************************/


/* 3.6 Yellow theme  */


/***********************************************************************************************/

h2.theme-yellow-title-bar {
    background: #ffe140;
}

h2.theme-yellow-title-bar a {
    color: #2C2C2C;
}

h2.theme-yellow-title-bar a:after {
    background: #d9b700;
}

h2.theme-yellow-title-bar a:before {
    background: #d9b700;
}

h2.theme-yellow-title-bar a:hover {
    color: #2C2C2C;
}

h2.theme-yellow-title-bar a:hover:before {
    background: #d9b700;
}

h2.theme-yellow-title-active {
    background: #f3cc00;
}

h2.theme-yellow-title-active a:after {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
    background: #c0a100;
}

h2.theme-yellow-title-active a:before {
    content: "\f106";
    background: #c0a100;
}

h2.theme-yellow-title-active a:hover:before {
    content: "\f106";
    background: #c0a100;
}


/***********************************************************************************************/


/* 3.7 Custom theme  */


/***********************************************************************************************/

h2.theme-custom-title-bar {
    background: #2c2c2c;
}

h2.theme-custom-title-active a:before {
    content: "\f106";
}

h2.theme-custom-title-active a:hover:before {
    content: "\f106";
}


/***********************************************************************************************/


/* 04. Accordion content */


/***********************************************************************************************/

div.acc_container {
    margin: 0;
    padding: 0;
    overflow: hidden;
    clear: both;
    background: #fbfbfb;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    display: none;
}

div.acc_container {
    padding: 15px 15px;
}

.block {
    display: inline-block;
    border: 2px solid #A50034;
    padding: 12px;
    margin-left: 10px;
    margin-bottom: 10px;
}

/***********************************************************************************************/


/* 05. Pagination styling */


/***********************************************************************************************/

.bsa_pagination_nav_block {
    display: block;
    clear: both;
}

#bsa_page_navigation {
    text-align: right;
}

#bsa_page_navigation a {
    padding: 1px 5px;
    border: 1px solid #cccccc;
    margin: 2px;
    color: black;
    text-decoration: none;
    text-align: center;
    outline: none;
}

#bsa_page_navigation a.active_page {
    color: white;
}

#bsa_page_navigation span.total_pages {
    display: inline-block;
    margin: 5px 0 0 0;
    font-size: small;
}

#bsa_page_navigation a.previous_link,
#bsa_page_navigation a.next_link {
    padding: 1px 8px;
    font-weight: normal;
}

.default_theme_nav a.active_page {
    background: #b3b330;
}

.red_theme_nav a.active_page {
    background: #e31d1a;
}

.green_theme_nav a.active_page {
    background: #3f9f39;
}

.blue_theme_nav a.active_page {
    background: #2d9fd0;
}

.orange_theme_nav a.active_page {
    background: #ff9900;
}

.yellow_theme_nav a.active_page {
    background: #ffe140;
}

.bsa_dn {
    display: none;
}


/***********************************************************************************************/


/* 06. Custom nav box */


/***********************************************************************************************/

h2.nav_square {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

h2.nav_square a {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
}

h2.nav_square a:before {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

h2.nav_square a:after {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
}

h2.nav_square:before {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

h2.nav_square:after {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

h2.nav_arrow {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

h2.nav_arrow a {
    padding: 0 0 0 62px;
}

h2.nav_arrow a:after {
    left: -4px;
    top: 0;
    content: '';
    width: 48px;
    height: 48px;
    line-height: 46px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.5s 0.2s ease-out;
    -moz-transition: 0.5s 0.2s ease-out;
    -o-transition: 0.5s 0.2s ease-out;
    transition: 0.5s 0.2s ease-out;
}

h2.nav_arrow a:before {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

h2.nav_circle {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

h2.nav_circle a {
    padding: 0 0 0 62px;
}

h2.nav_circle a:after {
    left: 36px;
    top: 33%;
    content: '';
    width: 18px;
    height: 18px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    line-height: 18px;
    -webkit-transform: rotate(70deg);
    -moz-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    -o-transform: rotate(70deg);
    transform: rotate(70deg);
    -webkit-transition: 0.5s 0.2s ease-out;
    -moz-transition: 0.5s 0.2s ease-out;
    -o-transition: 0.5s 0.2s ease-out;
    transition: 0.5s 0.2s ease-out;
}

h2.nav_circle a:before {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}


/***********************************************************************************************/


/* 07. Custom nav icon */


/***********************************************************************************************/

h2.nav_icon_angle a:before {
    content: "\f107";
    font-family: 'FontAwesome';
}

h2.nav_icon_angle a:hover:before {
    content: "\f107";
    font-family: 'FontAwesome';
}

h2.nav_icon_angle_active a:before {
    content: "\f106";
    font-family: 'FontAwesome';
}

h2.nav_icon_angle_active a:hover:before {
    content: "\f106";
    font-family: 'FontAwesome';
}

h2.nav_icon_angle_double a:before {
    content: "\f103";
    font-family: 'FontAwesome';
}

h2.nav_icon_angle_double a:hover:before {
    content: "\f103";
    font-family: 'FontAwesome';
}

h2.nav_icon_angle_double_active a:before {
    content: "\f102";
    font-family: 'FontAwesome';
}

h2.nav_icon_angle_double_active a:hover:before {
    content: "\f102";
    font-family: 'FontAwesome';
}

h2.nav_icon_angle_caret a:before {
    content: "\f0d8";
    font-family: 'FontAwesome';
}

h2.nav_icon_angle_caret a:hover:before {
    content: "\f0d8";
    font-family: 'FontAwesome';
}

h2.nav_icon_angle_caret_active a:before {
    content: "\f0d7";
    font-family: 'FontAwesome';
}

h2.nav_icon_angle_caret_active a:hover:before {
    content: "\f0d7";
    font-family: 'FontAwesome';
}

h2.nav_icon_angle_chevron a:before {
    content: "\f078";
    font-family: 'FontAwesome';
}

h2.nav_icon_angle_chevron a:hover:before {
    content: "\f078";
    font-family: 'FontAwesome';
}

h2.nav_icon_angle_chevron_active a:before {
    content: "\f077";
    font-family: 'FontAwesome';
}

h2.nav_icon_angle_chevron_active a:hover:before {
    content: "\f077";
    font-family: 'FontAwesome';
}


/***********************************************************************************************/


/* 08. RTL support */


/***********************************************************************************************/

div.bwl_acc_container_rtl_support {
    direction: rtl;
    unicode-bidi: embed;
    text-align: right;
    clear: right;
}

div.bwl_acc_container_rtl_support h2.nav_arrow {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

div.bwl_acc_container_rtl_support h2.nav_arrow a:after {
    right: -4px;
    top: 0;
    content: '';
    width: 48px;
    height: 48px;
    line-height: 46px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.5s 0.2s ease-out;
    -moz-transition: 0.5s 0.2s ease-out;
    -o-transition: 0.5s 0.2s ease-out;
    transition: 0.5s 0.2s ease-out;
}

div.bwl_acc_container_rtl_support h2.nav_arrow a:before {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

div.bwl_acc_container_rtl_support h2.nav_circle {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

div.bwl_acc_container_rtl_support h2.nav_circle a:after {
    right: 36px;
    top: 33%;
    content: '';
    width: 18px;
    height: 18px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    line-height: 18px;
    -webkit-transform: rotate(70deg);
    -moz-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    -o-transform: rotate(70deg);
    transform: rotate(70deg);
    -webkit-transition: 0.5s 0.2s ease-out;
    -moz-transition: 0.5s 0.2s ease-out;
    -o-transition: 0.5s 0.2s ease-out;
    transition: 0.5s 0.2s ease-out;
}

div.bwl_acc_container_rtl_support h2.nav_circle a:before {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

h2.rtl-title-bar {
    -webkit-border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

h2.rtl-title-bar a {
    padding: 0 56px 0 0;
}

h2.rtl-title-bar a:after {
    right: 20px;
    top: 0;
    -webkit-transform: skewX(50deg);
    -moz-transform: skewX(50deg);
    -ms-transform: skewX(50deg);
    -o-transform: skewX(50deg);
    transform: skewX(50deg);
}

h2.rtl-title-bar a:before {
    right: 0;
    top: 0;
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
    border-radius: 0px 4px 0px 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

h2.rtl-title-bar a:hover:before {
    position: absolute;
    right: 0;
    top: 0;
}

h2.rtl-title-active a:after {
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
    transform: skewX(0deg);
}

input.search_icon_rtl {
    background-position: top 10px left 10px;
}

input.load_rtl {
    background-position: top 10px left 10px;
}

.highlight {
    display: inline;
    font-style: normal;
}


/***********************************************************************************************/


/* 09. Responsive styling */


/***********************************************************************************************/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    h2.acc_title_bar {
        min-height: 46px;
        line-height: 18px;
        font-size: 14px;
    }

    h2.acc_title_bar a {
        text-decoration: none;
        display: block;
        padding: 30px 2px 0 35px;
        position: relative;
        height: 100%;
    }

    h2.nav_circle a::after,
    h2.nav_arrow a::after {
        display: none;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    h2.acc_title_bar {
        min-height: 46px;
        line-height: 24px;
        font-size: 13px;
    }

    h2.acc_title_bar a {
        text-decoration: none;
        display: block;
        padding: 12px 2px 0 30px;
        position: relative;
        height: 100%;
        line-height: 54px;
    }

    h2.nav_circle a::after,
    h2.nav_arrow a::after {
        display: none;
    }

    h2.rtl-title-bar a {
        padding: 0px 56px 0 0;
    }
}


/***********************************************************************************************/


/*  Timeline  */


/***********************************************************************************************/

.timeline {
    border-left: 2px solid #e5e5e5;
    color: #333;
    margin: 0px auto;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    padding: 20px;
    list-style: none;
    text-align: left;
}

.timeline h1,
.timeline h2,
.timeline h3 {
    font-size: 1.2em;
}

.timeline .event {
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
}

.timeline .event a {
    font-size: 15px;
}

.timeline .event #character a {
    color: grey;
    font-size: 13px;
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:after {
    border: 2px solid #e5e5e5;
    left: -31px;
    background: #fbfbfb;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    content: "";
    top: -1px;
}

.timeline .event .event-title {
    font-size: 1.1em;
    font-weight: 500;
    color: #136CB2;
}

.timeline .event .event-year {
    font-size: 1.1em;
    color: rgb(130, 130, 130);
}

/**/


/*——————————————
  Responsive Stuff
  ———————————————*/

@media (max-width: 945px) {
    .timeline .event::before {
        left: 0.5px;
        top: 20px;
        min-width: 0;
        font-size: 13px;
    }

    .timeline h3 {
        font-size: 16px;
    }

    .acc_title_section.lab h3.card-title {
        padding: 5px;
        font-size: 16px
    }
}

@media (max-width: 768px) {
    .timeline .event::before {
        left: 0.5px;
        top: 20px;
        min-width: 0;
        font-size: 13px;
    }

    .timeline .event:nth-child(1)::before,
    .timeline .event:nth-child(3)::before,
    .timeline .event:nth-child(5)::before {
        top: 38px;
    }

    .timeline h3 {
        font-size: 13px;
    }

    .timeline .event a {
        font-size: 13px;
    }
}


/*——————————————
  others
  ———————————————*/

a.portfolio-link {
    margin: 0 auto;
    display: block;
    text-align: center;
}