﻿/* Global CSS variables */
:root {
    /* Reference: */
    /*--gallery-item-width: 110px;*/ /* Two pictures side-by-side for each row in the preview panel */
    /*--gallery-item-width: 182px;*/ /* One picture for each row (good trade-off) */
    /*--gallery-item-width: 228px;*/ /* One picture for each row (max width - don't set an higher value than this to prevent layout break) */
    --gallery-item-width: 182px;
    --aspect-ratio: 1.33; /* 4:3 aspect ratio */
}

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li,
table, tfoot, thead, tr, th, td,
article, aside, canvas, details, footer, header, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

/* HTML5 display-role reset for older browsers */
body {
    line-height: 1;
    font-size: 12px;
    height: 100%;
}

ol, ul {
    list-style: none;
}

html, body {
    height: 100%;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

html,
body,
.container-fluid,
.row,
.column {
    height: 100%;
}

/* font */
/*@font-face {
    font-family: 'icomoon';
    src: url('Fonts/icomoon.eot?c8m22a');
    src: url('Fonts/icomoon.eot?#iefixc8m22a') format('embedded-opentype'), url('Fonts/icomoon.woff?c8m22a') format('woff'), url('Fonts/icomoon.ttf?c8m22a') format('truetype'), url('Fonts/icomoon.svg?c8m22a#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-info:before {
    content: "\e600";
}

.icon-faves:before {
    content: "\e601";
}

.icon-star-empty:before {
    content: "\e602";
}

.icon-chart-column:before {
    content: "\e603";
}

.icon-mobile:before {
    content: "\e604";
}

.icon {
    margin-right: 0.917em;
}

/* Bootstrap overrides*/
.row,
.container-fluid {
    padding: 0;
    margin: 0;
}

.column {
    padding-left: 0;
    padding-right: 0;
}

/* Nav section */
#nav-section {
    background-color: #35373d;
    width: 280px;
    float: left;
    height: 100%;
}

    #nav-section li:first-child {
        border-top: 1px solid #4a4b51;
    }

    #nav-section li {
        border-bottom: 1px solid #4a4b51;
        white-space: nowrap;
        font-size: 11px;
        line-height: 11px;
    }

        #nav-section li a {
            color: #b8bbc2;
            text-transform: uppercase;
            text-decoration: none;
            margin-left: 1em;
            font-size: 12px;
            padding: 1em 1.2em;
            width: 100%;
        }

    #nav-section .nav-second-level li a {
        color: #b8bbc2;
        text-transform: uppercase;
        text-decoration: none;
        margin-left: 1em;
        font-size: 10px;
        padding: 1em 1.2em;
        width: 100%;
        height: 100%;
        padding-left: 37px;
    }

    #nav-section .nav-second-level .nav-third-level li a {
        color: #b8bbc2;
        text-transform: uppercase;
        text-decoration: none;
        margin-left: 1em;
        font-size: 9px;
        padding: 1em 1.2em;
        width: 100%;
        height: 100%;
        padding-left: 37px;
    }

    #nav-section li:hover {
        background-color: #212329;
    }

    #nav-section li.active {
        background-color: #0d1016;
    }



.nav > li > a:hover,
.nav > li > a:focus {
    background: none;
}

#settings-bar {
    height: 50px;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.right-block-arrow,
.right-block {
    float: right;
    padding-right: 5px;
}

@-moz-document url-prefix() {
    .right-block-arrow{
    position: absolute !important;
    right: 10px !important;
    }
}

.left-block {
    float: left;
    padding-left: 5px;
}

#sidebar-nav {
    padding: 0;
}

#logo {
    position: relative;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    height: 75px;
    z-index: 2222;
}

.logo-image {
    width: 100%;
    content: url('../Images/expoplanning-logo-lowres.png');
    padding: 1px;
}


#toggle-button:hover,
#toggle-button:focus {
    background-color: #ECECEC!important;
}

