@import "icomoon.css";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: inherit;
    outline: none;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}
input[type=text], input[type=tel], input[type=email], input[type=search], input[type=password], input[type=time], textarea {
    -webkit-appearance: none;
    background: #fafbfc;
    border: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    color: #575756;
    font-family: "HandelGothicITCW02-Bold", sans-serif;
    font-size: 1.250em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 2em;
    padding: 0.6em 1em 0.5em;
    -webkit-box-shadow: 0 0 0.765em 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 0.765em 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 0.765em 0 rgba(0,0,0,0.2);
}
textarea {
    height: 8.650em;
    resize: none;
}
input[type="text"]:disabled, input[type="tel"]:disabled, input[type="email"]:disabled, textarea:disabled {
    background: rgba(205,205,205,1) !important;
    color: rgba(87,87,86,1) !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-fill-color: rgba(87,87,86,1) !important;
    -webkit-opacity: 1 !important;
}
input[type="text"].static-field, input[type="tel"].static-field, input[type="email"].static-field, textarea.static-field {
    background: #fafbfc;
    color: rgba(87,87,86,0.5);
    -webkit-box-shadow: 0 0 0.765em 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 0.765em 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 0.765em 0 rgba(0,0,0,0.2);
}
.static-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(87,87,86,0.5);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
::-webkit-input-placeholder {
    color: #575756;
    opacity: 0.25;
    font-family: "HandelGothicITCW02", sans-serif;
}
::-moz-placeholder {
    color: #575756;
    opacity: 0.25;
    font-family: "HandelGothicITCW02", sans-serif;
}
:-ms-input-placeholder {
    color: #575756;
    opacity: 0.25;
    font-family: "HandelGothicITCW02", sans-serif;
}
:-moz-placeholder {
    color: #575756;
    opacity: 0.25;
    font-family: "HandelGothicITCW02", sans-serif;
}

