/* Minification failed. Returning unminified contents.
(286,36): run-time error CSS1038: Expected hex color, found '#0000'
(287,37): run-time error CSS1038: Expected hex color, found '#0000'
(297,36): run-time error CSS1038: Expected hex color, found '#0000'
(298,37): run-time error CSS1038: Expected hex color, found '#0000'
(452,40): run-time error CSS1038: Expected hex color, found '#0000'
(453,41): run-time error CSS1038: Expected hex color, found '#0000'
(463,40): run-time error CSS1038: Expected hex color, found '#0000'
(464,41): run-time error CSS1038: Expected hex color, found '#0000'
(1328,40): run-time error CSS1038: Expected hex color, found '#0000'
(1329,41): run-time error CSS1038: Expected hex color, found '#0000'
(1339,40): run-time error CSS1038: Expected hex color, found '#0000'
(1340,41): run-time error CSS1038: Expected hex color, found '#0000'
(1485,40): run-time error CSS1038: Expected hex color, found '#0000'
(1486,41): run-time error CSS1038: Expected hex color, found '#0000'
(1496,40): run-time error CSS1038: Expected hex color, found '#0000'
(1497,41): run-time error CSS1038: Expected hex color, found '#0000'
(1594,40): run-time error CSS1038: Expected hex color, found '#0000'
(1595,41): run-time error CSS1038: Expected hex color, found '#0000'
(1605,40): run-time error CSS1038: Expected hex color, found '#0000'
(1606,41): run-time error CSS1038: Expected hex color, found '#0000'
(1954,13): run-time error CSS1019: Unexpected token, found '}'
 */

/* VERISÓN DE LA APP */

    .footer_brand:after { content: "Version 0.9.3.1"; }

    /*
    
    COLORS

    Text:
    normal  #333
    bold    #000
    link    #ff8b11
    other   #ccc    
    
    Buttons:
    normal  #ff8b11
    bold    #f34
    hover   #92b
    other   #ccc

    */

/* GENERAL */

* {
	margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
	outline: none;
}
input.text, input[type="text"], input[type="button"], input[type="submit"], input[type="password"], .input-checkbox {
	-webkit-appearance: none;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #FFFFFF;
    -webkit-appearance: none;
}
img {
  border-style: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 14px;
    color: #333;
    background: #fff;
    /*
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
   */
}

