@font-face {
    font-family: 'Sansation';
    src: url('font/Sansation-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: Sansation, monospace, sans-serif;
    font-size: 16px;
    color: #000;

    /*-ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;*/

    resize: none;
    -webkit-appearance: none;
    border-radius: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

input[type="radio"] {
    -webkit-appearance: radio;
}

*:focus {
    outline: none;
}

body {
    /*background: url(../img/bg.png);*/
    width: 100%;
    height: 100%;
    /*min-width: 320px;*/
    /*min-height: 765px;*/
    overflow: hidden;
}

::-webkit-scrollbar-button {
    /*background-image: url('');*/
    background-repeat: no-repeat;
    width: 6px;
    height: 0px
}

::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3) inset;
    background-image: url('../img/59610063.png');
    background-position: center;
    background-repeat: no-repeat;
}

::-webkit-resizer {
    background-repeat: no-repeat;
    width: 7px;
    height: 0px
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.white-space-nowrap {
    white-space: nowrap;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.underline {
    border-bottom: 2px dashed #000;
}

.icon-delete-default {
    background: url("../img/icon-delete-default.png") no-repeat 50% 50%;
    cursor: pointer;
}

.icon-help {
    position: relative;
    left: 6px;
    top: 4px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../img/icon-help.png") no-repeat 0 0;
    cursor: help;
}

.wrapperInputText + .icon-help {
    top: 4px;
}

.wrapperInputText .slide {
    display: inline-block;
}

.wrapperInputText .slide + span {
    position: relative;
    padding-left: 6px;
    display: inline-block;
    top: -3px;
}

/*.icon-content-help {
    position: absolute;
    border: 0;
    display: none;
    padding: 20px;
    margin-left: 20px;
    width: 300px;
    background: #FFEFD3;
    font-size: 14px !important;
    line-height: 1.5em;
    z-index: 15000;

    -webkit-box-shadow: 0 0px 5px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px 5px 2px rgba(0, 0, 0, 0.5);
}

.icon-help:hover + .icon-content-help {
    display: inline-block;
}*/

.label-right-help {
    display: inline-block;
    position: relative;
    left: 4px;
    font-size: 12px !important;
    color: #B0B1B3;
}

.input-date, .input-time {
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
    border: 1px solid #C5C5C5;
    border-radius: 3px;
    width: 136px;
    font-size: 14px;
    height: 26px;
}

input[type="button"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}

.main-select-role {
    font-weight: bold;
}

li {
    list-style-type: none;
}

.legend {
    padding: 20px 0px;
}

input {
    outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    -webkit-text-fill-color: #000 !important;
    color: #000 !important;
}

input[type="text"], input[type="number"] {
    /*    width: 240px;
        height: 36px;*/
}

input[type="button"] {
    /*width: 250px;*/
    /*height: 36px;*/
}

.wrapperInputText input[type="text"],
.wrapperInputText input[type="password"],
.wrapperInputText input[type="tel"],
.wrapperInputText input[type="time"],
.wrapperInputText input[type="date"],
.wrapperInputText input[type="email"],
.wrapperInputText input[type="number"],
.wrapperInputText input[type="url"]  {
    width: 100%;
}

.wrapperInputText input[type="text"]:disabled,
.wrapperInputText input[type="password"]:disabled,
.wrapperInputText input[type="tel"]:disabled,
.wrapperInputText input[type="time"]:disabled,
.wrapperInputText input[type="date"]:disabled,
.wrapperInputText input[type="email"]:disabled,
.wrapperInputText input[type="number"]:disabled,
.wrapperInputText input[type="url"]:disabled {
    background: #EBEBE3;
}

option.default {
    background: #ddd;
    color: #000;
}

option.active {
    background: #fff;
    color: #000;
}

option.is-over {
    background: #ffb6c0;
    color: #000;
}

option[value="all"] {
    color: #000;
    font-weight: bold;
}

.top {
    vertical-align: top !important;
}

.right {
    text-align: right;
}

.hide, .hide-search, .hide-tmp, .div-hiddens, .hide-tab {
    display: none !important;
}

.hr {
    border-top: 1px solid #000;
}

.required-label {
    position: relative;
    top: 6px;
    left: 4px;
    color: #DF0206;
    font-size: 18px;
}

.blur {
    /*-webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: url('../img/blur.svg#blur');
    filter: blur(5px);*/
}

.blur2 {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    filter: url('../img/blur.svg#blur');
    filter: blur(2px);
}

.error, .error * {
    color: red !important;
}

.wrapperInputText.error.disabled {
    background: #DCDCD4;
    border-color: #aaa!important;
}

.wrapperInputText.valid.disabled {
    background: #DCDCD4;
    border-color: #aaa!important;
}

span.valid {
    color: #15fe15;
}

span.error {
    color: red !important;
}

.italic {
    font-style: italic;
}

.center {
    text-align: center;
}

.wrapper {
    display: inline-block;
}

.app {
    width: 100%;
    height: 100%;
}

.mainPanel-header {
    position: absolute;
    background: rgba(255, 255, 255, 1);
    width: 100%;
    height: 72px;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-box-shadow: 0 0px 5px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px 5px 2px rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.mainPanel-header .menu-top li {
    float: left;
    height: 72px;
}

.mainPanel-header .menu-top li .wrapper {
    background: url(../img/main-menuTop-separator.png) no-repeat 0 0;
    background-position-x: 100%;
    background-position-y: 50%;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}

.mainPanel-header .menu-top li:hover {
    background: rgba(0, 0, 0, 0.3);
}

.mainPanel-header .menu-top li:last-child:hover {
    background: inherit;
}

.mainPanel-header .menu-top li a, .mainPanel-header .menu-top li span {
    font-size: 14px;
    line-height: 70px;
}

.mainPanel-header .menu-top li a, .mainPanel-header-menu.main-personal-account span {
    height: 72px;
}

.mainPanel-header .menu-top li a span {
    text-decoration: underline;
}

.mainPanel-header .menu-top li:first-child {
    background: url(../img/main-logo.png) no-repeat 0 0;
    width: 210px;
    height: 72px;
    padding-left: 0;
    padding-right: 0;
}

.mainPanel-header .menu-top li:last-child .wrapper {
    background: inherit; /*initial;*/
    margin-top: 17px;
}

.mainPanel-header .menu-top .main-login-logout {
    float: right;
    /*position: absolute;
    right: 0;*/
    width: 230px;
    display: table;
}

.mainPanel-header .menu-top .main-login-logout div {
    display: table-cell;
    padding: 0;
    margin: 0;
    font-size: 12px;
    vertical-align: middle;
}

.mainPanel-header .menu-top .main-login-logout * {
    font-size: 12px;
    line-height: 14px;
}

.mainPanel-header .menu-top .main-login-logout .reg-fio,
.mainPanel-header .menu-top .main-login-logout .reg-comment {
    font-weight: bold;
}

.mainPanel-header .menu-top .main-logo {
    cursor: pointer;
}

.main-support-office-hours,
.main-support-office-hours .wrapper,
.main-support-office-hours span {
    cursor: inherit !important;
}

.bgGreen {
    font-size: 16px;
    color: #fff;

    -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 50, 0, 1);
    box-shadow: 1px 2px 3px 0px rgba(0, 50, 0, 1);

    background: #027633;
    background: -moz-linear-gradient(left, #027633 0%, #96b020 100%);
    background: -webkit-linear-gradient(left, #027633 0%, #96b020 100%);
    background: linear-gradient(to right, #027633 0%, #96b020 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#027633', endColorstr='#96b020', GradientType=1);
}

.bgGreen * {
    color: inherit;
}

.btnGreen {
    color: #fff;

    /*-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 50, 0, 1);
    box-shadow: 0px 0px 3px 1px rgba(0, 50, 0, 1);*/

    background: #8BC43F;
    /*background: -moz-linear-gradient(left, #027633 0%, #96b020 100%);
    background: -webkit-linear-gradient(left, #027633 0%, #96b020 100%);
    background: linear-gradient(to right, #027633 0%, #96b020 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#027633', endColorstr='#96b020', GradientType=1);*/
}

.btnGreen:hover {
    /*-webkit-box-shadow: 0px 0px 4px 2px rgba(0, 100, 0, 1);
    box-shadow: 0px 0px 4px 2px rgba(0, 100, 0, 1);
    text-shadow: 1px 1px 2px #ddd;*/

    background: #7bae38;
    /*background: -moz-linear-gradient(left, #02973f 0%, #96b020 100%);
    background: -webkit-linear-gradient(left, #02973f 0%, #96b020 100%);
    background: linear-gradient(to right, #02973f 0%, #96b020 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02973f', endColorstr='#96b020', GradientType=1);*/
}

.btnRed {
    color: #fff;

    /*-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 50, 0, 1);
    box-shadow: 0px 0px 3px 1px rgba(0, 50, 0, 1);*/

    background: rgba(228, 46, 58, 1);
    /*background: -moz-linear-gradient(left, rgba(228, 46, 58, 1) 0%, rgba(146, 16, 55, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(228, 46, 58, 1) 0%, rgba(146, 16, 55, 1) 100%);
    background: linear-gradient(to right, rgba(228, 46, 58, 1) 0%, rgba(146, 16, 55, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e42e3a', endColorstr='#921037', GradientType=1);*/
}

.btnRed:hover {
    /*-webkit-box-shadow: 0px 0px 4px 2px rgba(255, 0, 0, 1);
    box-shadow: 0px 0px 4px 2px rgba(255, 0, 0, 1);
    text-shadow: 1px 1px 2px #ddd;*/

    background: #cf292e;
    /*background: -moz-linear-gradient(left, rgba(241, 46, 59, 1) 0%, rgba(216, 17, 79, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(241, 46, 59, 1) 0%, rgba(216, 17, 79, 1) 100%);
    background: linear-gradient(to right, rgba(241, 46, 59, 1) 0%, rgba(216, 17, 79, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e42e3a', endColorstr='#921037', GradientType=1);*/
}

.btnGray {
    color: #fff;

    /*-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 50, 0, 1);
    box-shadow: 0px 0px 3px 1px rgba(0, 50, 0, 1);*/

    color: #000;

    background: #ededed;
    /*background: -moz-linear-gradient(left, #9e9e9e 0%, #fff 100%);
    background: -webkit-linear-gradient(left, #9e9e9e 0%, #fff 100%);
    background: linear-gradient(to right, #9e9e9e 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#fff', GradientType=1);*/
}

.btnGray:hover {
    /*-webkit-box-shadow: 0px 0px 4px 2px rgba(0, 100, 0, 1);
    box-shadow: 0px 0px 4px 2px rgba(0, 100, 0, 1);
    text-shadow: 1px 1px 2px #ddd;*/

    background: #d8d6d6;
    /*background: -moz-linear-gradient(left, #02973f 0%, #96b020 100%);
    background: -webkit-linear-gradient(left, #02973f 0%, #96b020 100%);
    background: linear-gradient(to right, #02973f 0%, #96b020 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02973f', endColorstr='#96b020', GradientType=1);*/
}


.btnOrange {
    color: #fff;

    -webkit-box-shadow: 0px 0px 3px 1px rgb(200, 91, 13);
    box-shadow: 0px 0px 3px 1px rgba(200, 91, 13, 1);

    background: rgb(236, 169, 56);
    background: -moz-linear-gradient(left, rgba(236, 169, 56, 1) 0%, rgba(200, 91, 13, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(236, 169, 56, 1) 0%, rgba(200, 91, 13, 1) 100%);
    background: linear-gradient(to right, rgba(236, 169, 56, 1) 0%, rgba(200, 91, 13, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAB636', endColorstr='#C95C0E', GradientType=1);
}

.btnOrange:hover {
    color: #fff;

    -webkit-box-shadow: 0px 0px 3px 1px rgba(243, 106, 13, 1);
    box-shadow: 0px 0px 3px 1px rgba(243, 106, 13, 1);

    background: rgb(250, 182, 54);
    background: -moz-linear-gradient(left, rgba(250, 182, 54, 1) 0%, rgba(243, 106, 13, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(250, 182, 54, 1) 0%, rgba(243, 106, 13, 1) 100%);
    background: linear-gradient(to right, rgba(250, 182, 54, 1) 0%, rgba(243, 106, 13, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAB636', endColorstr='#C95C0E', GradientType=1);
}

#btnLogin, #btnLogout {
    /*width: 100px;
    height: 38px;

    -webkit-border-radius: 5px;
    border-radius: 5px;

    font-size: 18px;
    text-align: center;*/
    font-weight: bold;
    color: #DF0206; /*rgba(146, 16, 55, 1);*/
}

#btnLogout:hover {
}

.mainPanel-left {
    /*position: relative;
    top: 72px;
    left: 0;
    bottom: 0px;*/

    width: 210px;
    height: 100vh;

    background: #3C3C3C;

    overflow-x: hidden;
    overflow-y: auto;
    z-index: 10;
    direction: rtl;

    padding-bottom: 45px;
    padding-top: 72px;
}

.div-btn-left-menu-size {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #3C3C3C;
    width: 210px;
    height: 45px;
    direction: ltr;
}

.btn-left-menu-size {

    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
    z-index: 1;
    opacity: 0;
}

.btn-left-menu-size + label.max  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/btn-flipping-left.png) no-repeat 40px 50%;
    background-size: 10px;
    border: 0px solid #000;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 42px;
}

.btn-left-menu-size:checked + label.max  {
    display: none;
}

.btn-left-menu-size + label + label.min  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background: url(../img/btn-flipping-right.png) no-repeat 50% 50%;
    background-size: 10px;
    display: none;
}

.btn-left-menu-size:checked + label + label.min {
    display: inline-block;
}

.mainPanel-left .menu-left {
    direction: ltr;
    padding-bottom: 42px;
}

.mainPanel-left li {
    width: 100%;
    display: table-row;
}

.mainPanel-left li .wrapper {
    width: 210px;
    height: 72px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 50%;
    border-bottom: 1px solid #4a4a4a;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.mainPanel-left li.active .wrapper,
.mainPanel-left li .wrapper:hover {
    background: rgba(255, 255, 255, 0.3);
    /*text-shadow: 1px 1px 1px #aaa;*/
}

.menu-left .dropdown-menu.active li .wrapper {
    color: #34495e;
    text-transform: uppercase;
    height: auto;
    border: 0;
}

.mainPanel-left li.new-campaign.active .wrapper,
.mainPanel-left li.new-campaign .wrapper:hover {
    background: url(../img/icon-ac-new.png) no-repeat 0 0;
    background-position-x: 20%;
    background-position-y: 50%;

    text-shadow: 1px 1px 1px #ddd;
}

.mainPanel-left li .wrapper-info {
    color: #34495e;
/* text-transform: uppercase; */
    height: auto;
    border: 0;
    padding-left: 20px;
    font-size: 12px;
}

.mainPanel-left li .wrapper-info span {
    color: #000;
    font-size: 12px;
    font-weight: bold;

    float: right;
    padding-right: 10px;
}

.main-left-user-profile {
    background: url(../img/icon-profile.png) no-repeat 0 0;
    background-position-x: 25%;
    background-position-y: 50%;
}

.main-left-partnership {
    background: url(../img/icon-partnership.png) no-repeat 0 0;
    background-position-x: 25%;
    background-position-y: 50%;
}

.main-left-user-campaign {
    background: url(../img/icon-ac.png) no-repeat 0 0;
    background-position-x: 20%;
    background-position-y: 50%;
}

.main-left-user-new-campaign {
    color: #fff;
    background: rgb(2, 103, 42);
    background: -moz-linear-gradient(left, rgb(2, 103, 42) 0%, #7e971c 100%);
    background: -webkit-linear-gradient(left, rgb(2, 103, 42) 0%, #7e971c 100%);
    background: linear-gradient(to right, rgb(2, 103, 42) 0%, #7e971c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(2, 103, 42)', endColorstr='#7e971c', GradientType=1);
}

.main-left-user-new-campaign.active {
    color: #fff;
    background: #027633;
    background: -moz-linear-gradient(left, #027633 0%, #96b020 100%);
    background: -webkit-linear-gradient(left, #027633 0%, #96b020 100%);
    background: linear-gradient(to right, #027633 0%, #96b020 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#027633', endColorstr='#96b020', GradientType=1);
}

.main-left-user-new-campaign .wrapper {
    background: url(../img/icon-ac-new.png) no-repeat 0 0;
    background-position-x: 20%;
    background-position-y: 50%;
}

.main-left-user-map {
    background: url(../img/icon-map.png) no-repeat 0 0;
    background-position-x: 25%;
    background-position-y: 50%;
}

.main-left-user-car {
    background: url(../img/icon-car.png) no-repeat 0 0;
    background-position-x: 23%;
    background-position-y: 50%;
}

.main-left-receiving-car {
    background: url(../img/icon-receiving-car.png) no-repeat 0 0;
    background-position-x: 25%;
    background-position-y: 50%;
}

.main-left-user-statistics,
.main-left-campaignMediaStatisticPanel {
    background: url(../img/icon-reception-car.png) no-repeat 0 0;
    background-position-x: 24%;
    background-position-y: 50%;
}

.main-left-user-faq {
    background: url(../img/icon-faq.png) no-repeat 0 0;
    background-position-x: 22%;
    background-position-y: 50%;
}

.main-left-user-doc {
    background: url(../img/icon-doc.png) no-repeat 0 0;
    background-position-x: 25%;
    background-position-y: 50%;
}

.main-left-user-support {
    background: url(../img/icon-support.png) no-repeat 0 0;
    background-position-x: 25%;
    background-position-y: 50%;
}

.main-left-user-inspection {
    background: url(../img/icon-receiving-car.png) no-repeat 0 0;
    background-position-x: 25%;
    background-position-y: 50%;
}

.main-left-mutualSettlementsPanel {
    background: url(../img/current_balance.png) no-repeat 0 0;
    background-position-x: 25%;
    background-position-y: 50%;
}

.main-left-user-advertisingSpace {
    background: url(../img/icon-car.png) no-repeat 0 0;
    background-position-x: 25%;
    background-position-y: 50%;
}

.main-left-advertisingSpacePanel {
    background: url(../img/icon-car.png) no-repeat 0 0;
    background-position-x: 25%;
    background-position-y: 50%;
}

.main-left-eventsPanel {
    background: url(../img/icon-support.png) no-repeat 0 0;
    background-position-x: 25%;
    background-position-y: 50%;
}

.main-left-newCampaignPanel {
    background: url(../img/icon-add-campany.png) no-repeat 0 0;
    background-position-x: 25%;
    background-position-y: 50%;
}


.mainPanel-content {
    position: absolute;
    left: 210px;
    right: 0;
    top: 72px;
    bottom: 0px;
    /*background: url(../img/logo.png) no-repeat 50% 50%;
    background-size: 50%;*/
}

.mainPanel-content.fullScreen {
    bottom: 0;
}

.btn-upload-photo-fog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 100;
}

.btn-upload-photo-fog .header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 56px;
    background: #fff;
    border-bottom: 1px solid #F6F6F6;
}

.btn-upload-photo-fog .header * {
    display: inline-block;
}

.btn-upload-photo-fog .header .label-select-account {
    position: absolute;
    left: 40px;
    top: 23px;
    font-size: 12px;
}

.btn-upload-photo-fog .header .label-filename {
    position: absolute;
    left: 40px;
    top: 18px;
    font-size: 20px;
    font-weight: bold;
}

.btn-upload-photo-fog .header .btn-close {
    position: absolute;
    top: 8px;
    right: 15px;
    background: #fff;
    border: 0px solid #aaa;
    color: #aaa;
    font-size: 32px;
    padding: 0;
    cursor: pointer;
}

.btn-upload-photo-fog .header .label-free-space {
    position: absolute;
    top: 21px;
    right: 265px;
    font-size: 12px;
}

.btn-upload-photo-fog .header .select-type-sorting {
    position: absolute;
    top: 14px;
    right: 420px;
    border: 1px solid #aaa;
    border-radius: 3px;
    font-size: 14px;
    width: 150px;
    height: 27px;
    padding: 0 4px;
    cursor: pointer;
}

.btn-upload-photo-fog .header .select-type-sorting * {
    font-size: 14px;
    cursor: pointer;
}

.btn-upload-photo-fog .header .label-free-space span {
    font-size: 12px;
}

.btn-upload-photo-fog .header .wrapper-select-account {
    position: absolute;
    top: 10px;
    left: 230px;
    background: #f5f6f7;
    border: 1px solid #f5f6f7;
    cursor: pointer;
}

.btn-upload-photo-fog .header .select-account {
    background: url(../img/table-search-select2.png) no-repeat 100% 50%;
    padding: 0 20px 0 6px;
    min-width: 200px;
    max-width: 200px;
    height: 36px;
    font-size: 14px;
    cursor: pointer;
}

.btn-upload-photo-fog .header .wrapper-radio {
    position: absolute;
    right: 45px;
    top: 12px;
}

.btn-upload-photo-fog .header input[type="radio"] + label {
    background: #E7E7E7;
    border: 1px solid #aaa;
    color: #000;
    font-size: 12px;
    padding: 8px 4px;
    cursor: pointer;
}

.btn-upload-photo-fog .header input[type="radio"]:checked + label {
    background: #C4C4C4;
}

.btn-upload-photo-fog .header input[type="radio"]:first-child + label {
    border-right: 0;
}

.btn-upload-photo-fog .header input[type="radio"] + label + input[type="radio"] + label + input[type="radio"] + label {
    border-left: 0;
}

.btn-upload-photo-fog .header input[type="radio"] {
    display: none;
}

.btn-upload-photo-fog .media-content {
    position: absolute;
    left: 0;
    top: 57px;
    right: 0;
    bottom: 82px;
    border-bottom: 1px solid #F6F6F6;
}

.btn-upload-photo-fog .media-content video {
    background: #000;
    width: 100%;
    height: 100%;
}

.btn-upload-photo-fog .media-content .col-detailed {
    position: absolute;
    right: 50%;
    top: 15px;
    left: 15px;
    margin-right: 8px;
}

.btn-upload-photo-fog .media-content .col-detailed:last-child {
    right: 15px;
    left: 50%;
    bottom: 0;
    margin-left: 8px;
}

.btn-upload-photo-fog .media-content .upload-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    border: 0;
    width: inherit;
    height: inherit;
}

.btn-upload-photo-fog .media-content .upload-container div.title {
    color: #000;
    font-size: 14px;
    text-align: left;
    bottom: 20px;
}

.btn-upload-photo-fog .media-content .upload-container .wrapperVideo.selected div.title,
.btn-upload-photo-fog .media-content .upload-container .wrapperVideo.hover div.title {
    background: #8BC43F;
}

.btn-upload-photo-fog .media-content .upload-container label {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-left: 20px;
}

.btn-upload-photo-fog .media-content .upload-container div.files-content {
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 60px;
    width: inherit;
    height: inherit;
}

.btn-upload-photo-fog .media-content .wrapperVideo {
    display: inline-block;
    margin: 1px;
    border: 1px solid rgba(0,0,0,0);
    padding-bottom: 20px;
}

.btn-upload-photo-fog .media-content .wrapperVideo.selected,
.btn-upload-photo-fog .media-content .wrapperVideo.hover {
    border: 1px solid #8BC43F;
}

.btn-upload-photo-fog .media-content .wrapperVideo .title {
    background: #fff;
    font-size: 10px!important;
    color: #000!important;
    bottom: 0!important;
    text-align: center!important;
}

.btn-upload-photo-fog .media-content .wrapperVideo .title input {
    background: #fff;
    border: 1px solid rgba(0,0,0,0);
    font-size: 10px;
    color: #000;
    bottom: 0;
    text-align: center;
    padding: 1px 0px;
}

.btn-upload-photo-fog .media-content .wrapperVideo.selected .title input,
.btn-upload-photo-fog .media-content .wrapperVideo.hover .title input{
    background: #8BC43F;
    border-color: #8BC43F;
    color: #fff;
}

.btn-upload-photo-fog .media-content .wrapperVideo .title input[type="text"] {
    background: #fff;
    border: 1px solid #aaa;
    color: #000;
}

.btn-upload-photo-fog .media-content .preview-video {
    border: 1px solid #C5C5C5;
    width: 130px;
    height: 72px;
    padding: 1px;
    margin: 4px;
    cursor: pointer;
}

.btn-upload-photo-fog .media-content .btnRemoveVideo {
    position: absolute;
    top: 1px;
    right: 1px;
    background: #DF0206;
    border: 1px solid #fff;
    border-radius: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    font-weight: bold;
    font-size: 22px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.btn-upload-photo-fog .media-content .btnRemoveVideo:after {
    content: "×";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-weight: normal;

    left: 50%;
    transform: translate(-50%, 0);
    font-size: 20px;
}

.btn-upload-photo-fog .media-content .file-type-size {
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    text-align: center;
    color: #aaa;
    font-size: 12px;
}

.btn-upload-photo-fog .footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 82px;
    border-top: 1px solid #F6F6F6;
}

.btn-upload-photo-fog .footer > .table {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.btn-upload-photo-fog .footer > .table .table-col.block1 {
    width: 400px;
}

.btn-upload-photo-fog .footer > .table .table-col.block2 {
    text-align: center;
}

.btn-upload-photo-fog .footer > .table .table-col.block3 {
    width: 187px;
}

.btn-upload-photo-fog .footer > .table .table-col.block4 {
    width: 310px;
    white-space: nowrap;
}

.btn-upload-photo-fog .footer > .table .table-col.block2 input[type="button"] {
    background: inherit;
    padding: 4px 2px 4px 18px;
    width: auto;
    text-transform: uppercase;

    background-image: url(../img/music-play-pause.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 2px 50%;

    margin: 0 2px;
}

.btn-upload-photo-fog .footer > .table .table-col.block2 input[type="button"]:hover {
    text-shadow: 0px 0px 1px #000;
}

.btn-upload-photo-fog .footer > .table .table-col.block2 input[type="button"].btn-music-play {
    background-image: url(../img/music-play-pause.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 2px 50%;
}
.btn-upload-photo-fog .footer > .table .table-col.block2 input[type="button"].btn-music-rename {
    background-image: url(../img/rename_icon.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 0px 50%;
}
.btn-upload-photo-fog .footer > .table .table-col.block2 input[type="button"].btn-music-download {
    background-image: url(../img/download.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 2px 50%;
}
.btn-upload-photo-fog .footer > .table .table-col.block2 input[type="button"].btn-music-detailed {
    background-image: url(../img/logout.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 0px 50%;
}

.btn-upload-photo-fog .footer > .table input[type="button"] {
    padding: 12px 0px;
    font-size: 12px;
    width: 100px;
}

.btn-upload-photo-fog .footer > .table .table-col:first-child input[type="button"]:first-child {
    margin-left: 40px;
    margin-right: 24px;
}

.btn-upload-photo-fog .footer > .table .table-col:first-child input[type="button"] + input[type="button"] {
    margin-left: 12px;
}

.btn-upload-photo-fog .footer > .table input[type="button"].btn-update,
.btn-upload-photo-fog .footer > .table input[type="button"].btn-upload-file {
    color: #000;
    width: 165px;
    margin-right: 22px;
}

.btn-upload-photo-fog .footer > .table input[type="button"].btn-update {
    background-image: url(../img/refresh-page.png);
    background-repeat: no-repeat;
    background-position: 30px 10px;
    background-size: 10%;
}

.btn-upload-photo-fog .footer > .table input[type="button"].btn-upload-file {
    background-image: url(../img/upload-archive.png);
    background-repeat: no-repeat;
    background-position: 15px 10px;
    background-size: 10%;
}

.btn-upload-photo-fog .footer .btn-delete {
    margin-right: 22px;
}

.btn-upload-photo-fog .footer > .table .files-selected,
.btn-upload-photo-fog .footer > .table .files-selected-properties {
    display: inline-block;
    font-size: 12px;
    margin-left: 12px;
}

.btn-upload-photo-fog .footer > .table .files-selected-properties {
    position: relative;
    top: 7px;
}

.btn-upload-photo-fog .footer > .table .files-selected *,
.btn-upload-photo-fog .footer > .table .files-selected-properties * {
    font-size: 12px;
}

.btn-upload-photo-fog .footer > .table .files-selected-properties .file-type-size {
    color: #aaa;
}

.mainPanel-content-fog {
    position: absolute;
    top: 0;
    left: 208px;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

.app.min .mainPanel-content-fog {
    left: 60px;
}

.mainPanel-content .table.main-page {
    width: 100%;
    height: 100%;
    background: inherit;
}

.mainPanel-content .table.main-page .table-col {
    text-align: center;
    vertical-align: middle;
}

.mainPanel-content .table.main-page .wrapper {
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0 0px 5px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px 5px 2px rgba(0, 0, 0, 0.5)
}

.mainPanel-content .table.main-page a {
    border-bottom: 2px dashed #DF0206;
}

.upload-photo-panel {
    position: absolute;
    left: 40px;
    top: 40px;
    right: 40px;
    bottom: 40px;
    background: #fff;
    min-width: 1018px;
    -webkit-box-shadow:  4px 4px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.3);
}

.mainPanel-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20px;

    background: #3C3C3C;
    color: #B2B2B2;
    text-align: center;
    font-size: 12px;
    line-height: 22px;

    overflow: hidden;
    z-index: 1000;

    display: none;
}

.mainPanel-footer.fullScreen {
    display: none;
}

.mainPanel-footer a {
    color: #B2B2B2;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
}

.main-left-user-map-menu,
.main-left-user-statistics-menu,
.main-left-campaignMediaStatisticPanel-menu,
.main-left-user-inspection-menu,
.main-left-user-advertisingSpace-menu,
.main-left-user-profile-menu {
    position: fixed;
    top: 0px;
    /*position: absolute;
    top: -72px;*/
    left: 209px;
    width: 210px;
    bottom: 0px;
    /*background: #636363;*/
    background: #f0f0f0;
    /*z-index: 15000;*/
    z-index: 1000;
}

.app.min .main-left-user-map-menu,
.app.min .main-left-user-statistics-menu,
.app.min .main-left-campaignMediaStatisticPanel-menu,
.app.min .main-left-user-inspection-menu,
.app.min .main-left-user-advertisingSpace-menu,
.app.min .main-left-user-profile-menu {
    left: 60px;
}

.main-left-user-map-menu .title,
.main-left-user-statistics-menu .title,
.main-left-campaignMediaStatisticPanel-menu .title,
.main-left-user-inspection-menu .title,
.main-left-user-advertisingSpace-menu .title,
.main-left-user-profile-menu .title {
    /*background: #878787;*/
    /*height: 40px;*/
    color: #fff;
    color: #7f8c9a;
    padding-left: 20px;
    /*font-size: 20px;*/
    font-size: 22px;
    /*line-height: 40px;*/
    margin-top: 20px;
    margin-bottom: 20px;
}

.main-left-user-map-menu li,
.main-left-user-statistics-menu li,
.main-left-campaignMediaStatisticPanel-menu li,
.main-left-user-inspection-menu li,
.main-left-user-advertisingSpace-menu li,
.main-left-user-profile-menu li {
    width: 100%;
    /*height: 64px;*/
    /*height: 87px;*/
    height: auto;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    /*line-height: 60px;*/
    padding: 8px 0px;
    cursor: pointer;
}

.mainPanel-left li.active li .wrapper {
    background: inherit;
}

.main-left-user-map-menu li .wrapper,
.main-left-user-statistics-menu li .wrapper,
.main-left-campaignMediaStatisticPanel-menu li .wrapper,
.main-left-user-inspection-menu li .wrapper,
.main-left-user-advertisingSpace li .wrapper,
.main-left-user-profile-menu li .wrapper {
    padding-left: 20px;
}

.main-left-user-map-menu li:hover,
.main-left-user-statistics-menu li:hover,
.main-left-campaignMediaStatisticPanel-menu li:hover,
.main-left-user-inspection-menu li:hover,
.main-left-user-advertisingSpace li:hover,
.main-left-user-profile-menu li:hover {
    background: #E5E5E5;
}

.wrapperInputText {
    position: relative;
    width: auto;
    height: auto;
    padding: 2px 4px;
    display: inline-block;
    background: #fff;
    border: 1px solid #000;
}

.wrapperInputText.span {
    border: 0;
}

.wrapperInputText.required.valid {
    border-color: green !important;
}

.wrapperInputText.hover,
.wrapperInputText.required.valid.hover,
.wrapperInputText.hover input[type="radio"],
.wrapperInputText.hover input[type="checkbox"] {
    border: 1px solid #aaa;
    border-color: #aaa !important;
    -webkit-box-shadow: 0px 0px 1px 1px #aaa;
    box-shadow: 0px 0px 1px 1px #aaa;
}

.wrapperInputText.focus,
.wrapperInputText.required.valid.focus,
.wrapperInputText.focus input[type="radio"],
.wrapperInputText.focus input[type="checkbox"] {
    border: 1px solid #90B0DF;
    border-color: #90B0DF !important;
    -webkit-box-shadow: 0px 0px 1px 1px #90B0DF;
    box-shadow: 0px 0px 1px 1px #90B0DF;
}

.wrapperInputText.span.hover,
.wrapperInputText.span.required.valid.hover,
.wrapperInputText.span.focus,
.wrapperInputText.span.required.valid.focus {
    border: 0;
    box-shadow: initial;
}

.wrapperInputText.error,
.wrapperInputText.invalid {
    border-color: red !important;
}

.wrapperInputText.error.focus,
.wrapperInputText.invalid.focus,
.wrapperInputText.error.hover,
.wrapperInputText.invalid.hover {
    border-color: red !important;
    -webkit-box-shadow: 0px 0px 1px 1px #DF0206;
    box-shadow: 0px 0px 1px 1px #DF0206;
}

.wrapperInputText.not-block-style {
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
}

.wrapperInputButtom {
    display: inline-block;
}

.wrapperCheckbox {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0);
}

.checkboxGreen {
    position: relative;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    opacity: 0;
    z-index: 1;
}

.checkboxGreen + label {
    position: relative;
    top: 0;
    left: -36px;
    background: url(../img/checkboxGreen.png) no-repeat -32px 0;
    width: 32px;
    height: 32px;
    display: inline-block;
    -webkit-appearance: none;
    outline: none;
    margin: 0px;
    box-sizing: border-box;
    margin-top: -2px;
    margin-right: -34px;
}

.error .checkboxGreen + label {
    -webkit-box-shadow: 0px 0px 3px 1px rgba(255, 0, 0, 1);
    box-shadow: 0px 0px 3px 1px rgba(255, 0, 0, 1);
}

.checkboxGreen:checked + label {
    position: relative;
    top: 0;
    left: -36px;
    background: url(../img/checkboxGreen.png) no-repeat 0 0;
    width: 32px;
    height: 32px;
    display: inline-block;
    -webkit-appearance: none;
    outline: none;
    margin: 0px;
    box-sizing: border-box;
    margin-top: -2px;
    margin-right: -34px;
}

.error-es6 {
    position: absolute;
    left: 25%;
    top: 50%;
    right: 25%;
    margin-top: -50px;
    background: #FF5E46;
    border: 1px solid #DF0206;
    display: inline-block;
    text-align: center;
    padding: 30px 10px;
    color: #fff;
    font-size: 18px;
    z-index: 1000;
}

.alertHelp {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2000;

    -webkit-box-shadow: 1px 0px 3px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 0px 3px 1px rgba(0, 0, 0, 0.5);
}

.alertInfo, .alertBigInfo, .alertError, .alertConfirm, .alertPolicyCompany, .alertPolicyCampaign, .alertPolicyCampaignPartner, .alertProgressBar {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2000;
}

.alertHelp, .alertPolicyCompany, .alertPolicyCampaign, .alertPolicyCampaignPartner {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;

    /*top: 30px;
    left: 100px;
    right: 100px;
    bottom: 30px;*/
}

.alertInfo .alertInfoWrapper, .alertConfirm .alertConfirmWrapper, .alertError .alertErrorWrapper {
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -80px;
    margin-left: -150px;
    background: #D3534F;
    border: 0px solid #ddd;
    width: 300px;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.alertInfo .alertInfoTitle, .alertError .alertErrorTitle, .alertConfirm .alertConfirmTitle {
    text-align: center;
    color: #ddd;
    font-size: 16px;
    line-height: 26px;
    height: 26px;
    background: #983A3C;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.alertConfirm .alertConfirmTitle {
    background: #3388ff;
    color: #fff;
}

.alertInfo .alertInfoTitle {
    background: #027633;
    color: #fff;
}

.alertInfo .alertInfoContent, .alertError .alertErrorContent {
    background: #D3534F;
    height: auto;
    min-height: 50px;
    max-height: 150px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5em;
    color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
}

.alertInfo .alertInfoContent {
    background: #fff;
    color: #000 !important;
}

.alertInfo .alertInfoFooter, .alertBigInfo .alertBigInfoFooter, .alertError .alertErrorFooter, .alertHelpCompanyFooter, .alertPolicyCompanyFooter, .alertPolicyCampaignFooter, .alertPolicyCampaignPartnerFooter {
    height: 32px;
    text-align: center;
    padding: 2px 0;
}

.alertInfo .alertInfoFooter {
    background: #fff;
}

.alertHelpFooter {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
}

.alertPolicyCompanyFooter, .alertPolicyCampaignFooter, .alertPolicyCampaignPartnerFooter {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

.alertConfirm .alertConfirmContent {
    padding: 10px;
    background: #fff;
}

.alertConfirm .alertConfirmContent * {
    font-size: 14px;
    color: #000;
}

.alertConfirm .alertConfirmFooter {
    height: 30px;
    padding: 10px;
    background: #fff;
}

.alertInfo .alertInfoFooter input[type="button"], .alertBigInfo .alertBigInfoFooter input[type="button"], .alertError .alertErrorFooter input[type="button"], .alertConfirm .alertConfirmFooter input[type="button"],
.alertHelp .alertHelpFooter input[type="button"],
.alertPolicyCompany .alertPolicyCompanyFooter input[type="button"],
.alertPolicyCampaign .alertPolicyCampaignFooter input[type="button"],
.alertPolicyCampaignPartner .alertPolicyCampaignPartnerFooter input[type="button"] {
    min-width: 120px;
    border: 0px solid #983A3C;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    padding: 6px 24px;
    color: #ddd;
    font-size: 16px;
    background: #E20B13;
    background: -moz-linear-gradient(left, #E20B13 0%, #F49900 100%);
    background: -webkit-linear-gradient(left, #E20B13 0%, #F49900 100%);
    background: linear-gradient(to right, #E20B13 0%, #F49900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E20B13', endColorstr='#F49900', GradientType=1);
}

.btnMsgClose:hover,
.btnMsgClose:focus {
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.5);
}

.alertConfirm .alertConfirmFooter input[type="button"],
.alertHelp .alertHelpFooter input[type="button"],
.alertPolicyCompany .alertPolicyCompanyFooter input[type="button"],
.alertPolicyCampaign .alertPolicyCampaignFooter input[type="button"], .alertPolicyCampaignPartner .alertPolicyCampaignPartnerFooter input[type="button"], .alertInfo .alertInfoFooter input[type="button"], .alertBigInfo .alertBigInfoFooter input[type="button"] {
    color: rgb(233, 235, 232);
    background: #027633;
    background: -moz-linear-gradient(left, #027633 0%, #96b020 100%);
    background: -webkit-linear-gradient(left, #027633 0%, #96b020 100%);
    background: linear-gradient(to right, #027633 0%, #96b020 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#027633', endColorstr='#96b020', GradientType=1);
}

.alertConfirm .alertConfirmFooter input[type="button"].btnGreen,
.alertHelp .alertHelpFooter input[type="button"].btnGreen,
.alertPolicyCompany .alertPolicyCompanyFooter input[type="button"].btnGreen,
.alertPolicyCampaign .alertPolicyCampaignFooter input[type="button"].btnGreen, .alertPolicyCampaignPartner .alertPolicyCampaignPartnerFooter input[type="button"].btnGreen {
    float: left;
    margin-left: 2px;
}

.alertConfirm .alertConfirmFooter input[type="button"].btnRed,
.alertHelp .alertHelpFooter input[type="button"].btnRed,
.alertPolicyCompany .alertPolicyCompanyFooter input[type="button"].btnRed,
.alertPolicyCampaign .alertPolicyCampaignFooter input[type="button"].btnRed, .alertPolicyCampaignPartner .alertPolicyCampaignPartnerFooter input[type="button"].btnRed {
    float: right;
    margin-right: 2px;
    background: #E20B13;
    background: -moz-linear-gradient(left, #E20B13 0%, #F49900 100%);
    background: -webkit-linear-gradient(left, #E20B13 0%, #F49900 100%);
    background: linear-gradient(to right, #E20B13 0%, #F49900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E20B13', endColorstr='#F49900', GradientType=1);
}

.alertPolicyCompany, .alertPolicyCampaign, .alertPolicyCampaignPartner {
    background: rgba(255, 255, 255, 0.95);
}

.alertHelp {
    background: rgba(255, 255, 255, 1);
}


.alertHelp .alertHelpWrapper, .alertPolicyCompany .alertPolicyCompanyWrapper, .alertPolicyCampaign .alertPolicyCampaignWrapper, .alertPolicyCampaignPartner .alertPolicyCampaignPartnerWrapper {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    overflow-x: hidden;
    overflow-y: auto;
}

.alertHelp .imageView {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.alertHelpTitle, .alertPolicyCompanyTitle, .alertPolicyCampaignTitle, .alertPolicyCampaignPartnerTitle {
    font-size: 15px;
    color: #000;
    text-align: center;
    height: 30px;
}

.alertHelpContent, .alertPolicyCompanyContent, .alertPolicyCampaignContent, .alertPolicyCampaignPartnerContent {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 45px;
}

.alertHelpContent iframe, .alertPolicyCompanyContent iframe, .alertPolicyCampaignContent iframe, .alertPolicyCampaignPartnerContent iframe {
    width: 100%;
    height: 100%;
}

.wrapperInputText.error label.error, .wrapperInputText.valid label.valid {
    position: absolute;
    top: 0;
    right: 0;
    background: inherit;
    border: 0;
    display: none!important;
    width: auto;
    z-index: 1;
}

.wrapperInputText.valid label.valid {
    display: inline-block!important;
}

.wrapperInputText.error.focus label.error {
    display: inline-block!important;
}

.wrapperInputText.error .input-label-error-hide, .wrapperInputText.valid .input-label-valid-hide {
    position: absolute;
    margin-left: 10px;
    background: #E95855;
    color: #fff !important;
    padding: 0px 10px;
    width: auto;
    height: 32px;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    z-index: 1;
}

.wrapperInputText.valid .input-label-valid-hide {
    background: initial;
    color: #000!important;
}

.wrapperInputText.error .input-label-error-hide::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;

    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-top: -10px;
    top: 50%;
    border-right: 10px solid #E95855;
    left: -10px;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-moz-keyframes spinoff {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(-360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinoff {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

.alertProgressBarContent {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
}

.alertProgressBarContent .ball,
.encoding_state .ball {
    background-color: rgba(0, 0, 0, 0);
    border: 5px solid #00CC03;
    opacity: .9;
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    box-shadow: 0 0 35px #00CC03;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -moz-animation: spin .5s infinite linear;
    -webkit-animation: spin .5s infinite linear;
}

.encoding_state .ball {
    top: 42px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    box-shadow: 0 0 10px #00CC03;
    display: inline-block;
}

.alertProgressBarContent .ball1 {
    background-color: rgba(0, 0, 0, 0);
    border: 5px solid #00CC03;
    opacity: .9;
    border-top: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    box-shadow: 0 0 15px #00CC03;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: -50px;
    -moz-animation: spinoff .5s infinite linear;
    -webkit-animation: spinoff .5s infinite linear;
}

.alertProgressBarFooter {
    display: none;
}

.alertInfo .alertInfoContent a, .alertError .alertErrorContent a, .alertHelpContent a, .alertPolicyCompanyContent a, .alertPolicyCampaignContent a, .alertPolicyCampaignPartnerContent a {
    color: #ddd;
    font-size: 15px;
    line-height: 20px;
    text-decoration: underline;
}

.appPage {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
/***/


.appPage .content .page-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    padding-left: 30px;
    font-size: 24px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    background: #027633;
    background: -moz-linear-gradient(left, #027633 0%, #96b020 100%);
    background: -webkit-linear-gradient(left, #027633 0%, #96b020 100%);
    background: linear-gradient(to right, #027633 0%, #96b020 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#027633', endColorstr='#96b020', GradientType=1);
    z-index: 100;
}

.appPage .content .page-title * {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.appPage .page-toolbar {
    /*position: absolute;
    top: 41px;
    left: 0;
    right: 0;*/
    min-height: 42px;
    padding-top: 6px;
    padding-left: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    overflow: hidden;
    z-index: 10;
}

.appPage .page-toolbar input[type="button"] {
    height: 36px;
}

.table {
    display: table;
    border: 0px;
    background: #fff;
    margin: 1px;
    margin-bottom: 4px;
}

.table-row {
    display: table-row;
}

.table-row.header {
    background: #027633;
    background: -moz-linear-gradient(left, #027633 0%, #338A2D 100%);
    background: -webkit-linear-gradient(left, #027633 0%, #338A2D 100%);
    background: linear-gradient(to right, #027633 0%, #338A2D 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#027633', endColorstr='#338A2D', GradientType=1);
}

.table-row.second .table-col {
    /*background: #f7ffed;*/
}

.table-col {
    display: table-cell;
    padding: 4px;
    font-size: 14px;
    overflow: hidden;
    vertical-align: middle;
}

.table-col * {
    font-size: 14px;
}

.table-row.header.search .table-col {
    position: relative;
    padding-bottom: 26px;
}

.table-row.header.search .table-col .table-col-search {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 26px;
    border-radius: 0;
    display: table;
    overflow: hidden;
    background: #fff;
}

.table-row.header.search .table-col .table-col-search-div {
    display: table-cell;
}

.table-row.header.search .table-col .table-col-search-div:last-child {
    width: 18px;
    background: url(../img/table-search-select.png) no-repeat 50% 50%;
}

.table-row.header.search .table-col .table-col-search-div:last-child * {
    opacity: 0;
}

.table-row.header.search .table-col .table-col-search-div * {
    width: 100%;
    height: 100%;
    border: 0;
    text-align: left;
}

.table-row.header.search .table-col.no-search .table-col-search-div {
    background: #fff;
    height: 26px;
}

.table-row.header.search .table-col.no-search .table-col-search-div * {
    display: none;
}

.table-row.header.search .no-search-select .table-col-search-div:last-child {
    display: none;
}

.table-col .icon-note {
    position: relative;
    cursor: help;
}

.is-table-config .btn-table-config {
    position: absolute;
    margin-top: 8px;
    right: 57px;
    border: 1px solid #EBEBEB;
    background: url(../img/btn-table-config.png) no-repeat 50% 50%;
    background-size: contain;
    width: 26px;
    height: 22px;
    cursor: pointer;
    display: inline-block;
    z-index: 1;
}

.select-date {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
    border: 1px solid #C5C5C5;
    border-radius: 3px;
    width: 90px;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    min-width: 160px;
    width: auto;
}

.ui-datepicker.ui-widget * {
    font-size: 14px !important;
}

/****************/
input[type="button"].btnFoto {
    width: 72px;
    height: 72px;
    background: url(../img/fotocamera.png) no-repeat 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    border-radius: 10px;
}

input[type="button"].btnFoto + span {
    position: relative;
    top: -30px;
    left: 10px;
}

.row.textarea {
    height: 150px;
}

.viewBigFotoPanel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    overflow: hidden;
    z-index: 1000;
}

.viewBigFotoPanel iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.viewBigFotoPanel .close-viewBigFotoPanel {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -80px;

    padding: 0;
    border: 0;

    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.viewBigFotoPanel .close-viewBigFotoPanel input {
    position: relative;
    top: 0px;
    width: 160px;
    height: 34px;
    font-size: 22px;
    line-height: 34px;
    text-transform: lowercase;
    border: 0px solid #DF0206;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;

}

.viewBigFotoPanel .wrapperInputText.close-viewBigFotoPanel-plus,
.viewBigFotoPanel .wrapperInputText.close-viewBigFotoPanel-minus {
    position: absolute;
    top: 50%;
    right: 10px;
    padding: 0;
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    margin-top: -60px;
}

.viewBigFotoPanel .wrapperInputText.close-viewBigFotoPanel-minus {
    margin-top: 30px;
}

.viewBigFotoPanel .wrapperInputText.close-viewBigFotoPanel-plus input,
.viewBigFotoPanel .wrapperInputText.close-viewBigFotoPanel-minus input {
    width: 42px;
    height: 42px;
    font-size: 32px;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.viewBigFotoPanel .dataValidation {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 1000;
}

.viewBigFotoPanel .dataValidation .wrapperInputRadio {
    display: inline-block;
}

.viewBigFotoPanel .dataValidation input {
    position: absolute;
    width: 100px;
    height: 36px;
    opacity: 0;
    z-index: 1;
}

.viewBigFotoPanel .dataValidation input + span {
    width: 100px;
    height: 36px;
    background: #aaa;
    color: rgb(0, 0, 0);
    border-radius: 3px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.viewBigFotoPanel .dataValidation .fotoVerificationTrue input:checked + span {
    color: rgb(233, 235, 232);

    background: #027633;
    background: -moz-linear-gradient(left, #027633 0%, #96b020 100%);
    background: -webkit-linear-gradient(left, #027633 0%, #96b020 100%);
    background: linear-gradient(to right, #027633 0%, #96b020 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#027633', endColorstr='#96b020', GradientType=1);
}

.viewBigFotoPanel .dataValidation .fotoVerificationFalse input:checked + span {
    color: #ddd;

    background: #E20B13;
    background: -moz-linear-gradient(left, #E20B13 0%, #F49900 100%);
    background: -webkit-linear-gradient(left, #E20B13 0%, #F49900 100%);
    background: linear-gradient(to right, #E20B13 0%, #F49900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E20B13', endColorstr='#F49900', GradientType=1);
}

.viewBigFotoPanel .fotoVerificationTrue {
    float: left;
}

.viewBigFotoPanel .fotoVerificationTrue {
    float: right;
}

.content-data {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    /*padding-right: 230px;*/
}

.hasDatepicker {
    width: 80px !important;
    height: 26px !important;
    font-size: 14px;
}

.ui-selectmenu-text {
    font-size: 14px;
}

.ui-selectmenu-menu.ui-front.ui-selectmenu-open * {
    font-size: 14px;
}

.tooltip {
    position: absolute;
    display: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
    font-size: 14px;
    z-index: 1000;
}

/**************/
.loadingPanel {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 50px;
    background: #fff;
    border: 1px solid #777;
    border-radius: 8px;
    margin-top: -25px;
    margin-left: -75px;

    -webkit-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.5);
}

.loadingPanel .loading-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    font-size: 12px;
    text-align: left;
    padding: 1px 4px;

    color: #000;
}

.loadingPanel .loading-progressbar {
    position: absolute;
    top: 18px;
    left: 4px;
    right: 4px;
    background: #eee;
    border: 1px solid #000;
    border-radius: 6px;
    height: 7px;
    overflow: hidden;
}

.loadingPanel .loading-indicator {
    width: 0%;
    height: 100%;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    background: #027633;
    background: -moz-linear-gradient(left, #027633 0%, #96b020 100%);
    background: -webkit-linear-gradient(left, #027633 0%, #96b020 100%);
    background: linear-gradient(to right, #027633 0%, #96b020 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#027633', endColorstr='#96b020', GradientType=1);
}

.loadingPanel .loading-toolbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 24px;
    text-align: center;
}

.loadingPanel .loading-toolbar input {
    font-size: 12px;
    padding: 2px 4px;
}

.loading {
    background: url(../img/loading.gif) no-repeat;
    background-position: 50% 50%;
}

/****************/
.toolbar-block {
    display: inline-block;
    padding: 0 4px;
}

.toolbar-block .label-from {
    padding: 0 5px 0 10px;
    font-size: 14px;
}

.toolbar-block .label-to {
    padding: 0 5px;
    font-size: 14px;
}

.toolbar-block input[type="text"],
.toolbar-block select {
    border: 1px solid #ddd;
    height: 28px;
    padding: 0 10px;
    width: 170px;
    font-size: 14px;
}

.toolbar-block input[type="button"] {
    padding: 0 10px;
    height: 28px;
    font-size: 14px;
}

.toolbar-block option {
    font-size: 14px;
}

.toolbar-block.multiple {
    position: relative;
    width: 220px;
    border: 0px solid;
    height: 26px;
    display: inline-block;
    margin-top: -9px;
    top: 7px;
    padding: 0;
}

select:disabled {
    background: #ebebe4;
}

.SumoSelect {
    position: fixed;
    width: 220px;
}

.SumoSelect .SelectBox {
    padding: 5px 8px;
    height: 16px;
    font-size: 14px;
    border: 1px solid #ddd;
}

.SumoSelect .SelectBox:hover {
    border: 1px solid #ddd;
}

.SumoSelect .SelectBox * {
    font-size: inherit;
}

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
    box-shadow: inherit;
    border-color: inherit;
    border: 1px solid #ddd;
}

.SumoSelect > .CaptionCont > label > i {
    background: url(../img/SumoSelect-CaptionCont-label.png) no-repeat 0 0;
}

.SumoSelect > .CaptionCont > span.placeholder {
    color: #000;
    font-style: normal;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i, .SumoSelect .select-all.selected > span i, .SumoSelect .select-all.partial > span i {
    background-color: #fff;
    border-color: #AEAEAE;
    background-image: url(../img/SumoSelect-checkbox.png);
}

/****************/
.leaflet-bottom.leaflet-right {
    display: none;
}

/****************/

/*.jqplot-highlighter {
    padding: 0;
    margin: 0;
    background: rgba(0,0,0,0);
    border: 0px solid #ddd;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.jqplot-highlighter-tooltip {
    background: rgba(0,0,0,0)!important;
    border: 0px solid #ddd!important;
}

.jqplot-highlighter table {
    position: fixed;
    margin-left: 20px;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    z-index: 100000;
}*/

.jqplot-highlighter, .jqplot-highlighter * {
    font-size: 12px;
}

.jqplot-highlighter table * {
    font-size: inherit;
}

/**maps**/
.leaflet-control-container {
    position: absolute;
    top: 50%;
    right: 65px;
    margin-top: -57px;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    border: 0 !important;
}

.leaflet-touch .leaflet-bar a {
    width: 42px !important;
    height: 42px !important;
    line-height: 44px !important;
    background: rgba(0, 0, 0, 0.5) !important;
    color: #fff;
    border-radius: 3px !important;
}

/****/
.ui-tabs .ui-tabs-panel {
    padding: 0 15px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    color: #000;
}

.comment-not-data {
    text-align: center;
    padding: 50px 0px;
    font-size: 16px;
}

.select-clip {
    width: 240px !important;
}

.small-upgrade-btn {
    width: 20px;
    height: 20px;
    position: relative;
    top: 0px;
    left: 4px;
    border: 1px solid #aaa;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    font-size: 16px;
    padding: 4px 8px;
}

.new_metod {
    color: #da008a !important;
}

/***/
.upload-container {
    position: relative;
    border: 1px solid #aaa;
    width: 94px;
    height: 94px;
    background: #fff;
    display: inline-block;
    margin-right: 4px;
    overflow: hidden;
}

.upload-container div.title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    text-align: center;
    padding: 4px;
    margin: 0;
}

.upload-container div.files-content {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 100%;
    height: 100%;
    min-height: 10px;
}

.upload-container label {
    color: #fff;
}

.upload-container label:hover {
    cursor: pointer;
    text-decoration: underline;
}

.upload-container div {
    position: relative;
    z-index: 10;
}

.upload-container input[type=file] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    position: absolute;
    z-index: -10;
}

.upload-container label.focus {
    /*outline: 1px solid #0078d7;*/
    /*outline: -webkit-focus-ring-color auto 5px;*/
}

.upload-container.dragover {
    background-color: #e3f2ff;
    outline-offset: 2px;
}

/***/

.speedbtn-comment24 {
    background: url(../img/speedbtn-comment24png.png) no-repeat 0 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

th.header {
    padding: 10px 0;
    color: #fff;
}

td.cell {
    padding: 4px;
    text-align: left;
}

.table-col-search-div,
.table-col-search-div * {
    background: #FFDFDE;
}

.table-col-search-div.default,
.table-col-search-div.default * {
    background: #F7FFED;
}

.table-col-search-div .table-col-search-select {
    cursor: pointer;
}
.table-col-search-div .table-col-search-select option:not(.default) {
    background: #fff;
}

/*.table-col-search-text {
    background: #F9CC9D;
}

.table-col-search-text[value=""] {
    background: #CDFFCD;
}*/

.table-col-search-text.all-except {
    text-decoration: line-through;
}

/***/
.app.min .div-btn-left-menu-size {
    width: 60px;
}

.app.min .mainPanel-header .menu-top .main-logo {
    background: url(../img/main-logo-min-icon.png) no-repeat 50% 50%!important;
    height: 72px!important;
}

.app.min .mainPanel-header .menu-top li:first-child {
    background: url(../img/main-logo-icon.png) no-repeat 0 0;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 60px;
    height: 60px;
}

.app.min .mainPanel-content {
    left: 60px;
}

.app.min .mainPanel-left {
    top: 60px;
    width: 60px;
}

.app.min .mainPanel-left .menu-left > li {
    background-position-x: 50%;
    display: inline-block;
    height: 60px;
    cursor: pointer;
}

.app.min .mainPanel-left .menu-left > li.active > .wrapper,
.app.min .mainPanel-left .menu-left > li > .wrapper:hover {
    color: rgba(0,0,0,0);
    font-size: 0;
    margin: 0;
    padding: 0;
    height: 62px;
    display: inline-block;
}

.app.min .mainPanel-left li .wrapper {
    display: none;
}

.app.min .menu-left .dropdown-menu.active li .wrapper {
    display: table-cell;
    /*line-height: 60px;*/
}

.app.min .main-left-user-map-menu,
.app.min .main-left-user-statistics-menu,
.app.min .main-left-campaignMediaStatisticPanel-menu,
.app.min .main-left-user-inspection-menu,
.app.min .main-left-user-advertisingSpace-menu {
    top: 0px;
    left: 60px;
}

.app.min .main-left-user-map-menu li,
.app.min .main-left-user-statistics-menu li,
.app.min .main-left-campaignMediaStatisticPanel-menu li,
.app.min .main-left-user-inspection-menu li,
.app.min .main-left-user-advertisingSpace-menu li {
    height: auto;
}

/**/
.alertTableSettings {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
}

.alertTableSettingsWrapper {
    position: absolute;
    top: 50vh;
    left: 50vw;
    border: 0px solid #000;
    border-radius: 3px;
    padding: 10px;
    display: table-cell;
    width: 50vw;
    height: 80vh;
    margin-top: -40vh;
    margin-left: -25vw;
    background: #fff;
}

.alertTableSettingsTitle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    vertical-align: middle;
    height: 45px;
    font-size: 14px;
    line-height: 46px;
    background: #fff;
    border-bottom: 1px solid #F6F6F6;
    overflow: hidden;
    z-index: 100;
}

.alertTableSettingsContent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 29px;
    margin-bottom: 61px;
    overflow-x: hidden;
    overflow-y: auto;
}

.alertTableSettingsContent .toolbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;

    background: rgb(238,238,238);
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
}

.alertTableSettingsContent .content-title {
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    height: 44px;
    display: table;
    overflow: hidden;
}

.alertTableSettingsContent .content-title div:first-child,
.alertTableSettingsContent .content-title div:last-child {
    display: table-cell;
    width: 40%;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;

    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
}

.alertTableSettingsContent .content {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0px;
    overflow-x: hidden;
    overflow-y: auto;
}

.alertTableSettingsContent .content .table {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}

.alertTableSettingsContent .content .table > .table-col:first-child, .alertTableSettingsContent .content .table > .table-col:last-child {
    width: 40%;
    vertical-align: top;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 6px;
}

.alertTableSettingsContent .content .table-col.center {
    background: url(../img/icon-move-columns.png) no-repeat 50% 18px;
}

.alertTableSettingsFooter {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    border-top: 1px solid #F6F6F6;
    text-align: center;
    padding-top: 15px;
    z-index: 100;
}

.alertTableSettingsFooter input[type="button"] {
    padding: 6px 20px;
    margin-left: 10px;
}


.alertTableSettingsFooter .label-to,
.alertTableSettingsFooter .separator {
    padding: 0 5px 0 10px;
    font-size: 14px;
}

#sortable1, #sortable2 {
    border: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#sortable1 li, #sortable2 li {
    position: relative;
    background: inherit;
    border: 1px solid #F6F6F6;
    padding: 0;
    margin: 2px 0;
    width: 100%;
    height: 40px;
    display: table;
    text-align: left;
    cursor: move;

}

#sortable1 li .table-col, #sortable2 li .table-col {
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #D9EDF6;
    border: 1px solid #F6F6F6;
    padding: 10px 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#sortable1 li .table-col:after, #sortable2 li .table-col:after {
    content: '';
    position: absolute;
    right: 0; top: 0;
    width: 40px;
    height: 100%;

    background: -moz-linear-gradient(to right, rgba(217,237,246, 0.1), rgba(217,237,246, 1) 100%);
    background: -webkit-linear-gradient(to right, rgba(217,237,246, 0.1), rgba(217,237,246, 1) 100%);
    background: -o-linear-gradient(to right, rgba(217,237,246, 0.1), rgba(217,237,246, 1) 100%);
    background: -ms-linear-gradient(to right, rgba(217,237,246, 0.1), rgba(217,237,246, 1) 100%);
    background: linear-gradient(to right, rgba(217,237,246, 0.1), rgba(217,237,246, 1) 100%);
}

#sortable2 li:hover btn-close {
    border: 1px solid red;
    display: inline-block;
}

.separators li[type="separator"] {
    padding: 0;
    margin: 0;
    font-size: 18px;
    resize: none;
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    overflow: hidden;
    cursor: move;
}
/**/

.super-title {
    position: absolute;
    border: 0;
    padding: 20px;
    margin-left: 20px;
    width: 300px;
    background: #FFEFD3;
    font-size: 14px !important;
    line-height: 1.5em;
    z-index: 1;
    -webkit-box-shadow: 0 0px 5px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px 5px 2px rgba(0, 0, 0, 0.5);

    /*
    position: absolute;
    border: 0;
    display: none;
    padding: 20px;
    margin-left: 20px;
    width: 300px;
    background: #FFEFD3;
    font-size: 14px !important;
    line-height: 1.5em;
    z-index: 15000;
    -webkit-box-shadow: 0 0px 5px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px 5px 2px rgba(0, 0, 0, 0.5);
    */
}

/**/
.filter-table-panel {
    position: absolute;
    width: 100px;
    height: auto;
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 4px;
    display: table;
    background: #fff;

    /*-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);*/

    z-index: 1;
}

.filter-table-panel.hover,
.filter-table-panel:hover {
    border-color: #aaa !important;
    -webkit-box-shadow: 0px 0px 1px 1px #aaa;
    box-shadow: 0px 0px 1px 1px #aaa;
}

.filter-table-panel.focus {
    border-color: #90B0DF !important;
    -webkit-box-shadow: 0px 0px 1px 1px #90B0DF;
    box-shadow: 0px 0px 1px 1px #90B0DF;
}

.filter-table-panel .wrapperInputText {
    border-color: #aaa;
    width: 150px;
    display: block;
}

.filter-table-panel .wrapperInputText.selectValue {
    border-color: rgba(0,0,0,0);
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 180px;
}

.filter-table-panel .wrapperInputText.selectValue input,
.filter-table-panel .wrapperInputText.selectValue .value {
    width: 100%;
    height: 26px;
    text-align: left;
    font-size: 12px;
    margin-bottom: 1px;
    padding: 1px 4px;
    background: rgba(250,250,250,0);
    cursor: pointer;
}

.filter-table-panel .wrapperInputText.selectValue .label-all-except {
    color: #000;
    display: inline-block;
    width: 100%;
    height: 26px;
    text-align: left;
    font-size: 12px;
    line-height: 26px;
    margin-bottom: 1px;
    /*padding: 1px 4px;*/
    background: rgba(250,250,250,0);
    cursor: pointer;
}

.filter-table-panel .wrapperInputText.selectValue .label-all-except.active {
    background: rgba(0,0,0,0.1);;
}

.filter-table-panel .wrapperInputText.selectValue .label-all-except input {
    display: none;
}

.filter-table-panel .wrapperInputText.selectValue input[type="checkbox"] {
    width: initial;
    height: 100%;
    margin-right: 4px;
}

.filter-table-panel .wrapperInputText.selectValue .value {
    padding: 2px 0px;
    display: flex;
    align-items: center;
}

.filter-table-panel .wrapperInputText.selectValue input.active,
.filter-table-panel .wrapperInputText.selectValue .value.active {
    background: rgba(0,0,0,0.1);
    color: #000;
}

.filter-table-panel .wrapperInputText.selectValue input:hover,
.filter-table-panel .wrapperInputText.selectValue .value:hover {
    background: #1287ff;
    color: #fff;
}

.filter-table-panel .wrapperInputText.selectValue .value.select-all {
    background: #E5E5E5;
    color: #000;
    display: block;
    padding-left: 20px;
    line-height: 24px;
}

.filter-table-panel .filter-table-panel-input {
    background: url(../img/input-filter.png) no-repeat 100% 50%;
    height: 25px;
    border: 0;
    font-size: 12px;
}

.filter-table-panel > div:first-child {
    padding: 0 0 2px;
}

.filter-table-panel div:first-child .wrapperInputText {
    border-color: rgba(0,0,0,0);
    padding: 0;
    margin-bottom: 2px;
    width: 158px;

    background: #edeef3;
    background: -moz-linear-gradient(top,  #edeef3 0%, #f4f9fc 100%);
    background: -webkit-linear-gradient(top,  #edeef3 0%,#f4f9fc 100%);
    background: linear-gradient(to bottom,  #edeef3 0%,#f4f9fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeef3', endColorstr='#f4f9fc',GradientType=0 );
}

.filter-table-panel .filter-table-panel-input-defaut {
    background: url(../img/table-search-select2-1.png) no-repeat 100% 50%;
    width: 100%;
    min-height: 26px;
    font-size: 12px;
    text-align: left;
    color: #000;
    cursor: pointer;
}

.filter-table-panel .not-data {
    background: #FEF7E4;
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.filter-table-panel input[type="text"].focus,
.filter-table-panel input[type="text"].hover,

.table-header-col-filter .table-col-search2.hover,
.table-header-col-filter .table-col-search:hover {
    border: 1px solid #aaa;
    border-color: #aaa !important;
    -webkit-box-shadow: 0px 0px 1px 1px #aaa;
    box-shadow: 0px 0px 1px 1px #aaa;
}

.table-header-col-filter .table-col-search2.focus {
    border: 1px solid #90B0DF;
    border-color: #90B0DF !important;
    -webkit-box-shadow: 0px 0px 1px 1px #90B0DF;
    box-shadow: 0px 0px 1px 1px #90B0DF;
}
/**/

.table-row-toolbar-btn {
    position: relative;
    top: 0;
    left: 0;
    width: 22px!important;
    height: 22px!important;
    border: 0px solid #eee;
    cursor: pointer!important;
    margin: 0 5px;
}

.table-row-toolbar-btn.icon-config-default {
    background: url(../img/config.png) no-repeat 50% 50%;
}

.appPage .forms-sub-title {
    padding: 8px 0;
}

.appPage .forms-sub-title p {
    font-size: 13px;
    line-height: 1.5em;
}

.wrapper-table-col-data {
    display: inline-block;
    font-size: 13px;
}

.wrapper-table-col-data * {
    font-size: 12px;
}



@media screen and (max-width: 1300px) and (min-width: 0px) {
    .mainPanel-header .menu-top li .wrapper {
        padding: 0;
        padding-left: 2px;
        padding-right: 6px;
        margin: 0;
        font-size: 0;
    }

    #btnLogin, #btnLogout {
        width: 85px;
    }
}

@media screen and (max-width: 1140px) and (min-width: 0px) {
    .mainPanel-header .menu-top li a, .mainPanel-header .menu-top li span {
        font-size: 12px;
    }

    .mainPanel-header .menu-top .main-login-logout * {
        font-size: 10px;
    }
}

@media screen and (max-width: 1048px) and (min-width: 0px) {
    .appPage .content .page-title,
    .appPage .content .page-title * {
        font-size: 16px;
    }

    .mainPanel-header .menu-top li a, .mainPanel-header .menu-top li span {
        font-size: 10px;
        font-weight: bold;
    }

    .comment-not-data {
        font-size: 14px;
    }

    .table-col, .table-col * {
        font-size: 12px;
    }
}

@media screen and (max-width: 950px) and (min-width: 0px) {
    .mainPanel-header {
        height: 60px;
    }

    .mainPanel-header .menu-top li:first-child {
        background: url(../img/main-logo-icon.png) no-repeat 0 0;
        background-position-x: 50%;
        background-position-y: 50%;
        width: 60px;
        height: 60px;
    }

    .mainPanel-header .menu-top li {
        height: 60px;
    }

    .mainPanel-header .menu-top li a, .mainPanel-header .menu-top li span {
        line-height: 60px;
    }

    .mainPanel-left {
        top: 60px;
        width: 60px;
    }

    .mainPanel-left .menu-left > li {
        background-position-x: 50%;
        display: inline-block;
        width: 60px;
        height: 60px;
        cursor: pointer;
    }

    .mainPanel-left li .wrapper {
        display: none;
    }

    .main-left-user-map-menu,
    .main-left-user-statistics-menu,
    .main-left-campaignMediaStatisticPanel-menu,
    .main-left-user-inspection-menu,
    .main-left-user-advertisingSpace-menu {
        top: 0px;
        left: 60px;
    }

    .main-left-user-map-menu .title,
    .main-left-user-statistics-menu .title,
    .main-left-campaignMediaStatisticPanel-menu .title,
    .main-left-user-inspection-menu .title,
    .main-left-user-advertisingSpace-menu . title {
        font-size: 18px;
    }

    .main-left-user-map-menu li,
    .main-left-user-statistics-menu li,
    .main-left-campaignMediaStatisticPanel-menu li,
    .main-left-user-inspection-menu li,
    .main-left-user-advertisingSpace-menu li {
        height: 64px;
        /*height: 87px;*/
        display: inline-block;
    }

    .mainPanel-left li.active li .wrapper {
        display: table-cell;
    }

    .mainPanel-content {
        left: 60px;
        top: 60px;
    }

    /*.menu-left .active:after,
    .menu-left .active:after,
    .menu-left .active:after
    {
        content: "";
        width: 100%;
        height: 100%;
        border: 0;
        display: inline-block;
        background: rgba(255,255,255,0.4);
    }*/
    .main-left-user-map-menu.dropdown-menu.active:after {
        background: #636363;
    }

    .main-left-user-new-campaign:after,
    .main-left-user-new-campaign.active:after {
        content: "";
        background: url(../img/icon-ac-new.png) no-repeat 0 0;
        background-position-x: 50%;
        background-position-y: 50%;
        width: 100%;
        height: 100%;
        border: 0;
        display: inline-block;
    }

    .appPage.registrationMTPanel .table .wrapperInputText {
        display: block;
        width: inherit;
    }

    .content-data {
        padding-right: 60px;
    }

    .div-btn-left-menu-size {
        display: none;
    }

    .wrapperInputText.error label.error {
        position: initial;
    }

    .wrapperInputText.error.focus label.error {
        display: block!important;
        height: 15px;
    }

    .wrapperInputText.error .input-label-error-hide::after {
        display: none;
    }

    .wrapperInputText.error .input-label-error-hide {
        left: -2px;
        right: -2px;
        width: initial;
        height: auto;
        margin-left: 0;
        line-height: initial;
        white-space: initial;
        font-size: 12px!important;
        padding: 4px 0;
    }

    .app.min .mainPanel-header .menu-top .main-logo {
        height: 60px;
    }

    .main-left-user-map-menu, .main-left-user-statistics-menu, .main-left-campaignMediaStatisticPanel-menu, .main-left-user-inspection-menu, .main-left-user-advertisingSpace-menu, .main-left-user-profile-menu {
        left: 60px;
    }

    .mainPanel-left .menu-left > li.active > .wrapper,
    .mainPanel-left .menu-left > li > .wrapper:hover {
        color: rgba(0,0,0,0);
        font-size: 0;
        margin: 0;
        padding: 0;
        height: 62px;
        display: inline-block;
    }

    .mainPanel-content-fog {
        left: 60px;
    }

    .app.min .mainPanel-content-fog {
        left: 60px;
    }
}

@media screen and (max-width: 900px) and (min-width: 0px) {
    .alertHelp, .alertPolicyCompany, .alertPolicyCampaign, .alertPolicyCampaignPartner {
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }
}

@media screen and (max-width: 800px) and (min-width: 0px) {
    .content-data {
        overflow-x: auto;
    }
}

@media screen and (max-width: 480px) and (min-width: 0px) {
    /*.icon-content-help {
        margin-top: 30px;
        left: -15px;
        right: 7px;
        width: inherit;
    }*/

    .main-left-user-map-menu, .main-left-user-statistics-menu, .main-left-campaignMediaStatisticPanel-menu, .main-left-user-inspection-menu, .main-left-user-advertisingSpace-menu {
        width: inherit;
        right: 0px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .mainPanel-left li.active li .wrapper {
        width: 100%;
        display: inline-block;
        line-height: 80px;
        font-size: 18px;
        -webkit-box-shadow: 0px 1px 1px 0px #D5D5D5;
        box-shadow: 0px 1px 1px 0px #D5D5D5;
    }

    .app.min .menu-left .dropdown-menu.active li .wrapper {
        display: block;
    }

    .mainPanel-left .dropdown-menu .title {
        font-size: 24px;
    }

    .toolbar-block {
        padding: 0px 1px 4px 0 !important;
        display: block !important;
    }

    .mainPanel-header-menu.main-personal-account,
    .mainPanel-header-menu.main-support-email,
    .mainPanel-header-menu.main-support-office-hours,
    .mainPanel-header-menu.main-support-email,
    .mainPanel-header-menu.main-link-mainPage,
    .mainPanel-header-menu.main-support-tel {
        display: none;
    }

    .mainPanel-header .menu-top .main-login-logout {
        /*float: left;
        width: 300px;*/
        position: absolute;
        left: 60px;
        float: inherit;
    }

    .mainPanel-header .menu-top .main-login-logout div {
        padding: 0 10px;
    }

    .content-data {
        top: 70px;
        overflow-x: auto;
    }

    .appPage.campaignsAdvertisingPanel .toolbar,
    .appPage.mapHeatPanel .toolbar,
    .appPage.mapTracksPanel .toolbar,
    .appPage.mapMonitoringPanel .toolbar,
    .appPage.campaignCarPanel .toolbar,
    .appPage.campaignStatisticPanel .toolbar {
        height: auto !important;
        padding-bottom: 6px !important;
    }

    .campaignsAdvertisingPanel .toolbar-block {
        float: left;
    }

    .appPage.newProfilePanel .table .table-col {
        display: block;
        width: 100%;
    }

    .appPage.newProfilePanel .table input,
    .appPage.newCampaignAdvertisingPanel .table input {
        width: 260px !important;
    }

    .appPage.newCampaignAdvertisingPanel .table .table-col {
        display: block;
        width: inherit;
    }

    .appPage.newCampaignAdvertisingPanel .row.buttons-panel {
        position: static !important;
        position: sticky !important;
        width: 100%;
        display: block !important;
    }

    .appPage.newCampaignAdvertisingPanel .btnSaveMoveModCampaign,
    .appPage.newCampaignAdvertisingPanel .separator-float-right,
    .appPage.newCampaignAdvertisingPanel .btnSaveCampaign {
        position: inherit !important;
        width: 100% !important;
        left: inherit !important;
        right: inherit !important;
    }

    .appPage.mapHeatPanel input[type="text"], .appPage.mapHeatPanel select,
    .appPage.mapTracksPanel select.search-active {
        padding: 0 !important;
        width: 100% !important;
    }

    .appPage.mapHeatPanel .btn-search,
    .appPage.mapTracksPanel .btn-search {
        margin-top: 6px !important;
    }

    .appPage.campaignCarPanel .content-data {
        top: 120px;
    }

    .campaignStatisticPanel .content-data {
        top: 145px;
    }

    .campaignStatisticPanel .toolbar-block.datePanel {
        /*padding-top: 7px!important;
        min-width: 500px;*/
    }

    .campaigns-info-all .table-col,
    .campaignStatisticPanel .graphics .table-col {
        display: inline-block;
    }

    .campaignStatisticPanel .car-count .table-col {
        display: block;
    }

    .campaignStatisticPanel .graphics .table-col {
        width: 100% !important;
    }

    .main-left-user-map-menu, .main-left-user-statistics-menu, .main-left-campaignMediaStatisticPanel-menu, .main-left-user-inspection-menu, .main-left-user-advertisingSpace-menu, .main-left-user-profile-menu {
        left: 60px;
        right: 0;
        width: initial;
    }
}