﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    min-height: 540px;
}

H1 {
    font-size: 22px;
    font-weight: normal;
    clear: none;
    text-align: left;
    margin: 15px 0px;
    font-family: 'Montserrat', sans-serif;
}

    h1 i {
        background: #374952;
        padding: 8px;
        border-radius: 40px;
        color: #FFF;
        margin-right: 15px !important;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
        border: 2px solid #FFF;
        width: 42px;
        text-align: center;
    }

H2 {
    font-size: 18px;
    color: #777;
    font-weight: normal;
    clear: none;
    text-align: left;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

A {
    color: #374952;
}

A:hover,
A:focus,
A:active {
    color: #25333a;
}

body[orient="portrait"] {
    min-height: 540px;
}

body[orient="landscape"] {
    min-height: 400px;
}

body {
   /* margin-top: 5px;
    padding-top: 206px;*/
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 20px;
    font-family: 'Hind', sans-serif;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"]:not(.userDetail input[type="text"]),
input[type="password"]:not(.userDetail input[type="password"]),
input[type="email"]:not(.userDetail input[type="email"]) {
    max-width: 280px;
    border-radius: 2px;
}

input[type="text"].localizedAutocomplete {
    max-width: none;
    border-radius: 2px !important;
}

.k-button,
.btn {
    border-radius: 2px !important;
}

.topSite {
    background: #ff7415;
    color: #FFF;
    padding: 0px 10px;
    line-height: 24px;
    text-transform: uppercase;
    display: none;
}

    .topSite a {
        color: #FFF;
    }

.topSiteRight {
    float: right;
    font-size: 12px;
    text-transform: none;
}

header.tiny .navbar {
    background: #FFF;
}

.navbar-fixed-top {
    z-index: 9999;
}

.navbar-collapse {
    max-height: none;
}

.navbar {
    border: 0px;
}

.header {
    display: flex;
    align-items: center;
    background: #ff7415;
    padding: 20px 20px 22px 0px;
    width: 100%;
}

.header > * {
    order: 2;
}

.header > .logo {
    order: 1;
}

.header a {
    color: #FFF;
    font-style: normal;
    margin-right: 50px;
    font-size: 16px;
    font-weight: 300;
}

.menu {
    background: #374952;
    text-align: center;
    font-family: 'Hind', sans-serif;
    max-width: 100%;
}

#navMenu {
    float: none !important;
    display: flex;
    margin: 0px auto;
    min-height: 32px;
    box-shadow: unset !important;
    background-color: transparent !important;
    border: 0px;
}

#navMenu .k-loading-image {
    background-color: #374952 !important;
}

#navMenu .k-loading-color {
    background-color: transparent !important;
    border: 0px !important;
}

    #navMenu li {
        white-space: nowrap;
    }

header.tiny .menu {
}

.menu {
    padding-left: 0px;
}

.menu .navbar-nav > li > a {
    padding: 8px 12px;
    color: #FFF;
    line-height: 26px;
    font-size: 15px;
}

header.tiny .menu .navbar-nav > li > a {
    /*padding: 18px 12px;*/
}

    .menu .navbar-nav > li > a[href='/WebPortal/Store'],
    .menu .navbar-nav > li.active > a[href='/WebPortal/Store'] {
        background: #46b23c;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        padding: 23px 12px;
        display: none;
    }

        .menu .navbar-nav > li > a[href='/WebPortal/Store']:hover,
        .menu .navbar-nav > li > a[href='/WebPortal/Store']:focus,
        .menu .navbar-nav > li > a[href='/WebPortal/Store']:active {
            background: #319a27 !important;
        }

        .menu .navbar-nav > li > a[href='/WebPortal/Store']:before {
            content: '\f07a';
            font-family: "FontAwesome";
            margin-right: 4px;
        }

    .menu .navbar-nav > li > a:hover {
        background: #00c3f3;
        color: #FFF;
    }

    .menu .navbar-nav > li > a:hover,
    .menu .navbar-nav > li.active > a {
        background: #FFFFFF33 !important;
        color: #FFF;
    }

.btnLogin {
    float: right;
    margin: 0px 0px 0px 0px !important;
    background: transparent;
    border: 2px solid #FFF !important;
}

.btnLogin:hover,
.btnLogin:focus,
.btnLogin:active {
    background: #FFFFFF33;
}

.slogan {
    float: left;
    font-size: 20px;
    color: #777;
    font-weight: 300;
    margin: 17px 8px 0px 30px;
    display: none;
}

#searchBox {
    border-radius: 0px;
    box-shadow: none !important;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

    .body-content .container .row {
        margin: 0px -15px;
    }

#orders {
    margin-top: 10px;
}

.logo {
    flex: 1;
    margin-left: 10px;
}

    .logo img {
        max-height: 50px;
        margin-top: 6px;
        margin-bottom: 5px;
        margin-left: 16px;
    }

#profile {
    position: relative;
}

.ra-well-title {
    font-size: 1.2857em;
    line-height: 1.2857em;
    border-bottom: 1px solid #e7e7e7;
    margin: -5px -19px 0.8333em;
    padding: 0 19px 0.7222em;
}

.ra-avatar {
    border: 1px solid #e7e7e7;
    border-radius: 2px;
}

.ra-first-name {
    display: block;
    margin-top: 0.8571em;
}

.ra-last-name {
    display: block;
    font-size: 1.7143em;
    line-height: 1.3em;
}

.ra-position {
    font-size: 0.8571em;
    color: #999;
    padding-bottom: 2em;
}

#panelbar .k-content {
    padding: 1em;
}

.input-group.date {
    width: 280px;
}
/* KENDO CUSTOM */
.k-button {
    width: auto !important;
}

.k-grid th {
    padding: .5em .6em .5em .6em !important;
}

    .k-grid th,
    .k-grid th a {
        background: #374952;
        color: #FFF !important;
        border-color: #aaa;
        border-bottom: 0px;
        border-radius: 0px !important;
    }

    .k-grid th a.k-link {
        line-height: 23px !important;
    }

.k-grid {
    border-radius: 0px;
    border-left: 0px;
}

#cartGrid .k-grid-norecords {
    padding: 10px;
}

#cartGrid table tbody tr td:first-child > div {
    font-weight: bold;
    text-transform: uppercase;
    color: #46b23c;
    font-size: 14px;
    margin: 5px 0px;
}

#cartGrid table tbody tr td ul li span:first-child {
    font-weight: bold;
}

    #cartGrid table tbody tr td ul li span:first-child:after {
        content: ' - ';
    }

#cartGrid table tbody tr td ul li span:last-child {
    color: #999;
}

    #cartGrid table tbody tr td ul li span:last-child:before {
        content: ' ';
    }

.k-grid .k-grid-toolbar {
    background: #37495233;
    border-color: #FFF;
    border-radius: 0px !important;
    padding: 4px 5px;
    position: relative;
    border-bottom: 0px;
}

    body.WebPortalArea .k-grid .k-grid-toolbar span {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        display: block;
        text-align: center;
        padding-top: 7px;
        font-size: 20px;
    }


.k-grid td {
    border-top: 0px !important;
    line-height: 16px;
    font-size: 14px;
}

.k-grid table {
    width: calc(100% + 1px);
}

.k-grid .k-grid-toolbar .k-button {
    margin-left: 10px;
    float: right;
    background: #374952;
    border: 0px;
    border-radius: 0px !important;
    color: #FFF;
    padding: 0px 15px;
    min-width: 34px;
    line-height: 34px;
}

    .k-grid .k-grid-toolbar .k-button i.fa {
        margin-right: 4px;
    }

    .k-grid .k-grid-toolbar .k-button:hover {
        background: #26353d;
    }

    .k-grid .k-grid-toolbar .k-button .fa {
        margin-right: 0px;
    }

.k-grid .k-grid-editItm,
.k-grid .k-grid-duplicate,
.k-grid .k-grid-impersonateUser,
.k-grid .k-grid-delete {
    border-color: transparent;
    background: none;
    border-radius: 2px;
}

I.fa {
    margin-right: 5px;
}

.k-grid .k-grid-editItm:hover {
    color: #FFF;
    border-color: #4D9123;
    background-color: #4D9123;
}

.k-grid .k-grid-duplicate:hover {
    color: #FFF;
    border-color: #007ACC;
    background-color: #007ACC;
}

.k-grid .k-grid-duplicate {
    color: #007ACC;
}

.k-grid .k-grid-editItm {
    color: #4D9123;
}

.k-grid .k-grid-delete {
    color: #F00;
}

    .k-grid .k-grid-delete:hover {
        color: #FFF;
        border-color: #F00;
        background-color: #F00;
    }

    .k-grid .k-grid-delete .k-icon {
        display: none;
    }

.commandCell {
    /*width: 300px;*/
    white-space: nowrap;
}

.argumentsCell {
    max-width: 200px;
    display: block;
    overflow: hidden;
    max-height: 35px !important;
}

.k-grid .argumentsCell {
    display: table-cell;
}

.k-panelbar>li.k-state-default>.k-link:not(.k-state-selected), .k-tabstrip-items .k-state-default .k-link:not(.k-state-selected) {
    color: #374952 !important;
}

.k-state-selected,
.k-panelbar>li.k-state-active>.k-link,
.k-tabstrip-items>li.k-state-active .k-state-selected .k-link,
.k-panelbar .k-link.k-state-selected,
.k-tabstrip-items .k-link.k-state-selected {
    border: 0px !important;
    background-color: #374952 !important;
    border-color: #374952 !important;
    color: #FFF !important;
}

#calendar .k-state-selected {
    background-color: #00000033 !important;
}

#calendar .k-state-selected * {
    color: #000 !important;
    font-weight: 800;
}

.k-overflow-container .k-primary, .k-primary {
    background-color: #374952;
    border-color: #374952 !important;
}

.k-overflow-container .k-primary:hover, .k-primary:hover {
    background-color: #ff7415;
    border-color: #ff7415 !important;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #374952 !important;
}

.k-grid-header .k-link:link, .k-grid-header .k-link:visited, .k-grid-header .k-nav-current.k-state-hover .k-link, .k-grid-header a .k-icon {
    color: #FFF !important;
}

.k-state-selected .k-link:link, .k-state-selected .k-link:visited, .k-nav-current.k-state-selected .k-state-selected .k-link {
    color: #FFF !important;
}

.k-grid-pager a {
    border: 0px !important;
    border-radius: 0px !important;
    background: transparent !important;
}

    .k-grid-pager a:hover {
        background: #89c3d4 !important;
        color: #FFF !important;
    }

#argumentForm .btn {
    clear: both;
    display: block;
}

#argumentForm .form-group {
    padding-left: 0px;
}

#classForm .form-control,
#attendeesGrid .form-control,
#contentForm .form-control {
    height: auto;
}

    #classForm .form-control.into-Grid,
    #attendeesGrid .form-control.into-Grid {
        width: 80%;
    }

.k-treeview .k-in {
    padding: 0px 5px !important;
}

.btn-info {
    /* margin-top: 5px; */
}

.btn-danger {
    margin-top: 5px;
}

DIV.formCommandConsole .btn-success,
DIV.formCommandConsole .btn-warning {
    margin-top: 5px;
    margin-left: 10px;
}

.btn-warning {
    margin-top: 5px;
}

.btn-success {
    margin-top: 5px;
}

.btn-primary {
    margin-top: 5px;
}

.btn-right {
    float: right;
}

.btn-top {
    margin-top: -5px;
}

.roomId {
    width: 55%;
}

.cellCenter {
    text-align: center;
}

HEADER.tiny .logo IMG {
    height: 30px !important;
}

HEADER.tiny .slogan {
    margin-top: 0px;
}

HEADER.tiny .searchBoxContainer {
    margin-top: 0px;
}