.body-landing {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 14px;
    color: #333;
    background: #fff;
    /*
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
       */
    background-image: url(../images/unsplash.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

a {
	text-decoration: none;
}

/* ESTRUCTURE */
    
    .be_visible {
        display: block !important;
    }
    .be_uncheck {
        opacity: 0.2;
     }
     .be_disabled {
        cursor: default !important;
        pointer-events: none !important;
     }
         .be_disabled:hover {
            background-color: #fff !important;
         }
         .be_disabled:active {
            background-color: #fff !important;
         }
    .be_selectable {
        user-select: text;
    }

    .be_body {
        display: block;
        padding: 0;
        margin: 0 auto;
        width: 100%;
        min-height: 100%;
    }
         .be_content_questions {

         }
         .be_content_messages {

         }
         .be_content_login {

         }
         .be_content_register {

         }
         .be_content_forgot {

         }

    .be_modal_top {
        display: none;
        position: fixed;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 15px;
        text-align: center;
        background-color: rgba(0,0,0,0.5);
    }

    .be_button {
        display: block;
        width: 35px;
        height: 35px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 22px;
        border-radius: 3px;
        color: #fff;
        font-size: 0;
        cursor: pointer;
        vertical-align: middle;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
       




        .be_button:active {
            background-color: #ddd;
        }

    .be_button_label {
        display: block;
        min-height: 35px;
        padding: 9px;
        background-color: #ff8b11;
        background-position: 9px center;
        background-repeat: no-repeat;
        background-size: 22px;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        text-align: left;
        padding-left: 40px;
        vertical-align: middle;
        font-size: 14px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
        .be_button_label:hover {
            background-color: rgba(0,0,0,0.2);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
        .be_button_label:active {
            background-color: #ddd;
        }

    .be_button_link {
        display: block;
        min-height: 35px;
        padding: 9px;
        background-color: #fff;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 22px;
        border-radius: 3px;
        color: #ff8b11;
        cursor: pointer;
        vertical-align: middle;
    }
        .be_button_link:hover {
            background-color: #eee;
        }
        .be_button_link:active {
            background-color: #ddd;
        }

/* HEADER */
    
    .be_top_content {
        display: block;
        width: 100%;
        height: 50px;
        overflow: hidden;
        background: #93989c;
        background: linear-gradient(to right, #ffd711,#ea8319);
        padding: 0;
        margin: 0;
        position: relative;
        -moz-box-shadow: inset 0 -2px 3px rgba(0,0,0,0.2);
        -webkit-box-shadow: inset 0 -2px 3px rgba(0,0,0,0.2);
        box-shadow: inset 0 -2px 3px rgba(0,0,0,0.2);
    }
    
        .be_top_content_left {
            display: block;
            position: absolute;
            left: 10px;
            top: 0;
        }
            .be_btn_menu {
                display: inline-block;
                vertical-align: middle;
                width: 38px;
                height: 38px;
                margin: 6px 5px;
                border-radius: 100%;
                border: 0px solid #fff;
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='bars' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-bars fa-w-14 fa-3x'%3e%3cpath fill='%23fff' d='M442 114H6a6 6 0 0 1-6-6V84a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6zm0 160H6a6 6 0 0 1-6-6v-24a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6zm0 160H6a6 6 0 0 1-6-6v-24a6 6 0 0 1 6-6h436a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6z' class=''%3e%3c/path%3e%3c/svg%3e");
                background-position: center;
                background-repeat: no-repeat;
                background-size: 18px;
                -moz-box-shadow: 0 1px 7px rgba(0,0,0,0.4);
                -webkit-box-shadow: 0 1px 7px rgba(0,0,0,0.4);
                box-shadow: 0 1px 7px rgba(0,0,0,0.4);
            }
                .be_btn_menu:hover {
                    width: 42px;
                    height: 42px;
                    margin: 4px 3px;
                }

    .be_app_menu {
        display: none;
        position: absolute;
        left: 6px;
        top: 55px;
        margin-bottom: 5px;
        width: 230px;
        background-color: #444;
        border: 1px solid #333;
        border-radius: 3px;
        z-index: 2;
        -moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
        box-shadow: 0 0 20px rgba(0,0,0,0.5);
    }
        .be_app_menu::before {
            content: "";
            border-left: 6px solid #0000;
            border-right: 6px solid #0000;
            border-bottom: 6px solid #333;
            font-size: 0px;
            line-height: 0px;
            top: -7px;
            left: 20px;
            position: absolute;
        }
        .be_app_menu::after {
            content: "";
            border-left: 5px solid #0000;
            border-right: 5px solid #0000;
            border-bottom: 5px solid #444;
            font-size: 0px;
            line-height: 0px;
            top: -5px;
            left: 21px;
            position: absolute;
        }
    .be_app_menu ul {
        border-radius: 3px;
        overflow: hidden;
    }
    .be_app_menu li {
        color: #fff;
        display: block;
        width: 100%;
        background-position: 15px center;
        background-repeat: no-repeat;
        vertical-align: middle;
        padding: 15px 10px 15px 52px;
        border-bottom: 1px solid #333;
        cursor: pointer;
    }

        .be_app_menu li a{
        color:#fff
        }

        .be_app_menu li:last-child {
            border-bottom: 0;
        }
        .be_app_menu li:hover {
            background-color: #ff8b11;
        }
            .be_app_menu li.be_menu_dashboard {
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='tachometer' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' class='svg-inline--fa fa-tachometer fa-w-18 fa-3x'%3e%3cpath fill='%23fff' d='M365.42 136.945c-8.319-2.99-17.482 1.322-20.475 9.635l-51.013 141.704C256.145 284.81 224 314.519 224 352c0 35.346 28.654 64 64 64s64-28.654 64-64c0-21.976-11.081-41.36-27.956-52.884l51.011-141.696c2.992-8.315-1.322-17.482-9.635-20.475zM288 384c-17.645 0-32-14.355-32-32s14.355-32 32-32 32 14.355 32 32-14.355 32-32 32zm0-352C128.942 32 0 160.942 0 320c0 48.556 12.023 94.3 33.246 134.429A48.018 48.018 0 0 0 75.693 480h424.613a48.02 48.02 0 0 0 42.448-25.571C563.977 414.3 576 368.556 576 320c0-159.058-128.942-288-288-288zm226.466 407.469a15.983 15.983 0 0 1-14.16 8.531H75.693a15.983 15.983 0 0 1-14.16-8.531C42.68 403.819 32 363.175 32 320 32 178.677 146.473 64 288 64c141.323 0 256 114.472 256 256 0 40.599-9.481 81.553-29.534 119.469z' class=''%3e%3c/path%3e%3c/svg%3e");
                background-size: 22px;
            }
            .be_app_menu li.be_menu_reports {
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='chart-line' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-chart-line fa-w-16 fa-3x'%3e%3cpath fill='%23fff' d='M500 416c6.6 0 12 5.4 12 12v8c0 6.6-5.4 12-12 12H12c-6.6 0-12-5.4-12-12V76c0-6.6 5.4-12 12-12h8c6.6 0 12 5.4 12 12v340h468zm-20-295v94c0 29.3-35.6 44-56.3 23.3L388 202.6l-95.8 95.8c-2.3 2.3-6.1 2.3-8.5 0L224.3 239 111.8 358.6c-2.3 2.4-6.1 2.5-8.5.3l-14.6-13.7c-2.4-2.3-2.5-6.1-.3-8.5l131-139.1c2.3-2.5 6.2-2.5 8.6-.1l60 60 77.4-77.4-35.7-35.7c-20.8-20.8-6-56.3 23.3-56.3h94c18.2-.1 33 14.7 33 32.9zm-28.8 0c0-2.3-1.8-4.1-4.1-4.1h-94c-3.7 0-5.5 4.5-2.9 7l94 94c2.6 2.6 7 .8 7-2.9v-94z' class=''%3e%3c/path%3e%3c/svg%3e");
                background-size: 21px;
            }
            .be_app_menu li.be_menu_articles {
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='boxes-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' class='svg-inline--fa fa-boxes-alt fa-w-20 fa-3x'%3e%3cpath fill='%23fff' d='M624 224H480V16c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16v208H16c-8.8 0-16 7.2-16 16v256c0 8.8 7.2 16 16 16h608c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16zm-112 32v64h-64v-64h64zM288 32h64v64h-64V32zm-96 0h64v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V32h64v192H192V32zm-64 224h64v64h-64v-64zm176 224H32V256h64v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32v-64h80v224zm304 0H336V256h80v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32v-64h64v224z' class=''%3e%3c/path%3e%3c/svg%3e");
                background-size: 24px;
            }
            .be_app_menu li.be_menu_pictures {
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='image' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-image fa-w-16 fa-3x'%3e%3cpath fill='%23fff' d='M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm16 336c0 8.822-7.178 16-16 16H48c-8.822 0-16-7.178-16-16V112c0-8.822 7.178-16 16-16h416c8.822 0 16 7.178 16 16v288zM112 232c30.928 0 56-25.072 56-56s-25.072-56-56-56-56 25.072-56 56 25.072 56 56 56zm0-80c13.234 0 24 10.766 24 24s-10.766 24-24 24-24-10.766-24-24 10.766-24 24-24zm207.029 23.029L224 270.059l-31.029-31.029c-9.373-9.373-24.569-9.373-33.941 0l-88 88A23.998 23.998 0 0 0 64 344v28c0 6.627 5.373 12 12 12h360c6.627 0 12-5.373 12-12v-92c0-6.365-2.529-12.47-7.029-16.971l-88-88c-9.373-9.372-24.569-9.372-33.942 0zM416 352H96v-4.686l80-80 48 48 112-112 80 80V352z' class=''%3e%3c/path%3e%3c/svg%3e");
                background-size: 21px;
            }
            .be_app_menu li.be_menu_deals {
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='tag' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-tag fa-w-16 fa-3x'%3e%3cpath fill='%23fff' d='M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.745 18.745 49.137 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zm-22.627 45.255L271.196 475.314c-6.243 6.243-16.375 6.253-22.627 0L36.686 263.431A15.895 15.895 0 0 1 32 252.117V48c0-8.822 7.178-16 16-16h204.118c4.274 0 8.292 1.664 11.314 4.686l211.882 211.882c6.238 6.239 6.238 16.39 0 22.628zM144 124c11.028 0 20 8.972 20 20s-8.972 20-20 20-20-8.972-20-20 8.972-20 20-20m0-28c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z' class=''%3e%3c/path%3e%3c/svg%3e");
                background-size: 21px;
            }
            .be_app_menu li.be_menu_shipments {
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='truck' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' class='svg-inline--fa fa-truck fa-w-20 fa-3x'%3e%3cpath fill='%23fff' d='M632 384h-24V275.9c0-16.8-6.8-33.3-18.8-45.2l-83.9-83.9c-11.8-12-28.3-18.8-45.2-18.8H416V78.6c0-25.7-22.2-46.6-49.4-46.6H49.4C22.2 32 0 52.9 0 78.6v290.8C0 395.1 22.2 416 49.4 416h16.2c-1.1 5.2-1.6 10.5-1.6 16 0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16h195.2c-1.1 5.2-1.6 10.5-1.6 16 0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16H632c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zM460.1 160c8.4 0 16.7 3.4 22.6 9.4l83.9 83.9c.8.8 1.1 1.9 1.8 2.8H416v-96h44.1zM144 480c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm63.6-96C193 364.7 170 352 144 352s-49 12.7-63.6 32h-31c-9.6 0-17.4-6.5-17.4-14.6V78.6C32 70.5 39.8 64 49.4 64h317.2c9.6 0 17.4 6.5 17.4 14.6V384H207.6zM496 480c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm0-128c-26.1 0-49 12.7-63.6 32H416v-96h160v96h-16.4c-14.6-19.3-37.5-32-63.6-32z' class=''%3e%3c/path%3e%3c/svg%3e");
                background-size: 24px;
            }
            .be_app_menu li.be_menu_publications {
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='crosshairs' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-crosshairs fa-w-16 fa-3x'%3e%3cpath fill='%23fff' d='M506 240h-34.591C463.608 133.462 378.538 48.392 272 40.591V6a6 6 0 0 0-6-6h-20a6 6 0 0 0-6 6v34.591C133.462 48.392 48.392 133.462 40.591 240H6a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h34.591C48.392 378.538 133.462 463.608 240 471.409V506a6 6 0 0 0 6 6h20a6 6 0 0 0 6-6v-34.591C378.538 463.608 463.608 378.538 471.409 272H506a6 6 0 0 0 6-6v-20a6 6 0 0 0-6-6zM272 439.305V374a6 6 0 0 0-6-6h-20a6 6 0 0 0-6 6v65.305C151.282 431.711 80.315 361.031 72.695 272H138a6 6 0 0 0 6-6v-20a6 6 0 0 0-6-6H72.695C80.289 151.282 150.969 80.316 240 72.695V138a6 6 0 0 0 6 6h20a6 6 0 0 0 6-6V72.695C360.718 80.289 431.685 150.969 439.305 240H374a6 6 0 0 0-6 6v20a6 6 0 0 0 6 6h65.305C431.711 360.718 361.031 431.684 272 439.305zM280 256c0 13.255-10.745 24-24 24s-24-10.745-24-24 10.745-24 24-24 24 10.745 24 24z' class=''%3e%3c/path%3e%3c/svg%3e");
                background-size: 24px;
            }
            .be_app_menu li.be_menu_questions{
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='comment-alt-dots' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-comment-alt-dots fa-w-16 fa-3x'%3e%3cpath fill='%23ff8b11' d='M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm32 352c0 17.6-14.4 32-32 32H293.3l-8.5 6.4L192 460v-76H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32v288zM128 184c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm128 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm128 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24z' class=''%3e%3c/path%3e%3c/svg%3e");
                background-size: 21px;
                color:#fff!important;
            }
            .be_app_menu li.be_menu_answers {
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='comment-alt-exclamation' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-comment-alt-exclamation fa-w-16 fa-3x'%3e%3cpath fill='%23ff8b11' d='M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm32 352c0 17.6-14.4 32-32 32H293.3l-8.5 6.4L192 460v-76H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32v288zm-224-88c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm-8.5-24h17c4.2 0 7.7-3.3 8-7.5l7-112c.3-4.6-3.4-8.5-8-8.5h-31c-4.6 0-8.3 3.9-8 8.5l7 112c.3 4.2 3.8 7.5 8 7.5z' class=''%3e%3c/path%3e%3c/svg%3e");
                background-size: 21px;
               
            }
            .be_app_menu li.be_menu_messages {
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='comment' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-comment fa-w-16 fa-3x'%3e%3cpath fill='%23fff' d='M256 64c123.5 0 224 79 224 176S379.5 416 256 416c-28.3 0-56.3-4.3-83.2-12.8l-15.2-4.8-13 9.2c-23 16.3-58.5 35.3-102.6 39.6 12-15.1 29.8-40.4 40.8-69.6l7.1-18.7-13.7-14.6C47.3 313.7 32 277.6 32 240c0-97 100.5-176 224-176m0-32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26 3.8 8.8 12.4 14.5 22 14.5 61.5 0 110-25.7 139.1-46.3 29 9.1 60.2 14.3 93 14.3 141.4 0 256-93.1 256-208S397.4 32 256 32z' class=''%3e%3c/path%3e%3c/svg%3e");
                background-size: 22px;
            }
            .be_app_menu li.be_menu_emails {
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='envelope' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-envelope fa-w-16 fa-3x'%3e%3cpath fill='%23fff' d='M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM48 96h416c8.8 0 16 7.2 16 16v41.4c-21.9 18.5-53.2 44-150.6 121.3-16.9 13.4-50.2 45.7-73.4 45.3-23.2.4-56.6-31.9-73.4-45.3C85.2 197.4 53.9 171.9 32 153.4V112c0-8.8 7.2-16 16-16zm416 320H48c-8.8 0-16-7.2-16-16V195c22.8 18.7 58.8 47.6 130.7 104.7 20.5 16.4 56.7 52.5 93.3 52.3 36.4.3 72.3-35.5 93.3-52.3 71.9-57.1 107.9-86 130.7-104.7v205c0 8.8-7.2 16-16 16z' class=''%3e%3c/path%3e%3c/svg%3e");
                background-size: 21px;
            }
            .be_app_menu li.be_menu_channels {
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='store' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 616 512' class='svg-inline--fa fa-store fa-w-20 fa-3x'%3e%3cpath fill='%23fff' d='M602 118.6L537.1 15C531.3 5.7 521 0 510 0H106C95 0 84.7 5.7 78.9 15L14 118.6c-29.6 47.2-10 110.6 38 130.8v227.4c0 19.4 14.3 35.2 32 35.2h448c17.7 0 32-15.8 32-35.2V249.4c48-20.2 67.6-83.6 38-130.8zM531.8 480l-446.6.3c-.3-.2-1.2-1.3-1.2-3.5V256h2.5c29.6 0 55.8-13 73.8-33.1 18 20.1 44.3 33.1 73.8 33.1 29.6 0 55.8-13 73.8-33.1 18 20.1 44.3 33.1 73.8 33.1 29.6 0 55.8-13 73.8-33.1 18.1 20.1 44.3 33.1 73.9 33.1h2.5v64H84v32h448v124.8c0 2-.8 3.1-.2 3.2zm46.4-286.5c-7.8 16.6-22.1 27.5-39.3 29.8-3.1.4-6.2.6-9.4.6-19.3 0-37-8-50-22.5L455.7 175l-23.8 26.6c-13 14.5-30.7 22.5-50 22.5s-37-8-50-22.5L308 175l-23.8 26.6c-13 14.5-30.7 22.5-50 22.5s-37-8-50-22.5L160.3 175l-23.8 26.6c-13 14.5-30.7 22.5-50 22.5-3.2 0-6.3-.2-9.4-.6-17.2-2.3-31.5-13.2-39.3-29.8-8.7-18.6-7.5-40.8 3.3-57.9L106 32h404l64.9 103.6c10.8 17.2 12 39.3 3.3 57.9z' class=''%3e%3c/path%3e%3c/svg%3e");
                background-size: 24px;
            }
            .be_app_menu li.be_menu_catalog {
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='book-open' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' class='svg-inline--fa fa-book-open fa-w-20 fa-3x'%3e%3cpath fill='%23fff' d='M576.2 0c-2.5 0-158.9 4.8-249.6 60.3-10.1 6.2-3 6.2-13.1 0C222.8 4.8 66.2 0 63.8 0 28.6 0 0 28.2 0 62.8v337.8c0 33.3 26.5 60.8 60.3 62.6 40.1 2.1 140.5 10.6 206.1 43.6 6.7 3.4 14.2 5.2 21.6 5.2h64c7.5 0 14.9-1.8 21.7-5.2 65.5-33 165.9-41.4 206-43.5 33.8-1.8 60.3-29.3 60.3-62.6V62.8C640 28.2 611.4 0 576.2 0zM304 464.8c0 11.3-12.4 18.9-23.2 13.5-69.2-34.9-169.3-44.4-218.8-47-16.9-.9-30-14.4-30-30.7V62.8C32 45.7 46.3 32 63.8 32c.6 0 1.3 0 1.9.1 54.8 3.1 163.7 14.4 231 55.6 4.6 2.8 7.3 7.7 7.3 13v364.1zm304-64.2c0 16.2-13.1 29.8-30 30.7-49.5 2.6-149.5 12.1-218.7 46.9-10.7 5.4-23.3-2-23.3-13.5V100.8c0-5.3 2.6-10.3 7.3-13.2 67.2-41.2 176.2-52.5 231-55.6.6 0 1.3-.1 1.9-.1 17.5 0 31.8 13.7 31.8 30.8v337.9z' class=''%3e%3c/path%3e%3c/svg%3e");
                background-size: 23px;
            }

    .be_top_content > .be_logo {
        position: relative;
        height: 100%;
        width: 200px;
        margin: 0 auto;
    }
        .be_top_content > .be_logo a {
            display: block;
            height: 100%;
            width: 100%;
            background-image: url('../Icons/LogoSherlock.png')!important;
            background-size: auto 28px;
            background-position: center;
            background-repeat: no-repeat;
        }

    .be_top_content_right {
        display: block;
        position: absolute;
        right: 10px;
        top: 0;
        height: 50px;
    }

        .be_btn_user {
            display: inline-block;
            vertical-align: middle;
            width: 38px;
            height: 38px;
            margin: 6px 5px;
            border-radius: 100%;
            border: 0px solid #fff;
            -moz-box-shadow: 0 1px 7px rgba(0,0,0,0.4);
            -webkit-box-shadow: 0 1px 7px rgba(0,0,0,0.4);
            box-shadow: 0 1px 7px rgba(0,0,0,0.4);
        }
            .be_btn_user:hover {
                width: 42px;
                height: 42px;
                margin: 4px 3px;
            }
        .be_avatar_user {
            background-image: url(../Images/default_user.png);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

        .be_user_menu {
            display: none;
            position: absolute;
            right: 6px;
            top: 55px;
            margin-bottom: 5px;
            width: 230px;
            background-color: #444;
            border: 1px solid #333;
            border-radius: 3px;
            z-index: 2;
            -moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
            -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
            box-shadow: 0 0 20px rgba(0,0,0,0.5);
        }
            .be_user_menu::before {
                content: "";
                border-left: 6px solid #0000;
                border-right: 6px solid #0000;
                border-bottom: 6px solid #333;
                font-size: 0px;
                line-height: 0px;
                top: -7px;
                right: 20px;
                position: absolute;
            }
            .be_user_menu::after {
                content: "";
                border-left: 5px solid #0000;
                border-right: 5px solid #0000;
                border-bottom: 5px solid #444;
                font-size: 0px;
                line-height: 0px;
                top: -5px;
                right: 21px;
                position: absolute;
            }
        .be_user_img {
            max-width: 100%;
            width: 170px;
            height: 170px;
            border-radius: 50%;
            overflow: hidden;
            text-align: center;
            margin: 15px auto;
            -moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
            -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
            box-shadow: 0 0 20px rgba(0,0,0,0.5);
        }
            .be_user_img img {
                width: 100%;
                height: auto;
            }
        .be_user_name {
            color: #fff;
            text-align: center;
            margin-bottom: 10px;
        }
        .be_user_menu ul {
            border-radius: 0 0 3px 3px;
            overflow: hidden;
            border-top: 1px solid;
        }
        .be_user_menu li {
            color: #fff;
            display: block;
            width: 100%;
            background-position: 15px center;
            background-repeat: no-repeat;
            vertical-align: middle;
            padding: 15px 10px 15px 52px;
            border-bottom: 1px solid #333;
            cursor: pointer;
        }
            .be_user_menu li:last-child {
                border-bottom: 0;
            }
            .be_user_menu li:hover {
                background-color: #000;
            }
                .be_user_menu li.be_menu_acount {
                    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='user-cog' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' class='svg-inline--fa fa-user-cog fa-w-20 fa-3x'%3e%3cpath fill='%23fff' d='M628.3 358.3l-16.5-9.5c.8-8.5.8-17.1 0-25.6l16.6-9.5c9.5-5.5 13.8-16.7 10.5-27-7.2-23.4-19.9-45.4-36.7-63.5-7.4-8.1-19.3-9.9-28.7-4.4l-16.5 9.5c-7-5-14.4-9.3-22.2-12.8v-19c0-11-7.5-20.3-18.2-22.7-23.9-5.4-49.3-5.4-73.2 0-10.7 2.4-18.2 11.8-18.2 22.7v19c-7.8 3.5-15.2 7.8-22.2 12.8l-16.5-9.5c-9.5-5.5-21.3-3.7-28.7 4.4-16.7 18.1-29.4 40.1-36.7 63.4-3.3 10.4 1.2 21.8 10.6 27.2l16.5 9.5c-.8 8.5-.8 17.1 0 25.6l-16.6 9.5c-9.3 5.4-13.8 16.9-10.5 27.1 7.2 23.4 19.9 45.4 36.7 63.5 7.4 8 19.2 9.8 28.7 4.4l16.5-9.5c7 5 14.4 9.3 22.2 12.8v19c0 11 7.5 20.3 18.2 22.7 12 2.7 24.3 4 36.6 4s24.7-1.3 36.6-4c10.7-2.4 18.2-11.8 18.2-22.7v-19c7.8-3.5 15.2-7.8 22.2-12.8l16.5 9.5c9.4 5.4 21.3 3.6 28.7-4.4 16.7-18.1 29.4-40.1 36.7-63.4 3.3-10.4-1.2-21.9-10.6-27.3zm-51.6 7.2l29.4 17c-5.2 14.3-13 27.8-22.8 39.5l-29.4-17c-21.4 18.3-24.5 20.1-51.1 29.5v34c-15.1 2.6-30.6 2.6-45.6 0v-34c-26.9-9.5-30.2-11.7-51.1-29.5l-29.4 17c-9.8-11.8-17.6-25.2-22.8-39.5l29.4-17c-4.9-26.8-5.2-30.6 0-59l-29.4-17c5.2-14.3 13-27.7 22.8-39.5l29.4 17c21.4-18.3 24.5-20.1 51.1-29.5v-34c15.1-2.5 30.7-2.5 45.6 0v34c26.8 9.5 30.2 11.6 51.1 29.5l29.4-17c9.8 11.8 17.6 25.2 22.8 39.5l-29.4 17c4.9 26.8 5.2 30.6 0 59zm-96.7-94c-35.6 0-64.5 29-64.5 64.5s28.9 64.5 64.5 64.5 64.5-29 64.5-64.5-28.9-64.5-64.5-64.5zm0 97c-17.9 0-32.5-14.6-32.5-32.5s14.6-32.5 32.5-32.5 32.5 14.6 32.5 32.5-14.6 32.5-32.5 32.5zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm0-224c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96zM48 480c-8.8 0-16-7.2-16-16v-41.6C32 365.9 77.9 320 134.4 320c19.6 0 39.1 16 89.6 16 19.2 0 38-3.3 56.5-8.7.5-11.6 1.8-23 4.2-34-8.9 2.7-30.1 10.7-60.7 10.7-47.1 0-60.8-16-89.6-16C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h337c-16-8.6-30.6-19.5-43.5-32H48z' class=''%3e%3c/path%3e%3c/svg%3e");
                    background-size: 26px;
                }
                .be_user_menu li.be_menu_preferences {
                    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='sliders-h' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-sliders-h fa-w-16 fa-3x'%3e%3cpath fill='%23fff' d='M504 384H192v-40c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v40H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h88v40c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24v-40h312c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zm-344 64h-32v-96h32v96zM504 96H256V56c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v40H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h152v40c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24v-40h248c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zm-280 64h-32V64h32v96zm280 80h-88v-40c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v40H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h312v40c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24v-40h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zm-120 64h-32v-96h32v96z' class=''%3e%3c/path%3e%3c/svg%3e");
                    background-size: 22px;
                }
                .be_user_menu li.be_menu_information {
                    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='question-circle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-question-circle fa-w-16 fa-3x'%3e%3cpath fill='%23fff' d='M256 340c-15.464 0-28 12.536-28 28s12.536 28 28 28 28-12.536 28-28-12.536-28-28-28zm7.67-24h-16c-6.627 0-12-5.373-12-12v-.381c0-70.343 77.44-63.619 77.44-107.408 0-20.016-17.761-40.211-57.44-40.211-29.144 0-44.265 9.649-59.211 28.692-3.908 4.98-11.054 5.995-16.248 2.376l-13.134-9.15c-5.625-3.919-6.86-11.771-2.645-17.177C185.658 133.514 210.842 116 255.67 116c52.32 0 97.44 29.751 97.44 80.211 0 67.414-77.44 63.849-77.44 107.408V304c0 6.627-5.373 12-12 12zM256 40c118.621 0 216 96.075 216 216 0 119.291-96.61 216-216 216-119.244 0-216-96.562-216-216 0-119.203 96.602-216 216-216m0-32C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8z' class=''%3e%3c/path%3e%3c/svg%3e");
                    background-size: 22px;
                }
                .be_user_menu li.be_menu_exit {
                    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='power-off' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-power-off fa-w-16 fa-3x'%3e%3cpath fill='%23fff' d='M388.5 46.3C457.9 90.3 504 167.8 504 256c0 136.8-110.8 247.7-247.5 248C120 504.3 8.2 393 8 256.4 7.9 168 54 90.3 123.5 46.3c5.8-3.7 13.5-1.8 16.9 4.2l3.9 7c3.1 5.6 1.3 12.6-4.1 16C79.9 112 40 179.6 40 256c0 119.9 97.3 216 216 216 119.9 0 216-97.3 216-216 0-77-40.1-144.2-100.3-182.4-5.4-3.4-7.2-10.5-4.1-16l3.9-7c3.4-6.1 11.2-7.9 17-4.3zM272 276V12c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v264c0 6.6 5.4 12 12 12h8c6.6 0 12-5.4 12-12z' class=''%3e%3c/path%3e%3c/svg%3e");
                    background-size: 21px;
                }
                    .be_user_menu li.be_menu_exit:hover {
                        background-color: #ff9c33;
                    }

        .be_btn_help {
            display: inline-block;
            vertical-align: middle;
            width: 38px;
            height: 38px;
            margin: 6px 0;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='life-ring' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-life-ring fa-w-16 fa-3x'%3e%3cpath fill='%23fff' d='M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm168.766 113.176l-62.885 62.885a128.711 128.711 0 0 0-33.941-33.941l62.885-62.885a217.323 217.323 0 0 1 33.941 33.941zM256 352c-52.935 0-96-43.065-96-96s43.065-96 96-96 96 43.065 96 96-43.065 96-96 96zM363.952 68.853l-66.14 66.14c-26.99-9.325-56.618-9.33-83.624 0l-66.139-66.14c66.716-38.524 149.23-38.499 215.903 0zM121.176 87.234l62.885 62.885a128.711 128.711 0 0 0-33.941 33.941l-62.885-62.885a217.323 217.323 0 0 1 33.941-33.941zm-52.323 60.814l66.139 66.14c-9.325 26.99-9.33 56.618 0 83.624l-66.139 66.14c-38.523-66.715-38.5-149.229 0-215.904zm18.381 242.776l62.885-62.885a128.711 128.711 0 0 0 33.941 33.941l-62.885 62.885a217.366 217.366 0 0 1-33.941-33.941zm60.814 52.323l66.139-66.14c26.99 9.325 56.618 9.33 83.624 0l66.14 66.14c-66.716 38.524-149.23 38.499-215.903 0zm242.776-18.381l-62.885-62.885a128.711 128.711 0 0 0 33.941-33.941l62.885 62.885a217.323 217.323 0 0 1-33.941 33.941zm52.323-60.814l-66.14-66.14c9.325-26.99 9.33-56.618 0-83.624l66.14-66.14c38.523 66.715 38.5 149.229 0 215.904z' class=''%3e%3c/path%3e%3c/svg%3e");
            background-size: auto 28px;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
        }
            .be_btn_help:hover {
                background-size: auto 31px;
            }

        .be_btn_notifications {
            display: inline-block;
            vertical-align: middle;
            width: 38px;
            height: 38px;
            margin: 6px 0;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='bell' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-bell fa-w-14 fa-3x'%3e%3cpath fill='%23fff' d='M433.884 366.059C411.634 343.809 384 316.118 384 208c0-79.394-57.831-145.269-133.663-157.83A31.845 31.845 0 0 0 256 32c0-17.673-14.327-32-32-32s-32 14.327-32 32c0 6.75 2.095 13.008 5.663 18.17C121.831 62.731 64 128.606 64 208c0 108.118-27.643 135.809-49.893 158.059C-16.042 396.208 5.325 448 48.048 448H160c0 35.29 28.71 64 64 64s64-28.71 64-64h111.943c42.638 0 64.151-51.731 33.941-81.941zM224 480c-17.645 0-32-14.355-32-32h64c0 17.645-14.355 32-32 32zm175.943-64H48.048c-14.223 0-21.331-17.296-11.314-27.314C71.585 353.836 96 314.825 96 208c0-70.741 57.249-128 128-128 70.74 0 128 57.249 128 128 0 106.419 24.206 145.635 59.257 180.686C421.314 398.744 414.11 416 399.943 416z' class=''%3e%3c/path%3e%3c/svg%3e");
            background-size: auto 28px;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
        }
            .be_btn_notifications:hover {
                background-size: auto 31px;
            }
            .be_btn_notifications .be_label {
                position: absolute;
                padding: 2px 5px;
                background-color: #f00;
                color: #fff;
                font-size: 11px;
                bottom: 0;
                right: 0;
                border-radius: 50%;
                -moz-box-shadow: 0 1px 7px rgba(0,0,0,0.4);
                -webkit-box-shadow: 0 1px 7px rgba(0,0,0,0.4);
                box-shadow: 0 1px 7px rgba(0,0,0,0.4);
            }
                .be_btn_notifications .be_label:empty {
                    display: none;
                }

        .be_btn_fullscreen {
            display: inline-block;
            vertical-align: middle;
            width: 38px;
            height: 38px;
            margin: 6px 0;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='expand' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-expand fa-w-14 fa-3x'%3e%3cpath fill='%23fff' d='M0 180V56c0-13.3 10.7-24 24-24h124c6.6 0 12 5.4 12 12v8c0 6.6-5.4 12-12 12H32v116c0 6.6-5.4 12-12 12h-8c-6.6 0-12-5.4-12-12zM300 32h124c13.3 0 24 10.7 24 24v124c0 6.6-5.4 12-12 12h-8c-6.6 0-12-5.4-12-12V64H300c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12zm148 300v124c0 13.3-10.7 24-24 24H300c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h116V332c0-6.6 5.4-12 12-12h8c6.6 0 12 5.4 12 12zM148 480H24c-13.3 0-24-10.7-24-24V332c0-6.6 5.4-12 12-12h8c6.6 0 12 5.4 12 12v116h116c6.6 0 12 5.4 12 12v8c0 6.6-5.4 12-12 12z' class=''%3e%3c/path%3e%3c/svg%3e");
            background-size: auto 28px;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
        }
            .be_btn_fullscreen:hover {
                background-size: auto 31px;
            }
            .be_btn_fullscreen.be_pressed {
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='compress' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-compress fa-w-14 fa-3x'%3e%3cpath fill='%23fff' d='M436 192H312c-13.3 0-24-10.7-24-24V44c0-6.6 5.4-12 12-12h8c6.6 0 12 5.4 12 12v116h116c6.6 0 12 5.4 12 12v8c0 6.6-5.4 12-12 12zm-276-24V44c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v116H12c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h124c13.3 0 24-10.7 24-24zm0 300V344c0-13.3-10.7-24-24-24H12c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h116v116c0 6.6 5.4 12 12 12h8c6.6 0 12-5.4 12-12zm160 0V352h116c6.6 0 12-5.4 12-12v-8c0-6.6-5.4-12-12-12H312c-13.3 0-24 10.7-24 24v124c0 6.6 5.4 12 12 12h8c6.6 0 12-5.4 12-12z' class=''%3e%3c/path%3e%3c/svg%3e");
            }

    .be_help {
        display: none;
    }
    .be_help {
        position: absolute;
        right: 15px;
        width: 400px;
        max-width: 100%;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 3px;
        padding: 15px;
        z-index: 1;
        -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
        box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    }
        .be_help .be_view_label{
            margin: 10px 0;
        }

    .be_separator {
        display: block;
        width: 100%;
        height: 1px;
        background-color: #ddd;
        margin-top: 15px;
    }

/* FOOTER */
    
    .footer_content {
        align-content:center;
        position: relative;
        margin: 0 auto;
        display: block;
        height: 50px;
    }

.footer_brand {
    background-image: url('../Icons/sherlock_brand.png')!important;
    display: block;
    width: 100px;
    height: 20px;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    /*position:absolute;*/
    top: 0;
    left: 15px;
    
}
    .footer_brand:after {
        font-size: 10px;
        height: 100%;
        width: 100%;
        display: inline-block;
        position: relative;
        bottom: -20px;
        text-align: left;
        color: #ccc;
    }

/* BODY */

    .be_main {
        position: relative;
        margin: 0 auto;
        display: block;
       
    }

    .be_main > .be_title {
        padding: 15px;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }
    .be_main > .be_title span {
        font-size: 28px;
    }
    
    .be_main > .be_sections {
        padding: 10px 10px 0 10px;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }
        .be_main > .be_sections > div {
            background-color: #ff8b11;
            padding: 10px;
            padding-left: 40px; 
            border-radius: 3px;
            color: #ff8b11;
            margin: 0 5px 10px 5px;
            display: inline-block;
            background-repeat: no-repeat;
            background-position: 8px center;
            background-size: 22px;
            cursor: pointer;
            width: 210px;
            text-align: left;
        }
            .be_main > .be_sections > div:hover {
                background-color: #eee;
            }
            .be_main > .be_sections > div:active {
                background-color: #ddd;
            }
            .be_main > .be_sections .btn_selected {
                border: 1px solid #ff8b11;
                cursor: default;
            }
            .be_main > .be_sections .btn_selected:hover {
                background-color: #fff;
            }
            .be_main > .be_sections .btn_selected:active {
                background-color: #fff;
            }

        .be_main > .be_sections > .be_pendients {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='comment-alt-dots' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-comment-alt-dots fa-w-16 fa-3x'%3e%3cpath fill='%23ff8b11' d='M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm32 352c0 17.6-14.4 32-32 32H293.3l-8.5 6.4L192 460v-76H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32v288zM128 184c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm128 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm128 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24z' class=''%3e%3c/path%3e%3c/svg%3e");
            
        }
        
        .be_main > .be_sections > .be_derived {
            display: none;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='comment-alt-exclamation' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-comment-alt-exclamation fa-w-16 fa-3x'%3e%3cpath fill='%23ff8b11' d='M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm32 352c0 17.6-14.4 32-32 32H293.3l-8.5 6.4L192 460v-76H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32v288zm-224-88c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm-8.5-24h17c4.2 0 7.7-3.3 8-7.5l7-112c.3-4.6-3.4-8.5-8-8.5h-31c-4.6 0-8.3 3.9-8 8.5l7 112c.3 4.2 3.8 7.5 8 7.5z' class=''%3e%3c/path%3e%3c/svg%3e");
        }
        .be_main > .be_sections > .be_answered {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='comment-alt-check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-comment-alt-check fa-w-16 fa-3x'%3e%3cpath fill='%23ff8b11' d='M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm32 352c0 17.6-14.4 32-32 32H293.3l-8.5 6.4L192 460v-76H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32v288zM345.3 134.5c-1.6-1.6-3.6-2.3-5.7-2.3-2 0-4.1.8-5.7 2.3L226.5 241.9 178 193.4c-1.6-1.6-3.6-2.3-5.7-2.3-2 0-4.1.8-5.7 2.3l-11.3 11.3c-3.1 3.1-3.1 8.2 0 11.3l65.5 65.5c1.6 1.6 3.6 2.3 5.7 2.3s4.1-.8 5.7-2.3L356.7 157c3.1-3.1 3.1-8.2 0-11.3l-11.4-11.2z' class=''%3e%3c/path%3e%3c/svg%3e");
        }

    .be_main > .FloatSubMenuPopUp > #be_preferences {
        display: none;
    }
    .be_main > .FloatSubMenuPopUp > .be_preferences {
        display: block;
        position: absolute;
        right: 15px;
        width: 400px;
        max-width: calc(100% - 30px);
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 3px;
        padding: 15px;
        z-index: 1;
        -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
        box-shadow: 0 1px 5px rgba(0,0,0,0.1);
        font-size: 0;
    }
        .be_main > .FloatSubMenuPopUp > .be_preferences > .be_view_feed {
            display: inline-block;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='columns' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-columns fa-w-16 fa-3x'%3e%3cpath fill='%23ff8b11' d='M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM240 448H48c-8.837 0-16-7.163-16-16V96h208v352zm240-16c0 8.837-7.163 16-16 16H272V96h208v336z' class=''%3e%3c/path%3e%3c/svg%3e");
            background-size: 22px;
        }
        .be_main > .FloatSubMenuPopUp > .be_preferences > .be_view_cards {
            display: inline-block;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='table' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-table fa-w-16 fa-3x'%3e%3cpath fill='%23ff8b11' d='M464 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zM160 448H48c-8.837 0-16-7.163-16-16v-80h128v96zm0-128H32v-96h128v96zm0-128H32V96h128v96zm160 256H192v-96h128v96zm0-128H192v-96h128v96zm0-128H192V96h128v96zm160 160v80c0 8.837-7.163 16-16 16H352v-96h128zm0-32H352v-96h128v96zm0-128H352V96h128v96z' class=''%3e%3c/path%3e%3c/svg%3e");
            /* background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='th-large' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-th-large fa-w-16 fa-3x'%3e%3cpath fill='%23ff8b11' d='M0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80zm240-16v176H32V80c0-8.837 7.163-16 16-16h192zM32 432V272h208v176H48c-8.837 0-16-7.163-16-16zm240 16V272h208v160c0 8.837-7.163 16-16 16H272zm208-208H272V64h192c8.837 0 16 7.163 16 16v160z' class=''%3e%3c/path%3e%3c/svg%3e"); */
            background-size: 22px;
        }
        .be_main > .FloatSubMenuPopUp > .be_preferences > .be_view_rows {
            display: inline-block;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='th-list' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-th-list fa-w-16 fa-3x'%3e%3cpath fill='%23ff8b11' d='M0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48H48C21.49 32 0 53.49 0 80zm480 0v90.667H192V64h272c8.837 0 16 7.163 16 16zm0 229.333H192V202.667h288v106.666zM32 202.667h128v106.667H32V202.667zM160 64v106.667H32V80c0-8.837 7.163-16 16-16h112zM32 432v-90.667h128V448H48c-8.837 0-16-7.163-16-16zm160 16V341.333h288V432c0 8.837-7.163 16-16 16H192z' class=''%3e%3c/path%3e%3c/svg%3e");
            background-size: 22px;
        }
        .be_main > .FloatSubMenuPopUp > .be_preferences .be_view_label {
            margin: 10px 0;
            font-size: 14px;
        }
        .be_main > .FloatSubMenuPopUp > .be_preferences .be_channel {
            display: inline-block;
            width: 75px;
            height: 55px;
            margin: 0 10px 10px 0;
            border-radius: 3px;
            overflow: hidden;
            font-size: 0;
            text-align: center;
            background-color: #fff;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
        }
            .be_main > .FloatSubMenuPopUp > .be_preferences .be_channel.be_channel_ml {
                background-color: #fff159;
                background-image: url(../images/ml_icon.png);
                background-size: 44px;
            }
            .be_main > .FloatSubMenuPopUp > .be_preferences .be_channel.be_channel_olx {
                background-color: #02b875;
                background-image: url(../images/olx_icon.png);
                background-size: 36px;
            }
            .be_main > .FloatSubMenuPopUp > .be_preferences .be_channel.be_channel_fb {
                background-color: #6494fc;
                background-image: url(../images/fb_icon.png);
                background-size: 30px;
            }
            .be_main > .FloatSubMenuPopUp > .be_preferences .be_channel.be_channel_ec {
                background-color: #cddc39;
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='shopping-cart' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' class='svg-inline--fa fa-shopping-cart fa-w-18 fa-3x'%3e%3cpath fill='%23fff' d='M551.991 64H129.28l-8.329-44.423C118.822 8.226 108.911 0 97.362 0H12C5.373 0 0 5.373 0 12v8c0 6.627 5.373 12 12 12h78.72l69.927 372.946C150.305 416.314 144 431.42 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-17.993-7.435-34.24-19.388-45.868C506.022 391.891 496.76 384 485.328 384H189.28l-12-64h331.381c11.368 0 21.177-7.976 23.496-19.105l43.331-208C578.592 77.991 567.215 64 551.991 64zM240 448c0 17.645-14.355 32-32 32s-32-14.355-32-32 14.355-32 32-32 32 14.355 32 32zm224 32c-17.645 0-32-14.355-32-32s14.355-32 32-32 32 14.355 32 32-14.355 32-32 32zm38.156-192H171.28l-36-192h406.876l-40 192z' class=''%3e%3c/path%3e%3c/svg%3e");
                background-size: 30px;
            }

    .be_main > .be_info_hello {
        display: none;
    }

    .be_main > .be_info_bye {
        display: none;
    }

    .be_main > .be_options {
        padding: 5px 15px;
        text-align: right;
        border-bottom: 1px solid #ddd;
        min-height: 45px;
        position: relative;
    }
        .be_main > .be_options > .be_options_left {
            position: absolute;
            left: 15px;
            top: 5px;
        }
            .be_main > .be_options > .be_options_left > .be_back {
                display: inline-block;
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='arrow-left' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-arrow-left fa-w-14 fa-3x'%3e%3cpath fill='%23444' d='M231.536 475.535l7.071-7.07c4.686-4.686 4.686-12.284 0-16.971L60.113 273H436c6.627 0 12-5.373 12-12v-10c0-6.627-5.373-12-12-12H60.113L238.607 60.506c4.686-4.686 4.686-12.284 0-16.971l-7.071-7.07c-4.686-4.686-12.284-4.686-16.97 0L3.515 247.515c-4.686 4.686-4.686 12.284 0 16.971l211.051 211.05c4.686 4.686 12.284 4.686 16.97-.001z' class=''%3e%3c/path%3e%3c/svg%3e");
                vertical-align: middle;
            }
            .be_main > .be_options > .be_options_left > .be_find {
                display: inline-block;
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='search' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-search fa-w-16 fa-3x'%3e%3cpath fill='%23444' d='M508.5 481.6l-129-129c-2.3-2.3-5.3-3.5-8.5-3.5h-10.3C395 312 416 262.5 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c54.5 0 104-21 141.1-55.2V371c0 3.2 1.3 6.2 3.5 8.5l129 129c4.7 4.7 12.3 4.7 17 0l9.9-9.9c4.7-4.7 4.7-12.3 0-17zM208 384c-97.3 0-176-78.7-176-176S110.7 32 208 32s176 78.7 176 176-78.7 176-176 176z' class=''%3e%3c/path%3e%3c/svg%3e");
                vertical-align: middle;
            }
            .be_main > .be_options > .be_options_left > .be_filter {
                display: inline-block;
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='filter' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-filter fa-w-16 fa-3x'%3e%3cpath fill='%23444' d='M479.968 0H32.038C3.613 0-10.729 34.487 9.41 54.627L192 237.255V424a31.996 31.996 0 0 0 10.928 24.082l64 55.983c20.438 17.883 53.072 3.68 53.072-24.082V237.255L502.595 54.627C522.695 34.528 508.45 0 479.968 0zM288 224v256l-64-56V224L32 32h448L288 224z' class=''%3e%3c/path%3e%3c/svg%3e");
                vertical-align: middle;
            }
            .be_main > .be_options > .be_options_left > .be_order {
                display: inline-block;
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='sort-alpha-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-sort-alpha-down fa-w-14 fa-3x'%3e%3cpath fill='%23444' d='M204.485 392l-84 84.485c-4.686 4.686-12.284 4.686-16.971 0l-84-84.485c-4.686-4.686-4.686-12.284 0-16.97l7.07-7.071c4.686-4.686 12.284-4.686 16.971 0L95 419.887V44c0-6.627 5.373-12 12-12h10c6.627 0 12 5.373 12 12v375.887l51.444-51.928c4.686-4.686 12.284-4.686 16.971 0l7.07 7.071c4.687 4.686 4.687 12.284 0 16.97zm100.492-220.355h61.547l15.5 44.317A12 12 0 0 0 393.351 224h11.552c8.31 0 14.105-8.243 11.291-16.062l-60.441-168A11.999 11.999 0 0 0 344.462 32h-16.924a11.999 11.999 0 0 0-11.291 7.938l-60.441 168c-2.813 7.82 2.981 16.062 11.291 16.062h11.271c5.12 0 9.676-3.248 11.344-8.088l15.265-44.267zm10.178-31.067l18.071-51.243c.853-2.56 1.776-5.626 2.668-8.743.871 3.134 1.781 6.219 2.644 8.806l17.821 51.18h-41.204zm-3.482 307.342c4.795-6.044-1.179 2.326 92.917-133.561a12.011 12.011 0 0 0 2.136-6.835V300c0-6.627-5.373-12-12-12h-113.84c-6.627 0-12 5.373-12 12v8.068c0 6.644 5.393 12.031 12.037 12.031 81.861.001 76.238.011 78.238-.026-2.973 3.818 4.564-7.109-92.776 133.303a12.022 12.022 0 0 0-2.142 6.847V468c0 6.627 5.373 12 12 12h119.514c6.627 0 12-5.373 12-12v-8.099c0-6.627-5.373-12-12-12-87.527-.001-81.97-.01-84.084.019z' class=''%3e%3c/path%3e%3c/svg%3e");
                vertical-align: middle;
            }
        .be_main > .be_options > .be_options_right {
            position: absolute;
            right: 15px;
            top: 5px;
        }
            .be_main > .be_options > .be_options_right > .be_reload {
                display: inline-block;
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='sync' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-sync fa-w-16 fa-3x'%3e%3cpath fill='%23444' d='M492 8h-10c-6.627 0-12 5.373-12 12v110.627C426.929 57.261 347.224 8 256 8 123.228 8 14.824 112.338 8.31 243.493 7.971 250.311 13.475 256 20.301 256h10.016c6.353 0 11.646-4.949 11.977-11.293C48.157 132.216 141.097 42 256 42c82.862 0 154.737 47.077 190.289 116H332c-6.627 0-12 5.373-12 12v10c0 6.627 5.373 12 12 12h160c6.627 0 12-5.373 12-12V20c0-6.627-5.373-12-12-12zm-.301 248h-10.015c-6.352 0-11.647 4.949-11.977 11.293C463.841 380.158 370.546 470 256 470c-82.608 0-154.672-46.952-190.299-116H180c6.627 0 12-5.373 12-12v-10c0-6.627-5.373-12-12-12H20c-6.627 0-12 5.373-12 12v160c0 6.627 5.373 12 12 12h10c6.627 0 12-5.373 12-12V381.373C85.071 454.739 164.777 504 256 504c132.773 0 241.176-104.338 247.69-235.493.339-6.818-5.165-12.507-11.991-12.507z' class=''%3e%3c/path%3e%3c/svg%3e");
                vertical-align: middle;
            }
            .be_main > .be_options > .be_options_right .be_export {
                display: inline-block;
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='cloud-download' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' class='svg-inline--fa fa-cloud-download fa-w-20 fa-3x'%3e%3cpath fill='%23444' d='M571.7 238.8c2.8-9.9 4.3-20.2 4.3-30.8 0-61.9-50.1-112-112-112-16.7 0-32.9 3.6-48 10.8-31.6-45-84.3-74.8-144-74.8-94.4 0-171.7 74.5-175.8 168.2C39.2 220.2 0 274.3 0 336c0 79.6 64.4 144 144 144h368c70.7 0 128-57.2 128-128 0-47-25.8-90.8-68.3-113.2zM512 448H144c-61.9 0-112-50.1-112-112 0-56.8 42.2-103.7 97-111-.7-5.6-1-11.3-1-17 0-79.5 64.5-144 144-144 60.3 0 111.9 37 133.4 89.6C420 137.9 440.8 128 464 128c44.2 0 80 35.8 80 80 0 18.5-6.3 35.6-16.9 49.2C573 264.4 608 304.1 608 352c0 53-43 96-96 96zM405.2 254.5c-4.7-4.7-12.3-4.7-17 0L320 322.7V172c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v150.7l-68.2-68.2c-4.7-4.7-12.3-4.7-17 0l-5.7 5.7c-4.7 4.7-4.7 12.3 0 17l98.3 98.3c4.7 4.7 12.3 4.7 17 0l98.3-98.3c4.7-4.7 4.7-12.3 0-17l-5.5-5.7z' class=''%3e%3c/path%3e%3c/svg%3e");
                background-size: 31px;
                vertical-align: middle;
            }
            .be_main > .be_options > .be_options_right > .be_preferences {
                display: inline-block;
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='cog' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-cog fa-w-16 fa-3x'%3e%3cpath fill='%23444' d='M482.696 299.276l-32.61-18.827a195.168 195.168 0 0 0 0-48.899l32.61-18.827c9.576-5.528 14.195-16.902 11.046-27.501-11.214-37.749-31.175-71.728-57.535-99.595-7.634-8.07-19.817-9.836-29.437-4.282l-32.562 18.798a194.125 194.125 0 0 0-42.339-24.48V38.049c0-11.13-7.652-20.804-18.484-23.367-37.644-8.909-77.118-8.91-114.77 0-10.831 2.563-18.484 12.236-18.484 23.367v37.614a194.101 194.101 0 0 0-42.339 24.48L105.23 81.345c-9.621-5.554-21.804-3.788-29.437 4.282-26.36 27.867-46.321 61.847-57.535 99.595-3.149 10.599 1.47 21.972 11.046 27.501l32.61 18.827a195.168 195.168 0 0 0 0 48.899l-32.61 18.827c-9.576 5.528-14.195 16.902-11.046 27.501 11.214 37.748 31.175 71.728 57.535 99.595 7.634 8.07 19.817 9.836 29.437 4.283l32.562-18.798a194.08 194.08 0 0 0 42.339 24.479v37.614c0 11.13 7.652 20.804 18.484 23.367 37.645 8.909 77.118 8.91 114.77 0 10.831-2.563 18.484-12.236 18.484-23.367v-37.614a194.138 194.138 0 0 0 42.339-24.479l32.562 18.798c9.62 5.554 21.803 3.788 29.437-4.283 26.36-27.867 46.321-61.847 57.535-99.595 3.149-10.599-1.47-21.972-11.046-27.501zm-65.479 100.461l-46.309-26.74c-26.988 23.071-36.559 28.876-71.039 41.059v53.479a217.145 217.145 0 0 1-87.738 0v-53.479c-33.621-11.879-43.355-17.395-71.039-41.059l-46.309 26.74c-19.71-22.09-34.689-47.989-43.929-75.958l46.329-26.74c-6.535-35.417-6.538-46.644 0-82.079l-46.329-26.74c9.24-27.969 24.22-53.869 43.929-75.969l46.309 26.76c27.377-23.434 37.063-29.065 71.039-41.069V44.464a216.79 216.79 0 0 1 87.738 0v53.479c33.978 12.005 43.665 17.637 71.039 41.069l46.309-26.76c19.709 22.099 34.689 47.999 43.929 75.969l-46.329 26.74c6.536 35.426 6.538 46.644 0 82.079l46.329 26.74c-9.24 27.968-24.219 53.868-43.929 75.957zM256 160c-52.935 0-96 43.065-96 96s43.065 96 96 96 96-43.065 96-96-43.065-96-96-96zm0 160c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z' class=''%3e%3c/path%3e%3c/svg%3e");
                background-size: 25px;
                vertical-align: middle;
            }

input.be_export.be_button {
    background-color: #ffffff00;
    border-style: none;
}

.be_options_right {
    display: inline-flex;
}


input.be_export.be_button:hover {
    background-color: #eee;
}

/* QUESTIONS */

    .be_content {
        display: block;
        padding: 15px;
        padding-bottom: 0;
        /*background-color: #fafafa;*/

        margin-bottom: 15px;
        text-align: center;
    }
        .be_content.be_view_cards {
            -moz-column-count: 3;
            -moz-column-gap: 5px;
            -webkit-column-count: 3;
            -webkit-column-gap: 5px;
            column-count: 3;
            column-gap: 5px;
        }
        .be_content.be_view_rows {
            padding: 0;
        }

    .be_content > .be_question {
        max-width: 100%;
        padding: 15px;
        background-color: #fff;
        border: 1px solid #ddd;
        text-align: left;
        position: relative;
    }
        .be_content.be_view_feed > .be_question {
            margin: 0 auto 15px auto;
            width: 700px;
            vertical-align: top;
            border-radius: 3px;
            -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
            -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
            box-shadow: 0 1px 5px rgba(0,0,0,0.1);
        }
        .be_content.be_view_cards > .be_question {
            display: inline-block;
            margin: 0 5px 15px 5px;
            width: initial;
            vertical-align: top;
            border-radius: 3px;
            -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
            -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
            box-shadow: 0 1px 5px rgba(0,0,0,0.1);
        }
        .be_content.be_view_rows > .be_question {
            width: initial;
            border: 0;
            border-bottom: 2px dashed #ddd;
        }
            .be_content.be_view_rows > .be_question:last-child {
                border-bottom: 0;
            }

    .be_box_article {
        position: relative;
    }
        .be_box_article .be_img {
            display: block;
            width: 100px;
            height: 90px;
            position: absolute;
            left: 0;
            top: 0;
            border-radius: 3px;
            
            background-color: #fff;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='image' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-image fa-w-16 fa-3x'%3e%3cpath fill='%23ccc' d='M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm16 336c0 8.822-7.178 16-16 16H48c-8.822 0-16-7.178-16-16V112c0-8.822 7.178-16 16-16h416c8.822 0 16 7.178 16 16v288zM112 232c30.928 0 56-25.072 56-56s-25.072-56-56-56-56 25.072-56 56 25.072 56 56 56zm0-80c13.234 0 24 10.766 24 24s-10.766 24-24 24-24-10.766-24-24 10.766-24 24-24zm207.029 23.029L224 270.059l-31.029-31.029c-9.373-9.373-24.569-9.373-33.941 0l-88 88A23.998 23.998 0 0 0 64 344v28c0 6.627 5.373 12 12 12h360c6.627 0 12-5.373 12-12v-92c0-6.365-2.529-12.47-7.029-16.971l-88-88c-9.373-9.372-24.569-9.372-33.942 0zM416 352H96v-4.686l80-80 48 48 112-112 80 80V352z' class=''%3e%3c/path%3e%3c/svg%3e");
            background-size: 24px;
            background-position: center;
            background-repeat: no-repeat;
            border: 1px solid #ddd;
            cursor: pointer;
        }
        .be_box_article .be_channel {
            display: block;
            width: 75px;
            height: 55px;
            position: absolute;
            right: 0;
            top: 0;
            border-radius: 3px;
            overflow: hidden;
            font-size: 0;
            text-align: center;
            background-color: #fff;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
        }
        .be_box_article .be_more {
            position: absolute;
            right: 40px;
            top: 60px;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='list-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-list-alt fa-w-16 fa-3x'%3e%3cpath fill='%23ff8b11' d='M464 64c8.823 0 16 7.178 16 16v352c0 8.822-7.177 16-16 16H48c-8.823 0-16-7.178-16-16V80c0-8.822 7.177-16 16-16h416m0-32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm-336 96c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 96c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm0 96c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zm288-148v-24a6 6 0 0 0-6-6H198a6 6 0 0 0-6 6v24a6 6 0 0 0 6 6h212a6 6 0 0 0 6-6zm0 96v-24a6 6 0 0 0-6-6H198a6 6 0 0 0-6 6v24a6 6 0 0 0 6 6h212a6 6 0 0 0 6-6zm0 96v-24a6 6 0 0 0-6-6H198a6 6 0 0 0-6 6v24a6 6 0 0 0 6 6h212a6 6 0 0 0 6-6z' class=''%3e%3c/path%3e%3c/svg%3e");
            background-size: 24px;
        }
        .be_box_article .be_open {
            position: absolute;
            right: 0;
            top: 60px;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='external-link-square' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-external-link-square fa-w-14 fa-3x'%3e%3cpath fill='%23ff8b11' d='M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm16 400c0 8.822-7.178 16-16 16H48c-8.822 0-16-7.178-16-16V80c0-8.822 7.178-16 16-16h352c8.822 0 16 7.178 16 16v352zM99.515 374.828c-4.686-4.686-4.686-12.284 0-16.971l195.15-195.15-.707-.707-89.958.342c-6.627 0-12-5.373-12-12v-9.999c0-6.628 5.372-12 12-12L340 128c6.627 0 12 5.372 12 12l-.343 136c0 6.627-5.373 12-12 12h-9.999c-6.627 0-12-5.373-12-12l.342-89.958-.707-.707-195.15 195.15c-4.686 4.686-12.284 4.686-16.971 0l-5.657-5.657z' class=''%3e%3c/path%3e%3c/svg%3e");
        }
        .be_box_article .be_channel.be_channel_ml {
            background-color: #fff159;
            background-image: url(../images/ml_icon.png?id=1);
            background-size: 44px;
        }
        .be_box_article .be_channel.be_channel_olx {
            background-color: #02b875;
            background-image: url(../images/olx_icon.png);
            background-size: 36px;
        }
        .be_box_article .be_channel.be_channel_fb {
            background-color: #6494fc;
            background-image: url(../images/fb_icon.png);
            background-size: 30px;
        }
        .be_box_article .be_channel.be_channel_ec {
            background-color: #cddc39;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='shopping-cart' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' class='svg-inline--fa fa-shopping-cart fa-w-18 fa-3x'%3e%3cpath fill='%23fff' d='M551.991 64H129.28l-8.329-44.423C118.822 8.226 108.911 0 97.362 0H12C5.373 0 0 5.373 0 12v8c0 6.627 5.373 12 12 12h78.72l69.927 372.946C150.305 416.314 144 431.42 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-17.993-7.435-34.24-19.388-45.868C506.022 391.891 496.76 384 485.328 384H189.28l-12-64h331.381c11.368 0 21.177-7.976 23.496-19.105l43.331-208C578.592 77.991 567.215 64 551.991 64zM240 448c0 17.645-14.355 32-32 32s-32-14.355-32-32 14.355-32 32-32 32 14.355 32 32zm224 32c-17.645 0-32-14.355-32-32s14.355-32 32-32 32 14.355 32 32-14.355 32-32 32zm38.156-192H171.28l-36-192h406.876l-40 192z' class=''%3e%3c/path%3e%3c/svg%3e");
            background-size: 30px;
        }

        .be_box_article .be_label {
            display: block;
            display: none;
            min-height: 35px;
            padding-top: 9px;
            padding-bottom: 9px;
            margin-bottom: 10px;
        }

        .be_box_article .be_title {
            font-size: 16px;
            font-weight: bold;
            padding-left: 110px;
            padding-right: 90px;
        }
        .be_box_article .be_id {
            padding-left: 110px;
            margin-bottom: 10px;
            padding-right: 90px;
            color: #ccc;
        }

/*
        .be_box_article .be_price {
            padding-left: 105px;
            padding-right: 90px;
        }
        .be_box_article .be_stock {
            padding-left: 105px;
            padding-right: 90px;
        }
        .be_box_article .be_shipping {
            padding-left: 105px;
            padding-right: 90px;
        }*/

    .be_box_gallery {
        display: inline-block;
        position: relative;
        width: 750px;
        max-width: 100%;
        height: 100%;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 3px;
        overflow: auto;
        padding: 5px 15px 15px 15px;
        -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
        box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    }
        .be_box_gallery .be_close {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='times' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' class='svg-inline--fa fa-times fa-w-12 fa-3x'%3e%3cpath fill='%23f34' d='M217.5 256l137.2-137.2c4.7-4.7 4.7-12.3 0-17l-8.5-8.5c-4.7-4.7-12.3-4.7-17 0L192 230.5 54.8 93.4c-4.7-4.7-12.3-4.7-17 0l-8.5 8.5c-4.7 4.7-4.7 12.3 0 17L166.5 256 29.4 393.2c-4.7 4.7-4.7 12.3 0 17l8.5 8.5c4.7 4.7 12.3 4.7 17 0L192 281.5l137.2 137.2c4.7 4.7 12.3 4.7 17 0l8.5-8.5c4.7-4.7 4.7-12.3 0-17L217.5 256z' class=''%3e%3c/path%3e%3c/svg%3e");
            position: absolute;
            right: 15px;
            top: 5px;
            z-index: 1;
        }
        .be_box_gallery .be_img {
            border: 1px solid #ddd;
            border-radius: 3px;
            font-size: 0;
            margin-top: 15px;
            background-color: #fff;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='image' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-image fa-w-16 fa-3x'%3e%3cpath fill='%23ccc' d='M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm16 336c0 8.822-7.178 16-16 16H48c-8.822 0-16-7.178-16-16V112c0-8.822 7.178-16 16-16h416c8.822 0 16 7.178 16 16v288zM112 232c30.928 0 56-25.072 56-56s-25.072-56-56-56-56 25.072-56 56 25.072 56 56 56zm0-80c13.234 0 24 10.766 24 24s-10.766 24-24 24-24-10.766-24-24 10.766-24 24-24zm207.029 23.029L224 270.059l-31.029-31.029c-9.373-9.373-24.569-9.373-33.941 0l-88 88A23.998 23.998 0 0 0 64 344v28c0 6.627 5.373 12 12 12h360c6.627 0 12-5.373 12-12v-92c0-6.365-2.529-12.47-7.029-16.971l-88-88c-9.373-9.372-24.569-9.372-33.942 0zM416 352H96v-4.686l80-80 48 48 112-112 80 80V352z' class=''%3e%3c/path%3e%3c/svg%3e");
            background-size: 24px;
            background-position: center;
            background-repeat: no-repeat;
            min-height: 35px;
        }
            .be_box_gallery .be_img img {
                width: 100%;
                height: auto;
            }
        

    .be_content_more {

    }
    .be_modal_top {
        display: none;
        position: fixed;
        z-index: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 15px;
        text-align: center;
        background-color: rgba(0,0,0,0.5);
    }
    .be_box_more {
        display: inline-block;
        position: relative;
        width: 750px;
        max-width: 100%;
        height: 100%;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 3px;
        overflow: auto;
        padding: 5px 15px;
        -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
        box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    }
        .be_box_more .be_title {
            display: block;
            font-size: 16px;
            font-weight: bold;
            min-height: 35px;
            padding-top: 9px;
            padding-bottom: 9px;
            padding-right: 40px;
        }
        .be_box_more .be_label {
            display: block;
            min-height: 35px;
            padding-top: 9px;
            padding-bottom: 9px;
            padding-right: 40px;
            margin-top: 10px;
        }
        .be_box_more .be_close {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='times' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' class='svg-inline--fa fa-times fa-w-12 fa-3x'%3e%3cpath fill='%23f34' d='M217.5 256l137.2-137.2c4.7-4.7 4.7-12.3 0-17l-8.5-8.5c-4.7-4.7-12.3-4.7-17 0L192 230.5 54.8 93.4c-4.7-4.7-12.3-4.7-17 0l-8.5 8.5c-4.7 4.7-4.7 12.3 0 17L166.5 256 29.4 393.2c-4.7 4.7-4.7 12.3 0 17l8.5 8.5c4.7 4.7 12.3 4.7 17 0L192 281.5l137.2 137.2c4.7 4.7 12.3 4.7 17 0l8.5-8.5c4.7-4.7 4.7-12.3 0-17L217.5 256z' class=''%3e%3c/path%3e%3c/svg%3e");
            position: absolute;
            right: 15px;
            top: 15px;
        }

    .be_box_client {
        position: relative;
    }
        .be_box_client .be_label {
            display: block;
            min-height: 35px;
            padding-top: 0px;
            padding-bottom: 0px;
            padding-right: 80px;
            margin: 10px 0 0 0;
        }
        .be_box_client .be_contact {
            position: absolute;
            right: 40px;
            top: 0;
            color: #ff8b11;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='address-card' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' class='svg-inline--fa fa-address-card fa-w-18 fa-3x'%3e%3cpath fill='%23ff8b11' d='M512 32H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm32 384c0 17.6-14.4 32-32 32H64c-17.6 0-32-14.4-32-32V96c0-17.6 14.4-32 32-32h448c17.6 0 32 14.4 32 32v320zm-72-128H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zm0-64H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zm0-64H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zM208 288c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zm0-128c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm46.8 144c-19.5 0-24.4 7-46.8 7s-27.3-7-46.8-7c-21.2 0-41.8 9.4-53.8 27.4C100.2 342.1 96 355 96 368.9V392c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-23.1c0-7 2.1-13.8 6-19.6 5.6-8.3 15.8-13.2 27.3-13.2 12.4 0 20.8 7 46.8 7 25.9 0 34.3-7 46.8-7 11.5 0 21.7 5 27.3 13.2 3.9 5.8 6 12.6 6 19.6V392c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-23.1c0-13.9-4.2-26.8-11.4-37.5-12.3-18-32.9-27.4-54-27.4z' class=''%3e%3c/path%3e%3c/svg%3e");
            background-size: 26px;
        }
            .be_content.be_view_rows .be_box_client .be_contact {
                top: 5px;
            }
        .be_box_client .be_ban {
            position: absolute;
            right: 0;
            top: 0;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='ban' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-ban fa-w-16 fa-3x'%3e%3cpath fill='%23f34' d='M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zM103.265 408.735c-80.622-80.622-84.149-208.957-10.9-293.743l304.644 304.643c-84.804 73.264-213.138 69.706-293.744-10.9zm316.37-11.727L114.992 92.365c84.804-73.263 213.137-69.705 293.743 10.9 80.622 80.621 84.149 208.957 10.9 293.743z' class=''%3e%3c/path%3e%3c/svg%3e");
        }
            .be_content.be_view_rows .be_box_client .be_ban {
                top: 5px;
            }

    .be_box_ban {
        display: none;
        border: 1px solid #ddd;
        border-radius: 3px;
        background: #fff;
        padding: 15px;
        margin-top: 5px;
        position: absolute;
        right: 10px;
        max-width: 550px;
        text-align: center;
        z-index: 1;
        -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
        box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    }
        .be_box_ban .be_label {
            display: block;
            padding-bottom: 10px;
            overflow-wrap: break-word;
            word-break: break-word;
        }
        .be_box_ban .be_options {
            text-align: center;
            font-size: 0;
        }
            .be_box_ban .be_cancel {
                display: inline-block;
                color: #fff;
                background-color: #ff8b11;
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='times-circle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-times-circle fa-w-16 fa-3x'%3e%3cpath fill='%23fff' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 464c-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216zm94.8-285.3L281.5 256l69.3 69.3c4.7 4.7 4.7 12.3 0 17l-8.5 8.5c-4.7 4.7-12.3 4.7-17 0L256 281.5l-69.3 69.3c-4.7 4.7-12.3 4.7-17 0l-8.5-8.5c-4.7-4.7-4.7-12.3 0-17l69.3-69.3-69.3-69.3c-4.7-4.7-4.7-12.3 0-17l8.5-8.5c4.7-4.7 12.3-4.7 17 0l69.3 69.3 69.3-69.3c4.7-4.7 12.3-4.7 17 0l8.5 8.5c4.6 4.7 4.6 12.3 0 17z' class=''%3e%3c/path%3e%3c/svg%3e");
                border-radius: 3px;
                height: 35px;
                padding: 9px;
                padding-left: 36px;
                background-repeat: no-repeat;
                background-size: 21px;
                background-position: 8px center;
                margin: 10px 5px 0 5px;
                min-width: 105px;
                text-align: left;
                font-size: 14px;
            }
            .be_box_ban .be_ban {
                display: inline-block;
                color: #fff;
                background-color: #f34;
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='check-circle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check-circle fa-w-16 fa-3x'%3e%3cpath fill='%23fff' d='M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 464c-118.664 0-216-96.055-216-216 0-118.663 96.055-216 216-216 118.664 0 216 96.055 216 216 0 118.663-96.055 216-216 216zm141.63-274.961L217.15 376.071c-4.705 4.667-12.303 4.637-16.97-.068l-85.878-86.572c-4.667-4.705-4.637-12.303.068-16.97l8.52-8.451c4.705-4.667 12.303-4.637 16.97.068l68.976 69.533 163.441-162.13c4.705-4.667 12.303-4.637 16.97.068l8.451 8.52c4.668 4.705 4.637 12.303-.068 16.97z' class=''%3e%3c/path%3e%3c/svg%3e");
                border-radius: 3px;
                height: 35px;
                padding: 9px;
                padding-left: 35px;
                background-repeat: no-repeat;
                background-size: 19px;
                background-position: 9px center;
                margin: 10px 5px 0 5px;
                min-width: 105px;
                text-align: left;
                font-size: 14px;
            }

    .be_box_contact {
        display: none;
        border: 1px solid #ddd;
        border-radius: 3px;
        background: #fff;
        padding: 15px;
        margin-top: 5px;
    }
        .be_box_contact .be_label {
            display: block;
            margin-bottom: 10px;
        }
            .be_box_contact .be_label:last-child {
                margin-bottom: 0;
            }
            .be_box_contact .be_label span:first-child {
                display: inline-block;
                width: 100px;
            }

    .be_box_history {
        display: none;
    }

    .be_box_question {
        position: relative;
    }
        .be_box_question .be_client {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='user' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-user fa-w-14 fa-3x'%3e%3cpath fill='%23ccc' d='M313.6 288c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4zM416 464c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16v-41.6C32 365.9 77.9 320 134.4 320c19.6 0 39.1 16 89.6 16 50.4 0 70-16 89.6-16 56.5 0 102.4 45.9 102.4 102.4V464zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm0-224c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z' class=''%3e%3c/path%3e%3c/svg%3e");
            position: absolute;
            left: 0;
            top: 0;
        }
        .be_box_question .be_label {
            display: block;
            min-height: 35px;
            padding-top: 9px;
            padding-bottom: 9px;
            padding-right: 80px;
            padding-left: 40px;
            margin: 5px 0 10px 0;
        }
            .be_box_question .be_name {
                color: #ff8b11;
            }
            .be_box_question .be_name::after {
                content: " ";
            }
        .be_box_question .be_date {
            color: #ccc;
            white-space: nowrap;
        }
        .be_box_question .be_history {
            position: absolute;
            right: 40px;
            top: 0;
            color: #ff8b11;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='history' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-history fa-w-16 fa-3x'%3e%3cpath fill='%23ff8b11' d='M20 24h10c6.627 0 12 5.373 12 12v94.625C85.196 57.047 165.239 7.715 256.793 8.001 393.18 8.428 504.213 120.009 504 256.396 503.786 393.181 392.834 504 256 504c-63.926 0-122.202-24.187-166.178-63.908-5.113-4.618-5.354-12.561-.482-17.433l7.069-7.069c4.503-4.503 11.749-4.714 16.482-.454C150.782 449.238 200.935 470 256 470c117.744 0 214-95.331 214-214 0-117.744-95.331-214-214-214-82.862 0-154.737 47.077-190.289 116H164c6.627 0 12 5.373 12 12v10c0 6.627-5.373 12-12 12H20c-6.627 0-12-5.373-12-12V36c0-6.627 5.373-12 12-12zm321.647 315.235l4.706-6.47c3.898-5.36 2.713-12.865-2.647-16.763L272 263.853V116c0-6.627-5.373-12-12-12h-8c-6.627 0-12 5.373-12 12v164.147l84.884 61.734c5.36 3.899 12.865 2.714 16.763-2.646z' class=''%3e%3c/path%3e%3c/svg%3e");
            background-position-x: 8px;
        }
            .be_box_question .be_history.be_disabled {
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='history' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-history fa-w-16 fa-3x'%3e%3cpath fill='%23ccc' d='M20 24h10c6.627 0 12 5.373 12 12v94.625C85.196 57.047 165.239 7.715 256.793 8.001 393.18 8.428 504.213 120.009 504 256.396 503.786 393.181 392.834 504 256 504c-63.926 0-122.202-24.187-166.178-63.908-5.113-4.618-5.354-12.561-.482-17.433l7.069-7.069c4.503-4.503 11.749-4.714 16.482-.454C150.782 449.238 200.935 470 256 470c117.744 0 214-95.331 214-214 0-117.744-95.331-214-214-214-82.862 0-154.737 47.077-190.289 116H164c6.627 0 12 5.373 12 12v10c0 6.627-5.373 12-12 12H20c-6.627 0-12-5.373-12-12V36c0-6.627 5.373-12 12-12zm321.647 315.235l4.706-6.47c3.898-5.36 2.713-12.865-2.647-16.763L272 263.853V116c0-6.627-5.373-12-12-12h-8c-6.627 0-12 5.373-12 12v164.147l84.884 61.734c5.36 3.899 12.865 2.714 16.763-2.646z' class=''%3e%3c/path%3e%3c/svg%3e");
                color: #ccc;
            }
            .be_box_question .be_history .be_history_label {
                font-size: 12px;
                background-color: inherit;
                display: block;
                position: absolute;
                bottom: 5px;
                left: 2px;
                font-weight: bold;
            }
        .be_box_question .be_delete {
            position: absolute;
            right: 0;
            top: 0;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='trash-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-trash-alt fa-w-14 fa-3x'%3e%3cpath fill='%23f34' d='M336 64l-33.6-44.8C293.3 7.1 279.1 0 264 0h-80c-15.1 0-29.3 7.1-38.4 19.2L112 64H24C10.7 64 0 74.7 0 88v2c0 3.3 2.7 6 6 6h26v368c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V96h26c3.3 0 6-2.7 6-6v-2c0-13.3-10.7-24-24-24h-88zM184 32h80c5 0 9.8 2.4 12.8 6.4L296 64H152l19.2-25.6c3-4 7.8-6.4 12.8-6.4zm200 432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V96h320v368zm-176-44V156c0-6.6 5.4-12 12-12h8c6.6 0 12 5.4 12 12v264c0 6.6-5.4 12-12 12h-8c-6.6 0-12-5.4-12-12zm-80 0V156c0-6.6 5.4-12 12-12h8c6.6 0 12 5.4 12 12v264c0 6.6-5.4 12-12 12h-8c-6.6 0-12-5.4-12-12zm160 0V156c0-6.6 5.4-12 12-12h8c6.6 0 12 5.4 12 12v264c0 6.6-5.4 12-12 12h-8c-6.6 0-12-5.4-12-12z' class=''%3e%3c/path%3e%3c/svg%3e");
        }
        .be_box_question .be_question {
            display: block;
            width: 100%;
            border-width: 1px;
            border-style: solid;
            border-color: #ddd;
            border-image: initial;
            border-radius: 3px;
            padding: 10px;
            position: relative;
        }
            .be_box_question .be_question::before {
                content: "";
                border-left: 6px solid #0000;
                border-right: 6px solid #0000;
                border-bottom: 6px solid #ddd;
                font-size: 0px;
                line-height: 0px;
                top: -7px;
                left: 10px;
                position: absolute;
            }
            .be_box_question .be_question::after {
                content: "";
                border-left: 6px solid #0000;
                border-right: 6px solid #0000;
                border-bottom: 6px solid #fff;
                font-size: 0px;
                line-height: 0px;
                top: -5px;
                left: 10px;
                position: absolute;
            }
        .be_box_question .be_options {
            text-align: center;
            font-size: 0;
        }
        .be_box_question .be_derive {
            display: inline-block;
            color: #fff;
            background-color: #ff8b11;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='comment-alt-exclamation' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-comment-alt-exclamation fa-w-16 fa-3x'%3e%3cpath fill='%23fff' d='M448 0H64C28.7 0 0 28.7 0 64v288c0 35.3 28.7 64 64 64h96v84c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L304 416h144c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm32 352c0 17.6-14.4 32-32 32H293.3l-8.5 6.4L192 460v-76H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32v288zm-224-88c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zm-8.5-24h17c4.2 0 7.7-3.3 8-7.5l7-112c.3-4.6-3.4-8.5-8-8.5h-31c-4.6 0-8.3 3.9-8 8.5l7 112c.3 4.2 3.8 7.5 8 7.5z' class=''%3e%3c/path%3e%3c/svg%3e");
            border-radius: 3px;
            height: 35px;
            padding: 9px;
            padding-left: 36px;
            background-repeat: no-repeat;
            background-size: 21px;
            background-position: 8px center;
            margin: 10px 5px 0 5px;
            min-width: 105px;
            text-align: left;
            font-size: 14px;
        }
            .be_box_question .be_derive:hover {
                background-color: #17f;
            }
        .be_box_question .be_write {
            display: inline-block;
            color: #fff;
            background-color: #ff8b11;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='pencil' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-pencil fa-w-16 fa-3x'%3e%3cpath fill='%23fff' d='M493.255 56.236l-37.49-37.49c-24.993-24.993-65.515-24.994-90.51 0L12.838 371.162.151 485.346c-1.698 15.286 11.22 28.203 26.504 26.504l114.184-12.687 352.417-352.417c24.992-24.994 24.992-65.517-.001-90.51zm-95.196 140.45L174 420.745V386h-48v-48H91.255l224.059-224.059 82.745 82.745zM126.147 468.598l-58.995 6.555-30.305-30.305 6.555-58.995L63.255 366H98v48h48v34.745l-19.853 19.853zm344.48-344.48l-49.941 49.941-82.745-82.745 49.941-49.941c12.505-12.505 32.748-12.507 45.255 0l37.49 37.49c12.506 12.506 12.507 32.747 0 45.255z' class=''%3e%3c/path%3e%3c/svg%3e");
            border-radius: 3px;
            height: 35px;
            padding: 9px;
            padding-left: 35px;
            background-repeat: no-repeat;
            background-size: 19px;
            background-position: 9px center;
            margin: 10px 5px 0 5px;
            min-width: 105px;
            text-align: left;
            font-size: 14px;
        }
            .be_box_question .be_write:hover {
                background-color: #17f;
            }

    .be_box_delete {
        display: none;
        border: 1px solid #ddd;
        border-radius: 3px;
        background: #fff;
        padding: 15px;
        margin-top: -90px;
        position: absolute;
        right: 10px;
        max-width: 550px;
        text-align: center;
        z-index: 1;
        -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
        box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    }
        .be_box_delete .be_label {
            display: block;
            padding-bottom: 10px;
            overflow-wrap: break-word;
            word-break: break-word;
        }
        .be_box_delete .be_options {
            text-align: center;
            font-size: 0;
        }
            .be_box_delete .be_cancel {
                display: inline-block;
                color: #fff;
                background-color: #ff8b11;
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='times-circle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-times-circle fa-w-16 fa-3x'%3e%3cpath fill='%23fff' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 464c-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216zm94.8-285.3L281.5 256l69.3 69.3c4.7 4.7 4.7 12.3 0 17l-8.5 8.5c-4.7 4.7-12.3 4.7-17 0L256 281.5l-69.3 69.3c-4.7 4.7-12.3 4.7-17 0l-8.5-8.5c-4.7-4.7-4.7-12.3 0-17l69.3-69.3-69.3-69.3c-4.7-4.7-4.7-12.3 0-17l8.5-8.5c4.7-4.7 12.3-4.7 17 0l69.3 69.3 69.3-69.3c4.7-4.7 12.3-4.7 17 0l8.5 8.5c4.6 4.7 4.6 12.3 0 17z' class=''%3e%3c/path%3e%3c/svg%3e");
                border-radius: 3px;
                height: 35px;
                padding: 9px;
                padding-left: 36px;
                background-repeat: no-repeat;
                background-size: 21px;
                background-position: 8px center;
                margin: 10px 5px 0 5px;
                min-width: 105px;
                text-align: left;
                font-size: 14px;
            }
            .be_box_delete .be_delete {
                display: inline-block;
                color: #fff;
                background-color: #f34;
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='check-circle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check-circle fa-w-16 fa-3x'%3e%3cpath fill='%23fff' d='M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 464c-118.664 0-216-96.055-216-216 0-118.663 96.055-216 216-216 118.664 0 216 96.055 216 216 0 118.663-96.055 216-216 216zm141.63-274.961L217.15 376.071c-4.705 4.667-12.303 4.637-16.97-.068l-85.878-86.572c-4.667-4.705-4.637-12.303.068-16.97l8.52-8.451c4.705-4.667 12.303-4.637 16.97.068l68.976 69.533 163.441-162.13c4.705-4.667 12.303-4.637 16.97.068l8.451 8.52c4.668 4.705 4.637 12.303-.068 16.97z' class=''%3e%3c/path%3e%3c/svg%3e");
                border-radius: 3px;
                height: 35px;
                padding: 9px;
                padding-left: 35px;
                background-repeat: no-repeat;
                background-size: 19px;
                background-position: 9px center;
                margin: 10px 5px 0 5px;
                min-width: 105px;
                text-align: left;
                font-size: 14px;
            }

    .be_box_answered {
        position: relative;
    }
        .be_box_answered .be_label {
            display: block;
            min-height: 35px;
            padding-top: 9px;
            padding-bottom: 9px;
            padding-right: 40px;
            margin: 10px 0;
            text-align: right;
            color: #ccc;
        }
        .be_box_answered .be_label .be_user {
            color: #333;
        }
        .be_box_answered .be_answered {
            display: block;
            width: 100%;
            border-width: 1px;
            border-style: solid;
            border-color: #ddd;
            border-image: initial;
            border-radius: 3px;
            padding: 10px;
            margin-top: 15px;
            position: relative;
            text-align: left;
        }
            .be_box_answered .be_answered::before {
                content: "";
                border-left: 6px solid #0000;
                border-right: 6px solid #0000;
                border-top: 6px solid #ddd;
                font-size: 0px;
                line-height: 0px;
                bottom: -7px;
                right: 10px;
                position: absolute;
            }
            .be_box_answered .be_answered::after {
                content: "";
                border-left: 6px solid #0000;
                border-right: 6px solid #0000;
                border-top: 6px solid #fff;
                font-size: 0px;
                line-height: 0px;
                bottom: -5px;
                right: 10px;
                position: absolute;
            }
        .be_box_answered > .be_user {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='user' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-user fa-w-14 fa-3x'%3e%3cpath fill='%23ccc' d='M313.6 288c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4zM416 464c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16v-41.6C32 365.9 77.9 320 134.4 320c19.6 0 39.1 16 89.6 16 50.4 0 70-16 89.6-16 56.5 0 102.4 45.9 102.4 102.4V464zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm0-224c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z' class=''%3e%3c/path%3e%3c/svg%3e");
            background-size: 24px;
            position: absolute;
            right: 0;
            bottom: 0;
        }

    .be_box_answer {
        position: relative;
        display: none;
    }
        .be_box_answer .be_label {
            display: block;
            min-height: 35px;
            padding-top: 9px;
            padding-bottom: 9px;
            padding-right: 110px;
            margin: 10px 0;
        }
            .be_box_answer .be_tips {
                color: #ccc;
                display: none;
            }
        .be_tools {
            position: absolute;
            right: 0;
            top: 0;
            text-align: right;
            font-size: 0;
        }
            .be_tools .be_button {
                display: inline-block;
                margin-left: 5px;
            }
            .be_box_answer .be_tools .be_quick {
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='bolt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-bolt fa-w-10 fa-3x'%3e%3cpath fill='%23ff8b11' d='M186.071 32c10.515 0 18.18 9.991 15.453 20.149L168.268 176h103.678c12.176 0 19.904 13.181 13.965 23.809L133.967 471.798A16.033 16.033 0 0 1 119.983 480c-10.146 0-18.187-9.689-15.457-20.074L153.926 272H48.004c-9.409 0-16.819-8.12-15.928-17.511L51.792 46.49A15.934 15.934 0 0 1 67.72 32h118.351m0-32H67.72C42.965 0 22.271 18.825 19.934 43.469l-19.716 208C-2.453 279.642 19.729 304 48.004 304h64.423l-38.85 147.79C65.531 482.398 88.788 512 119.983 512c16.943 0 33.209-9.005 41.919-24.592l151.945-271.993C331.704 183.461 308.555 144 271.945 144h-61.951l22.435-83.552C240.598 30.026 217.678 0 186.071 0z' class=''%3e%3c/path%3e%3c/svg%3e");
                background-size: 16px;
            }
            .be_box_answer .be_tools .be_link {
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='link' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-link fa-w-16 fa-3x'%3e%3cpath fill='%23ff8b11' d='M301.148 394.702l-79.2 79.19c-50.778 50.799-133.037 50.824-183.84 0-50.799-50.778-50.824-133.037 0-183.84l79.19-79.2a132.833 132.833 0 0 1 3.532-3.403c7.55-7.005 19.795-2.004 20.208 8.286.193 4.807.598 9.607 1.216 14.384.481 3.717-.746 7.447-3.397 10.096-16.48 16.469-75.142 75.128-75.3 75.286-36.738 36.759-36.731 96.188 0 132.94 36.759 36.738 96.188 36.731 132.94 0l79.2-79.2.36-.36c36.301-36.672 36.14-96.07-.37-132.58-8.214-8.214-17.577-14.58-27.585-19.109-4.566-2.066-7.426-6.667-7.134-11.67a62.197 62.197 0 0 1 2.826-15.259c2.103-6.601 9.531-9.961 15.919-7.28 15.073 6.324 29.187 15.62 41.435 27.868 50.688 50.689 50.679 133.17 0 183.851zm-90.296-93.554c12.248 12.248 26.362 21.544 41.435 27.868 6.388 2.68 13.816-.68 15.919-7.28a62.197 62.197 0 0 0 2.826-15.259c.292-5.003-2.569-9.604-7.134-11.67-10.008-4.528-19.371-10.894-27.585-19.109-36.51-36.51-36.671-95.908-.37-132.58l.36-.36 79.2-79.2c36.752-36.731 96.181-36.738 132.94 0 36.731 36.752 36.738 96.181 0 132.94-.157.157-58.819 58.817-75.3 75.286-2.651 2.65-3.878 6.379-3.397 10.096a163.156 163.156 0 0 1 1.216 14.384c.413 10.291 12.659 15.291 20.208 8.286a131.324 131.324 0 0 0 3.532-3.403l79.19-79.2c50.824-50.803 50.799-133.062 0-183.84-50.802-50.824-133.062-50.799-183.84 0l-79.2 79.19c-50.679 50.682-50.688 133.163 0 183.851z' class=''%3e%3c/path%3e%3c/svg%3e");
            }
            .be_box_answer .be_tools .be_sugestion {
                display: none;
                background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='lightbulb' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' class='svg-inline--fa fa-lightbulb fa-w-12 fa-3x'%3e%3cpath fill='%23ff8b11' d='M192 80c0 8.837-7.164 16-16 16-35.29 0-64 28.71-64 64 0 8.837-7.164 16-16 16s-16-7.163-16-16c0-52.935 43.065-96 96-96 8.836 0 16 7.163 16 16zm176 96c0 101.731-51.697 91.541-90.516 192.674a23.722 23.722 0 0 1-5.484 8.369V464h-.018a23.99 23.99 0 0 1-5.241 14.574l-19.535 24.419A24 24 0 0 1 228.465 512h-72.93a24 24 0 0 1-18.741-9.007l-19.535-24.419A23.983 23.983 0 0 1 112.018 464H112v-86.997a24.153 24.153 0 0 1-5.54-8.478c-38.977-101.401-90.897-90.757-90.457-193.822C16.415 78.01 95.306 0 192 0c97.195 0 176 78.803 176 176zM240 448h-96v12.775L159.38 480h65.24L240 460.775V448zm0-64h-96v32h96v-32zm96-208c0-79.59-64.424-144-144-144-79.59 0-144 64.423-144 144 0 87.475 44.144 70.908 86.347 176h115.306C291.779 247.101 336 263.222 336 176z' class=''%3e%3c/path%3e%3c/svg%3e");
                background-size: 18px;
            }

            .be_box_answer .be_box_quick {
                display: none;
                position: absolute;
                right: 0;
                top: 40px;
                border: 1px solid #ddd;
                border-radius: 3px;
                background-color: #fff;
                z-index: 1;
                padding: 10px;
                width: 200px;
                -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
                -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
                box-shadow: 0 1px 5px rgba(0,0,0,0.1);
            }

            .be_box_answer .be_box_link {
                display: none;
                position: absolute;
                right: 0;
                top: 40px;
                border: 1px solid #ddd;
                border-radius: 3px;
                background-color: #fff;
                z-index: 1;
                padding: 10px;
                width: 200px;
                -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
                -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
                box-shadow: 0 1px 5px rgba(0,0,0,0.1);
            }

        .be_box_answer .be_answer {
            display: block;
            border: 1px solid #ff8b11;
            border-radius: 3px;
            width: 100%;
            position: relative;
        }
            .be_box_answer .be_answer::before {
                content: "";
                border-left: 6px solid #0000;
                border-right: 6px solid #0000;
                border-top: 6px solid #ff8b11;
                font-size: 0px;
                line-height: 0px;
                bottom: -7px;
                right: 10px;
                position: absolute;
            }
            .be_box_answer .be_answer::after {
                content: "";
                border-left: 6px solid #0000;
                border-right: 6px solid #0000;
                border-top: 6px solid #fff;
                font-size: 0px;
                line-height: 0px;
                bottom: -5px;
                right: 10px;
                position: absolute;
            }
            .be_box_answer .be_answer textarea {
                display: block;
                border: 0;
                width: 100%;
                min-height: 100px;
                padding: 10px;
                font: inherit;
                resize: none;
                overflow: auto;
                background-color: transparent;
            }
        .be_box_answer .be_options {
            text-align: center;
            position: relative;
            font-size: 0;
        }
        .be_box_answer .be_operator {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='user' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-user fa-w-14 fa-3x'%3e%3cpath fill='%23ccc' d='M313.6 288c-28.7 0-42.5 16-89.6 16-47.1 0-60.8-16-89.6-16C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4zM416 464c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16v-41.6C32 365.9 77.9 320 134.4 320c19.6 0 39.1 16 89.6 16 50.4 0 70-16 89.6-16 56.5 0 102.4 45.9 102.4 102.4V464zM224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm0-224c52.9 0 96 43.1 96 96s-43.1 96-96 96-96-43.1-96-96 43.1-96 96-96z' class=''%3e%3c/path%3e%3c/svg%3e");
            background-size: 24px;
            position: absolute;
            right: 0;
            top: 10px;
        }
        .be_box_answer .be_info {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='info-circle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-info-circle fa-w-16 fa-3x'%3e%3cpath fill='%23ff8b11' d='M256 40c118.621 0 216 96.075 216 216 0 119.291-96.61 216-216 216-119.244 0-216-96.562-216-216 0-119.203 96.602-216 216-216m0-32C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm-36 344h12V232h-12c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h48c6.627 0 12 5.373 12 12v140h12c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12h-72c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12zm36-240c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z' class=''%3e%3c/path%3e%3c/svg%3e");
            position: absolute;
            left: 0;
            top: 10px;
        }
        .be_box_answer .be_cancel {
            display: inline-block;
            color: #fff;
            background-color: #f34;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='times-circle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-times-circle fa-w-16 fa-3x'%3e%3cpath fill='%23fff' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 464c-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216zm94.8-285.3L281.5 256l69.3 69.3c4.7 4.7 4.7 12.3 0 17l-8.5 8.5c-4.7 4.7-12.3 4.7-17 0L256 281.5l-69.3 69.3c-4.7 4.7-12.3 4.7-17 0l-8.5-8.5c-4.7-4.7-4.7-12.3 0-17l69.3-69.3-69.3-69.3c-4.7-4.7-4.7-12.3 0-17l8.5-8.5c4.7-4.7 12.3-4.7 17 0l69.3 69.3 69.3-69.3c4.7-4.7 12.3-4.7 17 0l8.5 8.5c4.6 4.7 4.6 12.3 0 17z' class=''%3e%3c/path%3e%3c/svg%3e");
            border-radius: 3px;
            height: 35px;
            padding: 9px;
            padding-left: 35px;
            background-repeat: no-repeat;
            background-size: 19px;
            background-position: 9px center;
            margin: 10px 5px 0 5px;
            min-width: 105px;
            text-align: left;
            font-size: 14px;
        }
            .be_box_answer .be_cancel:hover {
                background-color: #e34;
            }
        .be_box_answer .be_send {
            display: inline-block;
            color: #fff;
            background-color: #ff8b11;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='check-circle' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check-circle fa-w-16 fa-3x'%3e%3cpath fill='%23fff' d='M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 464c-118.664 0-216-96.055-216-216 0-118.663 96.055-216 216-216 118.664 0 216 96.055 216 216 0 118.663-96.055 216-216 216zm141.63-274.961L217.15 376.071c-4.705 4.667-12.303 4.637-16.97-.068l-85.878-86.572c-4.667-4.705-4.637-12.303.068-16.97l8.52-8.451c4.705-4.667 12.303-4.637 16.97.068l68.976 69.533 163.441-162.13c4.705-4.667 12.303-4.637 16.97.068l8.451 8.52c4.668 4.705 4.637 12.303-.068 16.97z' class=''%3e%3c/path%3e%3c/svg%3e");
            border-radius: 3px;
            height: 35px;
            padding: 9px;
            padding-left: 35px;
            background-repeat: no-repeat;
            background-size: 19px;
            background-position: 9px center;
            margin: 10px 5px 0 5px;
            min-width: 105px;
            text-align: left;
            font-size: 14px;
        }
            .be_box_answer .be_send:hover {
                background-color: #17f;
            }
        
        /* Bloque de funciones */

            .be_main > .be_sections > .be_derived {
                display: none;
            }
            .be_box_question .be_derive {
                display: none;
            }

/* INFORMATION */

    .be_content .be_box_information {
        max-width: 100%;
        padding: 15px;
        background-color: #fff;
        border: 1px solid #ddd;
        text-align: left;
        position: relative;
    }
        .be_content.be_view_feed .be_box_information {
            margin: 0 auto 15px auto;
            padding: 15px;
            width: 700px;
            vertical-align: top;
            border-radius: 3px;
            -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
            -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
            box-shadow: 0 1px 5px rgba(0,0,0,0.1);
        }

/* LOGIN */

    .be_login {
        display: block;
        max-width: 100%;
        padding: 0 15px;
        margin-bottom: 15px;
    }
    .be_login .be_box_login {
        display: block;
        width: 400px;
        max-width: 100%;
        border: 1px solid #ff8b11;
        border-radius: 5px;
        background-color: #fff;
        padding: 15px;
        margin: 0 auto;
    }
    .be_login input {
        border: 1px solid #ff8b11;
        border-radius: 5px;
        width: 100%;
        height: 45px;
        padding: 8px 36px;
        margin-bottom: 15px;
        display: block;
        font-size: 16px;
        font-weight: lighter;
    }
    .be_login input:first-child {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='user' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-user fa-w-16 fa-3x'%3e%3cpath fill='%23ff8b11' d='M430.769 312.653l-48.658-13.902C427.833 251.806 432 197.605 432 176 432 78.845 353.262 0 256 0 158.859 0 80 78.724 80 176c0 21.609 4.167 75.806 49.889 122.751l-48.658 13.902C19.49 330.294 0 386.442 0 420.344V448c0 35.29 28.71 64 64 64h384c35.29 0 64-28.71 64-64v-27.656c0-33.198-18.981-89.905-81.231-107.691zM256 32c79.529 0 144 64.471 144 144s-64.471 144-144 144-144-64.471-144-144S176.471 32 256 32zm224 416c0 17.673-14.327 32-32 32H64c-17.673 0-32-14.327-32-32v-27.656c0-35.718 23.678-67.109 58.022-76.922l69.862-19.961C176.969 334.613 210.109 352 256 352c45.897 0 79.038-17.392 96.116-28.538l69.862 19.961C456.322 353.235 480 384.626 480 420.344V448z' class=''%3e%3c/path%3e%3c/svg%3e");
        background-size: 21px;
        background-position: 8px center;
        background-repeat: no-repeat;
    }
    .be_login input:nth-of-type(2) {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='key' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-key fa-w-16 fa-3x'%3e%3cpath fill='%23ff8b11' d='M336 32c79.529 0 144 64.471 144 144s-64.471 144-144 144c-18.968 0-37.076-3.675-53.661-10.339L240 352h-48v64h-64v64H32v-80l170.339-170.339C195.675 213.076 192 194.968 192 176c0-79.529 64.471-144 144-144m0-32c-97.184 0-176 78.769-176 176 0 15.307 1.945 30.352 5.798 44.947L7.029 379.716A24.003 24.003 0 0 0 0 396.686V488c0 13.255 10.745 24 24 24h112c13.255 0 24-10.745 24-24v-40h40c13.255 0 24-10.745 24-24v-40h19.314c6.365 0 12.47-2.529 16.971-7.029l30.769-30.769C305.648 350.055 320.693 352 336 352c97.184 0 176-78.769 176-176C512 78.816 433.231 0 336 0zm48 108c11.028 0 20 8.972 20 20s-8.972 20-20 20-20-8.972-20-20 8.972-20 20-20m0-28c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z' class=''%3e%3c/path%3e%3c/svg%3e");
        background-size: 21px;
        background-position: 8px center;
        background-repeat: no-repeat;
    }
    .be_login .be_btn_login {
        margin-bottom: 0;
        background: #ff8b11;
        color: #fff;
        font-weight: bold;
    }
    .be_login .be_remember {
            border:2px #00f;
            display: inline!important;
            background:#ff0000!important;
        }
    .be_login .be_options {
        position: relative;
        margin-top: 10px;
        display: block;
        text-align: left;
    }
    .be_login .be_options .be_forgot {
            display: block;
            color: #ff8b11;
        }
    .be_login .be_options .be_register {
            display: block;
            color: #ff8b11;
            position: absolute;
            right: 0;
            top: 0;
        }
      

/* REGISTER */

    .be_content > .be_register {
        display: block;
        max-width: 100%;
        padding: 0 15px;
        margin-bottom: 15px;
    }
    .be_register .be_box_register {
            display: block;
            width: 400px;
            max-width: 100%;
            border: 1px solid #ccc;
            border-radius: 5px;
            background-color: #fff;
            padding: 15px;
            margin: 0 auto;
            text-align: left;
        }
    .be_register .be_title {
                font-size: 16px;
                font-weight: normal;
                margin-bottom: 15px;
            }
    .be_register .be_label {
                margin-bottom: 10px;
            }
    .be_register input {
                border: 1px solid #ff8b11;
                border-radius: 5px;
                width: 100%;
                height: 35px;
                padding: 6px 12px;
                margin-bottom: 15px;
                display: block;
                font-size: 16px;
                font-weight: lighter;
            }
    .be_register .be_btn_register {
                margin-bottom: 0;
                background: #ff8b11;
                color: #fff;
                font-weight: bold;
                height: 45px;
            }

    /* PAYMENTS */

    .be_content > .be_payment {
        display: block;
        max-width: 100%;
        padding: 0 15px;
        margin-bottom: 15px;
    }
    .be_payment .be_box_payment {
            display: block;
            width: 400px;
            max-width: 100%;
            border: 1px solid #ccc;
            border-radius: 5px;
            background-color: #fff;
            padding: 15px;
            margin: 0 auto;
            text-align: left;
        }
    .be_payment .be_title {
                font-size: 16px;
                font-weight: normal;
                margin-bottom: 15px;
            }
    .be_payment .be_label {
                margin-bottom: 10px;
            }
    .be_payment input {
                border: 1px solid #ff8b11;
                border-radius: 5px;
                width: 100%;
                height: 35px;
                padding: 8px 36px;
                margin-bottom: 15px;
                display: block;
                font-size: 16px;
                font-weight: lighter;
            }
    .be_payment .be_btn_payment {
                margin-bottom: 0;
                background: #ff8b11;
                color: #fff;
                font-weight: bold;
                height: 45px;
            }

    /* Landing */

    .be_content > .be_landing {
        display: block;
        max-width: 100%;
        padding: 0 15px;
        margin-bottom: 15px;
    }
    .be_landing .be_box_register {
            display: block;
            width: 400px;
            max-width: 100%;
            border: 1px solid #ccc;
            border-radius: 5px;
            background-color: #fff;
            padding: 15px;
            margin: 0 auto;
            text-align: left;
        }
    .be_landing .be_title {
                font-size: 16px;
                font-weight: normal;
                margin-bottom: 15px;
            }
    .be_landing .be_label {
                margin-bottom: 10px;
            }
    .be_landing input {
                border: 1px solid #ff8b11;
                border-radius: 5px;
                width: 100%;
                height: 35px;
                padding: 6px 12px;
                margin-bottom: 15px;
                display: block;
                font-size: 16px;
                font-weight: lighter;
            }
    .be_landing .be_btn_register {
                margin-bottom: 0;
                background: #ff8b11;
                color: #fff;
                font-weight: bold;
                height: 45px;
            }
     .be_landing .a {
  color: #fff!important;
  text-decoration: none;
}

a :hover,
a :focus {
  color: #eea236;
  text-decoration: none;
}

a :focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.sherlock-content {
  background-image: url('../Images/robot-web-rotated.png');
  display: block;
  float:left;
  width: 370px;
  height: 280px;
  background-size: 100%;
  background-position: left;
  background-repeat: no-repeat;
  position:absolute;
  margin-left:-80px;
  margin-top:20px;

}

            }/*-----------------------------------------------*/

@media only screen and (max-width: 567px) {

    .name_user {
        display: none;
    }

}

@media (orientation: landscape) {


	
}

/* Landscape phones and portrait tablets */
@media (max-width: 567px) {

          .sherlock-content {
        background-image: none;
    }

}

.be_options {
    overflow: auto;
}

.be_button:hover, .be_button.active {
    background-color: #eee;
}

.be_main > .be_options > .be_options_left > .be_back.active, .be_main > .be_options > .be_options_left > .be_back:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='arrow-left' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-arrow-left fa-w-14 fa-3x'%3e%3cpath fill='%23f15b2d' d='M231.536 475.535l7.071-7.07c4.686-4.686 4.686-12.284 0-16.971L60.113 273H436c6.627 0 12-5.373 12-12v-10c0-6.627-5.373-12-12-12H60.113L238.607 60.506c4.686-4.686 4.686-12.284 0-16.971l-7.071-7.07c-4.686-4.686-12.284-4.686-16.97 0L3.515 247.515c-4.686 4.686-4.686 12.284 0 16.971l211.051 211.05c4.686 4.686 12.284 4.686 16.97-.001z' class=''%3e%3c/path%3e%3c/svg%3e");
}

.be_main > .be_options > .be_options_left > .be_find.active, .be_main > .be_options > .be_options_left > .be_find:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='search' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-search fa-w-16 fa-3x'%3e%3cpath fill='%23f15b2d' d='M508.5 481.6l-129-129c-2.3-2.3-5.3-3.5-8.5-3.5h-10.3C395 312 416 262.5 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c54.5 0 104-21 141.1-55.2V371c0 3.2 1.3 6.2 3.5 8.5l129 129c4.7 4.7 12.3 4.7 17 0l9.9-9.9c4.7-4.7 4.7-12.3 0-17zM208 384c-97.3 0-176-78.7-176-176S110.7 32 208 32s176 78.7 176 176-78.7 176-176 176z' class=''%3e%3c/path%3e%3c/svg%3e");
}

.be_main > .be_options > .be_options_left > .be_filter.active, .be_main > .be_options > .be_options_left > .be_filter:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='filter' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-filter fa-w-16 fa-3x'%3e%3cpath fill='%23f15b2d' d='M479.968 0H32.038C3.613 0-10.729 34.487 9.41 54.627L192 237.255V424a31.996 31.996 0 0 0 10.928 24.082l64 55.983c20.438 17.883 53.072 3.68 53.072-24.082V237.255L502.595 54.627C522.695 34.528 508.45 0 479.968 0zM288 224v256l-64-56V224L32 32h448L288 224z' class=''%3e%3c/path%3e%3c/svg%3e");
}

.be_main > .be_options > .be_options_left > .be_order.active, .be_main > .be_options > .be_options_left > .be_order:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='sort-alpha-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-sort-alpha-down fa-w-14 fa-3x'%3e%3cpath fill='%23f15b2d' d='M204.485 392l-84 84.485c-4.686 4.686-12.284 4.686-16.971 0l-84-84.485c-4.686-4.686-4.686-12.284 0-16.97l7.07-7.071c4.686-4.686 12.284-4.686 16.971 0L95 419.887V44c0-6.627 5.373-12 12-12h10c6.627 0 12 5.373 12 12v375.887l51.444-51.928c4.686-4.686 12.284-4.686 16.971 0l7.07 7.071c4.687 4.686 4.687 12.284 0 16.97zm100.492-220.355h61.547l15.5 44.317A12 12 0 0 0 393.351 224h11.552c8.31 0 14.105-8.243 11.291-16.062l-60.441-168A11.999 11.999 0 0 0 344.462 32h-16.924a11.999 11.999 0 0 0-11.291 7.938l-60.441 168c-2.813 7.82 2.981 16.062 11.291 16.062h11.271c5.12 0 9.676-3.248 11.344-8.088l15.265-44.267zm10.178-31.067l18.071-51.243c.853-2.56 1.776-5.626 2.668-8.743.871 3.134 1.781 6.219 2.644 8.806l17.821 51.18h-41.204zm-3.482 307.342c4.795-6.044-1.179 2.326 92.917-133.561a12.011 12.011 0 0 0 2.136-6.835V300c0-6.627-5.373-12-12-12h-113.84c-6.627 0-12 5.373-12 12v8.068c0 6.644 5.393 12.031 12.037 12.031 81.861.001 76.238.011 78.238-.026-2.973 3.818 4.564-7.109-92.776 133.303a12.022 12.022 0 0 0-2.142 6.847V468c0 6.627 5.373 12 12 12h119.514c6.627 0 12-5.373 12-12v-8.099c0-6.627-5.373-12-12-12-87.527-.001-81.97-.01-84.084.019z' class=''%3e%3c/path%3e%3c/svg%3e");
}

.be_main > .be_options > .be_options_right > .be_reload.active, .be_main > .be_options > .be_options_right > .be_reload:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='sync' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-sync fa-w-16 fa-3x'%3e%3cpath fill='%23f15b2d' d='M492 8h-10c-6.627 0-12 5.373-12 12v110.627C426.929 57.261 347.224 8 256 8 123.228 8 14.824 112.338 8.31 243.493 7.971 250.311 13.475 256 20.301 256h10.016c6.353 0 11.646-4.949 11.977-11.293C48.157 132.216 141.097 42 256 42c82.862 0 154.737 47.077 190.289 116H332c-6.627 0-12 5.373-12 12v10c0 6.627 5.373 12 12 12h160c6.627 0 12-5.373 12-12V20c0-6.627-5.373-12-12-12zm-.301 248h-10.015c-6.352 0-11.647 4.949-11.977 11.293C463.841 380.158 370.546 470 256 470c-82.608 0-154.672-46.952-190.299-116H180c6.627 0 12-5.373 12-12v-10c0-6.627-5.373-12-12-12H20c-6.627 0-12 5.373-12 12v160c0 6.627 5.373 12 12 12h10c6.627 0 12-5.373 12-12V381.373C85.071 454.739 164.777 504 256 504c132.773 0 241.176-104.338 247.69-235.493.339-6.818-5.165-12.507-11.991-12.507z' class=''%3e%3c/path%3e%3c/svg%3e");
}

