.no-box-shadow {
    box-shadow: none !important;
}

.bottom-margin-00 {
    margin-bottom: 0 !important;
}

.bottom-margin-05 {
    margin-bottom: 5px;
}

.bottom-margin-10 {
    margin-bottom: 10px;
}

.top-margin-03 {
    margin-top: 3px;
}

.left-margin-01 {
    margin-left: 1px;
}

.button-container {
    padding: 8px 8px 10px 12px;
    float: left;
}

.nav-tabs li.active span.fa {
    color: #00c0ef;
}

.width-100perc {
    width: 100%;
}

.tab-left:after, .tab-left:before {
    display: table;
    line-height: 0;
    content: "";
}

.tab-left:after {
    clear: both;
}

.tab-left .tab-bar {
    float: left;
}

    .tab-left .tab-bar > li {
        display: block;
        float: none;
        margin-right: -1px;
        border-right: 1px solid #eee;
    }

        .tab-left .tab-bar > li.active {
            border-right: 1px solid #fff;
            z-index: 2;
        }

.tab-bar > li {
    display: inline-block;
    float: left;
    margin-bottom: -1px;
}

    .tab-bar > li a {
        display: block;
        padding: 10px;
        color: #444;
        text-shadow: 0 1px #fff;
        transition: color .2s ease;
        -webkit-transition: color .2s ease;
        -moz-transition: color .2s ease;
        -ms-transition: color .2s ease;
        -o-transition: color .2s ease;
    }

        .tab-bar > li a:hover {
            color: #ccc;
        }

.tab-left .tab-bar > li.active:first-child a {
    border-top: none;
}

.tab-left .tab-bar > li.active a {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 3px solid #00c0ef;
}

.tab-bar > li.active:first-child a {
}

.tab-bar > li.active a {
    background: #fff;
    color: #444;
}

    .tab-bar > li.active a span {
        color: #00c0ef;
    }

.tab-bar {
    list-style: none;
    margin: 0;
    margin-left: -1px;
    padding-left: 0;
}

.no-padding {
    padding: 0;
}
/*Rimossa width dalla form editor per farla adattare alla pagina*/
.k-edit-form-container {
    width: auto !important;
}
/*Div per mostrare i dati generali creando gruppi con border e testo*/
.groupDivInformation {
    display: table;
    border-collapse: separate;
    width: 98%;
    border: 1px Solid #C0C0C0;
    padding: 0 0 12px;
    margin: 10px 0;
}

.groupSpanInformation {
    background-color: White;
    display: inline-block;
    left: 9px;
    margin-right: 18px;
    line-height: 16px;
    padding: 0px 3px 0px 3px;
    position: relative;
    top: -9px;
    color: #B2B2B2;
    font-weight: bold;
}

/* Error template */
.k-notification-error.k-group {
    background: rgba(100%,0%,0%,.7);
    color: #ffffff;
}

.wrong-pass {
    width: 100%;
    height: 100px;
    padding: 0 30px;
    line-height: 30px;
}

    .wrong-pass h3 {
        font-size: 1.7em;
        font-weight: normal;
        display: inline-block;
        vertical-align: sub;
    }

    .wrong-pass span {
        font-size: 1.7em;
        font-weight: normal;
        vertical-align: sub;
        line-height: normal;
    }

    .wrong-pass img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

/* Warning template */
.k-notification-warning.k-group {
    background: rgba(234, 158, 0, 0.70);
    color: #ffffff;
}

.warning {
    width: 100%;
    height: 100px;
    padding: 0 30px;
    line-height: 100px;
}

    .warning h3 {
        font-size: 1.7em;
        font-weight: normal;
        display: inline-block;
        vertical-align: sub;
    }

    .warning img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

/* Success template */
.k-notification-upload-success.k-group {
    background: rgba(0%,60%,0%,.7);
    color: #fff;
}

.success {
    width: 100%;
    height: 100px;
    padding: 0 30px;
    line-height: 100px;
}

    .success h3 {
        font-size: 1.7em;
        font-weight: normal;
        display: inline-block;
        vertical-align: sub;
    }

    .success img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

.pop-up-menu {
    margin-top: 50px;
    border-top: 1px solid;
    border-color: rgb(230, 230, 230);
}

#categoryDetailUpdate > .k-item {
    float: right;
    margin-top: 20px;
}

#newSubLevelCategoryMenu > .k-item {
    float: right;
    border: 0;
}

#windowNewSubLevel, #windowNewTopLevel {
    padding: 0;
}

#newSubLevelCategoryMenu, #newTopLevelCategoryMenu {
    background-color: #fafafa;
}

    #newTopLevelCategoryMenu > .k-item {
        float: right;
        border: 0px;
    }

.category-badge {
    position: relative;
}

    .category-badge[data-badge]:after {
        content: attr(data-badge);
        position: absolute;
        top: -6px;
        right: -16px;
        font-size: .7em;
        background: #ecf0f5;
        color: #000000;
        width: 18px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        border-radius: 50%;
        box-shadow: 0 0 1px #333;
    }

#treeview .k-item {
    margin-top: 12px;
}

.select-catalog-label {
    width: 70px;
}

.main-dropdown {
    margin-top: 15px;
}

#treeview [role="tree"] [role="treeitem"] .k-in {
    width: 90%
}

.category-tree-badge {
    width: 20px;
    display: inline-block
}

.confirmation-dialog {
    text-align: center;
}

.disabled-link {
    pointer-events: none;
    cursor: default !important;
    background-color: #eee !important;
    border-color: #d2d6de !important;
    color: #000 !important;
}

.modal-body {
    max-height: 60vh;
    overflow-y: auto;
}