HEADER.tiny .menu {
    box-shadow: 0px 5px 5px #CCC;
}

    HEADER.tiny .menu .navbar-nav > li > a {
        padding-top: 0px;
        padding-bottom: 0px;
    }

.k-notification-info.k-group {
    background: rgba(0%, 0%, 0%, .7) !important;
    color: #fff;
}

.new-info {
    width: 300px;
    height: 100px;
}

    .new-info h3 {
        font-size: 1em;
        padding: 32px 10px 5px;
    }

    .new-info img {
        float: left;
        margin: 30px 15px 30px 30px;
    }
/* Error template */
.k-notification-error.k-group {
    background: rgba(100%, 0%, 0%, .7) !important;
    color: #ffffff;
}

.error-result {
    width: 300px;
    height: 100px;
}

    .error-result h3 {
        font-size: 1em;
        padding: 32px 10px 5px;
    }

    .error-result img {
        float: left;
        margin: 30px 15px 30px 30px;
    }
/* Success template */

.k-notification-upload-success.k-group {
    background: rgba(0%, 60%, 0%, .7) !important;
    color: #fff;
}

.success-result {
    width: 240px;
    height: 100px;
    padding: 0 30px;
    line-height: 100px;
}

    .success-result h3 {
        font-size: 1.5em;
        font-weight: normal;
        display: inline-block;
        vertical-align: middle;
        margin: 0px;
        margin-top: -10px;
    }

    .success-result .fa {
        font-size: 30px;
        line-height: 30px;
        margin-right: 5px;
    }

    .success-result img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }
/* MULTISELECT WIDE ITEMS */
.vertical .k-multiselect-wrap li {
    display: block;
    float: none !important;
    text-align: center !important;
}

.multiSelect.vertical li.k-button {
    text-align: left !important;
}

    .multiSelect.vertical li.k-button span.k-icon.k-delete {
        margin-top: 5px;
        float: right !important;
    }
/* MODIFICHE CSS KENDOBOOTSTRAP */
div.form-control.multiSelect {
    height: auto !important;
}

    div.form-control.multiSelect UL#Tutors_taglist LI:first-child {
        background: #C00;
        border-color: #C00;
    }

.events a {
    display: block;
    padding: 10px 12px;
    padding-top: 10px;
    border-bottom: 1px dashed #CCC;
    color: #777;
}

    .events a b:first-child {
        color: #00c3f3;
    }

    .events a b {
        color: #000;
    }

.countdown .countdown-desc div {
    float: left;
    font-family: Arial;
    width: 82px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.editor[data-type='text'] INPUT[type='text'] {
    width: 90%;
    max-width: 100% !important;
}

.frmClassDescription {
    padding-left: 15px;
}

.frmClassDetails .frmClassDetail,
.frmCustomerDetails .frmCustomerDetail {
    line-height: 12px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

    .frmClassDetails .frmClassDetail label:first-child,
    .frmCustomerDetails .frmCustomerDetail label:first-child {
        text-decoration: underline;
    }

    .frmClassDetails .frmClassDetail label:last-child,
    .frmCustomerDetails .frmCustomerDetail label:last-child {
        font-weight: normal;
    }

.eventAttendees {
    display: none;
}

.k-scheduler-dayview .eventAttendees {
    display: inline;
    padding-left: 6px;
    font-size: 12px;
}

.k-event,
.k-task-complete {
    cursor: pointer !important;
    cursor: hand !important;
}

.notAuth .k-event,
.k-task-complete {
    cursor: default !important;
}

.k-event:hover,
.k-task-completer:hover {
    background-color: #006da5 !important;
}

.k-edit-form-container {
    padding-left: 12px;
    padding-right: 12px;
}

    .k-edit-form-container H3 {
        margin-top: 0px;
    }

.demoRow {
    color: #00C300;
}

.customerArguments UL {
    padding-left: 18px;
}

    .customerArguments UL LI {
        float: left;
        width: 45%;
        line-height: 18px;
    }

        .customerArguments UL LI:nth-child(odd),
        .homeContent > DIV:nth-child(odd) {
            clear: both;
        }

        .customerArguments UL LI:nth-child(even) {
            float: right;
        }

#customerForm .frmCustomerDetails {
    display: inline-table;
    width: 100%;
}

#formHoursAmount {
    float: right;
    padding-top: 7px;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
    background: #F60;
    color: #FFF;
}

HEADER.tiny #formHoursAmount {
    padding-top: 3px;
    padding-bottom: 0px;
    line-height: 16px;
}

#formHoursAmount DIV {
    float: left;
    margin-right: 5px;
}

.orderBox {
    background: #EFEFEF;
    border: 2px solid #FFF;
    border-top: 50px solid #FFF;
    padding: 0px;
    padding-bottom: 25px;
    text-align: center;
}

    .orderBox H3 {
        background: #00c3f3;
        color: #FFF;
        padding: 5px 0px;
        text-transform: capitalize;
        margin-top: 0px;
    }

.orderBoxContent P {
    padding: 10px 10px 0px !important;
    color: #555;
}

.orderBoxContent DIV {
    color: #00c3f3;
    font-size: 24px;
    margin-bottom: 13px;
}

#commands .disclaimer {
    float: left;
    width: 75%;
    color: #FFF;
}

.k-event {
    height: auto !important;
    max-height: 50px !important;
}

.separator {
    padding-top: 35px;
    padding-bottom: 20px;
}

.spacerSeparator {
    float: left;
    height: 1px;
    background: #00c3f3;
    margin-top: 11px;
}

.separatorTitle {
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 16px;
    border: 0px solid #C03;
}

.classesTrafficLightGreen {
    color: green;
}

.classesTrafficLightOrange {
    color: green;
}

.classesTrafficLightRed {
    color: green;
}

.classesTrafficLightStop {
    color: #F21C0A;
}

#AvailableCredit-container {
    background: transparent url("../Content/Images/gauge-container-partial.png") no-repeat 50% 50%;
    width: 386px;
    height: 386px;
    text-align: center;
    margin: 0 auto 30px auto;
}

#AvailableCredit {
    width: 350px;
    height: 300px;
    margin: 0 auto;
}

#AvailableCredit-container .span {
    margin-top: -11px;
    width: 140px;
}

div.Tokenize {
    border: 0px;
    padding: 0px;
}

div.selectableOperatingSystem,
div.selectableLanguage {
    text-align: center;
}

span.chkLabel {
    padding-right: 10px;
}

span.chkContainer {
    padding-right: 2px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #374952 !important;
    color: #ffffff !important;
}

.lastTitle {
    font-size: 20px;
}

.mainContent {
    margin: 40px auto 0px auto;
}

.lastContents {
    margin-bottom: 30px;
}

#rightColumn .lastContents {
    display: inline-block;
    width: 100%;
}

.footer {
    background: #FFF;
    border-bottom: 0px;
    font-size: 14px;
    padding: 0px;
    padding-top: 10px;
    line-height: 24px;
    margin-top: 80px !important;
    color: inherit;
    margin: 0px auto;
    text-align: center;
    border-top: 2px solid #CCC;
}

.loginField {
    margin-bottom: 10px;
}

DIV#divLogin,
DIV#changePassword {
    display: none;
}

INPUT.btnLogin,
INPUT.btnChangePassword {
    display: none;
}

#divLoginInPage INPUT.btnLogin {
    display: block;
    margin-top: -61px !important;
    width: 250px;
    background: #ff7415;
    border-color: #ff7415 !important;
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
}

.login-dialog .modal-dialog,
.changePassword-dialog .modal-dialog {
    width: 300px;
}

.lastContents.lastFromLevia > P {
    margin-top: 50px;
}

DIV.detailContainer,
DIV.searchPageContainer {
    /* margin-top: 50px; */
}

.login-dialog,
.changePassword-dialog {
    overflow: hidden;
}

.homeBoxDescription UL {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
}

    .homeBoxDescription UL LI {
        display: inline;
    }

        .homeBoxDescription UL LI::after {
            content: '; ';
        }

.modal-backdrop {
    z-index: 99998 !important;
}

.modal.in .modal-dialog {
    z-index: 99999;
}

.modal {
    z-index: 99999 !important;
}

DIV.portalGrid {
    margin-bottom: 50px;
}

#listView {
    border-width: 0px;
    border-style: none;
}

.product {
    webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    margin-bottom: 40px;
}

    .product:hover {
        cursor: pointer;
        cursor: hand;
    }

    .product p {
        margin: 15px 5px;
        min-height: 40px;
    }

    .product span {
        display: block;
        text-align: center;
    }

a.product {
    text-decoration: none;
}

DIV.listViewFilter {
    padding-bottom: 30px;
}

label {
    font-weight: normal !important;
}

.form-group > label {
    font-weight: bold !important;
    color: #000;
}

#faqListContainer .form-group > label {
    font-weight: normal !important;
    color: #999;
}

ul.faqIndex {
    margin-top: 20px;
}

.faqFilter .k-dropdown {
    /* width: 50%; */
}

DIV.faqContainer {
    margin-bottom: 50px;
}

DIV.faqContent {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.faqFilters INPUT[type='text'],
.faqFilters DIV {
    max-width: 100%;
}

DIV.searchIgnoringArgument > SPAN {
    margin-top: -4px;
}

DIV.searchIgnoringArgument > LABEL {
    margin-top: 7px;
    margin-right: 5px;
    line-height: 22px;
}

.body-content > .container {
    padding: 0px;
    padding-top: 10px;
}

.blockList a {
    display: block;
}

h2.questionH2 {
    display: block;
    width: 100%;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #CCC;
    color: #000;
}

DIV.answer {
    margin-top: 10px;
}

DIV.relatedContents {
    margin-top: 20px;
}

DIV#servicesForm {
    margin-bottom: 5px;
}

    DIV#servicesForm .btn {
        padding: 20px 10px;
        font-size: 16px;
    }

img.smallImage {
    height: 150px;
}

DIV.image {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    height: 150px;
}

.lastNews {
    padding-top: 0px;
}

#rightColumn #calendar {
    width: 100%;
    border: 0px;
}

#rightColumn .lastTitle {
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    text-align: center;
    background: #CCC;
    color: #333;
    font-size: 16px;
    padding: 5px 0px;
}

#rightColumn #calendar .k-content THEAD TH {
    text-align: right;
}

.detailContainer > .row > div:first-child {
    padding-right: 60px;
}

.form-group > INPUT.form-control:not(.datepicker):not(.noContentEditing) {
    min-width: 400px;
}

.form-group INPUT.noContentEditing {
    min-width: 100% !important;
}

.form-group > DIV > SPAN.k-dropdown.form-control {
    min-width: 426px;
}

a.datePickerClear {
    position: relative;
}

    a.datePickerClear > i.fa-times-circle {
        position: absolute;
        top: -2px;
        left: 10px;
        font-size: 24px;
        color: #C00;
    }

.modal {
    overflow-y: auto;
}

.chooseCustomer-dialog .modal-dialog {
    width: 100%;
}

.searchContent h2 {
    color: #18448d;
}

.searchContent span {
    color: #777;
}

.searchPager {
    margin-top: 20px;
    margin-bottom: 50px;
}

.searchBoxContainer {
    float: right;
    color: #18448d;
    margin: 0px 8px 0px 10px;
}

.sliderContainer {
    margin-left: -15px;
    margin-right: -15px;
}

::-webkit-input-placeholder {
    font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
}

::-moz-placeholder { /* Firefox 19+ */
    font-style: italic;
}

:-ms-input-placeholder {
    font-style: italic;
}

a.selectedMenuItem {
    background-color: #2a6496 !important;
    color: #ffffff !important;
    text-decoration: none;
}

a.selectedParentMenuItem {
    background-color: #2a6496 !important;
    color: #ffffff !important;
}

