﻿.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/assets/img/loader.gif) center no-repeat rgba(255,255,255,0.0);
    background-size: 48px 48px;
}

.imgPreviewGrid {
    width: 100px;
}

.bckWatermarkChiara {
    background-color: #C0C0C0 !important;
}

.selectBasse {
    padding: 4px 4px !important;
}

.sidebar_logo {
    height: 89px !important;
}

.sidebar_logo a {
    margin-left: 49px !important;
    margin-top: 20px;
}

.parsley-required {
    color: #e53935;
}

/* Chart colors */
.ct-series-a .ct-bar {
    stroke: #0097a7;
}
.ct-series-b .ct-bar {
    stroke: #7cb342;
}
.ct-series-c .ct-bar {
    stroke: #e53935;
}
.ct-series-d .ct-bar {
    stroke: #1976d2;
}
.ct-series-e .ct-bar {
    stroke: #ffa000;
}
/* Chart colors */