.be_main > .be_options > .be_options_right .be_export.active, .be_main > .be_options > .be_options_right .be_export:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='cloud-download' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' class='svg-inline--fa fa-cloud-download fa-w-20 fa-3x'%3e%3cpath fill='%23f15b2d' d='M571.7 238.8c2.8-9.9 4.3-20.2 4.3-30.8 0-61.9-50.1-112-112-112-16.7 0-32.9 3.6-48 10.8-31.6-45-84.3-74.8-144-74.8-94.4 0-171.7 74.5-175.8 168.2C39.2 220.2 0 274.3 0 336c0 79.6 64.4 144 144 144h368c70.7 0 128-57.2 128-128 0-47-25.8-90.8-68.3-113.2zM512 448H144c-61.9 0-112-50.1-112-112 0-56.8 42.2-103.7 97-111-.7-5.6-1-11.3-1-17 0-79.5 64.5-144 144-144 60.3 0 111.9 37 133.4 89.6C420 137.9 440.8 128 464 128c44.2 0 80 35.8 80 80 0 18.5-6.3 35.6-16.9 49.2C573 264.4 608 304.1 608 352c0 53-43 96-96 96zM405.2 254.5c-4.7-4.7-12.3-4.7-17 0L320 322.7V172c0-6.6-5.4-12-12-12h-8c-6.6 0-12 5.4-12 12v150.7l-68.2-68.2c-4.7-4.7-12.3-4.7-17 0l-5.7 5.7c-4.7 4.7-4.7 12.3 0 17l98.3 98.3c4.7 4.7 12.3 4.7 17 0l98.3-98.3c4.7-4.7 4.7-12.3 0-17l-5.5-5.7z' class=''%3e%3c/path%3e%3c/svg%3e");
}