#contentForm img,
#contentForm iframe {
    max-width: 100%;
}

.k-preview {
    background: url(/images/preview.png) center center no-repeat !important;
}

.swupdContainer {
    min-height: 200px;
}

    .swupdContainer > div {
        background: url(images/aggBkg.png) bottom center no-repeat;
        display: inline-block;
        width: 100%;
        padding-bottom: 30px;
    }

.latestUpdateCenterTitle {
    display: block;
    font-size: 24px;
    margin-top: 20px;
    color: #4aa3be;
    font-weight: 600;
}

    .latestUpdateCenterTitle i {
        display: none;
    }

.swupdContainer * {
}

    .swupdContainer *:hover {
    }

.swupdContainer a {
    display: block;
    line-height: 16px;
    margin-bottom: 10px;
    color: #333;
}

    .swupdContainer a b {
        color: #374952;
    }

.swupdContainer p {
    display: inline;
    padding-right: 3px;
}

#softwareUpdForm > div {
    display: flex;
    flex-wrap: wrap;
}

    #softwareUpdForm > div > a {
        width: 33%;
        padding: 15px 20px;
        margin: 0px;
        cursor: pointer !important;
        cursor: hand !important;
        transition: 0.2s;
    }

        #softwareUpdForm > div > a:hover,
        #softwareUpdForm > div > a:focus,
        #softwareUpdForm > div > a:active {
            background: #ecf4f7 !important;
            cursor: pointer !important;
            cursor: hand !important;
            text-decoration: none;
        }

            #softwareUpdForm > div > a:hover b,
            #softwareUpdForm > div > a:focus b,
            #softwareUpdForm > div > a:active b {
                text-decoration: underline;
            }

        #softwareUpdForm > div > a:nth-child(even) {
            background: #daecf1;
        }

.swUpdRow {
    margin-top: 25px !important;
}
/* NP MEDIA QUERY CUSTOMIZATIONS */
@media screen and (max-width: 480px) {
    .da-slider h2 {
        font-size: 20px !important;
    }

    .da-img {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    /* Responsive: Portrait tablets and up */
    .jumbotron {
        margin-top: 20px;
    }

    .homeContents > .row > div > .row > div:nth-child(even) {
        padding: 0px;
    }
}

@media screen and (max-width: 767px) {
    DIV.sliderContainer {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .topSite,
    .logo {
        padding: 5px 0px;
    }

    .logo img {
        max-width: calc(100% - 80px);
        margin-left: 5px;
    }

    .header {
        padding: 0px;
        height: 50px;
    }

    .detailContainer > .row > div:first-child {
        padding-right: 15px !important;
    }

    .slogan {
        position: absolute;
        left: 12px;
        top: 0px;
        margin: 0px;
        line-height: 45px;
        color: #FFF;
        font-style: normal;
    }

    .searchBoxContainer:not(.userArea) {
        display: none;
    }

    .menu {
        position: absolute;
        right: 0px;
        top: 0px;
        
    }

    .navbar-toggle {
        background: #ff7415;
    }

    .navbar-toggle .icon-bar {
        background: #FFF;
    }

    .menu .navbar-nav > li > a {
        color: #FFF;
        line-height: 32px;
    }

        .menu .navbar-nav > li > a:hover {
            background: #00add8;
        }

    #profile {
        margin-top: 20px;
    }

    .commandCell {
        width: 115px;
    }

    .k-grid tbody .k-grid-delete,
    .k-grid tbody .k-grid-editItm,
    .k-grid tbody .k-grid-duplicate {
        min-width: 0px !important;
        border-color: #CCC;
        color: #777;
        background: #CCC;
    }

        .k-grid tbody .k-grid-delete:hover,
        .k-grid tbody .k-grid-delete:active {
            background: #F00;
            color: #FFF;
        }

        .k-grid tbody .k-grid-editItm:hover,
        .k-grid tbody .k-grid-editItm:active {
            background: #4D9123;
            color: #FFF;
        }

        .k-grid tbody .k-grid-duplicate:hover,
        .k-grid tbody .k-grid-duplicate:active {
            background: #007ACC;
            color: #FFF;
        }

        .k-grid tbody .k-grid-delete .fa,
        .k-grid tbody .k-grid-editItm .fa,
        .k-grid tbody .k-grid-duplicate .fa {
            margin: 0px;
        }

    .k-grid .k-grid-delete span,
    .k-grid .k-grid-editItm span,
    .k-grid .k-grid-duplicate span {
        display: none;
    }

    #formHoursAmount {
        position: absolute;
        right: 50px;
        top: 3px;
        color: #FFF;
        line-height: 14px;
        text-align: right;
        background: none;
    }

        #formHoursAmount DIV {
            float: none;
            margin-right: 0px;
        }

    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

        .video-container iframe,
        .video-container object,
        .video-container embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .faqFilter .k-dropdown {
        width: 100%;
    }

    body {
        padding-top: 35px;
        padding-bottom: 0px;
    }

    .da-slider h2 {
        font-size: 40px !important;
    }

    #rightColumn {
        margin-top: 50px;
    }
}
/* MENU WITH A MEANING */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.enabledContent,
.disabledContent {
    display: block;
    text-align: center;
}

    .enabledContent I {
        color: green;
        font-size: 20px
    }

    .disabledContent I {
        color: red;
        font-size: 20px
    }

DIV.faqFilters {
    border-width: 2px;
}

    DIV.faqFilters DIV {
        padding-top: 2.5px;
        padding-bottom: 2.5px;
    }

        DIV.faqFilters DIV:last-child {
            padding: 0px;
            text-align: right;
            float: right;
        }

            DIV.faqFilters DIV:last-child .btn {
                line-height: 25px;
                border-top-left-radius: 0px !important;
                border-bottom-left-radius: 0px !important;
                padding-left: 20px;
                padding-right: 20px;
            }

DIV.faqFilters {
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;
    width: 100%;
    border-radius: 2px;
    background-color: #f5f5f5;
}

.kendoCalendarAppointment {
    border-radius: 4px;
    background-color: #ff7415;
    font-weight: bold;
    color: #fff;
}

.remoteAssitanceLink {
    color: #999;
    font-style: italic
}

.userGuideLink {
    color: #999;
    font-style: italic
}

.clearBothBlock {
    clear: both;
}

.userGuideImage {
    padding-left: 15px;
    display: none;
}

.remoteAssistanceOperatorImage {
    display: none;
}

.k-grid .fa-check {
    color: #1a9a1d;
}

.k-grid .fa-times {
    color: #F00;
}

.centeredText {
    text-align: center;
}

.tbCustomerCode .k-autocomplete,
.tbCustomerName .k-autocomplete {
    width: 100%;
}

.tbCustomerCode INPUT,
.tbCustomerName INPUT,
.k-list-container .k-list {
    text-transform: uppercase;
}

.Mandatory > * {
    color: #F00 !important;
}

.Mandatory > label:after {
    content: ' *';
}

.Mandatory.InvalidUserName > label:after {
    content: ' * - Account gia\' esistente, si prega di selezionare un\'altro account';
}

.Mandatory.InvalidUserNameString > label:after {
    content: ' * - Il nome account non può essere numerico!';
}

.companiesFlag {
    float: left;
    margin-left: 40px;
    height: 56px;
    display: table;
}

    .companiesFlag > div {
        display: table-cell;
        vertical-align: bottom;
    }

.bootstrap-switch {
    margin-right: 3px;
}

.companiesFlag tr {
    float: left;
    width: 240px;
}

    .companiesFlag tr td {
        padding-bottom: 3px;
    }

        .companiesFlag tr td > span {
            margin-right: 5px;
        }

    .companiesFlag tr:nth-child(3n+1) {
        clear: both;
    }

table.permissionTable {
    width: 100%;
}

    table.permissionTable thead td {
        background: #ff7415;
        color: #FFF;
    }

    table.permissionTable td {
        padding: 5px;
        vertical-align: top;
    }

    table.permissionTable tbody td {
        border-bottom: 1px solid #CCC;
    }

        table.permissionTable tbody td:last-child > div {
            display: none;
        }

            table.permissionTable tbody td:last-child > div > div {
                margin-top: 5px;
            }

                table.permissionTable tbody td:last-child > div > div:first-child {
                    margin-top: 0px;
                }

.sbmtFields {
    display: none;
}

.newUserMapping {
    margin-top: 20px;
}

    .newUserMapping INPUT[type='text'] {
        max-width: 400px;
    }

.MainCompanyUser {
    font-weight: bold;
}

.warningMessage,
.warningMessageOK {
    background: #ffd0d0;
    color: #F00;
    padding: 5px 50px;
}

.warningMessageOK {
    background: #d0ffd5;
    color: #00a728;
}

    .warningMessageOK div {
        display: inline-block;
    }

    .warningMessage a,
    .warningMessageOK a {
        font-weight: bold;
        color: #F00;
    }

.warningMessage input {
    color: #000;
}

.storePage h1 i,
.storePage .orderBox H3,
.storePage .btn-info {
    background: #73af41;
}

.storePage .btn-info {
    border-color: #609435;
}

    .storePage .btn-info:hover,
    .storePage .btn-info:focus,
    .storePage .btn-info:active {
        background: #609435;
    }

.storePage .orderBoxContent DIV {
    color: #73af41;
}

.storePage .hwPack h1 i,
.storePage .hwPack .orderBox H3,
.storePage .hwPack .btn-info {
    background: #c44424;
}

.storePage .hwPack .btn-info {
    border-color: #c44424;
}

    .storePage .hwPack .btn-info:hover,
    .storePage .hwPack .btn-info:focus,
    .storePage .hwPack .btn-info:active {
        background: #d8421d;
    }

.storePage .hwPack .orderBoxContent DIV {
    color: #c44424;
}

.headerTeleAss {
    position: relative;
}

body.WebPortalArea .tsResiduoOre {
    position: absolute;
    bottom: 10px;
    right: 2px;
    min-width: 250px;
    line-height: 24px;
    text-indent: 5px;
    border-bottom: 1px solid #CCC;
}

    .tsResiduoOre > div:first-child {
        background: #00c3f3;
        color: #FFF;
    }

    .tsResiduoOre > span > div {
        display: table;
        width: 100%;
    }

        .tsResiduoOre > span > div:nth-child(odd) {
            background: #EFEFEF;
        }

        .tsResiduoOre > span > div > div {
            display: table-cell;
        }

            .tsResiduoOre > span > div > div:last-child {
                text-align: right;
                padding-right: 5px;
                font-weight: bold;
            }


.loggedHomeBkp {
    position: relative;
    background: #46b23c url(/images/user-big.png) center left no-repeat;
    background-size: auto 100%;
    display: none;
}

#roles {
    display: none;
}


#select-ticketPermission {
    margin-top: 5px;
}

    #select-ticketPermission .bootstrap-switch {
        display: none;
    }


.homeContents {
    margin: 15px 0px;
}

    .homeContents > .row > div > .row > div {
        margin-bottom: 15px;
    }

        .homeContents > .row > div > .row > div:nth-child(odd) {
            clear: both;
        }

    .homeContents #schedule .k-scheduler-toolbar a {
        padding: 0px 5px !important;
    }

    .homeContents .k-scheduler-monthview .k-hidden, .k-scheduler-monthview .k-scheduler-table td {
    }

#homeTickets > div:last-child {
    height: 330px !important;
    overflow: auto !important;
    overflow-x: hidden !important;
    border-radius: 0px;
}

#homeTickets > div:last-child {
    height: 335px !important;
}

.homeContents #schedule .k-event-actions:first-child {
    display: none;
}