#toggle-button .icon-bar {
    background-color: #fff;
    border-color: #fff;
}

/* Main section */
#main-section {
    float: none;
    width: auto;
    overflow: hidden;
    height: 100%;
    background-color: #eee;
}

#main-section-header > h2 {
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
}

#main-section-header > h2 {
    padding-left: 1.667em;
    white-space: nowrap;
}

#main-section-header {
    height: 77px;
    border-bottom: 1px solid #ededee;
    -moz-box-shadow: 1px 0 4px #ededee;
    -webkit-box-shadow: 1px 0 4px #ededee;
    box-shadow: 1px 0 4px #ededee;
    background-color: #fff;
}


/* Kendo widgets */
.k-sparkline {
    display: inline-block;
    width: 100%;
}

/* ??? */
/*.k-tooltip {
    width: 200px;
}*/




/* Empty charts overlays */
#topProductsContainer,
.sparkline-container {
    position: relative;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .1;
    filter: alpha(opacity=60);
    background: #fff;
    text-align: center;
}

    .overlay div {
        position: relative;
        font-size: 34px;
        margin-top: -17px;
        top: 50%;
    }


/* Scrollbar */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}


/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #b8bbc2;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(0,0,0,0.1);
    }



/*dropdown-menu*/
.dropdown {
    position: relative;
}

.dropdown-menu {
    padding: 15px 5px;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    margin-top: 35px;
    width: 200px;
    -moz-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/*color for theme*/
.tc-color {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 10px;
    height: 10px;
}

/*welcome-message*/

#welcome-message {
    text-align: center;
    margin-right: 5px;
    font-size: 13px;
    margin-top: 5px;
}

/*logout button*/

.settings {
    position: relative;
}


.navbar-mobile-image {
    height: 50px;
    margin-left: 15px;
}

.navbar-header {
    background: #ECECEC !important;
}


/*loader*/

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    /*position: fixed;
	left: 0px;*/
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../Images/loader-64x/Preloader_2.gif) 50% calc(50% - 78px) no-repeat #fff;
    /*background: url(../Images/loader-64x/Preloader_8.gif) center no-repeat #fff;*/
}