.be_main > .be_options > .be_options_right > .be_preferences.active, .be_main > .be_options > .be_options_right > .be_preferences:hover {
    background-image: url("data:image/svg+xml;charset =UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='cog' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-cog fa-w-16 fa-3x'%3e%3cpath fill='%23f15b2d' d='M482.696 299.276l-32.61-18.827a195.168 195.168 0 0 0 0-48.899l32.61-18.827c9.576-5.528 14.195-16.902 11.046-27.501-11.214-37.749-31.175-71.728-57.535-99.595-7.634-8.07-19.817-9.836-29.437-4.282l-32.562 18.798a194.125 194.125 0 0 0-42.339-24.48V38.049c0-11.13-7.652-20.804-18.484-23.367-37.644-8.909-77.118-8.91-114.77 0-10.831 2.563-18.484 12.236-18.484 23.367v37.614a194.101 194.101 0 0 0-42.339 24.48L105.23 81.345c-9.621-5.554-21.804-3.788-29.437 4.282-26.36 27.867-46.321 61.847-57.535 99.595-3.149 10.599 1.47 21.972 11.046 27.501l32.61 18.827a195.168 195.168 0 0 0 0 48.899l-32.61 18.827c-9.576 5.528-14.195 16.902-11.046 27.501 11.214 37.748 31.175 71.728 57.535 99.595 7.634 8.07 19.817 9.836 29.437 4.283l32.562-18.798a194.08 194.08 0 0 0 42.339 24.479v37.614c0 11.13 7.652 20.804 18.484 23.367 37.645 8.909 77.118 8.91 114.77 0 10.831-2.563 18.484-12.236 18.484-23.367v-37.614a194.138 194.138 0 0 0 42.339-24.479l32.562 18.798c9.62 5.554 21.803 3.788 29.437-4.283 26.36-27.867 46.321-61.847 57.535-99.595 3.149-10.599-1.47-21.972-11.046-27.501zm-65.479 100.461l-46.309-26.74c-26.988 23.071-36.559 28.876-71.039 41.059v53.479a217.145 217.145 0 0 1-87.738 0v-53.479c-33.621-11.879-43.355-17.395-71.039-41.059l-46.309 26.74c-19.71-22.09-34.689-47.989-43.929-75.958l46.329-26.74c-6.535-35.417-6.538-46.644 0-82.079l-46.329-26.74c9.24-27.969 24.22-53.869 43.929-75.969l46.309 26.76c27.377-23.434 37.063-29.065 71.039-41.069V44.464a216.79 216.79 0 0 1 87.738 0v53.479c33.978 12.005 43.665 17.637 71.039 41.069l46.309-26.76c19.709 22.099 34.689 47.999 43.929 75.969l-46.329 26.74c6.536 35.426 6.538 46.644 0 82.079l46.329 26.74c-9.24 27.968-24.219 53.868-43.929 75.957zM256 160c-52.935 0-96 43.065-96 96s43.065 96 96 96 96-43.065 96-96-43.065-96-96-96zm0 160c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z' class=''%3e%3c/path%3e%3c/svg%3e");
}