.homeContents #schedule .k-event, .homeContents #schedule .k-task-complete {
    background-color: transparent;
    border-color: transparent;
    color: #4aa3be;
    font-size: 9px;
    line-height: 10px;
}

    .homeContents #schedule .k-event:hover, .homeContents #schedule .k-task-complete:hover {
        background-color: #4aa3be !important;
        border-color: #4aa3be !important;
        color: #FFF;
    }

.lastContentsLoggedBox {
    border: 1px solid #ccc;
}

    #homeTickets .boxTitle,
    .lastContentsLoggedBox .boxTitle {
        background: #374952;
        display: block;
        color: #FFF;
        padding: 5px 5px 9px 5px;
        font-size: 20px;
        text-align: center;
        position: relative;
    }

        .lastContentsLoggedBox .boxTitle .fa {
            display: none;
        }

    .lastContentsLoggedBox .container {
        width: auto;
    }

    .lastContentsLoggedBox > div {
        padding-bottom: 0px !important;
    }

    .lastContentsLoggedBox .swUpdRow {
        margin-top: 0px !important;
    }
/*
.lu-linkLogged {
    display: flex !important;
    margin: 0px !important;
    align-items: center;
    font-size: 14px;
    line-height: 16px !important;
    position: relative;
    min-height: 72px;
}

    .lu-linkLogged > * {
        padding: 0px;
    }

        .lu-linkLogged > *:first-child {
            width: 100%;
            padding-right: 80px;
        }

        .lu-linkLogged > *:nth-child(2) {
            position: absolute;
            top: 0px;
            right: 0px;
            bottom: 0px;
            border-left: 1px solid #ccc;
            display: flex;
            align-items: center;
            text-align: center;
        }

    .lu-linkLogged i {
        background: #73af41;
        color: #FFF;
        width: 32px;
        line-height: 32px;
        text-align: center;
        margin: 0px auto;
    }

    .lu-linkLogged:nth-child(even) {
    }

    .lu-linkLogged:hover {
        text-decoration: none;
        /*background: #37495220;*/
    }

        .lu-linkLogged:hover i {
            background: #4e9017;
        }
*/
.k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
    background: #37495210;
}

.k-grid tr:hover {
    background: #37495220;
}

.k-pager-wrap {
    border-left: 1px solid #ccc;
}

.commercialNewsFormLogged a {
    display: flex;
}
.commercialNewsFormLogged a:hover {
    text-decoration: none;
}
.commercialNewsFormLogged a:not(:last-child) {
    margin-bottom: 25px !important;
}

    .commercialNewsFormLogged a > span img {
        width: 200px;
    }

    .commercialNewsFormLogged a > span:first-child {
        width: auto !important;
        padding-right: 30px;
    }

    .commercialNewsFormLogged a > span:last-child {
        border: 1px;
        width: 100% !important;
        position: static;
        display: flex !important;
        flex: 1 !important;
        flex-direction: column;
        text-align: left;
    }
        .commercialNewsFormLogged a > span:last-child > span:not(.linkButton) b {
            font-size: 14px;
        }

        .commercialNewsFormLogged a > span:last-child > span:not(.linkButton) > span:nth-child(2) {
            font-weight: 800;
            text-transform: uppercase;
        }

        .commercialNewsFormLogged a > span:last-child > span:not(.linkButton) {
            display: flex !important;
            flex: 1 !important;
            flex-direction: column;
        }

        .commercialNewsFormLogged a > span:last-child > span:not(.linkButton) > span:last-child {
            display: flex !important;
            flex: 1 !important;
            flex-direction: column;
        }

        .commercialNewsFormLogged a > span:last-child > span.linkButton {
            
        }

    .commercialNewsFormLogged a:hover > span:last-child > span {
        /*background: #374952;
        color: #FFF;*/
    }

#homeTickets {
    border: 1px solid #ccc;
}

    #homeTickets .boxTitle .buttons {
        position: absolute;
        right: 15px;
    }

        #homeTickets .boxTitle .buttons a {
            display: inline-block;
            background: #2a6a8f;
            color: #FFF;
            min-width: 34px;
            line-height: 34px;
            text-align: center !important;
            font-size: 14px;
        }

            #homeTickets .boxTitle .buttons a:hover,
            #homeTickets .boxTitle .buttons a:focus,
            #homeTickets .boxTitle .buttons a:active {
                background: #1e5e84;
            }

            #homeTickets .boxTitle .buttons a i {
                margin-right: 0px;
            }

    #homeTickets table {
        width: calc(100% + 1px);
    }

        #homeTickets table thead th {
            text-align: center;
            width: 25%;
            background: #89c3d4;
            color: #FFF;
            border: 1px solid #aaa;
            border-bottom: 0px;
            border-top: 0px;
            font-weight: 600;
            padding: .8em .6em .9em .6em !important;
        }

            #homeTickets table thead th:first-child,
            #homeTickets table thead th:last-child {
                border: 0px;
            }

        #homeTickets table tbody td {
            padding: 3px;
            font-size: 12px;
            text-align: center;
            border-right: 1px solid #aaa;
        }

            #homeTickets table tbody td:first-child {
                font-weight: 800;
            }

        #homeTickets table tbody tr:nth-child(even) {
            background: #89c3d430;
        }

        #homeTickets table tbody tr:hover {
            background: #89c3d459;
        }

    #homeTickets span.TicketStatus {
        display: inline-block;
        padding: 5px;
        min-width: 80px;
        text-align: center;
    }


.TicketStatus_1,
.TicketStatus_S1 {
    color: #ffc100;
}

.TicketStatus_S2 {
    background: #3ca7c1;
    color: #333;
}

.TicketStatus_3,
.TicketStatus_S2C {
    background: #76b728;
    color: #FFF;
}

.TicketStatus_2,
.TicketStatus_S3 {
    background: #3ca7c1;
    color: #FFF;
}

.TicketStatus_S3C {
    background: #3ca7c1;
    color: #FFF;
}

.TicketStatus_S4 {
    color: #AAA;
}

.TicketStatus_S4 {
    color: #AAA;
}

.TicketStatus_4 {
    background: #AAA;
}

.k-state-selected .TicketStatus_S4 {
    color: #333;
    background: #FFF;
}

.TicketStatus_5,
.TicketStatus_S5 {
    background: #e30000;
    color: #333;
}

.schedulerBox .container {
    padding: 0px !important;
    margin: 0px !important;
}

.homeContents #schedule {
    border: 0px;
    min-height: 324px;
}

    .homeContents #schedule .k-link,
    .homeContents #schedule .k-state-default {
        border-radius: 0px !important;
        border: 0px;
        background: transparent;
        margin-top: 2px;
        margin-bottom: 2px;
    }

.homeContents .lastContents {
    margin-bottom: 0px;
}

.sliderContainer {
}

.firstGroupBanner {
    display: none;
}

.bannerContainer {
    display: none;
    width: 100%;
    height: 400px;
    text-align: center;
}

.firstGroupBanner.active {
    display: block;
}

.bannerContainer.active {
    display: table;
}

.firstGroupBanner,
.bannerContainer {
    overflow: hidden;
    margin-bottom: 30px;
}

.firstGroupBanner {
    background-position: center right;
}

    .firstGroupBanner > div {
        background-repeat: no-repeat;
        background-position: 1200px 0px;
    }

    .firstGroupBanner > div {
        display: table;
        table-layout: fixed;
        border-collapse: collapse;
        width: 100%;
    }

        .firstGroupBanner > div > a {
            display: table-cell;
            width: 100%;
            /*
            -webkit-transform: skew(-20deg, 0);
            */
            overflow: hidden;
            transition: 0.5s;
        }

            .firstGroupBanner > div > a > img {
                height: 100%;
                width: 100%;
                /*
                margin-left: -500px;
                -webkit-transform: skew(20deg, 0);
                */
                position: relative;
            }


.bannerContainer > a {
    display: table-cell;
    /*width: 50%;*/
    vertical-align: middle;
    color: #FFF;
    position: relative;
    background-size: cover;
}

    .bannerContainer > a:before {
        /*content: '';*/
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        background: #00000055;
    }

    .bannerContainer > a > div {
        /*
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        */
        display: table;
        width: 100%;
        /*height: 50%;*/
    }

        .bannerContainer > a > div > div {
            display: table-cell;
            height: 100%;
            vertical-align: middle;
        }

    .bannerContainer > a img {
        display: block;
        margin: 0px auto;
        /*
        height: 70px;
        margin-bottom: 20px;
        */
        width: 100%;
    }

    .bannerContainer > a span {
        display: block;
    }

        .bannerContainer > a span:nth-child(2) {
            font-weight: 600;
            font-size: 22px;
        }

        .bannerContainer > a span:nth-child(3) {
            font-weight: 400;
            font-size: 18px;
        }

        .bannerContainer > a span:nth-child(4) {
            width: 150px;
            margin: 0px auto;
            border: 1px solid #FFF;
            margin-top: 20px;
            padding: 6px 0px;
            font-weight: 600;
        }

            .bannerContainer > a span:nth-child(4):hover {
                background: #FFFFFF55;
            }

#sliderForm {
    position: relative;
}

.dotsDiv {
    position: absolute;
    bottom: 0px;
    z-index: 999;
    width: 100%;
    text-align: center;
}

    .dotsDiv a {
        display: inline-block;
        width: 10px;
        height: 10px;
        border: 1px solid #FFF;
        border-radius: 20px;
        margin: 3px;
        cursor: pointer;
        cursor: hand;
    }

        .dotsDiv a:hover {
            background: #FFFFFF55;
        }

        .dotsDiv a.active {
            background: #FFF;
        }


@media screen and (max-width: 767px) {
    .bannerContainer > a {
        width: 100%;
        display: block;
        height: 300px;
    }

        .bannerContainer > a img {
            margin-top: 20px;
        }
}


@media screen and (min-width: 767px) and (max-width: 1370px) {
    .firstGroupBanner > div > a:nth-child(2) > img {
        margin-left: -508px;
    }

    .firstGroupBanner > div > a:nth-child(3) > img {
        margin-left: -522px;
    }

    .firstGroupBanner > div > a:nth-child(4) > img {
        margin-left: -539px;
    }

    .firstGroupBanner > div > a:nth-child(5) > img {
        margin-left: -530px;
    }

    .firstGroupBanner > div > a:nth-child(6) > img {
        margin-left: -545px;
    }
}


.importantLink {
    position: relative;
}

    .importantLink * {
        color: #46b23c !important;
        font-weight: 800;
    }

    .importantLink:before {
        position: absolute;
        content: 'Leggi';
        right: 15px;
        background: #46b23c;
        display: inline-block;
        color: #FFF;
        padding: 10px 20px;
    }

.shop .shopIntro * {
    text-align: center;
}

.shop .shopIntro h1 {
    color: #73af41;
    font-size: 40px;
    font-weight: 300;
}

.shop #productList {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    margin: 30px 0px;
}

    .shop #productList > div {
        float: none;
        display: flex;
        justify-content: space-between;
    }

        .shop #productList > div a {
            display: flex;
            width: 100%;
            flex-direction: column;
            border: 3px solid #73af41;
            margin-bottom: 20px;
            text-align: center;
            color: #FFF;
            padding: 0px;
        }

            .shop #productList > div a:hover,
            .shop #productList > div a:focus,
            .shop #productList > div a:active {
                border-color: #69a5be;
                text-decoration: none;
            }

            .shop #productList > div a > span {
                display: block;
            }

                .shop #productList > div a > span:first-child {
                    flex-grow: 1;
                    display: flex;
                    flex-direction: column;
                }

            .shop #productList > div a:hover > span:first-child > span.prodTitle,
            .shop #productList > div a:focus > span:first-child > span.prodTitle,
            .shop #productList > div a:active > span:first-child > span.prodTitle {
                background: #69a5be;
            }

            .shop #productList > div a > span:first-child > span.prodTitle {
                font-weight: 800;
                padding: 10px !important;
                background: #73af41;
            }

            .shop #productList > div a > span:first-child > span:nth-child(1) {
                order: 2;
            }

            .shop #productList > div a > span:first-child > span:nth-child(2) {
                order: 1;
            }

            .shop #productList > div a > span:first-child > span:nth-child(3) {
                order: 3;
            }

            .shop #productList > div a > span:first-child > span:not(:first-child) {
                padding: 0px 10px;
            }

            .shop #productList > div a img {
                max-width: 100%;
                margin-bottom: 10px;
            }

            .shop #productList > div a > span:last-child {
                margin: 10px auto 20px auto;
                background: #73af41;
                padding: 5px;
                min-width: 200px;
            }

            .shop #productList > div a:hover > span:last-child,
            .shop #productList > div a:focus > span:last-child,
            .shop #productList > div a:active > span:last-child {
                background: #69a5be;
            }

            .shop #productList > div a > span:first-child > span.prodDescr {
                color: #333;
            }