.btn-mini {
    background: transparent;
    padding: 0px;
    height: 25px;
    margin-right: 10px;
    font-size: 12px;
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.btn-login {
    color: white !important;
    font-weight: bold;
    background: #e52d27; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #e52d27, #b31217); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #e52d27, #b31217); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

    .btn-login:hover {
        color: white !important;
        font-weight: bold;
        background: #C92D28; /* fallback for old browsers */
        background: -webkit-linear-gradient(to left, #C92D28, #b31217); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to left, #C92D28, #b31217); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }

    .btn-login:visited {
        color: white !important;
        font-weight: bold;
        background: #C92D28; /* fallback for old browsers */
        background: -webkit-linear-gradient(to left, #C92D28, #b31217); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to left, #C92D28, #b31217); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }


.loginMessage {
    font-size: 30px;
    font-weight: 700;
    color: #ED212D!important;
    margin-bottom: 15px;
}

.main-section-content {
    height: 100% !important;
    overflow-y: auto;
    /*overflow-y: scroll;*/
}

.prev-details {
    height: calc(100% - 77px) !important;
}

#divSplitter {
    height: inherit;
}

.login-page-main-area {
    background: url(../Images/background_expo_login.jpg);
    background-size: 100% 100%;
    height: 100%;
}

.modal-body {
    font-weight: bold;
    font-size: 14px;
    color: brown;
}

.form-uiview-add_edit * {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
     /* Kendo widgets workaround for missing bottom border bug on Chrome and Edge */
     /* see https://www.telerik.com/forums/combobox-numberpicker-and-other-(-)-widgets-missing-bottom-border */
    /*zoom: 0.9999;*/
}

.form-uiview-add_edit label {
    font-size: 11px !important;
}

.timeout-page-main-area {
    background: url(../Images/timeout.jpg);
    background-size: 100% 100%;
    height: 100%;
}

.forbidden-page-main-area {
    background: url(../Images/forbidden.jpg);
    background-size: 100% 100%;
    height: 100%;
}

.error-page-main-area {
    background-image: url('../Images/error-page.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100vw;
    height: 100vh;
}


/* Notification window classes */

.notification-left {
    float: left;
    width: 87px;
}

.notification-right {
    float: left;
    width: calc(100% - 87px);
}

.ow-break-word {
    word-wrap: break-word;
    white-space: initial;
}

/* Error template */
/*.k-notification-error.k-group {
    background: rgba(100%,0%,0%,.7);
    color: #ffffff;
}*/

.errorNotification {
    min-width: 400px;
    max-width: 480px;
    min-height: 92px;
}

    .errorNotification img {
        margin: 25px 25px 25px 25px;
    }

    .errorNotification h3 {
        font-size: 1.2em;
        font-weight: bold;
        padding: 25px 25px 5px 0px;
    }

    .errorNotification p {
        padding: 0px 25px 25px 0px;
    }

/* Success template */
/*.k-notification-success.k-group {
    opacity: 0.9 !important;
}*/

.successNotification {
    min-width: 400px;
    max-width: 480px;
    /*min-height: 92px;*/
    min-height: 87px;
}

    .successNotification img {
        margin: 25px 25px 25px 25px;
    }

    .successNotification h3 {
        font-size: 1.2em;
        font-weight: bold;
        padding: 25px 25px 5px 0px;
    }

    .successNotification p {
        padding: 0px 25px 25px 0px;
    }

/* Warning template */
/*.k-notification-success.k-group {
    opacity: 0.9 !important;
}*/

.warningNotification {
    min-width: 400px;
    max-width: 480px;
    min-height: 92px;
    color: white;
}

    .warningNotification img {
        margin: 25px 25px 25px 25px;
    }

    .warningNotification h3 {
        font-size: 1.2em;
        font-weight: bold;
        padding: 25px 25px 5px 0px;
    }

    .warningNotification p {
        padding: 0px 25px 25px 0px;
    }

/* Info template - Message received notification */
.messageNotification {
    width: 300px;
    height: 100px;
}

    .messageNotification h3 {
        font-size: 1.2em;
        font-weight: bold;
        padding: 32px 10px 5px;
    }

    .messageNotification img {
        float: left;
        margin: 30px 15px 30px 30px;
    }

.concurrentNotification {
    width: 400px;
    height: 100px;
    background: lightgray;
    color: black;
    font-weight: bold;
    font-size: 12px;
    /*background-color:lightgrey;*/
}

    .concurrentNotification img {
        float: left;
        margin: 30px 15px 30px 30px;
    }

    .concurrentNotification h3 {
        font-size: 1.2em;
        font-weight: bold;
        padding: 32px 10px 5px;
    }

    /*.concurrentNotification p {
        text-align: center;
        line-height: 90px;
    }*/


.popup-row [class*='col-'] {
    margin-bottom: 6px !important;
    padding-right: 5px;
    padding-left: 5px;
}

.page-row [class*='col-'] {
    margin-bottom: 3px !important;
    padding-right: 5px;
    padding-left: 5px;
}

.no-gutter [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
}

.no-gutter-all [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
    margin: 0px !important;
}



div.k-window {
    width: auto;
    max-width: 1910px;
    max-height: 956px;
}

div.k-edit-form-container {
    width: auto;
    max-width: 1200px;
    max-height: 600px;
}

.k-popup-edit-form .k-edit-field > .k-textbox,
.k-popup-edit-form .k-edit-field > .k-widget {
    width: 90%;
    height: 90%;
}

.modal-backdrop {
    z-index: 10004;
}

#grumatSplitter {
    height: 100%;
}



.k-tabstrip-items li {
    width: 20%;
}

.k-grid tbody tr {
    height: 10px;
}

.k-grid td {
    white-space: nowrap;
    border-style: none;
    border-width: 0 0 0 0;
    padding: 0.1em;
}

/*.k-grid .k-state-selected a {
    color: #ffffff;
}*/

.k-grid .k-state-selected a:not(.k-button) {
    color: #ffffff !important;
}

#settings-bar {
    color: #000;
    background-color: #FFFFFF;
}

.nav-third-level > li > a:after {
    background: #ffffff!important;
}

.nav-third-level > li:last-child > a:after {
    height: 50%;
}

.nav-third-level > li > a:after,
.nav-third-level > li > a:before {
    left: 40px;
}

.nav-third-level li {
    border-bottom: none !important;
    padding-left: 20px;
}

    .nav-third-level li a {
        padding-left: 55px;
    }

#nav-section .nav-second-level .nav-third-level li.active {
    background-color: #000000;
}

.dropdown-header {
    border-width: 0 0 1px 0;
    text-transform: uppercase;
    overflow-x: scroll;
}

    .dropdown-header > span {
        display: inline-block;
        padding: 10px;
        width: 100px;
    }

        .dropdown-header > span:first-child {
            width: 50px;
        }

.k-material #customers-list .k-item,
.k-material #customers-list .k-item.k-state-hover,
.k-materialblack #customers-list .k-item,
.k-materialblack #customers-list .k-item.k-state-hover {
    border-left: 0;
}


.k-dropdown-wrap {
    height: 26px;
}


.k-tabstrip {
    height: calc( 100% - 50px);
}

    .k-tabstrip .k-content {
        height: calc( 100% - 77px);
    }


        .k-tabstrip .k-content .k-grid-content {
            height: 100%;
        }

    .k-panelbar .k-tabstrip > .k-content, .k-tabstrip > .k-content {
        padding: 0;
    }

.popup-dropdown-addnewbtn-style {
    overflow: hidden;
}

    .popup-dropdown-addnewbtn-style a {
        font-size: 11px !important;
        font-family: Segoe UI;
        color: #a9a9a9 !important;
        text-decoration: none;
    }

    .popup-dropdown-addnewbtn-style:hover {
        cursor: pointer;
    }

    .popup-dropdown-addnewbtn-style i {
        height: 12px;
        margin-left: -15px;
        text-transform: capitalize !important;
        color: #a9a9a9 !important;
    }


/* used for loading icon in comboboxes kendo-bug i guess !!! this is a workaround */
.k-i-loading {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#calendarExhibitorsTooltipLink {
    text-decoration: none;
    font-size: 11px !important;
}

/* Page Template for the exported PDF */
.page-template {
    font-family: "DejaVu Sans", "Arial", sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .page-template .header {
        position: absolute;
        top: 30px;
        left: 30px;
        right: 30px;
        border-bottom: 1px solid #888;
        color: #888;
    }

    .page-template .footer {
        position: absolute;
        bottom: 30px;
        left: 30px;
        right: 30px;
        border-top: 1px solid #888;
        text-align: center;
        color: #888;
    }

.hide-treelist-row {
    display: none !important;
}

.GridNoHeader thead.k-grid-header {
    /*height: 0;

    border-bottom-width: 0;

    visibility: hidden;

    overflow: hidden;*/
    display: none;
}

/*.numberCircle {
    border-radius: 100%;
    border: 1px solid  #FF0202;
    text-align: center;
}*/

.numberCircle {
    /*border-radius: 100%;
    border: 1px solid  #FF0202;
    text-align: center;*/
    color: #FF0202;
    font-weight: bold;
}

#barcodeLbl canvas {
    width: 500px;
    height: 500px;
}

@media print {
    #barcodeLbl canvas {
        width: 500px;
        height: 500px;
    }
}


/*offer list tabstrip*/
#tabstrip.k-header {
    border-color: #eeeeee !important;
    background-color: #eeeeee !important;
    background-image: none !important;
}

