@font-face {
    font-family: "Kendo UI";
    src: url("/Content/kendo/images/kendoui.woff") format("woff"), url("/Content/kendo/images/kendoui.ttf") format("truetype");
}

body:before {
    font-family: "Kendo UI";
    content: "\a0";
    font-size: 0;
    font-size: 0;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
}

html, body {
    margin: 0;
    padding: 0;
    min-width: 320px;
}

.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;
}
.form-group .k-widget,
.form-group .k-textbox {
    width: 100%;
}
.form-group .k-dropdown{
    width: 82%;
}
.buttons-wrap {
    border-top: 1px solid #e7e7e7;
    padding-top: .5em;
    text-align: right;
}
.container > .well {
    background-color: #212a33;
    color: #fff;
}
.navbar > .container .navbar-header {
    margin-top: 10px;
}
.navbar > .container {
    color: #fff;
}
.navbar {
    background-color: #212a33;
}
.navbar-fixed-bottom {
    background-color: #212a33;
    color: #fff;
}
.k-tabstrip > .k-content {
    min-height: 500px;
}

.k-tabstrip-top > .k-tabstrip-items .k-item.k-state-active {
    border-bottom-color: #ff4350;
    border-bottom-width: 3px;
}
.k-tabstrip > .k-tabstrip-items > .k-item {
    text-transform: uppercase;
    border-width: 4px;
    border-style: solid;
    border-color: transparent;
    padding: 0;
    text-align: center;
    width: 13%; /* number of tabs / 100 */
    background-color: #212a33;
}
.k-tabstrip-items .k-state-active .k-link {
    color: #87ceeb
}
.user-info {
    padding-right: 10px;
}
.mt-10 {
    margin-top: 10px;
}
.pl-40 {
    padding-left: 40px;
}
.mt-20p {
    margin-top: 20%;
}
.legend {
    font-size: 16px;
    font-size: 16px;
}
.legend-summary {
    color: #0e0ac1;
    font-size: 16px;
    height: 26px;
    background-color: #999999;
    padding-top: 7px;
    margin-bottom: 0;
}
.store-heading {
    background-color: #b2b4b9;
    min-height: 30px;
    vertical-align: middle;
    padding-top: 5px;
    padding-left: 5px;
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #0e0ac1;
}
.k-grid, .k-listview {
    position: inherit;
}
.k-header
{
    background-color: #999999;
}
.fieldlist {
    margin: 0 0 -1em;
    padding-left: 0;
    padding-top: 15px;
}

.fieldlist li {
    list-style: none;
    padding-bottom: 1em;
}
.k-invalid, .input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #FF0000;
}
.store-heading > .col-lg-6 {
    padding-left: 0;
    padding-right: 5px;
}
.bottom-left {
    bottom: 20px;
    left: 40px;
    position: absolute;
}
.full-width {
    width: 100%;
    max-width: none;
}
.full-height {
    height: 100%;
}
.k-content > .row {
    margin-left: 0;
    margin-right: 0;
}
.pos-selection {
    width: 50% !important;
}
input[data-val-required] {
    background-color: #FAFFBD;
}
.form-button {
    padding-top: 22px;
}

.k-radio:disabled + .k-radio-label {
    color: #333;
}
span.k-invalid-msg {
    display: none !important;
}
.pl-10 {
    padding-left: 10px;
}
footer {
    padding-top: 10px;
    padding-bottom: 10px;
}
div.filter-header {
    float: left;
    margin-left: 20px;
    margin-bottom: 5px;
}
button.w180 {
    width: 180px;
}
div.iconSlideUp {
    background: Url('/Content/images/arrow-up.gif');
    width: 16px;
    height: 10px;
    cursor: pointer;
}

div.iconSlideDown {
    background: Url('/Content/images/arrow-down.gif');
    width: 16px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
}
div.center-with-margin {
    text-align: center;
    margin: 8px;
}
.filterHeader {
    margin: 1em auto;
    /*max-width: 1450px;*/
    min-width: 950px;
    /*width: 98%;*/
    width: 100%;
    overflow: hidden;
}

.responsiveVisionPointBlock {
    overflow: hidden;
    margin: .25em;
}

.chartWrapper {
    overflow-x: auto;
}

.chart {
    /*TODO REMOVE IMPORTANT WHEN IN CHARTS.cshtml will be removed the fixed witdh.*/
    min-width: 925px !important;
    width: 100%;
    height: 250px;
}
.kendo-button {
    margin: 2px !important;
}

button.searchGridButton {
    margin-left: 6px;
}


div.borderGridTitle div#gridTitle {
    margin-top: 10px;
    float: left;
    color: white;
    font-weight: bolder
}

div.borderGridTitle div#gridFilterBox {
    float: right;
    margin-top: 4px;
}

div.borderTitle, div.borderGridTitle {
    border: 1px solid #99BBE8;
    vertical-align: middle;
    background-color: #778899;
    background-repeat: round;
    height: 44px;
    padding-right: 10px;
    padding-left: 10px;
}
.gridIcon {
    float: right;
    padding-right: 10px;
}
.elfo-confirmation-message-text-content {
    white-space: pre-wrap;
}
button.right {
    float: right;
    margin-right: 10px;
    min-width: 50px;
}
a.toogle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e113";
    float: right !important;
    color: grey;
    cursor: pointer;
}

a.collapsed:after {
    content: "\e114";
    cursor: pointer;
}
.panel-title {
    height: 18px;
}
a.line-icon {
    margin-left: 10px;
}

i.line-icon {
    font-size: 1.6em;
}
.line-description {
    font-style: italic;
    font-size: 10px;
}
a.toolbar-icon {
    margin-right: 10px;
    text-align: right;
    float: right;
    cursor: pointer;
}
.nav-menu {
    display: flex;
    justify-content: center;
    list-style: none;
    float: none;
}
.mr-10 {
    margin-right: 10px;
}
div.k-window {
     max-width: 1024px;
 }

#loadingDiv {
    display: none;
}

#loadingDiv.show {
    display: block;
    position: absolute;
    z-index: 1;
    background-image: url('/Content/Bootstrap/loading-image.gif');
    background-color: #fff;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}
.no-padding {
    padding: 0 !important;
}
.btn-small {
    width: 80px;
}
.ml-10{
    margin-left:10px !important;
}
div.right_top_menu_dropdown {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #EFEAE5;
    padding: 10px;
    z-index: 100;
    font-weight: normal;
    top: 135px;
    right: 350px;
    width: 150px
}

.vp-manager {
    margin-left: 40px;
    width: 50px;
    cursor: pointer;
}

.ico-overview-container {
    position: absolute;
    left: 2px;
    font-size: 1.3em;
    display: flex;
    align-items: center;
}

.ico-overview-vm {
    font-size: 1.8em !important;
    color: #ff9000 !important;
}
.ico-overview-vp {
    font-size: 1.5em !important;
    color: #4cc3db !important;
}
.ico-overview-vp-stores {
    font-size: 1.5em !important;
    color: #d8d9b3 !important;
}

.loading-spinner {
    position: absolute;
    top: -10px;
    left: calC(50% - 100px);
}

.ico-overview-trash {
    font-size: 1.2em !important;
    color: #ffffff !important;
}