div#SearchSection {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='search' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-search fa-w-16 fa-3x'%3e%3cpath fill='%23444' d='M508.5 481.6l-129-129c-2.3-2.3-5.3-3.5-8.5-3.5h-10.3C395 312 416 262.5 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c54.5 0 104-21 141.1-55.2V371c0 3.2 1.3 6.2 3.5 8.5l129 129c4.7 4.7 12.3 4.7 17 0l9.9-9.9c4.7-4.7 4.7-12.3 0-17zM208 384c-97.3 0-176-78.7-176-176S110.7 32 208 32s176 78.7 176 176-78.7 176-176 176z' class=''%3e%3c/path%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: 16px 9px;
}

div#FilterSection {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='filter' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-filter fa-w-16 fa-3x'%3e%3cpath fill='%23444' d='M479.968 0H32.038C3.613 0-10.729 34.487 9.41 54.627L192 237.255V424a31.996 31.996 0 0 0 10.928 24.082l64 55.983c20.438 17.883 53.072 3.68 53.072-24.082V237.255L502.595 54.627C522.695 34.528 508.45 0 479.968 0zM288 224v256l-64-56V224L32 32h448L288 224z' class=''%3e%3c/path%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: 16px 9px;
}

div#OrderSection {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='sort-alpha-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-sort-alpha-down fa-w-14 fa-3x'%3e%3cpath fill='%23444' d='M204.485 392l-84 84.485c-4.686 4.686-12.284 4.686-16.971 0l-84-84.485c-4.686-4.686-4.686-12.284 0-16.97l7.07-7.071c4.686-4.686 12.284-4.686 16.971 0L95 419.887V44c0-6.627 5.373-12 12-12h10c6.627 0 12 5.373 12 12v375.887l51.444-51.928c4.686-4.686 12.284-4.686 16.971 0l7.07 7.071c4.687 4.686 4.687 12.284 0 16.97zm100.492-220.355h61.547l15.5 44.317A12 12 0 0 0 393.351 224h11.552c8.31 0 14.105-8.243 11.291-16.062l-60.441-168A11.999 11.999 0 0 0 344.462 32h-16.924a11.999 11.999 0 0 0-11.291 7.938l-60.441 168c-2.813 7.82 2.981 16.062 11.291 16.062h11.271c5.12 0 9.676-3.248 11.344-8.088l15.265-44.267zm10.178-31.067l18.071-51.243c.853-2.56 1.776-5.626 2.668-8.743.871 3.134 1.781 6.219 2.644 8.806l17.821 51.18h-41.204zm-3.482 307.342c4.795-6.044-1.179 2.326 92.917-133.561a12.011 12.011 0 0 0 2.136-6.835V300c0-6.627-5.373-12-12-12h-113.84c-6.627 0-12 5.373-12 12v8.068c0 6.644 5.393 12.031 12.037 12.031 81.861.001 76.238.011 78.238-.026-2.973 3.818 4.564-7.109-92.776 133.303a12.022 12.022 0 0 0-2.142 6.847V468c0 6.627 5.373 12 12 12h119.514c6.627 0 12-5.373 12-12v-8.099c0-6.627-5.373-12-12-12-87.527-.001-81.97-.01-84.084.019z' class=''%3e%3c/path%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: 16px 7px;
}

