/* =============================================================================
   COMMON STYLES
   ========================================================================== */
body {
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 12px;
    background: #f1f1f1; }
body.login-body {
    padding-top: 40px; }

h2 {
    color: #194190; }

.red {
    color: #c5001e; }

.elem {
    position: relative; }

.no_bottom_margin {
    margin-bottom: 0 !important; }

.fll {
    float: left !important; }

.flr {
    float: right !important; }

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125); }

/* =============================================================================
   LOGIN
   ========================================================================== */
.form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.form-signin .checkbox {
    margin-bottom: 10px; }

.form-signin input[type="text"],
.form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px; }

.form-signin .form-signin-heading {
    font-size: 16px;
    margin-bottom: 30px;
    color: #8c8c8c; }

.fancy {
    line-height: 0.5;
    text-align: center;
    position: relative; }

.fancy span {
    display: inline-block;
    position: relative; }

.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #e0dfdf;
    top: 3px;
    width: 600px; }

.fancy span:before {
    right: 100%;
    margin-right: 15px; }

.fancy span:after {
    left: 100%;
    margin-left: 15px; }

.form-signin .fancy span:before,
.form-signin .fancy span:after {
    top: -1px; }

.line-button-wrp span:before,
.line-button-wrp span:after {
    top: 14px !important; }

/* =============================================================================
   INDEX / CATALOG
   ========================================================================== */
.page_wrapper {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    @inlude border-bottom-radius(4px);
    box-shadow: 0 1px 3px rgba(1, 2, 2, 0.66), inset 0 -1px 0 rgba(0, 0, 0, 0.07); }

.navbar .nav > li > a .icon {
    margin-left: 10px; }

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #244a95; }

.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret, .navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #244a95;
    border-bottom-color: #244a95; }

.logo {
    margin-bottom: 45px; }
.logo img {
    display: block;
    float: left; }

.refine-frm {
    width: 100%;
    float: left;
    margin-bottom: 30px; }

.refine-frm label {
    float: left;
    margin-right: 20px;
    line-height: 30px; }

section h2 {
    text-transform: none !important;
    font-size: 18px; }

.catalog-list {
    margin-top: 20px; }
.catalog-list article {
    margin-bottom: 20px;
    padding: 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 3px rgba(1, 2, 2, 0.21), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) -15%, white 115%);
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) -15%, white 115%);
    -webkit-transition: background-image 0.5s linear;
    -moz-transition: background-image 0.5s linear;
    transition: background-image 0.5s linear; }