.productDetails {
    display: flex;
    margin: 0px -15px;
    visibility: hidden;
}

    .productDetails .productInfo {
        width: 30%;
        padding: 15px;
    }

        .productDetails .productInfo img {
            max-width: 100%;
        }

    .productDetails .productConfig {
        flex: 1;
        padding: 20px;
    }

        .productDetails .productConfig .btn-success {
            background: #73af41;
            border-color: #73af41;
        }

            .productDetails .productConfig .btn-success:hover,
            .productDetails .productConfig .btn-success:focus,
            .productDetails .productConfig .btn-success:active {
                background: #68a238;
                border-color: #68a238;
            }

.productConfig .nav.nav-tabs li a {
    border-radius: 0px;
    border-color: #AAA;
}

.productConfig .nav.nav-tabs li.active a {
    border-bottom-color: #FFF;
}

.productDetails .productInfo ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    color: #73af41;
}

    .productDetails .productInfo ul li:before {
        content: '\f105 ';
        font-family: 'FontAwesome';
        margin-right: 4px;
    }

.productDetails #productImage {
    height: 150px;
    background-size: cover;
    border-top: 6px solid #73af41;
    margin-top: 5px;
}

.productDetails .productInfo h1 {
    margin-bottom: 0px;
    color: #73af41;
    font-weight: 600;
    margin: 30px 0px 10px 0px;
}

.productDetails .productInfo h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 14px;
}

.productDetails .productConfig .productConfigTitle {
    font-size: 18px;
    font-weight: 300;
    color: #73af41;
}

.productConfigurator > .blocchi {
    display: table;
    width: 100%;
    margin-top: 10px;
}

    .productConfigurator > .blocchi > div {
        display: table-row;
    }

        .productConfigurator > .blocchi > div:nth-child(odd) {
            background: #EFEFEF;
        }

        .productConfigurator > .blocchi > div > div {
            display: table-cell;
            padding: 5px;
        }

            .productConfigurator > .blocchi > div > div:nth-child(2) {
                padding: 0px;
            }

.productConfigurator select {
    display: inline-block;
    padding: 6px;
    width: 100%;
    border: 0px;
    border-left: 1px solid #00000033;
    background: transparent;
}

    .productConfigurator select option {
        color: #000;
    }

.productConfigurator .bloccoField {
    color: #999;
}

.productConfigurator .selected .bloccoField {
    color: #000;
}

.productConfigurator select:hover {
    background: #69a5be55;
}

.productConfigurator *[data-required="1"] > div:first-child:after {
    content: '*';
    color: transparent;
}

.productConfigurator *[data-isvalid="0"] > div:first-child:after {
    color: #F00;
}

.productConfigurator > .blocchi > div > div:first-child {
    white-space: nowrap;
}

.productConfigurator > .blocchi > div > div:last-child {
    width: 100%;
}

.productConfigurator .sottoprodotti {
    background: #00000011;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 10px;
    display: flex;
}

    .productConfigurator .sottoprodotti > div {
        width: 100%;
        display: flex;
        align-items: center;
    }

        .productConfigurator .sottoprodotti > div > div:first-child {
            padding: 5px;
        }

        .productConfigurator .sottoprodotti > div > div:last-child {
            flex: 1;
        }

        .productConfigurator .sottoprodotti > div:first-child {
            position: relative;
        }

            .productConfigurator .sottoprodotti > div:first-child:before {
                content: '';
                position: absolute;
                top: 0px;
                left: -30px;
                width: 30px;
                height: 16px;
                border-bottom: 1px solid #CCC;
                border-left: 1px solid #CCC;
            }

    .productConfigurator .sottoprodotti > div {
        display: flex;
    }

.productConfigCart {
    border-top: 1px solid #CCC;
    margin-top: 20px;
    padding-top: 20px;
}

    .productConfigCart .productConfigTitle {
        color: #73af41 !important;
    }

        .productConfigCart .productConfigTitle:before {
            content: '\f07a';
            font-family: 'FontAwesome';
            margin-right: 10px;
        }

    .productConfigCart > table {
        width: 100%;
    }

        .productConfigCart > table > thead > tr {
            background: #73af41;
            color: #FFF;
        }

            .productConfigCart > table > thead > tr > th {
                white-space: nowrap;
            }

            .productConfigCart > table > thead > tr > th,
            .productConfigCart > table > tbody > tr > td,
            .productConfigCart > table > tfoot > tr > td {
                padding: 5px 10px;
            }

                .productConfigCart > table > tbody > tr > td:nth-child(3) {
                    text-align: center;
                }

        .productConfigCart > table > tbody > tr > td {
            vertical-align: top;
        }

        .productConfigCart > table > tbody > tr:nth-child(even) {
            background: #00000011;
        }

        .productConfigCart > table > tfoot > tr:first-child > td {
            border-top: 1px solid #CCC;
        }

        .productConfigCart > table > tfoot > tr > td {
            text-align: right;
            font-weight: bold;
            color: #73af41;
            font-size: 16px;
            text-transform: uppercase;
        }

.shopConfigPriceTd {
    text-align: right;
}

.shopConfigPrice {
    white-space: nowrap;
}

    .shopConfigPrice:not(.hidePrice):after {
        content: ' €';
    }

.IsPromo td {
    font-weight: 800;
    color: #59b85c;
}

    .IsPromo td > span {
        display: block;
    }

        .IsPromo td > span:last-child {
            font-weight: 400;
        }

.btn-shop-buy {
    float: right;
    margin: 30px 10px;
}

.productConfig > .nav {
    margin-bottom: 0px;
    border-color: #AAA;
}

    .productConfig > .nav > li:not(.active) > a {
        color: #333;
        background: #00000011;
        border: 1px solid #AAA !important;
    }

    .productConfig > .nav > li:not(:first-child) > a {
        margin-left: -3px;
    }

    .productConfig > .nav > li.disabled > a {
        color: #CCC;
        border: 0px;
    }

    .productConfig > .nav > li.active > a {
        color: #73af41;
    }

.productConfig .tab-content {
    padding: 15px;
    border: 1px solid #AAA;
    border-top: 0px;
}

.productConfig > .nav > li:nth-child(1) > a:before {
    content: '1. ';
}

.productConfig > .nav > li:nth-child(2) > a:before {
    content: '2. ';
}

.productConfig > .nav > li:nth-child(3) > a:before {
    content: '3. ';
}

.productConfig > .nav > li:nth-child(4) > a:before {
    content: '4. ';
}

.productConfig > .nav > li:nth-child(5) > a:before {
    content: '5. ';
}

#tabPayment > ul {
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
}

    #tabPayment > ul > li {
        display: block;
        list-style-type: none;
    }

        #tabPayment > ul > li:nth-child(odd) {
            background: #EEE;
        }

        #tabPayment > ul > li a {
            display: flex;
            color: #777;
            padding: 15px;
            line-height: 24px;
        }

            #tabPayment > ul > li a:hover,
            #tabPayment > ul > li a:focus,
            #tabPayment > ul > li a:active {
                text-decoration: none;
                background: #59b85c52;
            }

        #tabPayment > ul > li.active {
            background: #5ab85c;
        }

            #tabPayment > ul > li.active a {
                color: #FFF;
            }

        #tabPayment > ul > li a :nth-child(1) {
            flex: 1;
        }

        #tabPayment > ul > li a:before {
            content: '\f0d6';
            font-family: 'FontAwesome';
            margin-right: 10px;
            color: #e37700;
        }

        #tabPayment > ul > li.pagam_W001 a:before {
            content: '\f1ed';
            color: #003087;
        }

        #tabPayment > ul > li.pagam_914001 a:before {
            content: '\f09d';
            color: #04a23e;
        }

        #tabPayment > ul > li.active a:before {
            color: #FFF;
        }

        #tabPayment > ul > li a:after {
            content: '\f00c';
            font-family: 'FontAwesome';
            font-size: 24px;
            line-height: 24px;
            margin-left: 10px;
            visibility: hidden;
        }

        #tabPayment > ul > li.active a:after {
            visibility: visible;
        }

.tab-content > .active {
    display: inline-block;
    width: 100%;
}

.filters {
    position: absolute;
    right: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

@media screen and (max-width: 1350px) {
    .shopIntro {
        margin-left: 15px;
    }

        .shopIntro * {
            text-align: left !important;
        }
}

.filters > div {
    margin-left: 15px;
    display: flex;
    align-items: center;
}

    .filters > div > div:first-child {
        margin-right: 5px;
    }

.filters .k-dropdown > span {
    border-radius: 0px !important;
}

.filters .categories > .k-dropdown {
    max-width: 150px;
}

.filters .categories .k-dropdown > span > span {
    text-align: left !important;
}

.filters .prodperrow > .k-dropdown {
    width: 50px;
}

.filters input#freesearch {
    border: 1px solid #ccc;
    padding: 6px;
    text-align: left;
    max-width: 140px;
}

.col-md-5 {
    width: 20%;
}

#productList .loading {
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    color: #73af41;
    font-size: 16px;
    font-weight: 300;
    margin-top: 50px;
    text-transform: uppercase;
}

.productDetailsLoading {
    text-align: center;
    margin: 0px auto;
    margin-top: 50px;
    color: #73af42;
    text-transform: uppercase;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid #73af41;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}


.btn-save-dpa-container > button:last-child {
    display: none;
}

.btn-save-dpa-container.changingVersion > button:first-child {
    display: none;
}

.btn-save-dpa-container.changingVersion > button:last-child {
    display: block;
}

#DPAContainer ul li > div > span {
    display: block;
    padding: 14px;
}

#DPAContainer h2 {
    display: block;
    background: #ff7415;
    margin: 0px;
    margin-bottom: 0px;
    line-height: 14px;
    color: #FFF;
    padding: 8px 14px;
}

#DPAContainer > div {
    margin-bottom: 20px;
}

#DPAContainer > div > ul > li > .k-link.k-header {
    color: #000 !important;
}

#DPAContainer > div > ul > li > .k-link.k-header.k-state-selected {
    color: #FFF !important;
}

#DPAContainer > div .k-content > * {
    color: #000 !important;
}

#DPAContainer .DPAViewed h2 {
    background: #374952;
}

#DPAContainer > div ul {
    margin-bottom: 0px;
}

    #DPAContainer > div ul li > span {
        line-height: 14px !important;
        padding: 9px 14px;
    }

        #DPAContainer > div ul li > span > span > span:first-child {
            float: right;
            margin-right: 10px;
            color: #00000055;
            font-size: 12px;
        }

        #DPAContainer > div ul li > span.k-state-selected > span > span:first-child {
            color: #FFF;
        }

.noDPAInList {
    padding: 5px 14px;
    background: #00000011;
    border: 1px solid #00000033;
    margin-top: -2px;
}

