﻿html,
body,
body > form,
body > form > #content-block,
body > form > #content-block > .content-center {
    height: 100%;
}

/**
 * 1. Avoid the IE 10-11 `min-height` bug.
 * 2. Set `flex-shrink` to `0` to prevent some browsers from
 *    letting these items shrink to smaller than their content's default
 *    minimum size. See http://bit.ly/1Mn35US for details.
 * 3. Use `%` instead of `vh` since `vh` is buggy in older mobile Safari.
 */

.disabled-control {
    background-color: #eee !important;
    cursor: not-allowed;
}

.site-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%; /* 1, 3 */
}

.site-header,
.site-footer {
    flex: none; /* 2 */
}

.site-content {
    flex: 1 0 auto; /* 2 */
    padding: 0;
    width: 100%;    
}

.has-fab .site-content {
    margin-bottom: 70px;
}

body.popup-active {
    overflow: hidden;
}

.middle-content > *,
.middle-content .repcap {
    font-size: 12px !important;
}

.middle-content .repcap {
    font-size: 13px !important;
}

nav > ul > li > a,
.accordeon-title,
.cart-column-title,
.cart-summary-box .sub-total,
.cart-summary-box .grand-total {
    font-weight: 400;
}

.blog-sidebar .information-blocks {
    margin-bottom: 30px;
}

.breadcrumb-entry {
    padding: 8px 0;
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    header.fixed-header nav > ul:nth-child(2) {
        float: right;
    }
}

.breadcrumb-entry {
    text-align: left;
}

.breadcrumb-box a:nth-child(1) {
    margin-left: 7px;
}

.checkbox-entry input + span {
    width: 15px;
    height: 15px;
}

.checkbox-entry {
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.checkbox-entry.radio {
    font-size: 13px;
}

.simple-drop-down.simple-field.size-1 select {
    font-size: 15px;
    /*border: 1px solid;*/
}

.simple-drop-down.simple-field.size-1:after {
    border: 1px solid;
}

input.simple-field.autocomplete-picker, .simple-field.autocomplete-picker {
    padding-left: 22px;
}

.product-detail-box .product-subtitle strong {
    color: #89c144;
}

.simple-drop-down:after {
    top: 1px;
}

.information-blocks:first-child > .block-title.size-2 {
    padding-top: 26px;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

.header-top-entry .title .fa:first-child {
    margin-left: 0;
}


.brands {
    padding: 0 25px;
}

@media (min-width: 992px) {
    .brands {
        padding: 34px 25px 0 25px;
    }
}

.simple-drop-down.simple-field.size-1:after {
    border: 0;
    background: transparent;
}


@media (min-width: 1200px) {
    header.fixed-header .nav-overflow {
        border-bottom: 2px #e6e6e6 solid;
    }
}

@media (max-width: 767px) {
    #content-block header {
        border-bottom: 1px #e6e6e6 solid;
    }

    #content-block .content-center {
        /*padding-top: 120px!important;*/
    }
}

.filters {
    border: 1px solid #DDD;
    border-radius: 3px;
    background-color: white;
    padding: 15px;
}

.ProductTitle {
    height: 54px;
    overflow: hidden;
}

.detail-info-entry {
    margin-top: 12px;
}

.fsize26 {
    font-size: 23px;
}

.footer-columns-entry {
    padding: 35px 0 15px 0px;
}

.cart-summary-box {
    margin-top: 10px;
    padding: 40px 20px;
}

.cart-box.popup .content .desc {
    font-size: 11px;
    line-height: 14px;
    color: black;
    margin-bottom: 3px;
}

.cart-box.popup .content .quantity {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #2e2e2e;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

body.style-3 .cart-box.popup .content .price {
    text-align: right;
    margin-top: 9px;
}

.cart-box.popup .cart-entry {
    padding: 0 15px !important;
}

@media (min-width: 1200px) {
    .submenu .product-column-entry {
        min-height: 0;
    }
}

.cart-box.popup {
    width: 380px;
}

.cartitems {
    max-height: 275px;
    overflow-y: auto;
    margin: 0 -25px 15px -25px;
}

.cart-box.popup .summary {
    margin-bottom: 15px;
}

.embed-responsive-13by18 {
    padding-bottom: 138%;
}


.embed-responsive-5by6 {
    padding-bottom: 120%;
}

.embed-responsive-1by1 {
    padding-bottom: 100%;
}

.embed-responsive-2by1 {
    padding-bottom: 50%;
}

.full-width-columns .submenu {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.submenu .product-column-entry {
    float: none;
    display: table-cell;
    vertical-align: top;
    width: auto;
}

.shop-image, .client-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.product-slide-entry.shift-image .product-image div:first-child {
    position: absolute;
    left: 0;
}

.product-slide-entry.shift-image .product-image div {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: auto;
    moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
}

.product-slide-entry.shift-image .product-image:hover div {
    transform: scale(1) translateX(-100%);
    -moz-transform: scale(1) translateX(-100%);
    -webkit-transform: scale(1) translateX(-100%);
    -ms-transform: scale(1) translateX(-100%);
}

.cart-table .quantity-selector .entry {
    font-size: 16px;
    border: 0;
    height: 40px;
    line-height: 25px;
}

.login-box {
    background: #fcfcfc;
    border: 1px #cecece solid;
    padding: 49px 55px;
    height: 470px;
    overflow: auto;
    border-radius: 5px;
}

.order-review {
    width: 100%;
    display: block;
}

@media (max-width: 1199px) {
    #content-block header {
        border-bottom: 1px #cecece solid;
    }
}

.order-review .or-container {
    border: 2px #cecece solid;
    padding: 25px 25px 20px 25px;
    position: relative;
    background: #fff;
}

.order-review .or-entry {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 2px #cecece solid;
    position: relative;
}

.order-review .image {
    float: left;
    width: 70px;
}

    .order-review .image img {
        display: block;
        width: 100%;
    }

.order-review .content {
    margin: 0 20px 0 85px;
}

    .order-review .content .title {
        font-size: 14px;
        line-height: 18px;
        color: #2e2e2e;
        font-weight: 600;
        margin-bottom: 5px;
        display: block;
    }

    .order-review .content .desc {
        font-size: 11px;
        line-height: 14px;
        color: black;
        margin-bottom: 3px;
    }

    .order-review .content .quantity {
        margin-top: 10px;
        font-size: 14px;
        line-height: 18px;
        color: #2e2e2e;
        font-weight: 600;
        margin-bottom: 5px;
        display: block;
    }

    .order-review .content .price {
        color: #008acc;
        text-align: right;
        margin-top: 9px;
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
    }

.order-review .summary {
    text-align: right;
    margin-bottom: 15px;
}

    .order-review .summary .sub-total {
        line-height: 15px;
    }

    .order-review .summary .grandtotal {
        font-size: 18px;
        line-height: 22px;
        color: #343434;
        font-weight: 600;
    }

        .order-review .summary .grandtotal span {
            color: #008acc;
        }

.order-review .button {
    display: block;
    margin-bottom: 5px;
}

.mozaic-banners-wrapper.type-2 .mozaic-banner-content .subtitle {
    /*font-size: 24px !important;*/
}

.mozaic-banners-wrapper.type-2 .mozaic-banner-content .title {
    font-size: 31px;
}

.product-detail-box .button.style-10 {
    width: 48%;
    margin-right: 5px;
}

    .product-detail-box .button.style-10:last-child {
        margin-right: 0;
    }

.brandlist {
    width: 33.33333%;
    float: left;
}

    .brandlist li:first-child {
        border-top: 0;
    }

.brands-page-selector {
    margin-bottom: 0;
}

    .brands-page-selector .pages-box {
        float: left;
    }

.price .prev {
    margin-bottom: 5px;
    display: block;
    height: 12px;
}

.product-slide-entry .price {
    margin-bottom: 5px;
}

.button.style-5 {
    border-color: #008acc;
    background: #008acc;
    color: #fff;
}

    .button.style-5:hover {
        color: #000;
        border-color: #008acc;
    }

.categories-border-wrapper {
    border: 0;
    padding: 11px 20px 11px 20px;
}

.sidebar-navigation .accordeon-title:first-child {
    border-top: 0 !important;
}

.sidebar-navigation .accordeon-title.accordeon-action:after {
    visibility: hidden;
}

#content-block .sidebar-column .information-blocks {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    #content-block .sidebar-column .information-blocks {
        margin-bottom: 40px;
    }
}

#content-block .homepage .sidebar-column .information-blocks {
    margin-bottom: 15px;
}

.article-container.style-1 {
    font-weight: 400;
}

.article-container {
    color: #000;
}

vat {
    vertical-align: top !important;
}

.simple-field + .input-group-btn:last-child > .btn,
.simple-field + .input-group-btn:last-child > .btn-group {
    height: 45px;
    width: 45px;
}

.cart-table .column-4 {
    width: 200px;
}

.breadcrumb-box a.active {
    color: #f3f3f3;
    pointer-events: none;
    cursor: default;
    font-size: 12px;
}

.cart-box.popup .button-x {
    right: 15px;
}

.simple-drop-down:after {
    border: 0;
    background: transparent;
}


.simple-drop-down {
    width: auto;
}

.cart-barcode {
    float: left;
}

@media (min-width: 768px) {
    .cart-barcode {
        float: right;
    }
}

.cart-barcode label {
    display: inline-block;
    margin-right: 5px;
}

.cart-barcode .simple-field {
    line-height: 25px;
    height: 25px;
    width: initial;
    padding: 0px;
}

.cart-table th {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 300;
}

.cart-table td {
    padding: 15px 30px;
}

.quantity-selector .entry.number {
    width: 63px !important;
    vertical-align: top;
}

.form-group {
    position: relative;
}

form label.error {
    background-color: red;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    position: absolute;
    right: 0;
    z-index: 2;
}

    form label.error:before {
        border-style: solid;
        border-width: 0 3.5px 5px 3.5px;
        border-color: transparent transparent red transparent;
        content: "";
        height: 0px;
        right: 5px;
        position: absolute;
        top: -5px;
        width: 0px;
    }

.form-group {
    display: block !important;
    margin-bottom: 10px !important;
}

    .form-group .simple-field {
        margin-bottom: 0;
    }

textarea.simple-field {
    margin-bottom: 0;
}

.vat {
    vertical-align: top !important;
}

.modal-title {
    font-size: 18px;
    font-weight: 500;
}

.embed-responsive-10by3 {
    padding-bottom: 33%;
}

.categories-list ul li:first-child {
    border-top: 0;
}