#tabstrip.k-tabstrip:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#tabstrip .k-tabstrip-items .k-state-active {
    background-color: white !important;
}

#tabstrip .k-state-active .k-link {
    color: black !important;
}

#tabstrip .k-state-default .k-link {
    color: black !important;
}

/*grid filter row*/

.k-grid .k-filtercell > span > .k-button {
    display: none;
}

.k-grid .k-filtercell > span {
    padding-right: 1.5em;
}

.k-grid .k-filter-row .k-dropdown-operator {
    right: -0.5em;
}

/* bottom amounts style */
.bottomAmountStyle {
    font-size: 13px;
    font-weight: bold;
    color: black !important;
    opacity: 1 !important;
}

/* Picture Gallery */
.picture {
    float: left;
    position: relative;
    width: var(--gallery-item-width);
    height: calc(var(--gallery-item-width) * var(--aspect-ratio));
    margin: 0 5px 10px;
    padding: 0;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    overflow: hidden;
    display: flex; /* Added flexbox for better alignment */
    flex-direction: column;
    justify-content: space-between; /* Ensures the image is centered vertically and caption is at the bottom */
}
    .picture img {
        position: absolute; /* Anchor the caption to the top */
        top: 0;
        left: 0;
        max-width: 100%;
        max-height: calc(var(--gallery-item-width) * var(--aspect-ratio) - 35px);
        object-fit: contain; /* The content is scaled to maintain its aspect ratio while fitting within the element's content box. */
        display: block;
        margin: auto; /* Centers the image horizontally and vertically */
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
    .picture h3 {
        position: absolute; /* Anchor the caption to the bottom */
        bottom: 0;
        left: 0;
        right: 0;
        padding: 5px 3px;
        width: 100%;
        max-height: calc(2 * 1.2em + 10px); /* 2 lines at 1.2em line-height + 6px total padding */
        line-height: 1.4em; /* Line height for each line */
        font-size: 0.9em;
        font-weight: normal;
        color: #666;
        white-space: normal; /* Ensure wrapping */
        overflow: hidden; /* Hide overflow text */
        display: -webkit-box; /* Necessary for the ellipsis effect */
        -webkit-line-clamp: 2; /* Limit to 2 lines */
        -webkit-box-orient: vertical; /* Required for the ellipsis effect */
        box-sizing: border-box; /* Include padding/border in width */
    }

/*pics uploader*/

#listView {
    padding: 10px 5px;
    margin-bottom: -1px;
    min-height: 83%;
}