#PortalMessageContainer {
    background: #EFEFEF;
    padding: 50px;
}

.topMessage {
    position: absolute;
    width: 750px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    left: calc(50% - 250px);
    bottom: -200px;
    background: #ffc300;
    box-shadow: 0px 0px 10px #000;
    color: #000;
    text-align: center;
    line-height: 18px;
    font-size: 13px;
    text-transform: none;
    z-index: 9999;
    transition: 0.5s;
    font-weight: bold;
    color: #F00;
    font-size: 16px;
}

    .topMessage.small {
        position: absolute;
        bottom: -18px;
        width: auto;
        min-height: auto;
        box-shadow: none;
        padding: 0px;
        display: block;
        top: auto;
        left: 0px;
        right: 0px;
        background: #ffc300;
        color: #000;
        text-align: center;
        line-height: 18px;
        font-size: 13px;
        text-transform: none;
        font-weight: normal;
        color: #000;
        font-size: 14px;
        z-index: auto;
    }

    .topMessage .smallMessage {
        display: none;
    }

    .topMessage.small .smallMessage {
        display: inline-block;
    }

    .topMessage > a {
        display: none;
    }

    .topMessage > .closeMessage {
        display: block;
        position: absolute;
        top: -12px;
        right: -12px;
        width: 32px;
        line-height: 32px;
        border-radius: 50px;
        background: #000;
        color: #FFF;
        cursor: pointer;
        cursor: hand;
    }

    .topMessage.small > a {
        display: inline-block;
    }

    .topMessage.small > .closeMessage {
        display: none;
    }

    .topMessage.small .reasons {
        display: none;
    }

    .topMessage .reasons {
        list-style-type: none;
        text-align: left;
        font-weight: normal;
        margin: 0px;
        padding: 0px;
    }

        .topMessage .reasons > li {
            font-size: 14px;
            color: #000;
        }

            .topMessage .reasons > li > a {
                color: #000 !important;
                text-decoration: underline;
            }

                .topMessage .reasons > li > a:hover,
                .topMessage .reasons > li > a:focus,
                .topMessage .reasons > li > a:active {
                    text-decoration: none;
                }

    .topMessage i.fa {
        background: #00000055;
        width: 14px;
        border-radius: 50px;
        margin-left: 4px;
    }

.topButton {
    float: right;
}

.btn-send-dpa-container button {
    margin: 0px !important;
}

    .btn-send-dpa-container button:last-child {
        margin-right: 20px !important;
    }

#DocumentDrawerContainer .k-content ul {
    list-style-type: none;
    margin: 0px -13px;
    padding: 0px;
}

    #DocumentDrawerContainer .k-content ul li {
        display: flex;
        padding: 10px 13px;
        align-items: center;
    }

        #DocumentDrawerContainer .k-content ul li:nth-child(even) {
            background: #00000011;
        }

        #DocumentDrawerContainer .k-content ul li > div {
            padding: 0px 10px;
        }

            #DocumentDrawerContainer .k-content ul li > div:first-child {
                flex: 1;
                padding-left: 0px;
                font-weight: 600;
            }

            #DocumentDrawerContainer .k-content ul li > div:last-child {
                padding-right: 0px;
            }

.SignDocumentDialog .modal-dialog {
    width: 90%;
    height: 90%;
}

@media screen and (max-width: 767px) {
    #DocumentDrawerContainer .k-content ul li {
        flex-direction: column;
        align-items: flex-start;
    }

        #DocumentDrawerContainer .k-content ul li > div:first-child {
            font-weight: 600;
            color: #69a5be;
        }

        #DocumentDrawerContainer .k-content ul li > div {
            text-align: left !important;
            padding: 4px 0px;
            display: flex;
            width: 100%;
        }

            #DocumentDrawerContainer .k-content ul li > div .btn {
                width: 100%;
            }

    .SignDocumentDialog .modal-dialog {
        width: 100%;
        height: 100%;
    }
}

.SignDocumentDialog .modal-dialog .modal-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .SignDocumentDialog .modal-dialog .modal-content .modal-body,
    .SignDocumentDialog .modal-dialog .modal-content .modal-body .bootstrap-dialog-body,
    .SignDocumentDialog .modal-dialog .modal-content .modal-body .bootstrap-dialog-body .bootstrap-dialog-message {
        flex: 1;
        display: flex;
        flex-direction: column;
    }


.signIntro {
    margin: 20px 0px;
    font-weight: 600;
    color: #69a5be;
    text-transform: uppercase;
}

.signatureList,
.questionList {
    list-style-type: none;
    padding: 0px;
}

    .signatureList > li,
    .questionList > li {
        background: #00000011;
        padding: 15px 15px 10px 15px;
        margin-bottom: 10px;
    }

.signAndQuestionTitle > label {
    display: flex;
}

    .signAndQuestionTitle > label > span:last-child {
        flex: 1;
        margin-left: 10px;
    }

.signAndQuestionTitle,
.signAndQuestionTitle * {
    font-weight: 600 !important;
}

#signedDocumentContainer #tabstrip > div > ul,
#documentToSignContainer #tabstrip > div > ul {
    list-style-type: none;
    padding: 0px;
}

.signButtonArea {
}

    .signButtonArea .input-group {
        width: 400px;
        display: flex;
        margin: 10px 0px;
    }

        .signButtonArea .input-group > span:first-child {
            display: block;
            width: 190px;
            overflow: hidden;
            transition: 0.5s;
        }

        .signButtonArea .input-group > span.collapsed {
            width: 0px;
        }

    .signButtonArea > div:last-child {
        margin-top: 8px;
        margin-bottom: 50px;
    }

    .signButtonArea button {
        margin: 0px;
        padding: 12px;
    }

    .signButtonArea > div:nth-child(2) input {
        text-align: center;
        height: 100%;
        font-size: 20px;
        border-color: #5cb85c;
    }

.signedDocuments_Error,
.documentsToSign_Error {
    display: none;
}

.signButtonArea > div:nth-child(2) input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 15px;
}

.signButtonArea > div:nth-child(2) input::-moz-placeholder { /* Firefox 19+ */
    font-size: 15px;
}

.signButtonArea > div:nth-child(2) input:-ms-input-placeholder { /* IE 10+ */
    font-size: 15px;
}

.signButtonArea > div:nth-child(2) input:-moz-placeholder { /* Firefox 18- */
    font-size: 15px;
}


.answerContainer {
    position: relative;
}

    .answerContainer > label:before {
        content: '';
        width: 12px;
        height: 12px;
        background: #dedede;
        border: 1px solid #AAA;
        border-radius: 50px;
        display: inline-block;
        margin-right: 4px;
        margin-top: 4px;
    }

    .answerContainer input[type='checkbox'] {
        position: absolute;
        top: 0px;
        left: 0px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .answerContainer.checked > label:after {
        content: '';
        position: absolute;
        top: 8px;
        left: 4px;
        width: 6px;
        height: 6px;
        background: #444;
        border-radius: 50px;
        z-index: 9;
    }

.bannerFattEl {
    display: none;
}



#DPAContainer ul li .k-panel,
#DPAContainer ul li .k-panelbar,
#DPAContainer ul li .k-panel > li.k-item,
#DPAContainer ul li .k-panelbar > li.k-item,
#DPAContainer ul li .k-panel > li.k-item > span,
#DPAContainer ul li .k-panelbar > li.k-item > span {
    border: 0px !important;
    background: 0px !important;
    padding: 0px !important;
    cursor: text !important;
    box-shadow: none !important;
    line-height: inherit !important;
}

    #DPAContainer ul li .k-panel > li.k-item,
    #DPAContainer ul li .k-panelbar > li.k-item {
        margin: 0px 0px 0px 18px;
        color: #000 !important;
        box-shadow: none !important;
        list-style-type: circle !important;
        display: list-item;
    }

    #DPAContainer ul li .k-panelbar > li.k-state-default > .k-link.k-state-selected,
    #DPAContainer ul li .k-panelbar > li > .k-state-selected,
    #DPAContainer ul li .k-state-selected > .k-link {
        color: #000 !important;
        border: 0px !important;
        box-shadow: none !important;
    }

#DPAContainer ul li table td {
    vertical-align: top;
    padding-bottom: 15px;
}

.contentsPopup {
    z-index: 99999999 !important;
}

.k-window.contentsPopup {
    -webkit-transform: translate(45px,-45px) scale(1) !important;
    -moz-transform: translate(45px,-45px) scale(1) !important;
    -ms-transform: translate(45px,-45px) scale(1) !important;
    -o-transform: translate(45px,-45px) scale(1) !important;
    transform: translate(15px,15px) scale(1) !important;
}

.contentsPopup ul,
.nearestClasses ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .contentsPopup ul li,
    .nearestClasses ul li {
        border-bottom: 1px solid #CCC;
        padding-bottom: 10px;
        margin-bottom: 10px;
        display: flex;
    }

        .contentsPopup ul li > span:first-child,
        .nearestClasses ul li > span:first-child {
            flex: 1;
        }

            .contentsPopup ul li > span:first-child > span:first-child,
            .nearestClasses ul li > span:first-child > span:first-child {
                display: block;
                font-style: italic;
            }

            .contentsPopup ul li > span:first-child > span:nth-child(2),
            .nearestClasses ul li > span:first-child > span:nth-child(2) {
                font-weight: bold;
            }

.k-window.nearestClasses .k-window-titlebar {
    background: #be4132 !important;
    color: #FFF;
}

.k-window.contentsPopup .k-window-titlebar {
    background: #ff7415 !important;
    color: #FFF;
}

.k-window.contentsPopup .btn-primary,
.k-window.nearestClasses .btn-primary {
    background-color: #374952 !important;
    border-color: #374952 !important;
    ;
}

.WebPortal_CatalogueProducts_DinamicaIT,
.WebPortal_CatalogueProducts_DinamicaIT * {
    background: #be4132;
    color: #FFF !important;
}

.menu .navbar-nav > li.WebPortal_CatalogueProducts_DinamicaIT > a:before {
    content: '\f1b3';
    font-family: "FontAwesome";
    margin-right: 4px;
}

.menu .navbar-nav > li.WebPortal_CatalogueProducts_DinamicaIT > a:hover,
.menu .navbar-nav > li.WebPortal_CatalogueProducts_DinamicaIT.active > a {
    background: #9e3023 !important;
}

.CatalogueProducts {
    display: flex;
}

    .CatalogueProducts > div {
        margin: 20px;
    }

        .CatalogueProducts > div.CatalogueProductsBody {
            flex: 1;
        }

        .CatalogueProducts > div h1 {
            margin-top: 0px;
        }

.CatalogueProductsBody #productList a img {
    margin-bottom: 10px;
}

.CatalogueProductsBody #productList a p {
    min-height: unset;
    margin: 0px;
    color: #333;
}

    .CatalogueProductsBody #productList a p.KitPrice {
        color: #46b23c;
        font-weight: bold;
        font-size: 18px;
        margin-top: 3px;
    }

.CatalogueProductsBody_PostSearch {
    display: none;
}

.CatalogueProductsMenu {
    width: 150px;
}

.CatalogueProductsMenuTitle {
    font-weight: bold;
}

.CatalogueProductsMenuList ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    .CatalogueProductsMenuList ul li a:before {
        content: '\f054';
        font-family: 'FontAwesome';
        font-size: 12px;
        margin-right: 2px;
    }

    .CatalogueProductsMenuList ul li a {
        text-decoration: none;
        color: #777;
    }

        .CatalogueProductsMenuList ul li a:hover,
        .CatalogueProductsMenuList ul li a:focus,
        .CatalogueProductsMenuList ul li a:active,
        .CatalogueProductsMenuList ul li a.active {
            color: #73af41;
        }

        .CatalogueProductsMenuList ul li a.active {
            font-weight: bold;
        }

    .CatalogueProductsMenuList ul ul {
        margin-left: 20px;
    }