.be_view_label_Title {
    padding-left: 42px;
}


.ConversionRateRegion {
    display: inline-block;
    min-width: 90px;
    text-align: center;
}


body {
    padding-top: 0px;
    padding-bottom: 20px;
}

body-landing {
    padding-top: 0px;
    padding-bottom: 20px;
    
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
   
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 368px;
}


/*-------------------Css custom----------------------------*/


.be_leftOptions {
    display: block;
    position: absolute;
    left: 15px;
    width: 400px;
    max-width: calc(100% - 30px);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 15px;
    z-index: 1;
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);

}

.be_leftOptions input {
    width: 100%;
}

.leftOptionsControlButtons {
    float: right;
    padding: 0 1px;
}

.LeftOptionInputContainer {
    padding-top: 10px;
    padding-bottom: 15px;
    overflow: auto;
}

.leftOptionsControlButtons {
    width: 100%;
    text-align: center;
}



.col-md-8 {
    padding: 0px;
}

.col-md-4 {
    padding: 0;
}

.LeftOptionInputContainer .col-md-8 {
    padding-right: 20px;
}

button.LeftOptionsButton {
    background-color: #ff8b11;
    padding: 5px 15px;
    border-radius: 3px;
    color: #ffffff;
    margin: 0 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 22px;
    cursor: pointer;
    text-align: center;
    border-style: none;
    width: 43%;
    margin: 0px 10px;
    border-radius: 25px;
    padding: 8px 0px;
}


.LeftOptionInputContainer input {
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    border-color: #dddddd;
    border-radius: 4px;
}

.be_question.FindResult {
    border-color: #ff8b11;
}

.LeftOptionInputContainer select {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    border-color: #dddddd;
    border-radius: 4px;
    height:28px;
    background-color:#FFF;
}




#SearchSection .leftOptionsControlButtons {
    padding-top: 0px;
}


#FilterSection .be_view_label {
    padding-top: 10px;
    padding-bottom: 5px;
}

.glyphicon-calendar:before {
    content: "\1f4c5"!important;
}


div#ChanelsContainer {
    overflow: auto;
}