#itemDocEdit #listView {
    min-height: 160px;
}

/* Picture Upload */
#pictureUpload .k-header {
    height: 90%;
}
#pictureUpload .k-upload-files {
    height: 80%;
    overflow-y: scroll;
}

/* Document Upload */
#documentUpload .k-header {
    height: 90%;
}
#documentUpload .k-upload-files {
    height: 80%;
    overflow-y: scroll;
}

.document {
    height: 30px;
    width: 400px;
    position: relative;
    float: left;
    padding-top: 10px;
}

.k-chart-tooltip {
    width: 250px;
}


input[readonly], input[readonly="readonly"] {
    color: black !important;
    background: rgba(225, 225, 225, 0.86) !important;
    opacity: 1 !important;
}

input[disabled], input[disabled="disabled"] {
    color: black !important;
    background: rgba(225, 225, 225, 0.86) !important;
    opacity: 1 !important;
}

/*.k-state-disabled {
    color: black !important;
    background: rgba(253, 253, 253,1) !important;
    opacity: 1 !important;
}*/

.input-validation-error {
      -moz-box-shadow: 0px 0px 3px 1px rgba(235, 9, 9,0.6)!important;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(235, 9, 9,0.6)!important;
    box-shadow: 0px 0px 3px 1px rgba(235, 9, 9,0.6)!important;
}