.CatalogueProductsBody #productList a img {
    max-width: unset !important;
    height: 180px !important;
}

.CatalogueProductBody {
    display: flex;
}

    .CatalogueProductBody .productLeft {
        flex: 1;
    }

    .CatalogueProductBody .productRight {
        width: 40%;
        margin-left: 50px;
    }

#ProductImage {
    text-align: center;
}

.CatalogueProductBody .productRight img {
    height: 400px;
}


#ProductAttachments {
    margin-top: 20px;
}

    #ProductAttachments .AttachmentsTitle {
        background: #69a5be;
        color: #FFF;
        padding: 3px 10px;
    }

    #ProductAttachments ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        #ProductAttachments ul li a {
            display: block;
            padding: 3px 10px;
        }

        #ProductAttachments ul li:nth-child(even) a {
            background: #EFEFEF;
        }

        #ProductAttachments ul li a:before {
            content: '\f019';
            font-family: 'FontAwesome';
            float: right;
            margin-left: 20px;
        }

        #ProductAttachments ul li a:hover {
            text-decoration: none;
            background: #EFEFEF;
        }

        #ProductAttachments ul li:nth-child(even) a:hover {
            background: #DDD;
        }

#ProductGallery {
    margin-top: 20px;
}

    #ProductGallery ul {
        display: flex;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

        #ProductGallery ul li {
            margin-right: 20px;
            border: 1px solid #CCC;
            padding: 5px;
            cursor: pointer;
            cursor: hand;
            min-width: 100px;
            text-align: center;
        }

            #ProductGallery ul li:hover {
                border-color: #999;
            }

            #ProductGallery ul li.active {
                border-color: #be4132;
            }

    #ProductGallery img {
        height: 60px;
    }


.kitTotal {
    margin-top: 10px;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    color: #46b23c;
}

    .kitTotal .subTotal {
        font-size: 14px;
        color: #999;
        text-decoration: line-through;
    }

    .kitTotal .discountValue {
        font-size: 14px;
        color: #69a5be;
    }

.addToCartBox {
    clear: both;
    margin-top: 10px;
    text-align: right;
}

.CatalogueProductBody #KitConfig input[type="number"] {
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.CatalogueProductBody #KitConfig input[readonly] {
    background: transparent;
    border: 0px;
}

.CatalogueProductBody .k-grouping-row td {
    height: 27px;
}

.CouponConfig {
    margin: 10px 0px;
    border: 1px solid #89c3d4;
}

.CouponConfigTitle {
    background: #89c3d4;
    color: #FFF;
    padding: 5px 10px;
}

.CouponConfigContent {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

    .CouponConfigContent input {
        width: 100% !important;
        min-width: auto !important;
        box-sizing: border-box;
    }

    .CouponConfigContent > div {
        margin-right: 30px;
        width: 20%;
    }

    .CouponConfigContent .CouponDiscount {
        display: flex;
        position: relative;
    }

        .CouponConfigContent .CouponDiscount:after {
            content: '';
            position: absolute;
            top: 0px;
            right: 0px;
            bottom: 0px;
            width: 36px;
        }

        .CouponConfigContent .CouponDiscount input {
            border-radius: 5px 0px 0px 5px;
        }

        .CouponConfigContent .CouponDiscount select {
            border-radius: 0px 5px 5px 0px;
            background: #CCC;
            font-weight: bold;
            width: 40px;
            text-indent: 11px;
            -webkit-appearance: none;
            -moz-appearance: none;
        }

.kitCoupon {
    float: left;
    margin-top: 10px;
    background: #EFEFEF;
    padding: 10px 20px;
}

    .kitCoupon .form-group > div {
        display: flex;
    }

    .kitCoupon .form-group input {
        width: 100%;
        min-width: auto !important;
        border-radius: 5px 0px 0px 5px;
    }

    .kitCoupon .form-group > div a {
        display: flex;
        align-items: center;
        width: 48px;
        text-align: center;
        background: #5cb85c;
        color: #FFF;
        border-radius: 0px 5px 5px 0px;
    }

        .kitCoupon .form-group > div a:hover,
        .kitCoupon .form-group > div a:focus,
        .kitCoupon .form-group > div a:active {
            text-decoration: none;
            background: #479647;
        }

    .kitCoupon .form-group > div i {
        display: block;
        margin: 0px auto;
    }


#KitConfig label[for="Price"] + div .k-numeric-wrap {
    border: 0px !important;
}

    #KitConfig label[for="Price"] + div .k-numeric-wrap:before {
        display: none;
    }

    #KitConfig label[for="Price"] + div .k-numeric-wrap input[type="text"] {
        border: 0px !important;
        padding: 0px;
        box-shadow: none;
        text-indent: 0px;
    }

#KitConfig #Price {
    padding: 0px !important;
}

    #KitConfig #Price + .k-select {
        display: none;
    }

.cartButtons {
    margin-top: 20px;
}

    .cartButtons .addOtherOffersToCart {
        margin-top: 6px;
    }

    .cartButtons .proceed,
    .cartButtons .sendOrder {
        float: right;
        padding: 15px 20px;
        font-size: 16px;
    }

.prepareToSend .cartButtons {
    text-align: center;
}

.cartButtons .sendOrder {
    float: none;
    width: 200px;
}

#cartGrid {
    border-right: 1px solid #CCC !important;
    border-left: 1px solid #CCC !important;
}

    #cartGrid table tbody tr:hover {
        background: transparent !important;
    }

        #cartGrid table tbody tr:hover td:last-child {
            border-right: 0px !important;
        }

    #cartGrid table tbody td {
        border-bottom: 1px solid #CCC;
    }

        #cartGrid table tbody td:last-child {
            text-align: center;
        }

    #cartGrid table tfoot td:last-child {
        border-right: 1px solid #CCC;
    }

    #cartGrid table tbody td .k-grid-remove {
        border: 0px;
    }

    #cartGrid .oldPrice {
        color: #F00;
        text-decoration: line-through;
        margin-bottom: 5px;
    }

        #cartGrid .oldPrice + div,
        #cartGrid .finalPrice {
            color: #2ac10f;
            font-weight: bold;
            font-size: 14px;
        }

    #cartGrid .k-footer-template td:nth-child(3) {
        background: #5cb85c;
        color: #FFF;
        font-weight: bold;
        font-size: 14px;
    }

#cartTotalContainer {
    padding-top: 20px !important;
    margin-bottom: 30px !important;
}

.prepareToSend .form-group {
    padding: 15px;
    background: #eee;
    margin-bottom: 0px;
}

#cartTotalContainer {
    padding-left: 50px;
}

#cartTotal {
    position: relative;
}

    #cartTotal:before {
        content: '\f07a';
        font-family: 'FontAwesome';
        font-size: 40px;
        color: #5cb85c;
        position: absolute;
        top: -20px;
        left: calc(50% - 100px);
    }

.cartTabStrip:focus {
    box-shadow: none !important;
}

.cartTabStrip .k-active-filter,
.cartTabStrip .k-state-active,
.cartTabStrip .k-state-active:hover,
.cartTabStrip .k-tabstrip .k-state-active {
    border: 0px;
    padding: 0px;
}

.cartTabStrip .k-loading {
    border: 0px;
}

.cartTabStrip > ul {
    margin-bottom: 20px;
}

    .cartTabStrip > ul li {
        border: 0px !important;
        box-shadow: 0px !important;
        margin: 0px !important;
        background: #EEE !important;
        margin-right: 5px !important;
    }

        .cartTabStrip > ul li * {
            color: #333 !important;
        }

        .cartTabStrip > ul li:hover,
        .cartTabStrip > ul li:hover * {
            background: #DDD !important;
            color: #333 !important;
        }

        .cartTabStrip > ul li.k-state-active,
        .cartTabStrip > ul li.k-state-active * {
            background: #46b23c !important;
            color: #FFF !important;
        }


.prepareToSend input.form-control {
    height: auto;
    box-sizing: border-box;
}

.cartTabStrip > div {
    height: auto !important;
}

.giveItAName > div > label {
    display: block;
    margin-top: 10px;
    color: #333;
    font-weight: normal !important;
}

.giveItAName,
.giveItAName > div > div {
    text-align: right;
}

#GiveItAName {
    width: 300px;
    float: right;
    margin-bottom: 10px;
}

.cartLink {
    display: flex;
    align-items: center;
    color: #46b23c;
    position: relative;
}

    .cartLink.hidden {
        display: none;
    }

    .cartLink:hover,
    .cartLink:focus,
    .cartLink:active {
        color: #3b9e32;
        text-decoration: none;
    }

    .cartLink i {
        line-height: 32px;
        font-size: 30px;
        margin-left: 5px;
    }

    .cartLink .totItemToCart {
        position: absolute;
        right: 0px;
        top: 0px;
        background: #F00;
        color: #FFF;
        font-size: 11px;
        font-weight: bold;
        width: 16px;
        line-height: 16px;
        text-align: center;
        border-radius: 50px;
    }

#KitConfig #bomRowsGrid tbody input {
    width: 100%;
    box-sizing: border-box;
}

.paymentMethods {
    display: flex;
}

    .paymentMethods > div {
        display: flex;
        margin-bottom: 30px;
        border: 1px solid #CCC;
        padding: 30px;
        flex: 1;
        margin: 10px;
    }

        .paymentMethods > div:first-child {
            margin-left: 0px;
        }

        .paymentMethods > div:last-child {
            margin-right: 0px;
        }

        .paymentMethods > div > div:first-child {
            margin-right: 30px;
        }

        .paymentMethods > div > div:last-child > div:first-child {
            font-weight: bold;
            font-size: 16px;
            color: #69a5be;
            text-transform: uppercase;
        }

        .paymentMethods > div > div:last-child > div:last-child {
            margin-top: 10px;
        }

.b2bCurrentCustomerPaymentMethod {
    font-weight: bold;
    margin-top: 10px;
    font-style: italic;
}

#cartSelectedPaymentMethod {
    margin-bottom: 30px;
    font-weight: bold;
}

    #cartSelectedPaymentMethod > div {
        font-weight: normal;
    }

#cartTotalContainer {
    font-weight: bold;
}

    #cartTotalContainer i,
    #cartTotalContainer div {
        font-weight: normal;
    }


.customerGroupChoiceDiv:before {
    content: '';
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: #69a5beCC;
    z-index: 999999999;
}