.blog-landing-box .title {
    font-size: 28px;
    color: #2e2e2e;
    font-weight: 500;
    line-height: 30px;
    display: block;
    margin-bottom: 25px !important;
}

@media (min-width: 1200px) {
    .divs .information-blocks {
        margin-bottom: 25px !important;
    }
}

@media (max-width: 991px) {
    .blog-landing-box .block-title {
        margin-bottom: 15px !important;
    }

    /*.daterangepicker.show-calendar .calendar {
        display: none !important;
    }*/
}

.information-blocks .company-information-box .text {
    margin-left: 0;
}

@media (max-width: 991px) {
    .information-blocks .company-information-box .text {
        margin-left: 0px;
    }
}

.information-blocks .company-information-box .text .cell-view {
    height: 150px;
    width: auto;
}

.read-more {
    float: right;
}

.divide {
    height: 25px;
}

.blog-landing-box p {
    line-height: 20px;
    text-align: justify;
    margin: 0 0 10px;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.pt-10 {
    padding-top: 10px !important;
}


.pa-20 {
    padding: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.font-open-sans {
    font-family: "Open Sans", sans-serif !important;
}

.clear-padding-top {
    padding-top: 0 !important;
}

.clear-margin {
    margin: 0 !important;
}

.clear-margin-bottom {
    margin-bottom: 0 !important;
}

.clear-margin-top {
    margin-top: 0 !important;
}

.clear-padding {
    padding: 0 !important;
}

.clear-padding-left {
    padding-left: 0 !important;
}

.clear-padding-right {
    padding-right: 0 !important;
}

.clear-float {
    float: none !important;
}

.clear-border-left {
    border-left-width: 0 !important;
}

.clear-border-right {
    border-right-width: 0 !important;
}

.clear-text-decoration,
.clear-text-decoration:hover,
.clear-text-decoration:focus {
    text-decoration: none !important;
}

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hover-layer .info .title {
    margin-bottom: 10px;
}

.clients-list .portfolio-container {
    margin-bottom: 15px;
}

.clients-list a {
    color: #000;
}

    .clients-list a:hover {
        color: red !important;
    }

    .clients-list a.name {
        display: block;
        font-size: 15px;
        line-height: 18px;
        color: #2e2e2e;
        font-weight: 600;
        margin-top: 10px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.clients-list .tags {
    display: none;
}

.country-clear, .sector-clear {
    float: right;
    color: #000;
    display: none;
}

    .country-clear:hover, .sector-clear:hover {
        color: red;
    }

    .country-clear.active, .sector-clear.active {
        display: block;
    }

.detail-post .blog-entry .content {
    margin-left: 85px;
}

.blog-entry .image:hover img {
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
}

.media-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.portfolio-entry a.name {
    display: block;
    font-size: 15px;
    line-height: 18px;
    color: #2e2e2e;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.portfolio-entry a:hover {
    color: red !important;
}

.portfolio-entry .image {
    margin-bottom: 10px;
}

.portfolio-container {
    margin-bottom: 20px;
}

.divide {
    height: 25px;
}

.box-full .button.style-10 {
    border: 2px #33a3dd solid;
    background: #33a3dd;
}

    .box-full .button.style-10:hover {
        background: #fff;
        color: #33a3dd;
    }

.read-more.button.style-10 {
    padding: 10px !important;
}

.box-full {
    border-bottom: 2px #f0f0f0 solid;
    padding: 15px !important;
    margin-top: 15px;
}

.box-body {
    font-size: 15px;
    color: #333232;
    font-weight: 400;
    line-height: 17px;
    /*margin-bottom: 15px;*/
    margin-top: 15px;
}

.rotate {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -60px 0 0 -60px;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 150;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.progresscontainer {
    background: rgba(0, 0, 0, 0.61);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
}

.offcanvas-navigation .submenu .product-column-entry {
    display: block;
}

.GridHeader,
.GridSubHeader,
.GridFooter,
.GridSubFooter {
    background-color: #f3f4f5;
}

.table > thead > tr > th,
.table > thead:first-child > tr:first-child > th,
.table > tbody > tr.GridHeader > td,
.table > tbody > tr.GridSubHeader > td,
.table > tbody > tr.GridFooter > td,
.table > tbody > tr.GridSubFooter > td {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.sale-entry.info-box .sale-price {
    border-width: 0;
    float: none;
    width: auto;
}

.sale-entry .sale-price {
    font-size: 14px;
}

.sale-entry.info-box .sale-price span {
    font-size: 30px;
}

body .sale-entry .sale-price span.red {
    color: #ca1515;
}

@media screen and (max-width: 767px) {
    .tabs-container.menus {
        margin-bottom: 25px;
    }

    .text-left-xs {
        text-align: left !important;
    }

    .text-right-xs {
        text-align: right !important;
    }
}

.blog-entry .description {
    height: 73px;
    overflow: hidden;
}

.footer-columns-entry .column .fa {
    margin-right: 5px;
    margin-left: 0;
}

.submenu {
    border: 1px rgb(0, 138, 204) solid;
}

.offcanvas-navigation .submenu {
	border-color: transparent;
}

.full-width-columns .submenu {
    border-top: 0;
}

.simple-drop-down select {
    font-size: 15px;
}

.breadcrumb-box a {
    font-size: 15px;
}

.blog-entry .image div {
    background-repeat: no-repeat;
    background-size: cover;
}

.mozaic-banner-entry.type-3 {
    background-size: cover;
}

.cell-price {
    width: 175px;
}

.cell-qty {
    width: 50px;
}

.checkout-btn {
    margin-top: 15px;
    float: right;
}

.product-detail-box .product-title {
    font-size: 22px;
    font-weight: 300;
}

.mozaic-banners-wrapper.type-2 .mozaic-banner-content {
    max-width: 55%;
}

@media (max-width: 767px) {
    .mozaic-banners-wrapper.type-2 .mozaic-banner-content {
        max-width: 100%;
    }

        .mozaic-banners-wrapper.type-2 .mozaic-banner-content .subtitle {
            font-size: 19px;
        }

        .mozaic-banners-wrapper.type-2 .mozaic-banner-content .title {
            font-size: 25px;
        }
}

.product-slide-entry .title {
    overflow: hidden;
    height: 19px;
}

@media (max-width: 1199px) {
    .header-functionality-entry span {
        display: inline;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .header-functionality-entry b, .header-functionality-entry span {
        display: inline;
        font-size: 10px;
    }

    .mozaic-banners-wrapper.type-2 a.mozaic-banner-entry:before {
        opacity: 1;
    }

    .mozaic-banners-wrapper.type-2 a.mozaic-banner-entry .subtitle, .mozaic-banners-wrapper.type-2 a.mozaic-banner-entry .description, .mozaic-banners-wrapper.type-2 a.mozaic-banner-entry .title {
        color: #fff;
    }
}

@media (max-width: 1153px) {
    .line-entry {
        padding-bottom: 0 !important;
    }
}

grid-controls {
    margin-right: 0;
}

.cart-table .column-3 {
    width: auto;
    text-align: center;
}

.traditional-cart-entry .title {
    font-size: 17px;
    font-weight: 100;
}

.cart-summary-box {
    border: 1px #e6e6e6 solid;
}

.accordeon.size-1 .accordeon-entry {
    padding: 30px 0 40px 0;
}

.mozaic-banners-wrapper.mozaic-banners-slider.type-2 .mozaic-banner-entry {
    background-color: transparent;
    padding-bottom: 56.25%;
    background-size: 100%;
    background-position: right center;
    height: auto;
}

b, strong {
    font-weight: 700 !important;
}

nav .product-column-entry .description {
    margin-bottom: 15px;
}

.submenu .product-column-entry {
    position: static;
    border-right: 0;
}

.product-column-entry:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #f2f2f2;
    content: "";
}

.sale-homepage .sale-entry .sale-price {
    width: auto;
    border-right-width: 0;
    float: none;
}

.search-box.popup {
    position: absolute;
    top: 90%;
}

    .search-box.popup.active {
        display: block;
        right: 0;
    }

.search-drop-down .title {
    text-align: left;
    border: none;
}

    .search-drop-down .title .fa {
        right: 8px;
    }

@media (max-width: 1199px) {
    .search-box.popup.active {
        left: -15px;
        right: auto;
    }

    .search-drop-down span {
        display: inline;
        padding: 0 30px 0 20px;
    }

    .search-box.popup:before {
        right: auto;
        left: 15px;
    }
}

@media (max-width: 480px) {
    .search-box.popup.active {
        width: 340px;
        right: auto !important;
    }
    
    .full-width-xs-only {
         width: 100%
    }
}

.inline {
    display: inline !important;
}

.mozaic-swiper {
    height: auto !important;
}

@media screen and (max-width: 1199px) {
    #content-block header {
        position: absolute;
    }
}

@media screen and (max-width: 767px) {
    .mozaic-banners-wrapper.mozaic-banners-slider.type-2 .mozaic-swiper .mozaic-banner-content {
        position: absolute;
        padding-top: 0;
        padding-bottom: 0;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        max-width: 65%;
        display: block;
    }

    .mozaic-banner-entry.type-1:before {
        display: none;
    }

    .mozaic-banner-content .title {
        line-height: 22px;
    }
}

body.style-3 .homepage .information-blocks {
    margin-bottom: 29px;
}

.footer-bottom-navigation {
    padding-top: 15px;
    padding-bottom: 15px;
}

.button.style-19:hover {
    color: #ca1515;
}

header .icon-entry {
    float: right;
    width: auto;
}

.transition-color {
    -webkit-transition: color 400ms ease !important;
    -moz-transition: color 400ms ease !important;
    -ms-transition: color 400ms ease !important;
    -o-transition: color 400ms ease !important;
    transition: color 400ms ease !important;
}

.header-wrapper.style-3 .header-top-entry .title a:hover {
    color: #fff;
}

.navigation-search-content {
    margin-left: 34px;
}

.header-wrapper.style-3 .menu-button-custom {
    color: #add7eb;
}

@media (max-width: 767px) {
    .mozaic-banners-wrapper.type-2 .banner-column .mozaic-swiper .pagination {
        display: none;
    }
}

.payment-methods {
    text-align: right;
}

.menu-button-custom {
    right: auto;
    left: 0;
    top: 12px;
}

@media (max-width: 1199px) {
    header .middle-entry {
        display: none;
    }
}

@media (max-width: 991px) {
    .copyright,
    .payment-methods {
        text-align: center;
    }
}

/* SHOP BLOCK LAYOUT */
body.style-3 .page-shop .sidebar-navigation {
    border-color: #e6e6e6;
}

    body.style-3 .page-shop .sidebar-navigation .title {
        background: #e6e6e6;
        color: #666;
    }

    body.style-3 .page-shop .sidebar-navigation .list,
    body.style-3 .page-shop .sidebar-navigation .list-custom {
        padding: 15px;
        background-color: #fff;
    }

        body.style-3 .page-shop .sidebar-navigation .list > *:first-child .block-title,
        body.style-3 .page-shop .sidebar-navigation .list-custom > *:first-child .block-title {
            padding-top: 0;
        }

.page-shop .product-slide-entry {
    max-width: initial;
    border: 2px #f2f2f2 solid;
    padding: 10px;
    background: #fff;
    margin: 0;
}

.page-shop .square-button {
    background: #fff;
}

    .page-shop .square-button:hover,
    .page-shop .square-button.active {
        background: #cd0000;
    }

.page-shop .shop-grid-item {
    padding: 0 5px 5px 0;
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
}

.header-wrapper.style-3 header:before {
}

.product-preview-box {
    margin: 0 auto;
}

.cart-box.popup {
    position: absolute;
}

.close-popup {
    background: #d1d1d1;
    padding: 15px;
    z-index: 1;
    moz-transition: background 400ms ease;
    -o-transition: background 400ms ease;
    -webkit-transition: background 400ms ease;
    transition: background 400ms ease;
    -ms-transition: background 400ms ease;
}

    .close-popup:hover {
        background: #c1c1c1;
    }

    .close-popup:before,
    .close-popup:after {
        left: 6px;
        background: white;
    }

.product-detail-box .price {
    margin: 25px 0;
    padding: 0;
}

.product-sidebar .products-list {
    padding: 30px;
}

.inline-product-entry:not(.inline-product-block) {
    display: table;
    border-spacing: 5px 0;
    width: 100%;
    margin-left: -5px;
    margin-right: -5px;
}

.inline-product-entry .image,
.inline-product-entry .content {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

body.style-3 .inline-product-entry .image:hover {
    border-color: transparent;
}

.product-sidebar .inline-product-entry:last-child {
    padding-bottom: 0;
}

.share-box .title {
    line-height: 24px;
}

.share-box.share-box-custom .socials-box a {
    margin: 2px 2px 0;
}

.product-reviews .article-container {
    color: #808080;
}

    .product-reviews .article-container small {
        display: block;
    }

.categories-list ul li a:hover,
.categories-list ul li a:hover i,
.categories-list ul li.active a,
.categories-list ul li.active a i {
    color: #008acc;
}

.blog-sidebar .inline-product-entry .title {
    max-height: 47px;
    overflow: hidden;
}

.cart-summary-box .sub-total {
    font-size: 15px;
}

.cart-summary-box .grand-total {
    font-size: 17px;
}

.cart-summary-box dl {
    font-size: 15px;
}

    .cart-summary-box dl .grandtotal {
        font-weight: bold;
    }

.cart-summary-box .dl-horizontal dt {
    float: left;
    width: auto;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cart-summary-box .dl-horizontal dd {
    margin-left: 0;
    float: right;
}

label span.required {
    font-size: 13px;
}

/* Affix Menu - Sidebar */
.sidebar.affix {
    position: static;
}

/* Show and affix the side nav when space allows it */
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width:992px) {
    .col-md-4 .sidebar.affix,
    .col-md-4 .sidebar.affix-bottom {
        width: 293px;
    }

    .col-md-3 .sidebar.affix,
    .col-md-3 .sidebar.affix-bottom {
        width: 240px;
    }

    .sidebar.affix {
        position: fixed;
        top: 20px;
    }

    .fixed-header-on .sidebar.affix {
        top: 65px;
    }

    .sidebar.affix-bottom {
        position: absolute;
    }

        .sidebar.affix-bottom .affix-menu,
        .sidebar.affix .affix-menu {
            margin-top: 0;
            margin-bottom: 0;
        }
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
    .col-md-4 .sidebar.affix,
    .col-md-4 .sidebar.affix-bottom {
        width: 390px;
    }

    .col-md-3 .sidebar.affix,
    .col-md-3 .sidebar.affix-bottom {
        width: 263px;
    }
}

@media (max-width: 767px) {
    .close-popup {
        top: 20px;
        right: 20px;
    }

    .popup-container .product-preview-box .swiper-slide img {
        width: 50%;
        margin: 0 auto;
    }

    .margin-clear-xs {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 480px) {
    .page-shop .shop-grid-item {
        width: 50%;
    }
}

@media (min-width: 767px) {
    .page-shop .shop-grid-item {
        width: 33.33333333%;
    }
}

@media (min-width: 991px) {
    .page-shop .shop-grid-item {
        width: 25%;
    }
}

@media only screen and (max-width: 580px) {
    .page-selector .pages-box {
        text-align: center;
        float: none;
    }
}

.navigation nav > ul > li.simple-list {
    font-size: 0 !important;
    line-height: 0 !important;
}

.navigation nav > ul > li.simple-list > a {
    font-size: 13px;
    font-weight: 700;
    color: #3d3d3d;
    line-height: 70px;
    text-transform: uppercase;
    display: inline-block;
}

.navigation nav > ul > li.simple-list.active > a,
.navigation nav > ul > li.simple-list:hover > a {
    color: #2e2e2e ;
}

.simple-list > a > i {
    margin-right: 15px;
}

.ModuleIcon {
    width: 16px;
    height: 16px;
    background-position: -138px 0;
    margin-right: 15px;
    vertical-align: bottom;
}

.no-right-side-menu .header-top-entry.pull-right:first-child .title {
    border-right-width: 0;
    padding-right: 0;
}

.no-left-side-menu .header-top-entry.pull-left:first-child .title {
    border-left-width: 0;
    padding-left: 0;
}

.header-wrapper.style-3 header:not(.fixed-header) .navigation nav > ul > li {
    moz-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    -ms-transition: background-color 300ms ease;
}

    .header-wrapper.style-3 header:not(.fixed-header) .navigation nav > ul > li.active,
    .header-wrapper.style-3 header:not(.fixed-header) .navigation nav > ul > li:hover {
        background: white;
    }

        .header-wrapper.style-3 header:not(.fixed-header) .navigation nav > ul > li.active > a,
        .header-wrapper.style-3 header:not(.fixed-header) .navigation nav > ul > li:hover > a {
            color: #006b9e;
        }

.header-top-entry .badge-custom {
    background-color: #378fb9;
}

    .header-top-entry .badge-custom.invisible {
        width: 0;
        min-width: 0;
        padding-left: 0;
        padding-right: 0;
    }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        position: relative;
        z-index: 100;
        float: none;
        border-width: 1px 0 0;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        margin: 0 0 5px;
        -ms-border-radius: 0;
        border-radius: 0;
        padding: 0;
    }

.header-top-entry .dropdown-menu {
    padding: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

    .header-top-entry .dropdown-menu > li > a {
        padding: 10px 20px;
    }

    .header-top-entry .dropdown-menu > li > a,
    .header-top-entry .simple-drop-down {
        border-bottom: 1px solid #d9d9d9;
    }

.dropdown-submenu .dropdown-menu > li > a {
    padding-left: 30px;
}

.header-top-entry .simple-drop-down {
    padding: 10px;
}

    .header-top-entry .simple-drop-down select {
        -ms-border-radius: 0;
        border-radius: 0;
    }

    .header-top-entry .simple-drop-down:after {
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.badge.badge-danger {
    background-color: #d9534f;
}

.header-wrapper.style-3 header:before,
.footer-wrapper.style-3 .footer-bottom-navigation:before,
.footer-wrapper.style-3 footer:before {
    display: none;
}

header {
    z-index: 3;
}

footer {
    background: #333;
    margin: 0 -15px;
}

@media screen and (min-width: 768px) {
    footer {
        margin: 0 -30px;
    }
}

@media screen and (min-width: 1200px) {
    footer {
        margin: 0 -20px;
    }
}

.footer-bottom-navigation {
    padding: 15px 20px;
}

.sidebar-navigation .entry {
    padding: 0;
}

    .sidebar-navigation .entry a {
        position: relative;
        z-index: 1;
        display: block;
        padding: 17px 25px;
    }

    .sidebar-navigation .entry.active a,
    .sidebar-navigation .entry:hover a {
        color: #fff;
    }

.header-top.no-right-side-menu {
    padding-right: 0;
}

.header-top.no-left-side-menu {
    padding-left: 0;
}


.breadcrumb-box {
    margin-bottom: 15px;
}

.header-top-entry.pull-left .title {
    border-right-width: 0;
    border-left: 1px #d0d0d0 solid;
}

.header-top-entry .title.disabled {
    pointer-events: none;
}

.header-top-entry.pull-left:first-child .title {
    padding-left: 0;
    border-left-width: 0;
}

@media screen and (max-width: 767px) {
    .middle-content input.autocomplete-picker {
        background-position: 5px 10px; /* important causes issues in arabic*/
        padding-left: 30px !important;
        font-size: 15px !important;
    }

    .middle-content input[type=text],
    .middle-content select,
    .middle-content .input-group-btn > .btn {
        height: 40px !important;
    }

    select[multiple], select[size] {
        height: auto !important;
    }

    .ui-menu .ui-menu-item {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    header .breadcrumb-entry {
        margin: 60px -30px 0;
        text-align: center;
    }

    #BranchNameContainer, #branchname {
        float: none!important;
    }

    #BranchNameContainer a {
        padding: 0;
    }
}



.tinner {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}

.header-top {
    position: fixed;
    top: 0;
    left: 20px;
    right: 20px;
    z-index: 5;
    border-bottom-width: 0;
    height: 46px;
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.header-middle {
    margin-top: 49px;
    moz-transition: margin-top 400ms ease;
    -o-transition: margin-top 400ms ease;
    -webkit-transition: margin-top 400ms ease;
    transition: margin-top 400ms ease;
    -ms-transition: margin-top 400ms ease;
}

.content-center.fixed-header-margin {
    moz-transition: padding-top 400ms ease;
    -o-transition: padding-top 400ms ease;
    -webkit-transition: padding-top 400ms ease;
    transition: padding-top 400ms ease;
    -ms-transition: padding-top 400ms ease;
}

body.expanded .header-middle {
    margin-top: -35px;
}

.nav-tabs {
    margin-bottom: 0 !important;
}

    ul.easytree-container li:before,
    .nav-tabs li:before {
        display: none !important;
    }

#KeyBoardNum ul,
#KeyBoardENG ul,
#KeyBoardAR ul {
    margin: 0 auto !important;
    text-align: center !important;
    display: block !important;
    height: auto !important;
}

    #KeyBoardNum ul li,
    #KeyBoardENG ul li,
    #KeyBoardAR ul li {
        display: inline-block !important;
        float: none !important;
        margin: 2px !important;
    }

    #KeyBoardNum ul a,
    #KeyBoardENG ul a,
    #KeyBoardAR ul a {
        display: inline-block !important;
    }

/* 
ResponsiveTable >>>>
*/
.table-responsive-custom > tbody > tr > td:before {
    display: none;
}

@media only screen and (max-width: 767px) {
    /* Force table to not be like tables anymore */
    table.table-responsive-custom,
    .table-responsive-custom > thead,
    .table-responsive-custom > tbody,
    .table-responsive-custom > tfoot,
    .table-responsive-custom > thead > tr,
    .table-responsive-custom > thead > tr > th,
    .table-responsive-custom > tbody > tr,
    .table-responsive-custom > tbody > tr > td {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .table-responsive-custom > thead > tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .table-responsive-custom > tbody > tr > td {
            /* Behave  like a "row" */
            border: none !important;
            border-bottom: 1px solid #eee !important;
            position: relative;
        }

            .table-responsive-custom > tbody > tr > td:before {
                display: block;
                font-weight: bold;
                margin-bottom: 5px;
            }

        .table-responsive-custom > tbody > tr:nth-of-type(odd) {
            background: white;
            border-bottom: 3px solid #B2C4E0;
        }

        .table-responsive-custom > tbody > tr:last-of-type {
            border-bottom-width: 0;
        }

    .table-responsive-custom .alltext {
        padding-bottom: 0;
    }
}

.table.rowlink-custom td:not(.rowlink-custom-skip),
.table .rowlink-custom td:not(.rowlink-custom-skip) {
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    table.table-fixed-sm {
        table-layout: fixed;
    }
}

/* 
ResponsiveTable <<<<<
*/

/* 
ResponsivePopup >>>>
*/

.tbox {
    top: 0px !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 10!important;
    -webkit-overflow-scrolling: touch;
}

.tbox > .tinner > .tcontent {
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.tbox > .tinner,
.tbox > .tinner > .tcontent,
.tbox > .tinner > .tcontent > #frameWrap,
.tbox > .tinner > .tcontent > #frameWrap > iframe {
    width: 100% !important;
    height: calc(100vh - 0px) !important;
    display: block !important;
}

.tbox > .tinner > .tcontent > #frameWrap > iframe {
    padding-top: 43px;
}

.popup .tbox > .tinner,
.popup .tbox > .tinner > .tcontent,
.popup .tbox > .tinner > .tcontent > #frameWrap,
.popup .tbox > .tinner > .tcontent > #frameWrap > iframe {
    height: 100vh!important;
}

.popup #loader-wrapper {
	top: 43px!important;
}

#loader-wrapper.popup {
    top: 89px!important;
}

#closex,
.tmask {
    display: none!important;
}

.tbox-btn-container {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    padding: 5px 15px;
    border-bottom: 1px solid #303030;
    background: #fafafa;
    z-index: 11;
}

.tbox-btn {
    margin: 0;
    background: #ebf0f9;
    border: 1px solid #B2C4E0;
    font-size: 20px;
    color: #B2C4E0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 5px;
    text-align: center !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.tbox-btn:hover {
    background: #B2C4E0;
    color: #fafafa !important;
}

.popup .tbox,
.popup .tbox-btn-container {
    top: 0 !important;
}

/* 
ResponsivePopup <<<<<
*/
/*.display-block {
    display: block !important;
}*/

.btn-primary {
    background: #008acc;
    color: #fff;
}

.box-primary {
    border-color: #008acc;
}

.favouriteMenu .parent-item > .single-item:hover,
.favouriteMenu .group-items > a:hover,
a.sale-entry:before,
a.sale-entry:hover,
a.sale-entry.active {
    background: rgba(1,138,204,0.1)!important;
}

    body:not(.mobile) a.sale-entry:hover .sale-price,
    body:not(.mobile) a.sale-entry:hover .sale-price span,
    body:not(.mobile) a.sale-entry:hover .sale-description,
    a.sale-entry.active .sale-price,
    a.sale-entry.active .sale-price span,
    a.sale-entry.active .sale-description {
        color: #fff !important;
    }

.no-padding {
    padding: 0px !important;
}

.middle-entry > .icon-entry {
    margin-left: 10px;
    font-size: 16px;
}

.article-container ul li {
    padding: 4px 0 0px 10px !important;
}

#btn-forget-password {
    background: #dddddd;
}

/* Ticket Layout */

.ticket-title {
    margin: 0;
    padding: 10px;
    background: #B2C4E0;
    border-width: 0;
    font-size: 18px;
    line-height: 18px;
}

    .ticket-title span {
        display: inline-block !important;
    }

.ticket-details {
    margin: 0;
    border: 1px solid #B2C4E0;
}

.ticket-details--item {
    margin: 0 !important;
    border: 1px solid #B2C4E0;
    border-top-width: 0;
    border-left-width: 0;
    padding: 15px;
}

@media screen and (max-width: 767px) {
    .ticket-details--sub > .ticket-details--item {
        border-right-width: 0;
    }

    .ticket-details--sub .ticket-details--item:last-child {
        border-bottom-width: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .ticket-details--sub > .ticket-details--item:nth-child(2n) {
        border-right-width: 0;
    }

    .ticket-details--sub .ticket-details--item:nth-last-child(-n+2) {
        border-bottom-width: 0;
    }
}

@media screen and (min-width: 992px) {
    .ticket-details--sub > .ticket-details--item:nth-child(6n) {
        border-right-width: 0;
    }

    .ticket-details--sub .ticket-details--item:nth-last-child(-n+4) {
       /* border-bottom-width: 0;*/ /*commeted due to border not showing jwd ticket with analysis - remove this comment */
    }
}

.ticket-comment-container {
    background-color: #ebf0f9;
    border-bottom: 1px solid #B2C4E0;
}

.ticket-comment-container.hidden,
.ticket-comment-container:last-of-type {
    border-bottom-width: 0;
}

.ticket-comment-header,
.ticket-comment-details {
    padding: 15px;
    font-size: 13px;
}

.ticket-comment-header {
    width: 160px;
    float: left;
    text-align: center;
}

.ticket-comment-container-sender .ticket-comment-header {
    float: right;
}

.ticket-comment-header--avatar {
    width: 100px;
    height: 100px;
    -ms-border-radius: 100%;
    border-radius: 100%;
    border: 3px solid #cbcbcb;
    margin: 0 auto 15px;
    background-color: #fff;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ticket-comment-details {
    margin-left: 160px;
    background: #fafafa;
    position: relative;
}

.ticket-comment-container-sender .ticket-comment-details {
    margin-left: 0;
    margin-right: 160px;
}

.ticket-comment-details:after {
    content: "";
    position: absolute;
    top: 15px;
    left: -10px;
    border-style: solid;
    border-width: 6px 10px 6px 0;
    border-color: transparent #fafafa transparent transparent;
}

.ticket-comment-container-sender .ticket-comment-details::after {
    left: auto;
    right: -10px;
    border-color: transparent transparent transparent rgb(250, 250, 250);
    border-width: 6px 0 6px 10px;
}

.ticket-comment-details--header {
    color: #9c9c9c;
    height: 20px;
    margin-bottom: 5px;
}

.ticket-comment-header,
.ticket-comment-details--content {
    line-height: 1.5;
}

.toggle-comments-history {
    color: #f0f0f0 !important;
    padding: 10px;
    margin: -10px;
}

    .toggle-comments-history:hover {
        color: #fff !important;
    }

@media screen and (max-width: 768px) {
    .ticket-comment-header {
        width: 100%;
        float: none;
        text-align: left;
    }

    .ticket-comment-header--avatar {
        float: left;
        height: 50px;
        width: 50px;
        margin-bottom: 5px;
    }

    .ticket-comment-header--user,
    .ticket-comment-header--level {
        padding-left: 60px;
    }

    .ticket-comment-details {
        margin-left: 0;
    }

        .ticket-comment-details:after {
            top: -10px;
            left: 35px;
            border-width: 0 6px 10px 6px;
            border-color: transparent transparent #fafafa transparent;
        }
}

.accordeon-title-custom {
    border: 1px solid;
}

.accordeon-entry-custom {
    padding: 15px;
    border: 1px solid;
    border-top-width: 0;
}

    .accordeon-entry-custom .nav-tabs.nav-custom {
        position: relative;
        top: 1px;
        border-bottom-width: 0;
    }

        .accordeon-entry-custom .nav-tabs.nav-custom > li.active > a,
        .accordeon-entry-custom .nav-tabs.nav-custom > li.active > a:hover,
        .accordeon-entry-custom .nav-tabs.nav-custom > li.active > a:focus,
        .accordeon-entry-custom .nav-tabs.nav-custom > li > a:hover {
            background-color: #fafafa;
            border-bottom-width: 0;
        }

.input-group .simple-field {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

input.simple-field.autocomplete-picker,
.simple-field.autocomplete-picker {
    background-position-y: 8px;
}

.input-group-btn > .btn {
    font-size: 20px;
    line-height: 20px;
    height: 34px;
}

.simple-field.size-1 + .input-group-btn > .btn,
.simple-field.size-1 + .input-group-btn > .btn-group {
    height: 35px;
    width: 35px;
}

.simple-field + .input-group-btn > .btn-white {
    background-color: #fff;
    border: 1px solid transparent;
}

.lazyload.lazyload-anim {
    background-image: url(../../content/img/ajax-loader.gif);
    background-color: #E9E9E9;
    background-size: inherit;
}

/* Fixed Action Button */

.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 37px;
    height: 37px;
    line-height: 37px;
    padding: 0;
    background-color: #006b9e;
    border-radius: 25%;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    letter-spacing: .5px;
    text-transform: uppercase;
    -webkit-tap-highlight-color: transparent;
    border: none;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.btn-floating.has-image {
    padding: 8px;        
}

    .btn-floating i {		
		width: inherit;
        display: inline-block;
        text-align: center;
        color: #fff;
        font-size: 16px;
        line-height: 37px;
    }

    .btn-floating:hover {
        box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    }

    .btn-floating:hover {
        background-color: #3391bd;
    }

    .btn-floating:before {
        border-radius: 0;
    }

    .btn-floating.btn-large {
        width: 30px;
        height: 30px;
    }

        .btn-floating.btn-large i {
            line-height: 55.5px;
        }

button.btn-floating {
    border: none;
}

html[dir=ltr] .fixed-action-btn {
    position: fixed;
    top: -7px;
    right: 53px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 3;
}

html[dir=rtl] .fixed-action-btn {
    position: fixed;
    top: -7px;
    left: 53px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 3;
}

.btn-floating.has-image img {
	width: 20px;
	height: 20px;
}

.input-group .form-control {
    z-index: 1!important;
}

.popup .fixed-action-btn {
    z-index: 98;
}

.fixed-action-btn.active ul {
    visibility: visible;
}

.fixed-action-btn.horizontal {
    padding: 0 0 0 15px;
}

.fixed-action-btn.horizontal ul {
    text-align: right;
    right: 64px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    left: auto;
    width: 500px;
}

.fixed-action-btn.horizontal ul li {
    display: inline-block;
    margin: 15px 15px 0 0;
}

.fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    top: 75px;
    margin: 0;
    visibility: hidden;
}

.fixed-action-btn.fixed-action-btn-narrow ul {
    bottom: 45px;
}

.fixed-action-btn.fixed-action-btn-narrow .btn-large ~ ul {
    bottom: 60px;
}

html[dir=ltr] .fixed-action-btn ul li {
    margin-bottom: 15px;
    margin-right: 50px;
}

html[dir=rtl] .fixed-action-btn ul li {
    margin-bottom: 15px;
    margin-left: 50px;
}

.fixed-action-btn.fixed-action-btn-narrow ul li {
    margin-bottom: 5px;
}

.fixed-action-btn ul a.btn-floating {
    opacity: 0;
}

.overlay {
    display: none;
    background-color: #E1E1E1;
    opacity: 0.80;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.popup .overlay {
    z-index: 90;
}

.fixed-action-btn ~ .overlay {
    display: block;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: -1;
    transition: opacity 400ms ease-in;
}

.fixed-action-btn.active ~ .overlay {
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 1;
}

.popup .fixed-action-btn.active ~ .overlay {
    z-index: 2;
}

.fixed-action-btn > .btn-floating:before,
.fixed-action-btn > .btn-floating:after {
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fixed-action-btn > .btn-floating:before {
    height: 2px;
    width: 15px;
}

.fixed-action-btn > .btn-floating:after {
    height: 15px;
    width: 2px;
    -webkit-transition: transform 400ms ease, width 400ms ease;
    -moz-transition: transform 400ms ease, width 400ms ease;
    -ms-transition: transform 400ms ease, width 400ms ease;
    -o-transition: transform 400ms ease, width 400ms ease;
    transition: transform 400ms ease, width 400ms ease;
}

.fixed-action-btn.active > .btn-floating:after {
    width: 0;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.material-tooltip {
    display: none !important;
}

.mobile-fab-tip {
    font-size: 14px;
    line-height: 20px;
    position: fixed;
    padding: 5px 10px;
    text-align: right;
    background-color: #f5f3f3;
    border-radius: 2px;
    color: #737373;
    opacity: 0;
    border-radius: 100px;
    -webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    -o-animation: fadein 1s;
    animation: fadein 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin-top: 3px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

html[dir=ltr] .mobile-fab-tip {
    right: 105px;
}

html[dir=rtl] .mobile-fab-tip {
    left: 105px;
}

    @keyframes fadein {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes fadein {
        /* Firefox */
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-webkit-keyframes fadein {
        /* Safari and Chrome */
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-o-keyframes fadein {
        /* Opera */
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @media only screen and (min-width: 993px) {
        .mobile-fab-tip {
            margin-top: 7px;
        }
    }

    .btn-floating.btn-large span {
    display: none;
}

@media only screen and (min-width: 993px) {
    .btn-floating.btn-large span {
        display: inline;
    }

    .btn-floating.btn-large i {
        display: none;
    }

    .mobile-fab-tip {
        line-height: 20px;
    }

    .btn-floating {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .btn-floating.has-image {
        padding: 12px;        
    }
}

/* Custom Modal */
#loader-wrapper {
    z-index: 901;
}

.input-group-btn .tbox-btn {
    padding: 7px 7px 6px;
}

.input-group > select {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 81px;
    z-index: 10;
    width: 100px;
    border-radius: 0;
}

.contact-group-title {
    border: 0;
    padding: 5px 30px;
    font-size: 16px;
    background: #f0f0f0;
}

.modal-custom {
    display: none;
    filter: alpha(opacity=0);
    opacity: 0;
    position: fixed;
    top: 46px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
}

.modal-custom-open {
    overflow-y: hidden!important;
}

.modal-custom-open .modal-custom {
    display: block;
}

.modal-content-custom {
    position: fixed;
    top: 78px;
    left: 0;
    width: 100%;
    height: 93.867vh;
    height: calc(100vh - 78px);
    overflow-y: auto;
    background: #fafafa;
    z-index: 4;
}

.modal-content-custom .inline-product-entry {
    border-right: 1px #f0f0f0 solid;
    margin: 0;
    padding: 10px 30px;
    cursor: pointer;
    -webkit-transition: background 400ms ease;
    -moz-transition: background 400ms ease;
    -ms-transition: background 400ms ease;
    -o-transition: background 400ms ease;
    transition: background 400ms ease;
}

.modal-content-custom .inline-product-entry:hover {
    background: #fff;
}

.modal-content-custom .inline-product-entry .content {
    display: block;
    position: relative;
    z-index: 2;
}

.modal-content-custom .inline-product-entry .contentbg {    
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px;
    position: relative;
    z-index: 2;
}

.modal-content-custom .inline-product-entry .text-truncate {
    width: 100%;
}

.vinf:after {
    position: absolute;
    font-family: 'FontAwesome';
    bottom: 0;
    right: 10px;
    content: "\f25a";
    color: #d2d2d294;
    font-size: 40px;
}

.vinf .title {
    font-weight: 800;
}

#contactdata .inline-product-entry {
    margin: 10px !important;
    border: 1px solid #ccc !important;
    border-radius: 10px;
}

@media screen and (max-width: 767px) {



   

    .contact-group-title,
    .modal-content-custom .inline-product-entry {
        padding-left: 10px;
        padding-right: 10px;
    }

    .modal-content-custom .inline-product-entry {
        border-right-width: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .modal-content-custom .inline-product-entry:nth-child(2n) {
        border-right-width: 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .modal-content-custom .inline-product-entry:nth-child(3n) {
        border-right-width: 0;
    }
}

@media screen and (min-width: 1200px) {
    .modal-content-custom .inline-product-entry:nth-child(4n) {
        border-right-width: 0;
    }
}



/*********for approval ***vinod>>*/
.button-link {
    padding: 5px 15px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .button-link:hover {
        background: #356094;
        border: solid 1px #2A4E77;
        text-decoration: none;
        color: #FFF;
    }

    .button-link:active {
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.6);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.6);
        background: #2E5481;
        border: solid 1px #203E5F;
        color: #FFF;
    }

.button-link {
    color: #FFF;
}

    .button-link a:visited {
        color: #FFF;
    }


.red {
    background: #990000;
    border: solid 1px #990000;
}

    .red:hover {
        background: #ff0000;
    }

    .red:hover {
        background: #ff0000;
        border: solid 1px #990000;
    }

.green {
    background: #006600;
    border: solid 1px #003300;
}

    .green:hover {
        background: #009933;
    }

    .green:hover {
        background: #009933;
        border: solid 1px #003300;
    }

/*********for approval ***<<vinod*/

/* User Avatar Dropdown */
.header-top-entry .title.user-avatar-dropdown {
    position: relative;
    padding-left: 55px;
}

html[dir=rtl] .user-avatar-dropdown .user-avatar-container {
    left: auto;
    right: 10px;
}

html[dir=ltr] .user-avatar-dropdown .user-avatar-container {
    left: 10px;
}


.user-avatar-dropdown .user-avatar-container {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
    z-index: -1;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .user-avatar-dropdown .user-avatar-container .user-avatar {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

.user-avatar-dropdown ~ .dropdown-menu {
    margin-top: 15px;
}

    .user-avatar-dropdown ~ .dropdown-menu:before {
        content: '';
        position: absolute;
        top: 0;
        right: 23px;
        width: 0;
        height: 0;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #958f8f transparent;
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

input {
    line-height: inherit !important;
}

/* e-Grid */

.article-container .e-grid ul li:before {
    display: none;
}

.article-container .e-grid ul {
    margin-bottom: 0;
}

.e-boolrowcell {
    text-align: center !important;
}

.e-grid > .e-btn.e-select {
    margin-top: -35px !important;
}

.e-chkbox-wrap .e-chk-image.e-stop,
.e-chkbox-wrap .e-chk-image.e-checkmark {
    color: #595b5d !important;
}

/* e-Grid */

/* Fixed header-top */

.header-top:before {
    content: '';
    position: fixed;
    height: 46px;
    top: 0;
    left: -20px;
    right: -20px;
    z-index: -1;
}

/* Fixed header-top */


ul.nav-tabs-custom {
    background: #006b9e;
    border-radius: 0;
    margin: 0;
    position: fixed;
    top: 46px;
    left: 0;
    right: 0;
    z-index: 2;
    font-size: 0 !important;    
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

ul.nav-tabs-custom.nav-tabs-custom-bottom {
    top: auto!important;
    bottom: 0;
}

ul.nav-tabs-custom.nav-tabs-custom-with-titles {
    height: 46px;
}

ul.nav-tabs-custom > li {
    display: inline-block;
    padding: 10px !important;
    width: 25%;
    font-size: 20px;
    text-align: center;
    border-bottom: 2px solid transparent;
}
@media (max-width: 991px) {
    ul.nav-tabs-custom > li {
        padding: 3px !important;
        padding-top: 5px !important;
    }

        ul.nav-tabs-custom > li span {
            font-size: 12px !important;
            line-height: 15px !important;
        }
}

.noticeicons li { font-size:18px !important;}

.noticeicons ul.nav-tabs-custom > li {
    padding: 0px !important;
}

    ul.nav-tabs-custom.nav-tabs-custom-5 > li {
        width: 20%;
    }

    ul.nav-tabs-custom > li.active {
        border-bottom-color: #378fb9;
    }


    ul.nav-tabs-custom > li:before {
        display: none;
    }

    ul.nav-tabs-custom > li a {
        color: #ffffff !important;
    }

    ul.nav-tabs-custom.nav-tabs-custom-with-titles > li {
        padding: 0 !important;
        font-size: 18px;
        height: 46px;
        white-space:nowrap;
    }

        ul.nav-tabs-custom.nav-tabs-custom-with-titles > li span {
            display: block;
            font-size: 11px;
            display: block;
            line-height: 1;
        }

        ul.nav-tabs-custom.nav-tabs-custom-with-titles > li i {
            margin-top: 8px;
        }

    @media screen and (max-width: 480px) {
        .tab-pane-custom {
            display: none;
            padding-top: 15px;
        }

            .tab-pane-custom.active {
                display: block;
            }

        .tab-pane-hidden {
            display: none !important;
        }
    }

    @media screen and (min-width: 481px) {
        ul.nav-tabs-custom {
            display: none;
        }

        .tab-pane-custom {
            display: block;
        }
    }

    .is-mobile .header-middle {
        display: none;
    }

    .is-mobile ul.nav-tabs-custom {
        display: block;
    }

    .is-mobile .tab-pane-custom {
        display: none;
        padding-top: 15px;
    }

        .is-mobile .tab-pane-custom.active {
            display: block;
        }

    .is-mobile .tab-pane-hidden {
        display: none !important;
    }

    .e-ganttviewerbodyContianer-ganttViewTable,
    .fc-toolbar .fc-state-active,
    .fc-toolbar .ui-state-active {
        z-index: 1 !important;
    }

    .fixed-carousel-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        border-bottom-width: 0;
    }

    .has-fixed-carousel-bottom .fixed-action-btn {
        top: -7px;
    }

    .has-fixed-carousel-bottom .site-footer {
        height: 43px !important;
    }

    /* Responsive Tabs - START */

    .nav.nav-tabs.owl-carousel .owl-prev,
    .nav.nav-tabs.owl-carousel .owl-next {
        position: absolute;
        top: 50%;
        display: block;
        border: 0;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .nav.nav-tabs.owl-carousel .owl-prev {
        left: 5px;
    }

    .nav.nav-tabs.owl-carousel .owl-next {
        right: 5px;
    }

        .nav.nav-tabs.owl-carousel .owl-prev i,
        .nav.nav-tabs.owl-carousel .owl-next i {
            -moz-transform: scale(2,2);
            -ms-transform: scale(2,2);
            -o-transform: scale(2,2);
            -webkit-transform: scale(2,2);
            transform: scale(2,2);
        }

    .nav.nav-tabs.owl-carousel.owl-dis-trans .owl-stage {
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .nav.nav-tabs.owl-carousel .owl-stage {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: box;
    }

    .nav.nav-tabs.owl-carousel.owl-dis-trans .owl-nav,
    .nav.nav-tabs.owl-carousel .owl-nav > .disabled {
        display: none !important;
    }

    .nav.nav-tabs.owl-carousel {
        padding: 0 15px;
        margin-top: 15px;
    }

    .article-container ul.nav.nav-tabs.owl-carousel li {
        padding: 0 !important;
    }

    .nav.nav-tabs.owl-carousel.owl-dis-trans {
        padding: 0;
    }

    .nav.nav-tabs.owl-carousel li.active a,
    .nav.nav-tabs.owl-carousel li.active a:focus,
    .nav.nav-tabs.owl-carousel li.active a:hover {
        font-weight: bold;
        color: #fff !important;
        cursor: default;
        background-color: #515151;
        border: 1px solid #515151;
        border-bottom-color: transparent;
        margin-right: 2px;
    }

    html[dir=rtl] .nav.nav-tabs.owl-carousel li.active a,
    html[dir=rtl] .nav.nav-tabs.owl-carousel li.active a:focus,
    html[dir=rtl] .nav.nav-tabs.owl-carousel li.active a:hover,
    html[dir=rtl] .nav.nav-tabs.owl-carousel li a {
        margin-right: 0;
        margin-left: 2px;
    }

    .nav.nav-tabs.owl-carousel li a:focus,
    .nav.nav-tabs.owl-carousel li a:hover {
        background-color: #eee;
        border-color: #eee #eee #ddd;
    }

    .nav.nav-tabs.owl-carousel .owl-stage-outer {
        height: 36px;
    }

    .nav.nav-tabs.owl-carousel li a {
        position: relative;
        line-height: 1.42857143;
        border-radius: 4px 4px 0 0;
        padding: 10px 15px;
        bottom: -6px;
        border: 1px solid #dddddd;
        margin-right: 2px;
    }

    html[dir=rtl] .nav.nav-tabs.owl-carousel li a {
        bottom: -7px;
    }

    /* Responsive Tabs - END */

    .jstree-proton .jstree-clicked,
    .jstree-proton .jstree-hovered,
    .jstree-proton .jstree-wholerow-clicked,
    .jstree-proton .jstree-wholerow-hovered {
        background: #e0e0e0 !important;
        box-shadow: none !important;
    }

    .jstree-node {
        font-size: 14px;
    }

    .article-container ul li.jstree-node {
        padding: 0 !important;
    }

    .jstree-proton .jstree-themeicon.fa-folder:before {
        content: "\f114";
    }

    .jstree-proton .jstree-themeicon.fa-file:before {
        content: "\f016";
    }

    @media (max-width: 767px) {
        .jstree-proton.jstree-rtl .jstree-leaf > .jstree-ocl {
            background-position: -66px -37px;
        }
    }

    .toolbar-icons {
        z-index: 2 !important;
    }

    .checkbox-entry input:checked + span:after {
        content: "\f00c";
        font-family: FontAwesome;
        color: white;
        font-size: 11px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .checkbox-entry.radio input:checked + span:after {
        top: -1px;
        left: -1px;
        transform: none;
    }

    .jstree-proton {
        font-family: inherit !important;
    }

    .simple-search-form {
        border: 0;
        padding: 0;
    }

        .simple-search-form input[type="text"] {
            padding: 0 20px;
            height: 43px;
        }

    header.type-4 .header-top-entry .title .fa,
    header.type-4 .header-top-entry .title .fa:last-child,
    .header-top-entry .title a {
        color: #fff;
    }

    .header-middle {
        padding: 10px 0;
    }

    div.input-group-addon {
        border-color: #e8e8e8 !important;
    }

    .block-title,
    .fc-toolbar h2 {
        font-weight: 400 !important;
    }

    .favouriteMenu .user-avatar-dropdown {
        padding: 1px 20px !important;
    }

    .favouriteMenu.readonly > li:first-of-type, .favouriteMenu.readonly .btn-edit {
        display: none !important;
    }

    .article-container .favouriteMenu ul li {
        padding: 0 !important;
    }

    .fc th,
    .fc-basic-view .fc-week-number {
        padding: 5px !important;
        text-align: center !important;
        vertical-align: middle;
    }

    .ui-widget-header {
        font-weight: 400 !important;
    }

    .favouriteMenu {
        font-size: 13px;
    }

    @media (min-width: 767px) {
        html[dir=ltr] .favouriteMenu {
            margin-right: 40px;
        }

        html[dir=rtl] .favouriteMenu {
            margin-left: 40px;
        }
    }

    .favouriteMenu .dropdown-menu {
        max-height: 400px;
        max-height: calc(100vh - 89px);
        overflow-y: auto;
    }

    .fc-button-group button {
        font-weight: 400 !important;
        text-transform: capitalize;
    }

    .header-wrapper.style-16 header .icon-entry {
        width: auto;
    }

    .fc .ui-icon {
        background: none !important;
        width: auto !important;
        height: auto !important;
        display: inline-block !important;
        font: normal normal normal 14px/1 FontAwesome !important;
        font-size: inherit !important;
        text-rendering: auto !important;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
        text-indent: initial !important;
        overflow: initial !important;
    }

        .fc .ui-icon.ui-icon-fa-edit:before {
            content: "\f044" !important;
        }

        .fc .ui-icon.ui-icon-fa-eye:before {
            content: "\f06e" !important;
        }

        .fc .ui-icon.ui-icon-fa-filter:before {
            content: "\f0b0" !important;
        }

    #LoginPanel,
    .site-content.middle-content.article-container.style-1 {
        margin-bottom: 0;
    }

    .header-middle .search-input {
        float: left;
        width: calc(100% - 110px);
    }

        .header-middle .search-input .input-group-addon {
            border-color: #f5f5f5 !important;
            padding: 0 !important;
        }

            .header-middle .search-input .input-group-addon:after {
                content: "\f002";
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                width: 45px;
                background: #f5f5f5;
                padding: 15px 0;
                font-family: "FontAwesome";
                color: #b4b4b4;
            }

        .header-middle .search-input .form-group {
            margin-bottom: 0 !important;
        }

        .header-middle .search-input input {
            width: 100%;
            border: none !important;
            padding: 13px 20px !important;
            background: none !important;
        }

    header .breadcrumb-entry {
        border-top-width: 0;
        border-bottom: 1px #f7f7f7 solid;
    }

        header .breadcrumb-entry.is-visible + .header-middle {
        }

    #ulTabs {
        margin: 0;
    }

    /* Optimum AutoComplete - START */
    html .ui-autocomplete {
        height: auto !important;
        max-height: initial !important;
        background: #fff !important;
    }

    .ui-menu.ui-widget.ui-widget-content .ui-menu-item {
        padding: 15px;
        border-bottom: 1px solid;
    }

        .ui-menu.ui-widget.ui-widget-content .ui-menu-item:last-child {
            border-bottom-width: 0;
        }

    .ui-menu.ui-widget-content .ui-state-hover,
    .ui-menu.ui-widget-content .ui-state-focus {
        border-width: 0;
        margin: 0;
    }

    .ui-menu.ui-widget.ui-widget-content,
    .ui-menu.ui-widget.ui-widget-content .ui-menu-item {
        border-color: #f5f5f5;
    }

    /* Optimum AutoComplete - END */

    .popup .navigation {
        border: 2px #f7f7f7 solid;
        border-width: 2px 0;
        margin: 15px 0;
    }

    .popup,
    .popup.pickerBgColor {
        background-color: #fff !important;
    }

    @media (min-width: 1200px) {
        header.type-4:not(.fixed-header) nav > ul {
            width: 100%;
        }

        header.type-4 .header-top-entry .title {
            border-color: #fff;
        }
    }


    /* ======== THEME [OPTIMUM] ============
 * MAIN COLOR:        #2e2e2e 
 * SECONDARY COLOUR:  #2e2e2e 
    LIGHT BG  #fafafa
 */

    #loader-wrapper.popup {
        top: 89px !important;
    }

    body.style-3 .information-blocks {
        margin-bottom: 0;
    }

    ul.nav-tabs-custom > li.active {
        background-color: rgb(157, 157, 157) !important;
        border-color: #fff !important;
        position: relative;
    }

        ul.nav-tabs-custom > li.active:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px;
            border-color: transparent transparent #fff transparent;
            transform: translateX(-50%);
        }

    ul.nav-tabs-custom.nav-tabs-custom-with-titles > li.active:after {
        display: none;
    }

    .newsbox-bg {
        background: #2e2e2e url(../../App_Themes/Optimum/images/bg_footer.png) center !important;
    }

    .copyright {
        color: #fff;
    }

    .btn-floating:hover,
    ul.nav-tabs-custom,
    .header-wrapper.style-3 header .icon-entry:hover .image {
        background: #2e2e2e !important;
    }

    .newsbox ul li,
    .fixed-carousel-bottom {
        border-color: #cecece !important;
    }

    #TabsNavigation nav .simple-list .submenu {
        width: auto !important;
        left: 0;
        right: auto;
        margin: -11px 0 0;
        z-index: -2;
        padding-top: 0;
        border-radius: 15px;
        min-width: 180px;
    }

        #TabsNavigation nav .simple-list .submenu ul > li:first-of-type a {
            border-top-width: 0;
        }

        #TabsNavigation nav .simple-list .submenu ul > li.active,
        #TabsNavigation nav .simple-list .submenu ul > li.active .fa {
            font-weight: bold;
            color: #2e2e2e;
        }

    .submenu,
    body.style-3 .sidebar-navigation,
    #carouselTicker > span:first-child {
        border-color: #2e2e2e !important;
    }

    .pagingbg,
    .formtable01,
    .formtable01 td,
    .pnl-Boarder,
    .ticket-details,
    .ticket-details--item,
    .ticket-comment-container,
    .simple-field + .input-group-btn > .btn-white,
    .accordeon-entry,
    .nav-tabs.nav-custom,
    .nav-tabs.nav-custom > li.active > a,
    .nav-tabs.nav-custom > li.active > a:hover,
    .nav-tabs.nav-custom > li.active > a:focus,
    .nav-tabs.nav-custom > li > a:hover,
    .divinlineFull,
    .divinlineSub,
    img.ui-datepicker-trigger,
    .textinput2,
    .fixed-carousel-bottom,
    td[id^=Form-Controls] [id^=section] [class*=col-], td[id^=Form-Controls] > [class*=col-],
    td[id^=Form-Controls] .div-line,
    .form-label,
    .input-group .form-control,
    #carouselTicker > span:first-child {
        border-color: #cecece !important;
    }

    body.style-3 .sidebar-navigation .title,
    body.style-3 .sidebar-navigation .entry:before,
    .btn-floating,
    #carouselTicker > span:first-child, #carouselTicker > span:last-child {
        background: #2e2e2e;
    }

    .formtitle04,
    .formtitle09,
    .formtitlehd,
    .GridACHeader,
    .TotalFooter,
    .PopupScreen,
    .form-label,
    .box.box-multilevel > .box-body > .box > .box-header {
        background-color: #e8e9ea !important;
    }

    span.formtitle04 {
        background-color: #fafafa !important;
    }

    .ddlclass {
        color: #666666 !important;
        background-color: #fafafa !important;
        border: #e8e8e8 1px solid !important;
    }

    .btn-floating-white {
        border-color: #005578 !important;
        color: #005578 !important;
    }

    .unread td, .table-striped > tbody > tr.unread:nth-child(odd) > td {
        background-color: #7bbfbd !important;
    }

    .divinline2 {
        border-color: #cecece !important;
    }

    .ticket-title {
        background: #2e2e2e !important;
        color: #f0f0f0 !important;
    }

    /*vinod >>*/

    input[type=text], input[type=select], select, textarea {
        border-color: #e8e8e8 !important;
        border-radius: 4px;
        border-width: 1px !important;
        padding: 4px; /* !important; making size big on filter textbox*/
        border-style: solid;
    }

    .pnl-Boarder,
    .input-group .input-group-addon {
        border-color: #cecece !important;
    }


    .bigmodules td {
        border-color: #cecece !important;
        padding: 5px !important;
    }

    .bigmodules {
        border-color: #cecece !important;
        background-color: #fafafa !important; /*special*/
    }

    .formtable01 td {
        /*border: #2e2e2e  1px solid!important;*/
    }

    .formtable02 td {
        border-color: #cecece !important;
    }

    .formtable04 td {
        border-color: #cecece !important;
    }


    .PopupScreen {
        background-color: #fafafa !important;
        border-color: #cecece !important;
    }

    .PopupScreen2 {
        background-color: #fafafa !important;
        border-color: #cecece !important;
    }

    .keyboard li:hover {
        border-color: #cecece !important;
    }

    .keyboard li {
        background: #fafafa !important;
        border-color: #cecece !important;
    }

        .keyboard li:hover {
            position: relative;
            top: 1px;
            left: 1px;
            border-color: #e5e5e5;
            cursor: pointer;
        }

    .pickerBgColorImage,
    .ticket-comment-container {
        background-color: #fafafa !important
    }

    .divinline5, .divinline3 {
        border: 2px solid #cecece !important
    }

    .alltextb a:visited,
    .alltextb a,
    .sale-entry .sale-price span {
        color: #2e2e2e !important;
    }

    /*
A:VISITED {
    color: #b3952a !important;
}
A:LINK {
    color: #b3952a !important;
}*/

    .formstyle {
        color: #231f20 !important;
    }

    .pagingbg {
        /*background-color: #fafafa !important;*/
        border-color: #cecece !important;
    }

    .formtitlehd {
        font-size: 14px !important;
    }

    .Btn {
        background: #2e2e2e !important;
        color: white !important; /* @ IE6 */
    }


    span.easytree-active a,
    span.easytree-active span.easytree-title {
        background-color: #2e2e2e !important;
        color: white !important; /* @ IE6 */
    }



    .ui-widget-content {
        border-color: #cecece !important;
    }

    .smallTable {
        /*display: block !important;*/
    }

        .smallTable td {
            padding: 0px !important;
            /*width: 100% !important;*/
            white-space: nowrap;
        }

        .smallTable .TD {
            width: 100%;
        }

        .smallTable td:first-child {
            width: 95% !important;
        }


    input.autocomplete-picker, .autocomplete-picker {
        padding: 4px !important;
        padding-left: 22px !important;
        border-color: #cecece !important;
    }

    .forminputarea {
        border-color: #cecece !important;
    }

    .formpageheader {
        background: #2e2e2e !important;
        border-bottom: #8C8C8C 0px solid !important;
        color: #fff !important;
    }



    table .TotalFooter {
        background-color: #fafafa !important;
    }

    .ui-widget-header,
    .filter-title.filter-title-light {
        border-color: #cecece !important;
        background: #fafafa !important;
        color: #808285 !important;
    }

    .header-wrapper.style-3 header .icon-entry:hover .image .fa,
    .fc-event, .fc-event:hover, .ui-widget .fc-event {
        color: #fff !important;
    }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        border-color: #cecece !important;
        background: #fafafa !important;
        color: #2e2e2e !important;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border-color: #cecece !important;
        background: #fafafa !important;
        color: #808285 !important;
    }

    .btn-default {
        color: #333 !important;
        background-color: #ccc !important;
        border-color: #cecece !important;
    }

    .whole_calendar {
        overflow: hidden !important;
        background-color: #2e2e2e !important;
    }

    .btn-primary {
        color: #fff !important;
        background-color: #2e2e2e !important;
        border-color: #cecece !important;
    }

    .bubbles span,
    .bg-aqua {
        background-color: #2e2e2e !important;
    }

    .frmbn {
        color: #6d6d6d;
        background-color: #2e2e2e !important;
    }

    .reportButton {
        width: 100%;
        border: 0;
        padding: 10px;
        font-size: 12px;
        border-radius: 4px;
        color: #fafafa;
        text-transform: uppercase;
    }


    .forminputs {
        border-color: #cecece !important;
    }


    .table-bordered {
        border-color: #cecece !important;
    }

    div.no-more-tables .table-bordered > thead > tr > th {
        background-color: #fafafa !important;
        border-color: #cecece !important;
    }

    .table-bordered {
        border-color: #cecece !important;
    }

        .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
            border-color: #cecece !important;
        }

    .formtable01Inq {
        border-color: #cecece !important;
    }

        .formtable01Inq td {
            border-color: #cecece !important;
        }

    .forminputs {
        border-color: #cecece !important;
        border-radius: 4px;
        border-width: 1px !important;
        padding: 4px !important;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        background-color: #888 !important;
    }

    .formtitle02 {
        font-size: 13px !important;
    }

    .PageTitle {
        padding: 0px !important;
    }

    .box-body {
        padding: 0px !important;
    }

    .btnSHFilter-pos {
        margin-top: 8px !important;
    }

    .gridtitle {
        font-size: 13px !important;
    }

    .article-container a {
        color: #6b5e5e !important;
    }

    .simple-field {
        border-color: #cecece !important;
    }

    #btn-forget-password {
        background-color: #2e2e2e !important;
        color: #f0f0f0 !important;
    }

    .formtitle02 {
        color: #2e2e2e !important;
    }

    .TA-Padding .btn-default {
        background: #2e2e2e !important
    }

    .keyboard li a {
        color: #000066 !important;
    }

    .formtable03 td {
        border-color: #cecece !important;
    }

    .formtable01 th {
        border-color: #cecece !important;
    }

    .objectstable td {
        border-color: #cecece !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .button.style-5, .button.style-2, .button.style-1, .btn-default {
        border-color: #cecece !important;
        background: #2e2e2e !important;
        color: #fff !important;
    }

        .btn-default .fa {
            color: #fff !important;
        }

    #accordion-details, #DetailsFieldsPnl {
        border-color: #cecece !important;
    }

    .filter-title {
        background-color: #fafafa !important;
        border-color: #cecece !important;
    }

    .checkbox-entry input + span {
        border-color: #cecece !important;
    }

    table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        border-color: #cecece !important;
    }

    .GridHeader, .GridHeader th {
        background-color: #fafafa !important;
        border-color: #cecece !important;
    }

    .GeneralTD {
        height: 35px !important;
    }

    /* for active inactive checkbox on button bar*/
    input[type=checkbox], input[type=radio] {
        margin-right: 4px !important;
        margin-left: 4px !important;
    }

    .NewTableHead {
        background-color: #2e2e2e !important; /*darker color*/
        color: #fff;
    }

    .SubGridACHeader {
        background-color: #fafafa !important;
    }

    .GridACHeader > .SubGridACHeader {
        background-color: #fafafa !important;
    }

    .content {
        padding: 10px !important;
        padding-top: 0 !important;
    }

    .noBorder-top {
        border-top: #cecece 1px solid !important;
    }


    @media (max-width: 500px) {
        .keyboard li {
            width: 25px !important;
        }
    }

    .formPicker {
        border-color: #cecece !important;
    }

    .SubTitle {
        color: #2e2e2e !important;
        border-color: #cecece !important;
    }

    /*
@media (max-width: 676px) {
    .keyboard li {
        width: 35px !important;
    }
}
@media (max-width: 838px) {
    .keyboard li {
        width: 50px !important;
    }
}
*/

    /*NEW>>*/
    .bgcolor1 {
        background-color: #fafafa !important;
    }

    .plr-20,
    input[type=text].plr-20,
    select.plr-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    input[type=radio] {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    hr {
        color: #2e2e2e;
        background-color: #2e2e2e;
        height: 1px;
    }

    @media only screen and (max-width: 767px) {
        .table-responsive-custom > tbody > tr:nth-of-type(odd) {
            border-bottom-color: #cecece !important;
        }
    }

.favouriteMenu .parent-item-input,
.favouriteMenu .parent-item > .single-item,
.favouriteMenu .group-items > .single-item,
.tbox-btn-container,
.sale-entry,
.block-title,
.box {
    border-color: #575757 !important;
}


    .tbox-btn {
        background-color: #fafafa !important;
        border-color: #cecece !important;
        color: #2e2e2e !important;
    }

        .tbox-btn:hover {
            background: #2e2e2e !important;
        }

    .tabcontainer {
        display: none;
    }

    /*<<NEW*/

    option {
        padding: 4px;
    }

    .filtervalue {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }

    .textinput2 {
        padding: 4px !important;
    }


    .ddlinput2 {
        padding: 8px !important;
    }

    .ddlinput22 {
        padding: 4px !important;
        border-radius: 5px;
        padding: 0px;
        border: 1px solid #a9a9a9;
        padding-right: 0;
        padding-left: 0;
        font-size: 12px;
        font-weight: bold;
    }

    #tblLinks a {
        background-color: #fafafa !important;
    }

    .GridPagerStyle {
        background-color: #fafafa !important;
    }

    body .box.box-primary .box-header,
    .box-header-main {
        border-bottom: 1px solid #cecece !important;
    }

    #carouselTicker .carouselTicker__item a {
        color: #000000 !important;
    }

    .carouselTicker__item:after {
        background: #000000 !important;
    }

    /* VN >>*/
    .filter-title.filter-title-light {
        background: #2e2e2e url(../../App_Themes/Optimum/images/bg_footer.png) center !important;
        font-size: 20px !important;
        color: #fff !important;
    }

        .filter-title.filter-title-light:after {
            color: #fff !important;
        }

    .tbox-btn-container {
        background: #2e2e2e !important;
    }

        /*@media only screen and (max-width: 600px)  { */
        .tbox-btn-container > .tbox-btn {
            background-color: #2e2e2e !important;
            border: 1px solid transparent !important;
            color: #ffffff !important;
            /* margin-left: 5px; */
        }

            .tbox-btn-container > .tbox-btn:hover {
                background: #2e2e2e !important;
                border-color: #fff !important;
                color: #fafafa !important;
            }
    /*}*/

    /* VN <<*/

    .form-group.form-group-section .form-label {
        color: white;
        background: #2e2e2e url(../../App_Themes/Optimum/images/bg_footer.png) center !important;
    }

    #divPlaceHolder.formtable01.mt-15 {
        padding: 0 !important;
        border-width: 0 !important;
    }

    .fc-bg .ui-widget-content.ui-state-highlight, .ui-widget-header .ui-state-highlight {
        background: rgba(28, 142, 157, 0.2) !important;
        color: rgb(28, 142, 157) !important;
    }


    body.style-10 .sidebar-navigation .title {
        background: #fafafa;
        color: #333;
    }

    body.style-10 .sidebar-navigation {
        border-color: #f0f0f0;
    }

    .sidebar-navigation .title {
        margin-top: 0;
    }

    .has-fab .site-content.middle-content.article-container.style-1 {
        padding-bottom: 70px;
    }

    .dxrp-noCollapsing {
        height: auto !important;
    }

    .jstree-anchor {
        /*enable wrapping*/
        white-space: normal !important;
        /*ensure lower nodes move down*/
        height: auto !important;
        margin-top: 3px !important;
        width: 95%;
    }

    #logo img {
        display: block;
        width: auto;
        max-width: 300px;
        height: 45px;
    }

    html[dir=rtl] .header-middle .search-input .input-group-addon:after {
        left: 0;
        right: auto;
    }

    html[dir=rtl] .header-middle .search-input {
        float: right;
    }

    @media (min-width: 1200px) {
        html[dir=rtl] .header-wrapper.style-16 header.type-4 .logo-wrapper {
            text-align: right;
        }
    }

    @media screen and (min-width: 1200px) {
        .navigation nav > ul > li.simple-list {
            position: relative;
        }

            .navigation nav > ul > li.simple-list:hover:after,
            .navigation nav > ul > li.simple-list.active:after {
                content: "";
                position: absolute;
                bottom: 10px;
                left: 50%;
                transform: translateX(-50%);
                border-width: 5px;
                border-style: solid;
                border-color: transparent transparent white transparent;
            }

            .navigation nav > ul > li.simple-list:before {
                content: "";
                position: absolute;
                top: 10px;
                right: 5px;
                bottom: 10px;
                left: 5px;
                background: transparent;
                border-radius: 50px;
                z-index: -1;
                transition: background-color ease 400ms;
            }

            .navigation nav > ul > li.simple-list:hover:before,
            .navigation nav > ul > li.simple-list.active:before {
                background: #515151;
            }

            .navigation nav > ul > li.simple-list.active > a,
            .navigation nav > ul > li.simple-list:hover > a {
                color: #fff;
            }
    }

    @media screen and (max-width: 1199px) {
        .navigation nav > ul > li.simple-list.active {
            z-index: 0;
        }

        .sidebar-navigation .entry .fa,
        .sidebar-navigation .entry .fav {
            position: absolute;
            top: 50%;
            z-index: 1;
            right: 15px;
            transform: translateY(-50%);
        }

        .sidebar-navigation .entry {
            padding: 0 !important;
            background: transparent;
        }

            .sidebar-navigation .entry a {
                background: transparent;
                transition: background-color ease 400ms !important;
            }

            .sidebar-navigation .entry.active a,
            .sidebar-navigation .entry:hover a {
                background: #515151;
                color: #fff !important;
            }
    }

    .show-on-mobile {
        display: none;
    }

    html.is-mobile .show-on-mobile {
        display: block;
    }

    .is-mobile .fixed-action-btn {
        display: none;
    }

    @media screen and (max-width: 767px) {
        .menu-button-custom.right-side-custom {
            right: 140px;
        }

        html[dir=rtl] .menu-button-custom.right-side-custom {
            left: 140px;
            right: auto;
        }

        #UserMenu {
            position: absolute;
            right: 0px;
        }

        html[dir=rtl] #UserMenu {
            left: 0;
            right: auto;
        }

        html[dir=ltr] #UserMenu.header-top-entry .title.user-avatar-dropdown {
            border-right: 0;
            padding: 0;
            padding-left: 55px;
        }

        html[dir=rtl] #UserMenu.header-top-entry .title.user-avatar-dropdown {
            border-left: 0;
            padding: 0;
            padding-right: 55px;
        }

        .favouriteMenu.header-top-entry {
            position: absolute;
            right: 78px;
        }

        html[dir=rtl] .favouriteMenu.header-top-entry {
            left: 98px;
            right: auto;
        }

        .favouriteMenu.header-top-entry .title.user-avatar-dropdown {
            border: 1px solid white;
            border-width: 0 1px 0 1px;
            padding: 0 7px !important;
        }

        html[dir=ltr] .user-avatar-dropdown .user-avatar-container {
            right: 0px !important;
            left: auto;
        }

        .user-avatar-dropdown .user-avatar-container {
            right: 0;
            left: auto;
            width: 38px;
            height: 38px;
        }

        html[dir=rtl] .user-avatar-dropdown .user-avatar-container {
            left: 0;
            right: auto;
        }

        html[dir=ltr] span#numbers {
            position: relative;
            left: -44px !important;
        }

        html[dir=rtl] span#numbers {
            position: relative;
            left: 44px !important;
        }

        .header-top {
            height: 60px;
            padding: 21px 47px;
        }

        .tbox,
        .tbox-btn-container,
        .modal-custom {
            top: 60px !important;
        }

        ul.nav-tabs-custom {
            top: 0px !important;
        }

        .noticetop {
            margin-top: 50px;
        }

        .header-top:before {
            height: 60px;
        }

        .tbox > .tinner,
        .tbox > .tinner > .tcontent,
        .tbox > .tinner > .tcontent > #frameWrap,
        .tbox > .tinner > .tcontent > #frameWrap > iframe {
            height: calc(100vh - 60px) !important;
        }

        .menu-button-custom {
            top: 19px;
        }

        #content-block .content-center {
            /*padding-top: 60px!important;*/
        }

        html.breadcrumb-visible #content-block .content-center {
            /*padding-top: 130px!important;*/
        }

        #loader-wrapper.popup {
            top: 106px !important;
        }

        .nav-tabs-custom.nav-tabs-custom-top,
        .tbox-btn-container {
            border-top: 1px solid #575757;
        }

        .modal-dialog.modal-bottom {
            position: fixed;
            bottom: 46px;
            left: 0;
            right: 0;
        }

        .list-group-link {
            font-size: 14px;
        }

            .list-group-link .list-group-item {
                padding: 0;
            }

                .list-group-link .list-group-item a {
                    display: block;
                    padding: 15px;
                    color: #333;
                }

                .list-group-link .list-group-item i {
                    margin-right: 5px;
                    font-size: 16px;
                }

        html[dir=rtl] .list-group-link .list-group-item i {
            margin-left: 5px;
            margin-right: 0;
        }
    }


.no-outline {
    border-top-style: hidden !important;
    border-right-style: hidden !important;
    border-left-style: hidden !important;
    /*border-bottom-style: groove  !important;*/
    border-bottom: 1px solid #a9a9a9 !important;
    background-color: transparent !important;
    height: 30px;
    font-size: 14px;
    font-weight: normal !important;
    border-radius: 0px !important;
    padding: 6px 12px !important;
    line-height: 1.42857143 !important;
    /*margin: 0px 10px;*/
}