.period-wrapper {
    display: inline-block;
}

.select-period {
    margin-right: 0.833em;
    margin-left: 2.500em;
    text-transform: uppercase;
    font-weight: normal;
}

#dashboard-title {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
}

#regional-sales {
    border: none;
    overflow-y: hidden;
    height: calc(100% - 86px);
}

    #regional-sales .row {
        height: auto;
    }

#map-wrapper {
    padding: 15px;
    background-color: #eeeeee !important;
}

#map {
    height: 350px;
    outline: 0;
}

#map-details span {
    line-height: 13px;
}

.section-header {
    font-size: 11px;
    color: #35373d;
    text-transform: uppercase;
    padding-bottom: 1.091em;
    padding: 15px 0;
}

#countryName {
    font-size: 36px;
    text-transform: uppercase;
}

#countryCustomers {
    font-size: 11px;
}

#statsContainer {
    background-color: #fff;
}

#MarketShareLabel,
#RevenueLabel,
#EventsLabel,
#CustomersLabel,
#countryName {
    font-size: 24px;
    text-transform: uppercase;
}

/*Warning notification badge*/
.icon-wrapper {
    position: relative;
    float: left;
}


.badge {
   
    background-image: -webkit-linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
    background-image: -moz-linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
    background-image: -o-linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
    background-image: -ms-linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
    background-image: linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f78297', EndColorStr='#f46677');
    border: 1px solid #ce4f5e;
    width: auto;
    height: auto;
    margin: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -12px;
    right: -8px;
    padding: 4px;
    min-width:25px!important;
}

/*//////////////////////////////////////////*/
.notificationContainer 
{
background-color: #fff;
padding:10px 0px 0px 0px !important;
margin-right:15px;
}

.notificationsBody
{
padding: 33px 0px 0px 0px !important;
/*min-height:300px;*/
}
.notificationFooter
{
    /*background-color:#3f51b5;*/
/*background-color: #e9eaed;*/
text-align: center;
font-weight: bold;
padding: 8px;
font-size: 12px;
border-top: 1px solid #dddddd;
}

.k-grid-norecords-template {
    width:auto;
}

#map_canvas img {
    width: auto !important;
    height: auto !important;
} 





/************************************
    MOBILE CLASSES
 *************************************/


/*min-width: 769px -> .col-sm- */

/*max-width: 769px -> .col-xs- */
@media screen and (max-width: 769px) {
    .column {
        height: auto;
    }

    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -50%;
    }

    .row-offcanvas-left.active {
        /*left: 50%;*/
    }

    #main-section-header {
        font-size: 8px;
    }

    #nav-section {
        width: 100%;
        height: auto;
    }

    #main-section {
        width: 100%;
        overflow: hidden;
    }

    #main-section-header > h2,
    #dateFilter {
        display: block;
        width: 100%;
        text-align: center;
    }

    #main-section-header > h2 {
        padding-bottom: 15px;
    }

    #dateFilter {
        padding-top: 15px;
    }

    #settings-bar {
        height: 50px;
    }

    #rights {
        display: none;
    }

    #menubtn {
        display: none;
    }

    #page-name {
        display: none;
    }

      .k-column-menu {
        max-height: 100%;
        overflow: auto;
    }

          .popup-dropdown-addnewbtn-style i {
        height: 25px;
        margin-left: -15px;
        margin-top:10px;
        text-transform: capitalize !important;
        color: #a9a9a9 !important;
    }

      .popup-dropdown-addnewbtn-style a {
        font-size: 14px !important;
        font-family: Segoe UI;
        color: #a9a9a9 !important;
        text-decoration: none;
    }

}



@media screen and (min-width: 769px) and (max-width:1204px) {
}

/* Custom */
@media screen and (min-width: 769px) and (max-width: 831px) {
    #main-section-header h2 {
        font-size: 12px;
    }
}