.customerGroupChoiceDiv {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.customerGroupChoiceDiv > div {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 15%;
    bottom: 15%;
    z-index: 9999999999;
    width: 80%;
    background: #FFF;
}

.customerGroupChoiceDiv > div .customerGroupChoiceDivTitle {
    color: #6ba6c0;
    font-size: 32px;
    font-weight: 300;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
}

.customerGroupChoiceDiv > div .customerGroupChoiceDivContent {
    display: flex;
    width: calc(100% - 50px);
    flex: 1;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.customerGroupChoiceDiv > div .customerGroupChoiceDivContent > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 100%;
    cursor: pointer;
    padding: 0px 30px;
}

.customerGroupChoiceDiv > div .customerGroupChoiceDivContent > div:hover {
    background: #6ba6c033;
}

.customerGroupChoiceDiv > div .customerGroupChoiceDivContent > div:first-child {
    border-right: 1px solid #6ba6c0;
}

.customerGroupChoiceDiv > div .customerGroupChoiceDivContent > div img {
    max-width: 100%;
}

@media screen and (max-width: 1023px) {
    .customerGroupChoiceDiv > div {
        width: 95%;
        top: 5%;
        bottom: 5%;
    }
    
    .customerGroupChoiceDiv > div .customerGroupChoiceDivTitle {   
        font-size: 16px;
    }

    .customerGroupChoiceDiv > div .customerGroupChoiceDivContent {
        flex-direction: column;
    }

    .customerGroupChoiceDiv > div .customerGroupChoiceDivContent > div:first-child {
        border-right: 0px;
        border-bottom: 1px solid #374952;
    }
}

.km-switch-background,
.k-multiselect .k-button {
    background-color: #374952;
    border-color: #374952;
}

.k-multiselect .k-button:hover {
    background-color: #24333b;
    border-color: #24333b;
}

.searchBoxArea {
    display: flex;
    align-items: center;
}

.searchBoxArea > div {
    transition: 0.5s;
    width: 200px;
    margin-right: -18px;
    overflow: hidden;
}

.searchBoxArea:not(.opened) > div {
    width: 0px;
}

.languageSelectorBoxArea > i,
.searchBoxArea > i,
.userArea i {
    color: #FFF;
    font-size: 18px;
    border: 3px solid #FFF;
    background: #ff7415;
    border-radius: 50px;
    width: 32px;
    line-height: 26px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

.languageSelectorBoxArea > i:hover,
.searchBoxArea > i:hover,
.userArea i:hover {
    box-shadow: 0px 0px 10px #FFF;
}

.languageSelectorBoxArea {
    position: relative;
}

.languageSelectorBoxArea > i {
    display: inline-block;
    width: 32px;
    font-style: normal;
    padding-top: 4px;
    line-height: 22px !important;
}

.languageSelectorBoxArea:hover > .languageSelectorBoxList {
    display: block;
    top: calc(100% + 0px);
    left: -30px;
}

.languageSelectorBoxList {
    position: absolute;
    display: none;
    background: #ff7415;
    padding: 5px 0px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #FFF;
    z-index: 999999;
    width: 90px;
}

.languageSelectorBoxList a {
    display: block;
    padding: 5px 10px;
    margin-right: 0px;
    text-align: center;
}

.searchBoxArea input {
    border: 0px;
    height: 32px;
    border-radius: 50px 0px 0px 50px !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background: #374952;
}

.userArea {
    position: relative;
}

.userBoxArea:not(.opened) .userBoxMenu {
    max-height: 0px;
    overflow: hidden !important;
}

.userBoxMenu {
    position: absolute;
    right: 0px;
    background: #FFF;
    color: #374952;
    box-shadow: 0px 0px 5px #00000033;
    z-index: 999;
    border-radius: 3px;
    margin-top: 5px;
    width: 200px;
    max-height: 450px;
    overflow: unset !important;
    transition: 0.3s;
}

.userBoxMenu:before {
    content: '';
}

.userBoxMenuIn {
    padding: 15px;
}

.userBoxMenu > div > div {
    margin-bottom: 5px;
}

.userBoxMenu a {
    color: #374952;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px 5px;
}

.userBoxMenu a:hover,
.userBoxMenu a:focus,
.userBoxMenu a:active {
    color: #ff7415;
    text-decoration: none;
}

.userBoxMenu a:before {
    content: '\f0da';
    font-family: FontAwesome;
    margin-right: 5px;
    margin-top: -2px;
}

.bootstrap-dialog .modal-header {
    background: #ff7415 !important;
}

.btn-primary {
    background: #ff7415;
    border-color: #ff7415;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #da600d;
    border-color: #da600d;
}

.impersonificationSeparator {
    font-size: 0px;
    display: block;
    border-top: 1px solid #00000033;
    margin-top: 10px;
    padding-top: 10px;
}

.k-grid-filter.k-state-active {
    background: #FFFFFF33;
}

.topStoreLink {
    display: inline-block;
    border: 2px solid #FFF;
    line-height: 24px;
    padding: 0px 20px;
    border-radius: 5px;
}

.topStoreLink:hover {
    text-decoration: none;
    background: #FFFFFF33;
}

.topStoreLink:before {
    content: '\f07a';
    font-family: FontAwesome;
    margin-right: 5px;
}

.eapps-widget-title {
    padding-left: 10px;
    padding-right: 10px;
}

.eapps-widget div[data-app="eapps-linkedin-feed"] > div {
    max-width: unset !important;
    padding-left: 10px;
    padding-right: 10px;
}

.eapps-widget .es-carousel-layout-item {
    border: 1px solid #00000022;
    border-radius: 5px;
}

.eapps-widget a[href*="https://elfsight.com/linkedin-feed-widget/"]:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0px;
    bottom: 0px;
    right: -10px;
    background: #FFF;
    z-index: 99;
}

.homeRowContainer {
    display: flex;
    margin: 40px 10px 50px 10px;
}

.homeRowContainer > .homeSiteNews {
    width: 45%;
    padding-right: 50px;
    box-sizing: border-box;
}

.homeRowContainer .homeLoginContainer {
    flex: 1;
}

.homeRowContainer .homeLogin {
    background: #00000016;
    padding: 40px;
}

.homeRowContainer .homeLogin table {
    width: 100%;
}

.homeRowContainer .homeLogin input {
    border: 0px;
    height: 42px;
    width: calc(100% - 300px);
    max-width: unset !important;
    margin-bottom: 20px;
}

.homeRowContainer .homeLogin .lnkForgotPwd {
    display: inline-block;
    margin-top: 20px;
}

.loginButtonArea {
    display: none;
}

.notAuth .menu {
    margin: -20px -15px 40px -15px !important;
    max-width: calc(100% + 30px);
}

.notAuth .menu ul {
    background: transparent !important;
    border: 0px !important;
}

.newsFromLeviaItem {
    transition: 0.5s;
}

.newsFromLeviaItem:not(.active) {
    position: absolute;
    top: 0px;
    right: calc(100% + 25px);
    width: 100%;
    transform: translateX(-30px);
}

.newsFromLeviaItem.active {
    display: block;
    transform: translateX(0px);
}

.lastNewsFromLeviaImg {
    /*height: 304px;*/
    overflow: hidden;
    margin-bottom: 15px;
}

.newsFromLeviaItem .homeBoxDescription {
    margin-bottom: 10px;
}

.newsCarousel {
    position: relative;
}

.newsCarousel .dots {
    position: absolute;
    right: 0px;
    top: -37px;
    display: flex;
}

.newsCarousel .dots li {
    list-style-type: none;
    width: 16px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.newsCarousel .dots li:before {
    content: '';
    background: #00000033;
    width: 8px;
    height: 8px;
    border-radius: 50px;
}

.newsCarousel .dots li.active:before {
    background: #ff7415;
}

.newsCarousel .dots li:not(.active):hover:before {
    background: #00000055;
}

.lhButton {
    background: transparent;
    border-color: transparent !important;
    color: #ff7415;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    transition: 0.3s;
    padding: 6px 12px !important;
    line-height: 1.42857143;
    display: inline-block !important;
    width: unset !important;
    border-radius: 2px;
}

.lhButton:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 24px;
    top: 4px;
    left: 9px;
    background: #ff7415 !important;
    transform: skew(20.8deg);
}
.lhButton:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 24px;
    top: 4px;
    left: 12px;
    background: #FFF;
    transform: skew(20.8deg);
}

.lhButton:hover {
    text-indent: 10px;
    background: #ff7415 !important;
    color: #FFF;
}

.FailureText {
    color: #F00;
    font-weight: 800;
}

.k-grid-header th.k-header .k-icon {
    filter: brightness(0) invert(1);
}

.k-calendar .k-content, .k-calendar .k-content th {
    text-align: center;
}

.k-calendar .k-content .k-link {
    padding: 0px;
}

.homeLHCommercialNews {
    flex: 1;
    padding-right: 50px;
}

.homeLHEvents {
    width: 240px;
}

.calendarEventDialog .bootstrap-dialog-title {
    font-size: 20px;
    line-height: 20px;
}

.eventImage {
    margin-bottom: 20px;
}

.eventImage img {
    width: 100%;
    height: auto;
}

.eventDescription a {
    color: #ff7415;
}

.k-loading-image {
    filter: hue-rotate(190deg);
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    background-color: #ff7415 !important;
}

.km-actionsheet>li>a:active, .km-actionsheet>li>a:hover, .km-listview-label input[type=checkbox]:checked, .km-listview-label input[type=radio]:checked, .km-loader:before, .km-pages .km-current-page, .km-popup .k-state-focused, .km-popup .k-state-hover, .km-popup .k-state-selected, .km-rowinsert, .km-scroller-pull, .km-scroller-refresh.km-load-more, .km-state-active, .km-tabstrip .km-state-active, .km-touch-scrollbar, li.km-state-active .km-listview-label, li.km-state-active .km-listview-link {
    background-color: #ff7415;
}

.progress-bar {
    background-color: #ff7415 !important;
}

.btn-info {
    background-color: #ff7415;
    border-color: #ff7415;
}

.btn-info:hover {
    background-color: #e3640d;
    border-color: #e3640d;
}

@media screen and (max-width: 1060px) {
    .header a {
        margin-right: 30px;
    }
    .menu {
        overflow: auto;
    }
    .remoteAssistanceContainer {
        display: none;
    }
    .topStoreLink {
        font-size: 0px !important;
    }
    .topStoreLink:before {
        font-size: 16px !important;
        line-height: 28px;
    }
}

@media screen and (max-width: 767px) {
    body {
        padding-top: 0px;
    }

    .header > div:not(.logo):not(.userArea) {
        display: none;
    }
    
    .menu {
        background: transparent;
        z-index: 99;
        overflow: hidden;
    }

    .topStoreLink {
        margin-right: 0px !important;
        border: 0px;
        margin-top: 5px;
    }

    .navbar-collapse.collapse.in {
        background-color: #374952;
    }

    .logo img {
        width: auto !important;
        height: 100%;
    }

    #navMenu {
        flex-direction: column;
        width: 100% !important;
        text-align: left;
        min-width: 360px;
    }

    #navMenu * {
        color: #FFF !important;
    }

    .homeRowContainer {
        flex-direction: column;
        margin: 0px;
    }

    .homeRowContainer > * {
        width: 100% !important;
        padding-right: 0px !important;
        margin-bottom: 50px;
    }

    .commercialNewsFormLogged a {
        flex-direction: column;
    }

    .commercialNewsFormLogged a .lu-link {
        margin-top: 10px;
    }
    
    .searchBoxContainer.userArea {
        margin-right: 60px;
        margin-left: 0px;
    }

    .logo img {
        width: auto !important;
        max-width: unset;
        height: 24px !important;
    }

    .customerGuideLink a {
        margin-right: 10px !important;
        font-size: 12px;
        line-height: 12px;
    }

    .logo a {
        margin-right: 5px;
    }

    .notAuth .menu {
        margin-top: 0px;
        margin-right: 0px;
        display: none;
    }

    .homeRowContainer .homeLogin input {
        width: 100%;
    }

    #divLoginInPage INPUT.btnLogin {
        margin-top: 0px !important;
    }

    .homeRowContainer > .homeSiteNews {
        margin-bottom: 20px;
    }

    .homeRowContainer .homeLogin {
        padding: 15px;
    }

    #divLoginInPage INPUT.btnLogin {
        width: 100%;
    }
}

.homeLHEvents .kendoCalendarAppointment.multipleDay {
    background: #ff7415;
    margin-left: -5px;
    margin-right: -5px;
    border-radius: 0px;
}

.homeLHEvents .k-calendar .k-content .k-link {
    overflow: visible;
}

.homeLHEvents .k-calendar .k-content td.k-state-hover {
    box-shadow: unset !important;
    background-color: transparent;
}

.homeLHEvents .k-calendar .k-content .k-link:hover .kendoCalendarAppointment,
.homeLHEvents .k-calendar .k-content .k-link:hover .kendoCalendarAppointment.multipleDay {
    background: #e9670f;
    border-color: transparent !important;
}