.catalog-list article:hover {
    box-shadow: 0 1px 3px rgba(1, 2, 2, 0.31), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(bottom, rgba(239, 239, 239, 0) -15%, #eeeeee 115%);
    background-image: linear-gradient(to top, rgba(239, 239, 239, 0) -15%, #eeeeee 115%); }
.catalog-list article img {
    float: left;
    display: block;
    margin-right: 20px; }
.catalog-list article h1 {
    width: 88%;
    line-height: 14px;
    float: left;
    border-bottom: 1px solid #194190;
    padding-bottom: 5px;
    margin: 0 0 15px;
    font-size: 12px;
    color: #c5001e; }
.catalog-list article p {
    min-width: 80%;
    display: inline-block; }

/* =============================================================================
   CATALOG
   ========================================================================== */
.ui-datepicker-trigger {
    cursor: pointer; }

.new_catalog_frm label, .new_product_frm label {
    width: 20%;
    line-height: 30px;
    float: left; }
.new_catalog_frm .elem, .new_product_frm .elem {
    width: 100%;
    float: left;
    margin-bottom: 20px; }
.new_catalog_frm .elem input, .new_product_frm .elem input {
    width: 77%; }
.new_catalog_frm .elem span, .new_product_frm .elem span {
    width: 80%;
    float: left;
    position: relative; }

.new_catalog_frm .elem span.red, .new_product_frm .elem span.red {
    width: 40%;
    float: left;
    position: relative; }
.new_catalog_frm .elem span .ui-datepicker-trigger, .new_product_frm .elem span .ui-datepicker-trigger {
    position: absolute;
    top: 6px;
    right: 21%; }
.new_catalog_frm .elem span label, .new_product_frm .elem span label {
    width: 30px;
    float: left;
    margin-left: 5px; }
.new_catalog_frm .select_replace, .new_product_frm .select_replace {
    width: 75%; }
.new_catalog_frm .select_replace .selectvalue, .new_product_frm .select_replace .selectvalue {
    width: 104%; }

.archive article {
    position: relative;
    overflow: hidden; }
.archive .buttons {
    position: absolute;
    top: 8px;
    right: 10px; }
.archive .buttons img {
    margin-right: 5px !important; }
.archive .new_catalog_frm {
    display: none; }
.archive .new_catalog_frm .ui-datepicker-trigger {
    right: 12% !important; }

.stressed article {
    border: 1px solid #c5001e; }

/* =============================================================================
   PRODUCTS
   ========================================================================== */
.new_product_frm {
    margin-bottom: 30px !important; }
.new_product_frm .new_prod_frm {
    display: none;
    margin-top: 30px;
    position: relative; }
.new_product_frm form {
    margin-bottom: 0; }
.new_product_frm .elem .half {
    width: 50%; }
.new_product_frm .elem .half label {
    width: auto;
    max-width: 48px;
    word-wrap: break-word;
    line-height: 17px;
    font-size: 12px; }
.new_product_frm .elem .half.flr input {
    float: right; }
.new_product_frm textarea {
    width: 80%;
    height: 315px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
.new_product_frm .select_replace {
    width: 75%; }
.new_product_frm .checkbox_wrp {
    float: right; }
.new_product_frm input[type="submit"] {
    max-width: 146px; }
.new_product_frm .btn {
    min-width: 120px; }

.prod_pic {
    width: 133px;
    float: right; }

.product_search {
    position: relative; }
.product_search input[type="submit"] {
    max-width: 90px; }
.product_search input[type="submit"].to_bottom {
    position: absolute;
    bottom: 0;
    right: 0; }
.product_search .adv_search_wrp {
    width: 100%;
    float: left;
    margin: 20px 0;
    padding-bottom: 30px;
    display: none; }
.product_search .adv_search_wrp .elem {
    float: left;
    margin-right: 3%; }
.product_search .btn {
    min-width: 120px; }

.prod_list h1 {
    width: 69% !important; }
.prod_list article p {
    min-width: 70% !important; }
.prod_list .new_product_frm {
    margin-top: 30px;
    float: left;
    display: none; }
.prod_list .new_product_frm p.checkbox_wrp {
    min-width: 16% !important; }
.prod_list .new_product_frm img {
    margin-right: 0; }
.prod_list .new_product_frm .elem .half label {
    max-width: 100px; }
.prod_list .new_product_frm .elem span .ui-datepicker-trigger {
    top: 28px;
    right: 22%; }
.prod_list .third {
    width: 33% !important; }

/* =============================================================================
   BANNER
   ========================================================================== */
.maintitle {
    margin-bottom: 30px; }

.actual_banner img {
    width: 200px; }

.active_banners .active_banner_pic {
    width: 50px;
    float: left; }
.active_banners h1 {
    width: 85% !important; }

/* =============================================================================
   SHOPS
   ========================================================================== */
.new_shop_big .select_replace {
    width: 75%; }

.shop_refine .elem {
    float: left;
    margin-right: 20px; }

.shop_list article h1 {
    width: 100% !important; }
.shop_list article form .select_replace {
    width: 75% !important; }

.opening_hours > span {
    width: 33% !important;
    float: left; }
.opening_hours > span label {
    text-align: right;
    direction: rtl;
    text-indent: 10px; }
.opening_hours > span span {
    width: auto !important;
    float: left;
    margin: 0 5px;
    line-height: 30px; }
.opening_hours > span input {
    width: 40px !important; }
.opening_hours .checkbox_wrp {
    float: left !important; }

.coordinates label {
    line-height: 30px !important; }
.coordinates input {
    width: 70% !important; }

/* =============================================================================
   BARCODE
   ========================================================================== */
.barcode_details {
    margin-top: 20px; }
.barcode_details label {
    line-height: 30px !important;
    margin: 0 5px 0 0 !important; }
.barcode_details .ui-datepicker-trigger {
    top: 6px !important;
    right: 10px !important; }

/* =============================================================================
   FORM ELEMENTS
   ========================================================================== */
input[type="text"], textarea {
    height: 30px;
    line-height: 30px;
    float: left;
    margin: 0;
    padding: 0 0 0 10px;
    border: 1px solid #bdbdbd;
    background-color: #2DC0FE;
    background-image: -o-linear-gradient(90deg, #fefefe 0%, #f2f2f2 100%);
    background-image: -moz-linear-gradient(90deg, #fefefe 0%, #f2f2f2 100%);
    background-image: -webkit-linear-gradient(90deg, #fefefe 0%, #f2f2f2 100%);
    background-image: -ms-linear-gradient(90deg, #fefefe 0%, #f2f2f2 100%);
    background-image: linear, 90deg, #fefefe 0%, #f2f2f2 100%; }

.SI-FILES-STYLIZED label.cabinet {
    width: 156px;
    height: 33px;
    background: url(../img/btn_file.jpg) 0 0 no-repeat;
    display: block;
    overflow: hidden;
    cursor: pointer; }

.SI-FILES-STYLIZED label.cabinet input.file {
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); }

.select_replace {
    float: left;
    margin: -1px 10px 0 0;
    padding: 0 5px;
    width: 161px;
    height: 30px;
    line-height: 30px;
    position: relative;
    background: url(../img/select_left.png) no-repeat; }

.select_replace .selectvalue {
    width: 170px;
    height: 30px;
    margin: 0;
    background: url(../img/select_open.png) right center no-repeat;
    color: #777777;
    text-align: left;
    font-style: italic;
    font-size: 11px;
    cursor: pointer; }

.select_replace select {
    width: 100%;
    -webkit-appareance: none;
    height: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1; }

p.checkbox_wrp > input {
    padding: 0;
    margin: 0;
    height: 30px;
    width: 31px;
    float: left;
    position: absolute;
    left: 0;
    opacity: 0; }

p.checkbox_wrp > label {
    float: left;
    line-height: 30px;
    color: #000;
    padding: 0 0 0 40px;
    font-size: 12px;
    text-align: left;
    font-weight: normal; }

p.checkbox_wrp > input + label {
    background: url(../img/custom_checkbox.jpg) 0 0px no-repeat;
    height: 30px; }

/* Checked styles */
p.checkbox_wrp > input[type=checkbox]:checked + label {
    background-position: 0 -30px; }

/* =============================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 979px) {
    .navbar-wrapper {
        margin-bottom: 30px;
        width: auto; }

    .navbar-inner {
        border-radius: 0;
        margin: 0; }

    .catalog-list article h1 {
        width: 80%; }

    .new_product_frm label {
        width: 100%; }

    .new_product_frm .select_replace.longer {
        width: 95%; }

    .large_on_small {
        width: 95% !important; }

    .new_product_frm textarea {
        width: 100%; } }
@media (max-width: 767px) {
    .small_to_right {
        float: right !important; }

    .logo img {
        display: block;
        float: none;
        margin: 0 auto 0; }

    .new_catalog_frm .elem {
        margin-bottom: 10px; }

    .new_catalog_frm .elem span {
        width: 50%; }

    .new_catalog_frm .elem input {
        width: 76%; }

    .new_catalog_frm .select_replace {
        width: 95%; }

    .new_catalog_frm label {
        width: 100%; }

    .new_product_frm label {
        width: 100%;
        float: left; }

    .new_product_frm .elem .half label, .new_product_frm input[type="submit"] {
        width: 100%;
        max-width: 100%; }

    .new_product_frm .elem .half.flr label {
        text-indent: 20px; }

    .new_product_frm .elem span .ui-datepicker-trigger {
        top: 28px; }

    .new_product_frm textarea {
        width: 100%; }

    .new_product_frm .checkbox_wrp {
        width: 70px; }

    .new_catalog_frm .elem > input, .new_product_frm .elem > input {
        width: 97% !important; }

    #adv_search {
        position: absolute;
        top: 0;
        right: 0; }

    .product_search {
        position: relative;
        padding-top: 50px; }
    .product_search .elem {
        width: 100%;
        float: left;
        margin-bottom: 15px; }
    .product_search .elem label {
        margin-right: 0; }
    .product_search .elem .select_replace {
        float: right; }
    .product_search input[type="submit"] {
        width: 100%;
        max-width: 100%;
        display: block; }
    .product_search input[type="submit"].to_bottom {
        position: absolute;
        bottom: 0;
        right: 0; }
    .product_search .adv_search_wrp {
        margin-top: 0; }
    .product_search .adv_search_wrp .elem {
        width: 100%;
        float: left;
        margin-bottom: 20px; }
    .product_search .adv_search_wrp .elem label {
        float: left; }

    .prod_list p.checkbox_wrp {
        width: 70px; }
    .prod_list p.checkbox_wrp > label {
        padding-left: 32px; }

    /* Üzletek */
    .opening_hours > span {
        width: 100% !important;
        float: left; }
    .opening_hours > span span {
        width: auto !important;
        float: left;
        margin: 0 5px;
        line-height: 30px; }
    .opening_hours > span input {
        width: 34% !important; } }
@media (max-width: 480px) {
    .right_on_small {
        float: right !important; }

    .hide_on_small {
        display: none !important; }

    .product_search .elem .select_replace {
        float: left;
        width: 93%; }

    .product_search .elem .selectvalue, .product_search .elem .selectvalue select {
        width: 106%; }

    input.prod_name {
        width: 95%; }

    .catalog-list article img.product_img {
        float: none !important;
        margin: 0 auto !important; }

    .catalog-list article img.product_img.prod_pic {
        width: 100%; }

    /*.catalog-list article h1{
          width: 100%!important;
          float: left;
          margin-top: 20px;
    }*/
    .small_label_small {
        width: 29% !important; }

    .actual_banner img {
        width: 100%; } }

.validationBubble {
    position: absolute;
    background: #af0000;
    display: block;
    padding: 3px 3px 3px 3px;
    color: #ffffff;
    font-size: 9px;
    display: none;
    left: 20px;
    min-width: 200px;
    z-index: 10000;
}

div.info, div.information {
    line-height: 32px;
    border-top: 2px solid #244a95;
    border-bottom: 2px solid #244a95;
    color: #000;
    clear: both;
    margin: auto;
    width: 97%;
    padding-left: 40px;
    font-weight: bold;
    background: url('../img/information.png') no-repeat 10px center #2DC0FE;
    /*background: #2DC0FE;*/
}

.new_prod_nh_frm textarea {
    width: 560px;
    height: 470px;
}
.add-badge:hover {
    background-color: #0044cc;
}

.select_replace .selectvalue {
    overflow: hidden;
}

.ac-loader {
    display:none;
    background: url('../img/mini-load.gif') no-repeat;
    width: 16px!important;
    height: 16px!important;
    position: absolute;
    right: 0;
}

.elem {
    position: relative;
}

.autocomplete-container {
    border: 1px solid #2DC0FE;
    padding: 5px 5px 5px 5px;
    list-style: none;
    display: none;
}

.autocomplete-container li:hover {
    background: #dff1ff;
}
.autocomplete-container li a {
    display:block;
}


.multibuttons {
    text-align: center;
}
.multibuttons input {
    display: block;
    width: 50px;
    margin-bottom: 5px;
}

select.multiselect {
    display: block;
    float: left;
}

.mscont {
    display: block;
}

.mscont .btn {
    width: 50px!important;
    max-width: 50px!important;
    min-width: 50px!important;
}


.mscont .multibuttons {
    width: 50px!important;
    float: left;
    display: block;
}

.msct label {
    float: none;
}

.bcfiles ul {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.bcfiles li {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.bcfiles li img {
    margin-right: 5px;
}
.all-products-btn {margin-left:30px;}