@media screen and (min-width: 769px) and (max-width: 863px) {
    #main-section-header h2 {
        padding-right: 0;
        font-size: 12px;
    }
}

@media screen and (min-width: 863px) and (max-width:1040px) {
    #main-section-header h2 {
        font-size: 14px;
    }
}
/* End custom */


@media (min-width:769px) {
    #topNavigationMobile {
        display: none !important;
    }
}

@media (max-width:769px) {

    #logo {
        display: none !important;
    }

    #menutext {
        display: none !important;
    }
}

@media (min-width: 769px) {
    .navbar-collapse.collapse {
        height: inherit !important;
    }

    #main-menu {
        height: calc( 100% - 75px);
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

@media screen and (min-height: 0px) and (max-height: 250px) {
    #main-menu {
        height: 250px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

.main-menu-item-icon {
    /*text-align: center;*/
}

.main-menu-item-text {
    margin-left: 0.5em;
    font-weight: 600;
}

/*DASHBOARD CLASSES*/
@media screen and (max-width: 1096px) {

    #team-efficiency {
        font-size: 14px;
    }
}

@media screen and (max-width: 380px) {
    .select-period {
        display: none;
    }

    .period-wrapper {
        margin: 5px auto;
    }
}

@media screen and (min-width: 381px) and (max-width: 396px) {
    .select-period {
        display: none;
    }
}

@media screen and (min-width: 558px) and (max-width: 632px) {
    .select-period {
        margin: 0;
    }
}

@media screen and (min-width: 768px) and (max-width:992px) {
    .select-period {
        margin: 0;
    }
}

@media screen and (max-width:960px) {
    #MarketShareLabel,
    #RevenueLabel,
    #EventsLabel,
    #CustomersLabel,
    #countryName {
        font-size: 20px;
    }
}

@media screen and (max-width: 505px) {
    #MarketShareLabel,
    #RevenueLabel,
    #EventsLabel,
    #CustomersLabel,
    #countryName {
        font-size: 14px;
    }
}

label {
    margin-bottom:0px;
}


/*User Picture on the menu*/
.menu-image-wrapper {
    width: 36px;
    height: 36px;
}

#userImageContainer_tt_active {
    background-color: white;
    color: #787878;
    right: 10px;
}

#userImageContainer_tt_active .k-tooltip-content {
    padding-right: 0px;
    width: 100%;
}

#userImageContainer_tt_active .k-tooltip-button {
    position: absolute;
    right: 8px;
}

.userName {
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0px 10px 0px;
}

.user-profile-btn {
    font-size: 32px; /* Set icon size to 32px */
    margin-top:10px;
    padding: 5px 30px;
}

.database-version {
    margin-bottom:10px;
    line-height: 20px;
    color: #aaa;
    font-style: italic;
    font-size: .9em;
    padding-top: 1em;
}

.budgetField {
    text-align: right; 
}

.budgetTextField {
    text-align: center;
}

.font-bold {
    font-weight: bold !important;
}

.k-checkbox-label::after {
    top: 2px;
    left: 4px;
    width: 12px;
    height: 10px;
    line-height: 12px;
}

.budgetLeftBorder {
    border-left: 1px solid !important;
    border-color: rgb(206, 206, 210) !important;
}

.budgetRightBorder {
    border-right: 1px solid !important;
    border-color: rgb(206, 206, 210) !important;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.float-left {
    float: left;
}

.highlight {
    color: black;
    background-color: yellow;
}

.inactive {
    opacity: 0.4;
}

input[disabled].text-color-red, input[disabled="disabled"].text-color-red {
    color: red !important;
    background: rgba(225, 225, 225, 0.86) !important;
    opacity: 1 !important;
}

.form-control-feedback {
    pointer-events: inherit;
}

.fa.form-control-feedback,
.fad.form-control-feedback,
.far.form-control-feedback,
.fas.form-control-feedback {
    padding-top: 7px;
}