#variantMedias {
    padding: 10px 10px;
    margin-bottom: -1px;
}

.product-order-image {
    float: left;
    position: relative;
    width: 180px;
    height: 265px;
    margin: 0 10px;
    padding: 0;
    min-height: 180px;
    cursor: all-scroll;
}

.variant-image {
    float: left;
    position: relative;
    width: 161px;
    height: 265px;
    margin: 0 10px;
    padding: 0;
    min-height: 180px;
    cursor: all-scroll;
}

.k-listview:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.variant-image img {
    width: 140px;
    height: 200px;
    padding: 10px 10px 10px;
}

.product-order-image img {
    width: 110px;
    /*height: 160px;*/
    padding: 15px 31px 5px;
}

.product-order-button,
.product-pin-button {
    position: absolute;
    right: 10px;
    width: 25px;
    height: 25px;
    padding-top: 5px !important;
}

    .product-pin-button.pinned-product {
        color: #fff;
        background-color: #03b1dc;
        border-color: #03b1dc;
    }

        .product-pin-button.pinned-product:hover {
            color: #fff;
            background-color: #08a1c7;
            border-color: #08a1c7;
        }

button.unpin-all {
    margin-right: 20px;
}

.product-order-image:not(.k-state-selected) .pinned-product-marker.pinned-product {
    display: block !important;
    position: absolute;
    right: 20px;
    top: 10px;
    transform: rotate(33deg);
    color: #08a1c7;
}

.variant-image h3, .product-order-image h3 {
    margin: 0;
    padding: 3px 5px 0 0;
    overflow: hidden;
    line-height: 1.1em;
    font-size: .9em;
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}

.variant-image p, .product-order-image p {
    visibility: hidden;
    position: absolute;
}

.variant-image:hover p {
    visibility: visible;
    position: absolute;
    width: 140px;
    height: 200px;
    top: 10px;
    left: 10px;
    line-height: 200px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,0.75);
    transition: background .2s linear, color .2s linear;
    -moz-transition: background .2s linear, color .2s linear;
    -webkit-transition: background .2s linear, color .2s linear;
    -o-transition: background .2s linear, color .2s linear;
}


.variant-image.k-state-selected h3, .product-order-image.k-state-selected h3 {
    color: #fff;
}

.variant-image-section {
    height: 300px;
}

.variant-attribute-section {
    height: 300px;
}

.search-box {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.active-pagination {
    border-top-color: #00c0ef !important;
    color: #00c0ef !important;
    border-top: solid 2px !important;
}

/*******************************************  For bootstrap intagreation ************************************************/
.k-widget select, .k-widget textarea, .k-widget input[type="text"]:not(.k-input), .k-widget input[type="password"], .k-widget input[type="datetime"], .k-widget input[type="datetime-local"], .k-widget input[type="date"], .k-widget input[type="month"], .k-widget input[type="time"], .k-widget input[type="week"], .k-widget input[type="number"], .k-widget input[type="email"], .k-widget input[type="url"], .k-widget input[type="search"], .k-widget input[type="tel"], .k-widget input[type="color"], .k-widget .uneditable-input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.k-window .row, .k-window .row *:not(.k-widget):not(.k-animation-container), .k-widget .row *:before:not(.k-widget) {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.k-widget .col-lg-1, .k-widget .col-lg-2, .k-widget .col-lg-3, .k-widget .col-lg-4, .k-widget .col-lg-5, .k-widget .col-lg-6, .k-widget .col-lg-7, .k-widget .col-lg-8, .k-widget .col-lg-9, .k-widget .col-lg-10, .k-widget .col-lg-11, .k-widget .col-lg-12, .k-widget .col-md-1, .k-widget .col-md-2, .k-widget .col-md-3, .k-widget .col-md-4, .k-widget .col-md-5, .k-widget .col-md-6, .k-widget .col-md-7, .k-widget .col-md-8, .k-widget .col-md-9, .k-widget .col-md-10, .k-widget .col-md-11, .k-widget .col-md-12, .k-widget .col-sm-1, .k-widget .col-sm-2, .k-widget .col-sm-3, .k-widget .col-sm-4, .k-widget .col-sm-5, .k-widget .col-sm-6, .k-widget .col-sm-7, .k-widget .col-sm-8, .k-widget .col-sm-9, .k-widget .col-sm-10, .k-widget .col-sm-11, .k-widget .col-sm-12, .k-widget .col-xs-1, .k-widget .col-xs-2, .k-widget .col-xs-3, .k-widget .col-xs-4, .k-widget .col-xs-5, .k-widget .col-xs-6, .k-widget .col-xs-7, .k-widget .col-xs-8, .k-widget .col-xs-9, .k-widget .col-xs-10, .k-widget .col-xs-11, .k-widget .col-xs-12 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.bootstrap-dialog .modal-header.bootstrap-dialog-draggable {
    cursor: move;
}

.boxNewsletter {
    max-height: 210px;
    overflow-x: hidden;
}


/* ORDER CUSTOM TOOLTIP */
a.ordertooltip {
    outline: none;
}

a.ordertooltip {
    text-decoration: none;
    font-weight: bold;
    color: #000000
}

    a.ordertooltip strong {
        line-height: 30px;
    }

    a.ordertooltip span {
        z-index: 10;
        display: none;
        padding: 14px 20px;
        margin-top: -35px;
        margin-left: 20px;
        line-height: 16px;
    }

    a.ordertooltip:hover span {
        display: inline;
        position: absolute;
        color: #111;
        border: 1px solid #DCA;
        background: #ffffff;
    }

.callout {
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -32px;
}

a.ordertooltip span {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}
/* ORDER CUSTOM TOOLTIP */