html {
    min-height: 100%;
    position: relative;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
button {
    border: 0;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: inherit;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.clear {
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
* html .clearfix {
    height: 1%;
}
/*======= Main structure start =======*/
body {
    background: #f6f6f6;
    font-size: 16px;
    color: #575756;
    font-family: "HandelGothicITCW02", sans-serif;
}
h1,h2,h3,h4 { font-weight: 400; font-family: "HandelGothicITCW02-Bold", sans-serif; }
.page-wrap {
    padding: 0 1.563em;
}
.page-top {
    margin-top: 0.813em;
    margin-bottom: 1.250em;
}
header {
    background: #fff;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    display: flex;
    align-items: stretch;
    min-height: 4.500em;
    position: fixed;
    justify-content: space-between;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-box-shadow: 0 0.1em 1em 0 rgba(59,74,116,0.23);
    -moz-box-shadow: 0 0.1em 1em 0 rgba(59,74,116,0.23);
    box-shadow: 0 0.1em 1em 0 rgba(59,74,116,0.23);
}
header > div {
    display: flex;
    align-items: center;
}
header nav > ul {
    max-height: 100vh;
    overflow: auto;
    position: absolute;
    left: -20em;
    top: 0;
    background: #fff;
    width: 20.000em;
    padding-left: 2.188em;
    padding-bottom: 0.5em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
header nav.active > ul {
    left: 0;
    -webkit-box-shadow: 0 0.563em 2.375em 0 rgba(59,74,116,0.23);
    -moz-box-shadow: 0 0.563em 2.375em 0 rgba(59,74,116,0.23);
    box-shadow: 0 0.563em 2.375em 0 rgba(59,74,116,0.23);
}
header nav > ul > li {
    display: block;
    margin: 0.688em 0;
}
header nav > ul > li:first-child {
    margin-top: 0;
}
header nav > ul > li a {
    display: block;
    color: #575756;
    font-size: 1.250em;
    padding: 0.5em 0.5em 0.5em 0;
}
.header-logo {
    justify-content: center;
    padding-left: 0.5em;
    padding-right: 0.5em;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -13.500em;
    margin-top: -1.875em;
}
.header-logo img {
    width: 24.063em;
}
.menu-button {
    width: 3.225em;
    border: 0;
    background: #fff;
    padding: 0.5em 0.8em;
    position: relative;
    z-index: 5;
}
.menu-button span {
    display: block;
    height: 0.188em;
    margin: 0.375em 0;
    width: 100%;
    background: #a50044;
    -webkit-border-radius: 0.125em;
    -moz-border-radius: 0.125em;
    border-radius: 0.125em;
}
.message-block {
    background: #d2a551;
    text-align: center;
    margin: 0.813em 0;
    color: #fff;
    padding: 0.750em 1.688em;
    -webkit-border-radius: 1.313em;
    -moz-border-radius: 1.313em;
    border-radius: 1.313em;
}
.breadcrumbs {
    margin: 0.813em 0;
}
/*======= Main structure end =======*/

/*======= Login page start =======*/
.login-page {
    background: url('../img/login-bg.png') no-repeat #575756;
    background-size: cover !important;
    background-position: bottom right !important;
}
.header-login {
    text-align: center;
    justify-content: center;
}
.header-login img {
   width: 24.063em;
}
.login-block {
    max-width: 20.313em;
    margin: 0 auto;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}
.login-block fieldset {
    display: block;
    margin: 1.188em 0;
    position: relative;
}
.login-block input {
    font-size: 1.188em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 2.74em;
    padding: 0.6em 1em 0.4em 3.789em;
    -webkit-box-shadow: 0 0 1.111em 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 1.111em 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 1.111em 0 rgba(0,0,0,0.2);
}
.login-block fieldset:before {
    position: absolute;
    left: 1.063em;
    top: 0.688em;
    content: '';
    width: 2.500em;
    height: 1.875em;
    border-right: 1px solid #f2e6c8;
    background-size: 1.313em auto !important;
}
.login-block .username-input:before {
    background: url('../img/username_input_picto.png') no-repeat left center;
}
.login-block .password-input:before {
    background: url('../img/password_input_picto.png') no-repeat left center;
}
.login-button {
    cursor: pointer;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.250em;
    min-height: 2.600em;
    padding: 0.5em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 1.500em;
    margin-bottom: 1em;
}
.login-button:hover {
    background: #fff;
    color: #a50044;
}
.login-messages {
    font-size: 1.188em;
    text-align: center;
}
.login-forgotten-password-link {
    display: inline-block;
    font-size: 1.188em;
    margin-top: 1.053em;
    color: #d7b962;
}
/*======= Login page end =======*/

/*======= Popup start =======*/
.b-modal {
    z-index: 99 !important;
}
.popup {
    width: 32em;
    padding: 0 1.125em;
    display: none;
    z-index: 100 !important;
}
.popup .popup-content {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 1.500em 2.000em 2.000em;
    position: relative;
}
.popup.popup-message .popup-content {
    padding-top: 2em;
}
.popup-close {
    display: block;
    width: 1.438em;
    height: 1.313em;
    background: url('../img/close_btn.png') no-repeat center;
    background-size: 100% auto;
    position: absolute;
    top: 1.500em;
    right: 1.250em;
    cursor: pointer;
}
.popup .popup-title {
    padding-right: 1.5em;
}
/*======= Popup end =======*/

/*======= Form styles start =======*/
.form-line {
    display: block;
    margin: 1.313em 0;
}
.form-line > label {
    display: flex;
    width: 42%;
    float: left;
    height: 100%;
    min-height: 2.5em;
    align-items: stretch;
}
.form-line > label span {
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 1.5em;
    position: relative;
}
.form-line > label span:after {
    position: absolute;
    right: 1em;
    top: 0.7em;
    content: ':';
    line-height: 0.5;
}
.form-line .form-field, .form-line .select-wrapper {
    float: left;
    width: 58%;
    display: block;
}
.file-upload {
    position: relative;
}
.file-upload {
    background: #fafbfc;
    border: 0;
    width: 100%;
    color: #575756;
    font-family: "HandelGothicITCW02-Bold", sans-serif;
    font-size: 1.250em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0.5em 2em 0.4em 1em;
    height: 2em;
    -webkit-box-shadow: 0 0 0.765em 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 0.765em 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 0.765em 0 rgba(0,0,0,0.2);
}
.file-upload span {
    display: inline-block;
    width: 100%;
    word-break: break-all;
    height: 100%;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.file-upload input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
}
.file-upload:after {
    width: 1.364em;
    height: 100%;
    top: 0;
    right: 0.227em;
    background: url("../img/upload_image_icon.png") no-repeat center;
    background-size: 100% auto;
    position: absolute;
    content: '';
}
.file-upload.static-field {
    color: rgba(87,87,86,0.5);
}
.full-line-field > label {
    display: block;
    width: auto;
    min-height: unset;
    float: none;
}
.full-line-field > label span {
    display: inline-block;
    width: auto;
}
.full-line-field > label span:after {
    right: 0;
    line-height: normal;
    top: 0;
}
.form-error-messages {
    color: #a40743;
}
.form-error-messages li { 
    margin: 0.2em 0;
}
.form-error-messages li:before {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    background-size: 100% auto !important;
    background: url("../img/error_icon.png") no-repeat;
    margin: 0 0.5em 0 0;
    content: '';
}
.button {
    font-size: 1.063em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border: 1px solid transparent;
    min-height: 2.647em;
    padding: 0.75em 0.882em 0.5em;
    min-width: 7.647em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    font-family: 'HandelGothicITCW02-Bold',  sans-serif;
    margin: 1.059em 0.294em 0;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
}
.small-button {
    font-size: 0.938em;
    min-width: 5.867em;
    min-height: 2.133em;
}
.red-button {
    background: #a50044;
    border-color: #a50044;
}
.red-button:hover {
    background: #fff;
    color: #a50044;
}
.black-button {
    background: #5d5d5c;
    border-color: #5d5d5c;
}
.black-button:hover {
    background: #fff;
    color: #5d5d5c;
}
.ocher-button {
    background: #d2a551;
    border-color: #d2a551;
    color: #fff;
}
.ocher-button:hover {
    background: #fff;
    color: #d2a551;
}
.white-button {
    background: #fff;
    border-color: #a50044;
    color: #a50044;
}
.white-button:hover {
    background: #a50044;
    border-color: #a50044;
    color: #fff;
}
.buttons-block {
    margin-left: -0.313em;
    margin-right: -0.313em;
}
.next-button {
    text-align: left;
    padding-right: 1.600em;
    margin-top: 0;
}
.next-button:after {
    content: '';
    position: absolute;
    right: 0.800em;
    top: 50%;
    margin-top: -0.4em;
    width: 0.533em;
    height: 0.800em;
    background: url("../img/button_arrow.png") no-repeat center;
    background-size: 100% auto;
}
.next-button:hover:after {
    background: url("../img/button_arrow_hover.png") no-repeat center;
    background-size: 100% auto;
}
.button.disabled, .button.disabled:hover {
    background-color: #cac9c9;
    border-color: #cac9c9;
    cursor: default;
    color: #fff;
}
.buttons-wrapper {
    margin-left: -0.294em;
    margin-right: -0.294em;
}
/*======= Form styles ends =======*/
/*======= Home start =======*/
.section-title {
    margin-top: 0.813em;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.todo-list {
    display: flex;
    margin: 0 -0.500em;
}
.todo-list > div {
    padding: 0 0.500em 2.313em;
    width: 33.33%;
    vertical-align: top;
}
.todo-list.cols-2 > div {
    width: 50%;
}
.todo-block {
    background: #fff;
    display: table;
    text-align: center;
    width: 100%;
    min-height: 100%;
    position: relative;
    -webkit-box-shadow: 0 -0.563em 1.5em 0 rgba(59,74,116,0.23);
    -moz-box-shadow: 0 -0.563em 1.5em 0 rgba(59,74,116,0.23);
    box-shadow: 0 -0.563em 1.5em 0 rgba(59,74,116,0.23);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.todo-content {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    padding: 1.313em 1.250em 1.813em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    position: relative;
    z-index: 3;
}
.todo-number {
    display: block;
    position: relative;
    line-height: 1;
    padding-bottom: 0.5em;
    margin-bottom: 0.8em;
}
.todo-number:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 2.813em;
    height: 4px;
    background: #d2a551;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: -1.437em;
}
.todo-block .button {
    position: absolute;
    left: 50%;
    bottom: -1em;
    min-width: 5.867em;
    min-height: 2.133em;
    margin-left: -3.166em;
    font-size: 0.938em;
    z-index: 3;
}
.todo-notification {
    position: absolute;
    font-size: 0.938em;
    color: #fff;
    width: 2.200em;
    height: 2.200em;
    background: #ff0000;
    text-align: center;
    line-height: 2.35em;
    right: 1.600em;
    top: -1.067em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-family: "HandelGothicITCW02-Bold", sans-serif;
    z-index: 4;
}
.add-bullet:before {
    display: inline-block;
    width: 0.250em;
    height: 0.250em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    background: #575756;
    position: relative;
    top: -0.2em;
    margin: 0 0.23em;
}
.data-table {
    width: 100%;
    border-spacing: 0;
    table-layout: fixed;
    border-collapse: collapse;
}
.data-table thead {
    background: #d2a551;
}
.data-table th {
    background: #d2a551;
    color: #fff;
    font-family: "HandelGothicITCW02-Bold", sans-serif;
    text-align: left;
    padding: 0.6em 0 0.50em 1.438em;
    height: 3em;
    vertical-align: middle;
    text-transform: uppercase;
}
.data-table tbody tr {
    cursor: pointer;
}
.data-table tr td {
    border-bottom: 1px solid #e3cb9e;
    padding: 0.750em 0 0.750em 1.438em;
    vertical-align: middle;
    overflow: visible;
}
.data-table tr td:first-child {
    padding-left: 0;
}
.content-box .data-table tr td {
    border-top: 1px solid #e3cb9e;
    border-bottom: 0;
}
.content-box .data-table tr:first-child td {
    border-top: 0;
}
.data-table-full {
    width: 100% !important;
}
.data-table-dot:before {
    content: '';
    width: 0.7em;
    height: 0.7em;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50%;
    background: #a50044;
    margin-right: 0.5em;
}
.ellipsis {
    position: relative;
}
.ellipsis:before {
    content: '&nbsp;';
    visibility: hidden;
}
.ellipsis span {
    position: absolute;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.date-box {
    border: 2px solid #d8b361;
    display: inline-block;
    color: #b32f4c;
    font-size: 0.938em;
    padding: 0.4em 0.867em 0.2em;
    text-align: center;
    max-width: 8.000em;
    min-height: 2.133em;
    -webkit-border-radius: 1.067em;
    -moz-border-radius: 1.067em;
    border-radius: 1.067em;
}
.product-info {
    display: flex;
    align-items: center;
    min-height: 1.563em;
    border-left: 2px solid #a50044;
    padding: 0 0 0 0.750em;
}
.product-info img {
    margin: 0 0.750em 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 1.500em;
}
.date-modify-link {
    display: inline-block;
    padding-right: 1.412em;
    background: url('../img/calendar_icon.png') no-repeat right top;
    background-size: 1em auto;
    color: #575756;
    cursor: pointer;
    padding-top: 0.1em;
}
.done-list {
    border-top: 2px solid #e7e8e9;
    border-bottom: 2px solid #e7e8e9;
    display: table;
    width: 100%;
    min-height: 7.250em;
    background: #fff;
}
.done-list > div {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    border-left: 2px solid #e7e8e9;
    padding: 0.938em 1.563em;
    text-align: center;
    flex-direction: column;
}
.done-list > div:first-child {
    border-left: 0;
}
.done-element-title {
    display: block;
    position: relative;
    padding-bottom: 1.063em;
    margin-bottom: 0.813em;
}
.done-element-title:after {
    content: '';
    width: 2.813em;
    left: 50%;
    margin-left: -1.41em;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    bottom: 0;
    background: #d2a551;
    position: absolute;
}
/*======= Home end =======*/
/*======= List of leads start =======*/
.search-block {
    margin: 1.250em 0;
    position: relative;
}
.search-block button {
    position: absolute;
    right: 0.813em;
    height: 100%;
    width: 1em;
    top: 0;
    cursor: pointer;
    background: url('../img/search_button_icon.png') no-repeat center;
    background-size: 100% auto !important;
}
.search-block .select2-container--default .select2-selection--single .select2-selection__arrow { 
    background: none;
}
.select2-search--dropdown .select2-search__field { 
    box-shadow: none;
}
.filter-button {
    background: none;
}
.filter-button:after {
    content: '';
    display: inline-block;
    margin: 0 0 0 0.500em;
    border: 1px solid #a50044;
    width: 2.188em;
    height: 2.188em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url('../img/filter_button_icon.png') no-repeat center #a50044;
    background-size: 0.938em auto !important;
    vertical-align: middle;
}
.page-button-bottom {
    position: fixed;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    min-height: 6.250em;
    -webkit-box-shadow: 0 -0.1em 1.5em 0 rgba(59,74,116,0.23);
    -moz-box-shadow: 0 -0.1em 1.5em 0 rgba(59,74,116,0.23);
    box-shadow: 0 -0.1em 1.5em 0 rgba(59,74,116,0.23);
    z-index: 4;
    display: table;
}
.page-button-bottom > div {
    display: table-cell;
    vertical-align: middle;
}
.page-button-bottom .button {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-left: 1.412em;
    padding-right: 1.412em;
    display: inline-block;
}
.page-button-bottom.filter-page {
    position: absolute;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.page-button-bottom.filter-page .form-error-messages {
    padding: 1em 0;
}
.data-table-scroll {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.table-list-checkbox {
    display: inline-block;
    position: relative;
    user-select: none;
}
.table-list-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.table-list-checkbox span {
    display: inline-block;
    width: 1.438em;
    height: 1.438em;
    background: #fff;
    border: 1px solid #9f9f9f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
}
.table-list-checkbox input:checked ~ span {
    background: url('../img/checkbox_icon.png') no-repeat center #fff;
    background-size: 0.813em auto !important;
}
.list-checkox-normal span {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: 0.3em;
    border: 0;
    width: 1.2em;
    height: 1.2em;
    -webkit-box-shadow: 0 0 0.765em 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 0.765em 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 0.765em 0 rgba(0,0,0,0.2);
}
.custom-checkbox {
    width: 1.438em;
    height: 1.438em;
}
.custom-checkbox span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fafbfc;
    border: 0;
    -webkit-box-shadow: 0 0 0.765em 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 0.765em 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 0.765em 0 rgba(0,0,0,0.2);
}
.table-scroll {
    overflow: auto;
}
.data-table-scroll th {
    background: #d2a551;
    color: #fff;
    font-family: "HandelGothicITCW02-Bold", sans-serif;
    text-align: left;
    padding: 0.2em 0.563em;
    height: 3em;
    vertical-align: middle;
    text-transform: uppercase;
}
.data-table-scroll .data-table tr td {
    height: 3.313em;
    padding: 0.2em 0.563em;
}
.data-table-scroll .align-center {
    text-align: center;
}
.data-table-scroll.active-scroll thead th:last-child, .data-table-scroll.active-scroll .table-scroll tr td:last-child {
    padding-right: 1.875em;
}
.product-icon {
    width: 1.875em;
    vertical-align: middle;
}
.data-table-block {
    width: 100%;
}
/*======= List of leads end =======*/

/*======= Filters style start =======*/
.filters {
    margin: 0 -0.500em 0.250em;
    display: none;
}
.filters .filter {
    display: inline-block;
    margin: 0 0.500em 1.143em 0.500em;
    background: #fff;
    text-transform: uppercase;
    padding: 0.46em 0.563em 0.313em;
    min-height: 2.063em;
    -webkit-border-radius: 1.032em;
    -moz-border-radius: 1.032em;
    border-radius: 1.032em;
    cursor: pointer;
    -webkit-box-shadow: 0 0 1.688em 0 rgba(59,74,116,0.23);
    -moz-box-shadow: 0 0 1.688em 0 rgba(59,74,116,0.23);
    box-shadow: 0 0 1.688em 0 rgba(59,74,116,0.23);
}
.filters .filter span {
    font-size: 0.875em;
    font-family: "HandelGothicITCW02-Bold", sans-serif;
}
.filters .filter.active {
    color: #d2a551;
}
.filters .filter.date {
    text-transform: none;
}
.filters .filter.date:before {
    display: inline-block;
    width: 1.063em;
    height: 1.188em;
    background: url("../img/calendar_icon.png") no-repeat center;
    background-size: 100% auto !important;
    margin: 0 0.313em 0 0;
    content: '';
    float: left;
}
.filters .filter.active.date:before {
    background: url("../img/calendar_icon_active.png") no-repeat center;
    background-size: 100% auto !important;
}
.filters .filter.some-selected:before {
    display: inline-block;
    width: 0.938em;
    height: 0.563em;
    background: url("../img/line_mark.png") no-repeat center;
    background-size: 100% auto !important;
    margin: 0.3em 0.438em 0 0;
    content: '';
    float: left;
}
.filters .filter.all-selected:before {
    display: inline-block;
    width: 0.813em;
    height: 0.563em;
    background: url("../img/check_mark.png") no-repeat center;
    background-size: 100% auto !important;
    margin: 0.3em 0.313em 0 0;
    content: '';
    float: left;
}
.list-checkbox {
    display: inline-block;
    position: relative;
    user-select: none;
    padding-left: 2em;
}
.list-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.list-checkbox span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: -0.1em;
    width: 1.438em;
    height: 1.438em;
    background: #fff;
    border: 1px solid #9f9f9f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
}
.list-checkbox input:checked ~ span {
    background: url('../img/checkbox_icon.png') no-repeat center #fff;
    background-size: 0.813em auto !important;
}
.filters-section {
    border-bottom: 1px solid #575756;
}
.filters-list {
    padding-bottom: 0.750em;
    margin: 0 -0.500em;
    display: flex;
    flex-wrap: wrap;
}
.filters-list li {
    float: left;
    padding: 0.500em 0.500em;
}
/*======= Filters style end =======*/

/*======= Calendar style start =======*/
.calendar .filters {
    display: block;
    margin-bottom: 0.625em;
}
.calendar .filter {
    text-transform: none;
}
.calendar-screen {
    display: none;
}
.calendar-screen-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.813em;
}
.year-nav em {
    display: inline-block;
    width: 1.438em;
    height: 0.813em;
    background-size: 100% auto !important;
    cursor: pointer;
    margin: 0 0 0 1.500em;
}
.year-nav .year-nav-up {
    background: url("../img/arrow_up.png") no-repeat center;
}
.year-nav .year-nav-down {
    background: url("../img/arrow_down.png") no-repeat center;
}
.calendar-content {
    padding: 0.875em 0;
    border-top: 1px solid #575756;
    border-bottom: 1px solid #575756;
}
.calendar-elements-list {
    margin: 0 -0.375em;
}
.calendar-elements-list li {
    padding: 1.313em 0.375em;
    width: 33.33%;
    text-align: center;
    float: left;
}
.calendar-elements-list span {
    display: inline-block;
    min-width: 9.125em;
    font-family: "HandelGothicITCW02-Bold", sans-serif;
    background: #fff;
    padding: 0.45em 0.5em 0;
    min-height: 2.063em;
    -webkit-border-radius: 1.032em;
    -moz-border-radius: 1.032em;
    border-radius: 1.032em;
    cursor: pointer;
    -webkit-box-shadow: 0 0 1.688em 0 rgba(59,74,116,0.23);
    -moz-box-shadow: 0 0 1.688em 0 rgba(59,74,116,0.23);
    box-shadow: 0 0 1.688em 0 rgba(59,74,116,0.23);
}
.calendar-elements-list span.active {
    color: #d2a551;
}
.calendar-elements-list span.disabled{
    background: #cac9c9;
    cursor: default;
}
.button-back {
    display: inline-block;
    width: 2.188em;
    height: 1.500em;
    background: url("../img/back_arrow.png") no-repeat left center;
    background-size: 100% auto !important;
    vertical-align: middle;
}
.week-screen .calendar-content, .day-screen .calendar-content {
    border: 0;
}
.calendar-wrap {
    max-width: 26.250em;
    margin-left: auto;
    margin-right: auto;
}
.calendar-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: inherit;
}
.calendar-table th {
    text-transform: uppercase;
    font-size: 0.750em;
    font-family: "HandelGothicITCW02-Bold", sans-serif;
    padding: 0.417em 1.333em;
}
.calendar-table td {
    font-family: "HandelGothicITCW02-Bold", sans-serif;
    text-align: center;
    padding: 0.438em 0;
    height: 5.438em;
    cursor: pointer;
}
.calendar-table tr {
    position: relative;
}
.calendar-table tr th:last-child, .calendar-table tr td:last-child {
    color: #dc0000;
}
.calendar-table td span {
    display: inline-block;
    width: 1.9em;
    height: 1.9em;
    line-height: 1.9em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.calendar-table td span.today {
    background: #b88c3b;
    color: #fff;
}
.week-screen .calendar-table td {
    border-bottom: 2px solid transparent;
}
.calendar-table tr td:first-child {
    border-left: 2px solid transparent;
}
.calendar-table tr td:last-child {
    border-right: 2px solid transparent;
}
.week-screen .calendar-table tr.active td {
    border-bottom: 2px solid #b88c3a;
    position: relative;
}
.week-screen .calendar-table tr.active td:before {
    width: 100%;
    height: 2px;
    background: #b88c3a;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}
.week-screen .calendar-table tr.active td:first-child {
    border-left: 2px solid #b88c3a;
}
.week-screen .calendar-table tr.active td:last-child {
    border-right: 2px solid #b88c3a;
}
.day-screen .calendar-table td {
    position: relative;
}
.day-screen .calendar-table td.active:before {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 2px solid #b88c3a;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}
/*======= Calendar style end =======*/

/*======= Leads action start =======*/
.content-box {
    -webkit-box-shadow: 0 -1px 1.5em 0 rgba(59,74,116,0.23);
    -moz-box-shadow: 0 -1px 1.5em 0 rgba(59,74,116,0.23);
    box-shadow: 0 -1px 1.5em 0 rgba(59,74,116,0.23);
    padding: 0.500em 1.063em;
    -webkit-border-radius: 0.625em;
    -moz-border-radius: 0.625em;
    border-radius: 5px;
    margin: 1em 0 1.625em 0;
    background: #fff;
}
.content-box .content-form-field {
    padding-left: 0.938em;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}
.content-box-section {
    background: #f6f6f6;
    padding: 1.250em 1.438em;
    line-height: 1.5;
    margin-top: 1.375em;
    margin-bottom: 1.375em;
}
.content-form-field > label {
    width: 12em;
    margin-right: -12em;
}
.content-form-field .field-wrap {
    float: left;
    width: 100%;
    padding: 0 0 0 12em;
}
.content-form-field .select-wrapper {
    width: 100%;
}
/*======= Leads action end =======*/
/*======= Lead sheet start =======*/
.lead-sheets-slider {
    -webkit-box-shadow: 0 -1px 1.5em 0 rgba(59,74,116,0.23);
    -moz-box-shadow: 0 -1px 1.5em 0 rgba(59,74,116,0.23);
    box-shadow: 0 -1px 1.5em 0 rgba(59,74,116,0.23);
    padding: 0.500em 3.500em;
    -webkit-border-radius: 0.625em;
    -moz-border-radius: 0.625em;
    border-radius: 0.625em;
    margin-top: 1em;
    background: #fff;
    position: relative;
}
.lead-sheet-data {
    margin: 0.588em 0;
    font-size: 1.063em;
    display: flex;
}
.lead-sheet-data .lead-sheet-data-label {
    width: 5.176em;
    float: left;
    margin-right: -5.176em;
    display: block;
    position: relative;
}
.lead-sheet-data .lead-sheet-data-info {
    display: block;
    padding: 0 0 0 5.941em;
    float: left;
    width: 100%;
}
.lead-sheet-data .lead-sheet-data-label:after {
    position: absolute;
    right: 0;
    top: 0;
    content: ':'
}
.leads-sheet-separator {
    width: 100%;
    height: 1px;
    background: #d5d5d5;
    margin: 0.813em 0;
    display: block;
}
.no-wrap {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.appointment-info {
    margin: 1em 0 0.625em 0;
    background: #d2a551;
    color: #fff;
    text-align: center;
    padding: 0.594em;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .lead-sheet-nav, .global-view-nav {
    position: absolute;
    top: 50%;
    width: 0.688em;
    height: 1.125em;
    margin-top: -0.563em;
    background-size: 100% auto !important;
    cursor: pointer;
}
.owl-carousel .owl-nav button.owl-prev, .lead-sheet-nav-prev, .global-view-nav-prev {
    left: 1.313em;
    background: url("../img/slider_arrow_left.png") no-repeat;
}
.owl-carousel .owl-nav button.owl-next, .lead-sheet-nav-next, .global-view-nav-next {
    right: 1.313em;
    background: url("../img/slider_arrow_right.png") no-repeat;
}
.owl-carousel .item {
    overflow: hidden;
}
.select-date {
    margin: 0 -2%;
}
.select-date > div {
    float: left;
    padding: 0 2%;
}
.select-date .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.3em;
    padding-right: 1em;
}
.select-date .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0.3em;
}
.select-date .select2-results__option {
    padding-left: 0.3em;
    padding-right: 0.3em;
}
.checkbox-field {
    display: block;
    margin: 1.313em 0;
}
.checkbox-field label {
    width: 1.438em;
    height: 1.438em;
    float: left;
    margin-right: -1.438em;
    margin-top: 0.5em;
}
.checkbox-field .field-wrap {
    float: left;
    width: 100%;
    padding-left: 3.000em;
}
.checkbox-field .table-list-checkbox span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fafbfc;
    border: 0;
    -webkit-box-shadow: 0 0 0.765em 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 0.765em 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 0.765em 0 rgba(0,0,0,0.2);
}
.appointment-grade-field {
    position: relative;
}
.appointment-grade-field span {
    font-size: 1.250em;
    position: absolute;
    padding: 0.4em 0;
    height: 2em;
    min-width: 1.2em;
    text-align: right;
    top: 0;
    left: 0.5em;
    font-family: "HandelGothicITCW02-Bold", sans-serif;
}
.appointment-grade-field input[type="text"]{
    padding-left: 2em;
}
/*======= Lead sheet end =======*/
.form-sub-line {
    background: #f6f6f6;
    padding: 1.125em;
    margin: 1.313em 0;
}
.form-sub-line .content-form-field > label {
    width: 10.875em;
    margin-right: -10.875em;
}
.form-sub-line .content-form-field .field-wrap {
    padding-left: 10.875em;
}
/*======= Pie chart start =======*/
.chart-box {
    padding-left: 1.875em;
    padding-right: 1.875em;
}
.chart-legend {
    display: flex;
    margin: 0 -2em;
    padding: 0.875em 0;
    flex-wrap: wrap;
    justify-content: center;
}
.chart-legend > div {
    padding: 0 2em;
    min-width: 15.5em;
    margin: 0.875em 0;
}
.chart-legend-element {
    display: flex;
    align-items: center;
}
.chart-legend-element span {
    width: 1.750em;
    height: 1.750em;
    display: inline-block;
    -webkit-border-radius: 0.188em;
    -moz-border-radius: 0.188em;
    border-radius: 0.188em;
    margin-right: 1em;
}
.pdf-link {
    display: inline-block;
    background: url("../img/pdf_icon.png") no-repeat right center;
    background-size: 1.375em auto !important;
    padding-right: 2.063em;
    padding-top: 0.5em;
}
.pdf-link:hover {
    text-decoration: underline;
}
/*======= Pie chart end =======*/
/*======= Commercial direction style start =======*/
.search-form-box {
    padding-top: 1.250em;
    padding-bottom: 1.250em;
    margin-bottom: 1.188em;
}
.view-link {
    display: inline-block;
    padding-right: 2.063em;
    padding-top: 0.2em;
    background: url("../img/view_icon.png") no-repeat right center;
    background-size: 1.375em auto;
    font-family: "HandelGothicITCW02-Bold", sans-serif;
}
.commercial-info-list {
    display: flex;
    align-items: stretch;
    margin: 0 -1%;
    flex-wrap: wrap;
}
.commercial-info-list > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    margin: 0 1% 1.250em 1%;
    background: #fff;
    -webkit-box-shadow: 0 0 0.813em 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 0.813em 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 0.813em 0 rgba(0,0,0,0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0.938em 1.313em;
    text-align: center;
}
.commercial-info {
    display: inline-block;
    margin: 0 auto;
}
.commercial-info-box {
    margin: 0.500em 0;
    padding: 0.5em 0.813em 0.4em;
    background: #575756;
    color: #fff;
}
.commercial-info-box.success {
    background: #ff9900;
}
.commercial-info-percent {
    margin: 0.500em 0;
}
.platforms-data-table th, .platforms-data-table thead {
    background: #fff;
    color: #575756;
    text-align: center;
}
.platforms-data-table th {
    border-bottom: 1px solid #333333;
    vertical-align: top;
    padding-left: 1em;
}
.platforms-data-table tr th:first-child {
    text-align: left;
}
.platforms-data-table th:first-child {
    padding-left: 0;
}
.platforms-data-table th strong {
    display: block;
    margin: 0.563em 0 0 0;
    color: #a50044;
}
.platforms-data-table tbody tr {
    cursor: default;
}
.platforms-data-table tr td {
    padding-left: 1em;
    border-top: 1px solid #efefef !important;
    text-align: center;
}
.platforms-data-table tr td:first-child {
    text-align: left;
}
.platforms-data-table th span {
    min-height: 2.500em;
    display: inline-block;
}
.pagination, .owl-dots {
    margin-top: 1.500em;
    text-align: center;
}
.pagination li {
    display: inline-block;
}
.pagination a, .owl-dots button {
    display: inline-block;
    width: 0.688em;
    height: 0.688em;
    border-radius: 50%;
    background: #afb0af !important;
    margin: 0.188em;
    cursor: pointer;
}
.pagination a.active, .owl-dots button.active {
    background: #a50044 !important;
}
.platform-color {
    display: inline-block;
    width: 0.813em;
    height: 0.813em;
    border-radius: 3px;
    margin: 0 0.375em 0.1em 0;
    vertical-align: middle;
}
/*======= Commercial direction style end =======*/
/*======= Rewrite scroll style start =======*/
.mCSB_inside > .mCSB_container {
    margin-right: 0;
}
.mCSB_scrollTools {
    opacity: 1 !important;
    width: 1.250em;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 0.625em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #e6e6e6;
    float: right;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 0.625em;
    float: right;
    background: #9e9e9e !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container { 
    margin-bottom: 1.35em;
}
/*======= Rewrite scroll style end =======*/
/*======= Histogram start =======*/
.histogram-box {
    margin-bottom: 6.5em;
}
.histogram-box-date {
    position: relative;
    margin-left: 1.313em;
    margin-right: 0.438em;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.histogram-box-date .global-view-nav-prev {
    left: 0;
}
.histogram-box-date .global-view-nav-next {
    right: 0;
}
.histogram-block {
    margin-right: 0.438em;
    margin-left: 1.313em;
    position: relative;
    padding-bottom: 4.375em;
    padding-top: 0.813em;
}
.histogram-block-wrap {
    position: relative;
    height: 16.688em;
}
.histogram-label-vertical {
    position: absolute;
    left: -2em;
    top: -0.5em;
    color: #afafaf;
}
.histogram-label-horizonatal {
    position: absolute;
    right: -0.8em;
    bottom: 2.5em;
    color: #afafaf;
}
.horizontal-scale {
    position: absolute;
    flex-direction: column-reverse;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    border-bottom: 2px solid #d2d2d2;
    border-left: 2px solid #d2d2d2;
    border-right: 1px solid #e7e7e7;
}
.horizontal-scale > .histogram-horizontal-lines {
    flex: 1;
    display: flex;
    border-top: 1px solid #e7e7e7;
    align-items: flex-end;
    position: relative;
}
.vertical-scale {
    position: absolute;
    left: -4px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    flex-direction: column-reverse;
}
.vertical-scale > div {
    flex: 1;
    display: flex;
    align-items: flex-end;
    position: relative;
    width: 0.500em;
    top: -2px;
    border-top: 2px solid #d2d2d2;
}
.vertical-scale > div:last-child {
    border-color: transparent;
}
.vertical-scale > div span {
    font-size: 0.625em;
    position: absolute;
    bottom: -3px;
    left: -3.300em;
    min-width: 3.000em;
    text-align: right;
    font-family: "HandelGothicITCW02-Bold", sans-serif;
    color: #575756;
}
.histogram-elements {
    position: absolute;
    left: 0;
    display: flex;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    align-items: flex-end;
    justify-content: space-around;
}
.histogram-element {
    min-width: 5.938em;
    position: relative;
    padding: 0.813em 0.813em 4.375em 0.813em;
    display: flex;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    top: -2px;
    user-select: none;
}
.histogram-element.active {
    background: #fff;
    -webkit-box-shadow: 0 -1px 10px 0 rgba(59,74,116,0.23);
    -moz-box-shadow: 0 -1px 10px 0 rgba(59,74,116,0.23);
    box-shadow: 0 -1px 10px 0 rgba(59,74,116,0.23);
    z-index: 5;
}
.histogram-element.active:after {
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #fff;
    width: 5.938em;
    height: 1.2em;
    content: '';
    z-index: 3;
}
.histogram-values {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 14em;
    cursor: pointer;
}
.histogram-value1 {
    background: #afafaf;
}
.histogram-value2 {
    background: #d2a551;
}
.histogram-value3 {
    background: #a50044;
}
.histogram-value4 {
    background: #575756;
}
.histogram-value5 {
    background: #b97d97;
}
.histogram-values > div {
    flex: 1;
    border-left: 1px solid #fff;
}
.histogram-date {
    position: absolute;
    bottom: 2.563em;
    left: 0;
    width: 100%;
    text-align: center;
    color: #343a41;
    font-size: 0.938em;
    z-index: 2;
}
.histogram-legend {
    position: absolute;
    display: none;
    top: 100%;
    left: -10.218em;;
    width: 26.375em;
    padding: 0 0.313em;
    background: #fff;
    -webkit-box-shadow: 0 -1px 10px 0 rgba(59,74,116,0.23);
    -moz-box-shadow: 0 -1px 10px 0 rgba(59,74,116,0.23);
    box-shadow: 0 -1px 10px 0 rgba(59,74,116,0.23);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.histogram-legend > div {
    display: flex;
}
.histogram-legend > div > div {
    margin: 0.625em 0.313em;
    flex: 0 0 calc(25% - 0.626em);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4em;
    text-align: center;
    color: #fff;
    padding: 0.5em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.histogram-legend > div em {
    font-style: normal;
}
.histogram-element.active .histogram-legend {
    display: block;
}
.export-link {
    display: inline-block;
    background: url("../img/export_icon.png") no-repeat right center;
    background-size: 1.375em auto !important;
    padding-right: 2.063em;
    padding-top: 0.5em;
}
.export-link:hover {
    text-decoration: underline;
}
.histogram-legend-right, .histogram-legend-left {
    left: 100%;
    position: absolute;
    top: 0;
    display: none;
    align-items: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.histogram-legend-right > div, .histogram-legend-left > div {
    background: #fff;
    -webkit-box-shadow: 7px 0 10px 0 rgba(59,74,116,0.20);
    -moz-box-shadow: 7px 0 10px 0 rgba(59,74,116,0.20);
    box-shadow: 7px 0 10px 0 rgba(59,74,116,0.20);
}
.histogram-legend-right > div > div, .histogram-legend-left > div > div {
    margin: 0.625em 0.313em;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4em;
    text-align: center;
    color: #fff;
    padding: 0.5em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.histogram-element.active .histogram-legend-right, .histogram-element.active .histogram-legend-left {
    display: block;
}

.histogram-legend-left {
    right: 100% !important;
    left: auto !important;
}
.histogram-legend-left > div {
    -webkit-box-shadow: -7px 0 10px 0 rgba(59,74,116,0.20) !important;
    -moz-box-shadow: -7px 0 10px 0 rgba(59,74,116,0.20) !important;
    box-shadow: -7px 0 10px 0 rgba(59,74,116,0.20) !important;
}

/*======= Histogram end =======*/
.interim-actions {
    padding-bottom: 2em;
    display: none;
}
.action-period-select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -1.5%;
    flex-wrap: wrap;
}
.action-period-select > div {
    padding: 0 1.5%;
    width: 50%;
    margin: 0 0 1em 0;
}
.trim-field-block {
    display: flex;
    align-items: center;
}
.action-period-select > div span {
    margin-right: 0.5em;
    display: inline-block;
}
.action-period-select > div img {
    width: 1.3em;
    margin-left: 0.5em;
    cursor: pointer;
}
.interim-actions-row {
    display: flex;
    align-items: flex-start;
}
.interim-actions-row .select-wrap {
    flex: 1;
}
.interim-actions-row .button {
    margin: 0 0 0 1.5em;
}
.ui-datepicker {
    z-index: 9 !important;
}

.notifications{
    position: fixed;
    top: 0;
    right: 46px;
    min-width: 357px;
    color: #fff;
    z-index: 999999;
    margin: 10px 0 0 0;
}
.file_process{
    position: relative;
    margin: 0 0 10px 0;
    width: 100%;
}
.file_process > div{
    display: table;
    width: 100%;
    background: rgba(165,0,68,0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 15px;
    position: relative;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: bold;
}
.file_process a{
    color: #fff;
}
.file_process a:hover{
    text-decoration: underline;
}
.file_process_notification > div{
    padding-right: 45px;
    height: 49px;
}
.file_process_notification.success > div{
    background: rgba(68,134,0,0.7);
}
.file_process_notification.error > div{
    background: rgba(211,59,0,0.7);
}
.file_process_notification > div img{
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
}
.file_process_notification.error > div{
    padding-right: 15px;
}
.file_process_bar{
    width: 50px;
    height: 50px;
    position: relative;
    display: table-cell;
}
.file_process_bar span{
    position: absolute;
    width: 100%;
    line-height: 50px;
    display: block;
    text-align: center;
    top: 0;
    left: 0;
    font-size: 14px;
}
.file_process_text{
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 15px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.2;
}
.file_process span{
    text-transform: none;
    font-weight: normal;
}
.file_process_notification.confirm > div{
    line-height: 1.5em;
}
.file_process_actions {
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
}

.file_process_actions a{
    text-decoration: underline;
}
/*====================Mass upload/download style end ======================*/
.performance-chart {
    border-radius: 10px;
    -webkit-box-shadow: 0 -1px 1.5em 0 rgba(59,74,116,0.23);
    -moz-box-shadow: 0 -1px 1.5em 0 rgba(59,74,116,0.23);
    box-shadow: 0 -1px 1.5em 0 rgba(59,74,116,0.23);
    padding: 1em 1.063em 0.4em;
    margin: 1em 0;
    background: #fff;
}
.performance-chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.performance-chart-header h2 {
    margin-right: 0.5em;
}
.performance-chart-header img {
    width: 1.5em;
}
.performance-chart-line {
    border-radius: 20px;
    height: 1em;
    width: 100%;
    display: flex;
    overflow: hidden;
    margin: 0.7em 0;
    background: #a9a9a9;
}
.performance-chart-line > div {
    height: 100%;
}
.performance-chart-line .affecter {
    background: #a50044;
}
.performance-chart-line .confirmer {
    background: #d3a652;
}
.performance-chart-line .relancer {
    background: #6c5f35;
}
.performance-chart-line .qualifier {
    background: #aeaeae;
}
.performance-chart-legend {
    display: flex;
    justify-content: space-between;
    margin: 0 -0.5em;
    flex-wrap: wrap;
    font-size: 0.9em;
}
.performance-chart-legend > div {
    padding: 0.5em;
}
.performance-chart-legend > div img {
    width: 1em;
    margin-right: 0.4em;
}
.search-form input {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0.765em 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 0.765em 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 0.765em 0 rgba(0, 0, 0, 0.2);
    color: #575756;
    font-size: 1.250em;
    font-weight: 700;
    height: 2em;
    background: #fafbfc;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    padding: 0.5em 2em 0.5em 0.75em;
    outline: none !important;
}

.reset-filters {
    display: inline-block;
    margin: 0 0.500em 1.143em 0.500em;
    background: #fff;
    text-transform: uppercase;
    padding: 0.46em 0.563em 0.313em;
    min-height: 2.063em;
    -webkit-border-radius: 1.032em;
    -moz-border-radius: 1.032em;
    border-radius: 1.032em;
    cursor: pointer;
    -webkit-box-shadow: 0 0 1.688em 0 rgba(59,74,116,0.23);
    -moz-box-shadow: 0 0 1.688em 0 rgba(59,74,116,0.23);
    box-shadow: 0 0 1.688em 0 rgba(59,74,116,0.23);
}

.reset-filters:before {
    display: inline-block;
    width: 0.938em;
    height: 0.563em;
    background: url("../img/line_mark.png") no-repeat center;
    background-size: 100% auto !important;
    margin: 0.3em 0.438em 0 0;
    content: '';
    float: left;
}

.reset-filters span {
    font-size: 0.875em;
    font-family: "HandelGothicITCW02-Bold", sans-serif;
    color: #575756;
}