* {
    margin: 0;
    padding: 0;
    outline: none;
    font-size: 14px;
    font-family: 'Tahoma', sans-serif;
}

html {
    height: 100%;
}

body {
    background: url(../images/bg.png);
}

.auth {
    background: url(../images/auth-bg.jpg) no-repeat center;
    background-size: cover;
}

header {
    max-width: 1200px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
    background: #FFF;
}

footer {
    background: #FFF;
    max-width: 1200px;
    box-sizing: border-box;
    padding: 15px 20px 10px;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

footer hr {
    border: none;
    margin: 0 15px 10px;
    border-top: 1px solid #EEE;
}

.error-404 {
    text-align: center;
    padding: 50px 0;
    color: #636b6f;
    font-size: 16px;
    line-height: 26px;
}

.error-404 b {
    border-right: 2px solid #636b6f;
    color: #636b6f;
    font-size: 24px;
    padding: 0 15px 0 0;
    margin-right: 15px;
    font-weight: 400;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.action-button {
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 30px;
    color: #FFF;
    cursor: pointer;
    background: linear-gradient(to bottom, #3657fb 0%, #1b2197 100%);
}

.action-button:hover {
    background: #1b2197;
}

.action-button i {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    float: left;
}

.transfer i {
    background: url(../images/forward.svg) no-repeat center / 20px;
}

.feedback i {
    background: url(../images/back.svg) no-repeat center / 20px;
}

.change-time i {
    background: url(../images/clock.svg) no-repeat center / 20px;
}

.pop-up {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: green;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
}

.pop-up.success {
    background: rgba(0, 128, 0, .9);
}

.pop-up.error {
    background: rgba(255, 0, 0, .9);
}

.content {
    max-width: 1200px;
    box-sizing: border-box;
    padding: 20px 20px 1px;
    min-height: calc(100vh - 222px);
    margin: 0 auto;
    background: #FFF;
}

.auth .content {
    background: none;
    padding-top: 0;
}

.top-panel {
    padding: 25px 0;
}

.top-panel:after {
    content: '';
    display: block;
    clear: both;
}

.top-panel .logo {
    width: 200px;
    height: 64px;
    display: block;
    float: left;
    background: url(../images/logo.png) no-repeat center;
}

.top-panel .clock {
    color: #E31E23;
    margin-left: 15px;
    font-weight: 700;
    font-size: 14px;
    background: url(../images/clock-red.svg) no-repeat left 1px / 16px;
    padding-left: 20px;
    margin-bottom: 5px;
    display: inline-block;
}

.top-panel .clock i {
    font-style: normal;
}

.top-panel .right {
    float: right;
    text-align: right;
    color: #444;
}

.top-panel .logout {
    color: #444;
    font-size: 15px;
}

.top-panel .logout:hover {
    text-decoration: none;
}

.top-panel .col {
    width: 33.33%;
    line-height: 20px;
    font-size: 15px;
    color: #444;
    box-sizing: border-box;
    float: left;
}

.top-panel .col:nth-child(2) {
    text-align: center;
}

.top-panel .col:nth-child(3) {
    text-align: right;
}

.red {
    background: #fb363b;
    background: linear-gradient(to bottom, #fb363b 0%, #ad1014 100%);
}

.red:hover {
    background: #ad1014;
}

.modal-window {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}

.modal {
    position: relative;
    top: 100px;
    margin: 0 auto 20px;
    padding: 20px 28px;
    background: #FFF;
    display: none;
    width: 650px;
    z-index: 105;
    box-sizing: border-box;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

.modal.preview {
    width: 700px;
}

.modal .ui-datepicker-trigger {
    display: none;
}

.modal h2 {
    font-size: 24px;
    line-height: 38px;
    color: #111213;
    margin-bottom: 32px;
    font-weight: 500;
}

.modal .close {
    z-index: 2;
    position: absolute;
    top: 22px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all .3s linear;
    transform: rotate(45deg);
    border: 2px solid #8B919C;
    border-radius: 50%;
}

.modal .close:hover {
    transform: scale(1.1) rotate(135deg);
}

.modal .close:before {
    content: '';
    display: block;
    width: 18px;
    top: 14px;
    left: 6px;
    height: 2px;
    background: #8B919C;
    position: absolute;
    cursor: pointer;
}

.modal .close:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 18px;
    background: #8B919C;
    top: 6px;
    left: 14px;
}

nav {
    height: 40px;
}

nav .logo {
    display: none;
}

nav.empty {
    height: 3px;
}

nav li {
    display: block;
    width: calc(100% / 5);
    float: left;
    position: relative;
    z-index: 10;
}

nav li ul {
    position: absolute;
    left: 0;
    top: 40px;
    display: none;
    width: 100%;
}

nav li ul li {
    float: none;
    width: 100%;
    background: #E31E23;
    border-top: 1px solid #FFF;
}

nav li ul li a {
    border-left: 1px solid #FFF !important;
}

nav li ul li:hover {
    background: #ad1014;
}

nav li a {
    height: 40px;
    display: block;
    border-left: 1px solid #FFF;
    color: #FFF;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
}

nav li:nth-child(1) a {
    border-left: none;
}

nav li .active {
    background: #E31E23;
}

.login-form {
    position: absolute;
    background: rgba(0, 0, 0, .8);
    width: 400px;
    padding: 30px;
    box-sizing: border-box;
    top: 200px;
    left: calc(50% - 200px);
}

.login-form label {
    display: block;
    color: #FFF;
    font-size: 15px;
}

.login-form .circle {
    width: 120px;
    height: 120px;
    position: absolute;
    left: calc(50% - 60px);
    top: -60px;
    border-radius: 50%;
}

.login-form .circle:after {
    content: '';
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: url(../images/login-user.png) no-repeat center;
}

.login-form .name {
    line-height: 30px;
    text-align: center;
    padding-top: 45px;
    font-size: 26px;
    color: #FFF;
    font-weight: 600;
    margin: 0 auto 25px;
}

.login-form input[type=email],
.login-form input[type=password] {
    background: none;
    border: none;
    border-bottom: 1px solid #FFF;
    border-radius: 0;
    color: #FFF;
    margin-bottom: 25px;
    padding: 0;
}

.login-form input.error {
    border: none !important;
    border-bottom: 1px solid red !important;
}

.login-form .result p {
    font-size: 14px;
}

.max-width {
    max-width: 400px;
}

.title {
    color: #555;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 26px;
	font-weight: 500;
}

.title a {
    font-size: 20px;
    color: #E31E23;
}

.title a:hover {
    text-decoration: none;
}

form input[type=text],
form input[type=email],
form input[type=password] {
    display: block;
    box-sizing: border-box;
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 0 8px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
    transition: all .1s linear;
    font-size: 14px;
}

form textarea {
    display: block;
    box-sizing: border-box;
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 0 8px;
    width: 100%;
    height: 120px;
    resize: none;
    line-height: 22px;
    margin-bottom: 10px;
    transition: all .1s linear;
    font-size: 14px;
}

.modal form textarea {
    height: 150px;
}

form select {
    display: block;
    box-sizing: border-box;
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 0 8px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
    transition: all .1s linear;
    font-size: 14px;
}

.modal form select {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
}

form input[type=submit] {
    display: block;
    -webkit-appearance: none;
    border-radius: 3px;
    box-sizing: border-box;
    border: none;
    width: 100%;
    max-width: 400px;
    color: #FFF;
    height: 36px;
    font-size: 14px;
    cursor: pointer;
    line-height: 36px;
}

.modal form input[type=submit] {
    max-width: none;
    height: 44px;
    font-size: 16px;
}

form input[type=submit].loading {
    color: transparent;
    background: #ad1014 url(../images/loader.gif) no-repeat center;
    background-size: 26px;
}

form fieldset {
    border: 1px solid #DDD;
    padding: 15px 9px 2px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

form fieldset h3 {
    font-size: 15px;
    color: #E31E23;
    position: absolute;
    top: -12px;
    background: #FFF;
    padding: 0 8px;
}

form fieldset a {
    color: #E31E23;
    text-decoration: underline;
    transition: all .2s;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-left: 12px;
    font-size: 15px;
}

form fieldset a:hover {
    color: #666;
    text-decoration: none;
}

form fieldset a:before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 2px;
    left: -11px;
    top: 9px;
    background: #E31E23;
}

form fieldset a:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 8px;
    left: -8px;
    top: 6px;
    background: #E31E23;
}

form fieldset a:hover:after,
form fieldset a:hover:before {
    background: #666;
}

form .row {
    margin: 15px 0;
    height: 16px;
}

form .row input[type=checkbox] {
    width: 16px;
    display: block;
    height: 16px;
    border: 1px solid #CCC;
    float: left;
}

form .row b {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #444;
    float: left;
    margin-left: 5px;
    line-height: 16px;
}

form .error {
    border: 1px solid red !important;
}

form .result,
.bid-result {
    padding-top: 10px;
}

form .result.success p,
.bid-result.success p {
    color: green;
}

form .result.error p,
.bid-result.error p {
    color: red;
}

form .result p,
.bid-result p {
    font-size: 15px;
    margin-top: 4px;
}

form .result.error {
    border: none !important;
}

.close-bid {
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 30px;
    color: #FFF;
    cursor: pointer;
    text-align: center !important;
}

.close-bid.loading {
    color: transparent;
    background: #ad1014 url(../images/loader.gif) no-repeat center;
    background-size: 26px;
    cursor: default;
}

.new-bids a {
    display: inline-block;
    text-decoration: none;
    line-height: 20px;
    height: 20px;
    color: #FFF;
    width: 20px;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    border-radius: 50%;
}

.ul-list {
    margin-left: 30px;
    font-size: 14px;
    color: #E31E23;
    max-width: 900px;
    margin-bottom: 25px;
}

.ul-list.large {
    max-width: none;
}

.ul-list li {
    margin-bottom: 10px;
    position: relative;
    line-height: 22px;
}

.ul-list.large li {
    text-align: center;
    position: relative;
    margin-bottom: 14px;
}

.ul-list li:before {
    content: '';
    display: block;
    position: absolute;
    border-top: 1px dotted #E31E23;
    width: 100%;
    top: 12px;
    left: 0;
    z-index: 0;
}

.ul-list li:after {
    content: '';
    display: block;
    clear: both;
}

.ul-list b {
    font-weight: 400;
    color: #444;
    display: inline-block;
    padding-right: 5px;
    position: relative;
    background: #FFF;
    z-index: 5;
}

.ul-list.large li b:nth-child(1) {
    left: 0;
    font-size: 15px;
    position: absolute;
}

.ul-list.large li b:nth-child(2) {
    float: none;
    font-size: 15px;
    display: inline-block;
    padding: 0 5px;
}

.ul-list.large li b:nth-child(3) {
    float: right;
    font-size: 15px;
    padding: 0 0 0 5px;
}

.ul-list li a {
    display: inline-block;
    float: right;
    position: relative;
    z-index: 5;
    background: #FFF url(../images/delete.png) no-repeat right center;
    padding-left: 5px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-top: 2px;
}

.table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.table .success {
    color: green;
    white-space: nowrap;
}

.table .gear {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/gear.png) no-repeat center;
}

.table .edit {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/edit.png) no-repeat center;
}

.table .delete {
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(../images/delete.png) no-repeat center;
}

.table .left {
    text-align: left;
}

.table th {
    border: 1px solid #CCC;
    background: #EFEFEF;
    padding: 8px;
    text-align: center;
    color: #343434;
    font-size: 13px;
}

.table .e-d {
    width: 65px;
}

.table .need-attention {
    background: #ffdede;
    animation: pulse 2s infinite;
}

.table td {
    border: 1px solid #CCC;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    color: #444;
}

.table .print {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/print.png) no-repeat center;
}

table i {
    font-style: normal;
    font-size: 14px;
    color: #E31E23;
}

table a {
    color: #355EAF;
    font-size: 15px;
}

table a:hover {
    text-decoration: none;
}

.tabs {
    border-bottom: 1px solid #BBB;
    margin-bottom: 30px;
    padding-left: 10px;
}

.tabs:after {
    content: '';
    display: block;
    clear: both;
}

.tabs a {
    display: block;
    float: left;
    padding: 6px 15px;
    margin-top: 8px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: -1px;
    border-radius: 6px 6px 0 0;
    border: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    background: #BBB;
    color: #FFF;
    margin-right: 2px;
    position: relative;
    transition: all .2s;
}

.tabs a:before {
    content: '';
    display: block;
    position: absolute;
}

.tabs a.active {
    padding: 10px 15px;
    background: #FFF;
    font-size: 15px;
    color: #444;
    margin-top: 0;
    border-bottom: 1px solid #FFF;
}

.tabs-containers .tabs-cont {
    display: none;
}

.tabs-containers .active {
    display: block;
}

.panel {
    background: #EFEFEF;
    padding: 10px 15px;
    margin: 25px 0;
}

.panel a {
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    padding: 6px 10px;
}

.profile .info {
    margin-left: 20px;
    margin-bottom: 30px;
}

.profile .info li {
    margin-bottom: 5px;
    color: #444;
    font-size: 15px;
}

.profile .info li b {
    color: #355EAF;
    font-weight: 400;
}

.profile .car {
    margin-top: 20px;
}

.profile .car p {
    margin: 10px 0;
    color: #666;
    font-size: 14px;
}

.profile .car h3 {
    color: #E31E23;
    line-height: 22px;
    font-size: 18px;
}

.breadcrumbs {
    margin: 5px 0 20px;
    position: relative;
}

.breadcrumbs .btn {
    color: #FFF !important;
    font-size: 14px;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 6px;
    transition: none;
}

.breadcrumbs .add {
    position: absolute;
    right: 0;
    top: 0;
}

.breadcrumbs .add:before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 2px;
    left: -11px;
    top: 9px;
    background: #E31E23;
}

.breadcrumbs .add:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 8px;
    left: -8px;
    top: 6px;
    background: #E31E23;
}

.breadcrumbs .add:hover:after,
.breadcrumbs .add:hover:before {
    background: #666;
}

.breadcrumbs a {
    color: #E31E23;
    text-decoration: underline;
    transition: all .2s;
}

.breadcrumbs a:hover,
.breadcrumbs a.active {
    color: #666;
    text-decoration: none;
}

#search-form {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCC;
}

#search-form input[type=text] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #e22a2e;
    padding: 10px 43px 10px 10px;
    font-size: 14px;
}

#search-form input[type=submit] {
    position: absolute;
    display: block;
    top: 7px;
    right: 10px;
    width: 24px;
    height: 24px;
    border: none;
    background: #FFF url(../images/search.png) no-repeat center;
}

#search-form input[type=submit].loading {
    background: #FFF url(../images/ajax-loader.gif) no-repeat center;
    background-size: 24px;
}

.pagination {
    text-align: center;
    padding-top: 20px;
}

.pagination.hidden {
    display: none;
}

.pagination a {
    display: inline-block;
    text-decoration: none;
    color: #E31E23;
    padding: 1px 7px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 3px;
}

.pagination .active {
    background: #E31E23;
    color: #FFF;
    cursor: default;
}

.contract {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.contract td .success {
    color: green;
}

.contract td {
    padding: 10px;
    border: 1px solid #CCC;
    font-size: 15px;
}

.contract tr td:nth-child(1) {
    width: 220px;
    background: #FAFAFA;
    color: #355EAF;
}

.contract .first td {
    background: #eae7e7 !important;
    color: #343434 !important;
    font-weight: 500;
    font-size: 18px;
}

.contract .first a {
    float: right;
    display: inline-block;
    margin-left: 20px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}

.contract .first .print {
    padding-left: 22px;
    background: url(../images/print.png) no-repeat left 3px;
}

.contract .first .status {
    padding-left: 22px;
}

.contract .first a:hover {
    text-decoration: underline;
}

.city-list:after {
    content: '';
    display: block;
    clear: both;
}

.city-list .col {
    width: 50%;
    float: left;
}

.statistics {
    padding-top: 10px;
    padding-bottom: 45px;
    margin-bottom: 30px;
}

.statistics:after {
    content: '';
    display: block;
    clear: both;
}

.statistics .month {
    width: calc(100% / 12);
    float: left;
    position: relative;
    text-align: center;
    height: 120px;
    border-bottom: 1px solid #CCC;
    box-sizing: border-box;
}

.statistics .month b {
    position: absolute;
    bottom: -40px;
    color: #E31E23;
    width: 100%;
    left: 0;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.statistics .month b em {
    font-style: normal;
	font-weight: 500;
}

.statistics .month b em:nth-child(2) {
    display: none;
}

.statistics .month b i {
    font-style: normal;
    display: block;
    color: #444;
    font-weight: 500;
}

.statistics .month span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 7%;
    width: 86%;
}

.log-nav {
    text-align: center;
}

.next-logs,
.prev-logs {
    display: inline-block;
    color: #FFF;
    padding: 3px 12px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 5px;
}

.logs.loading {
    background: url(../images/ajax-loader.gif) no-repeat center;
    user-select: none;
}

.logs.loading ol {
    opacity: .5;
}

.menu-icon {
    display: none;
}

.reports {
    padding-top: 20px;
}

.reports:after {
    content: '';
    clear: both;
    display: block;
}

.reports .report {
    width: 260px;
    float: left;
    box-sizing: border-box;
    padding: 15px 20px;
    border: 1px solid #CCC;
    border-radius: 15px;
    text-align: center;
    margin-left: 20px;
}

.reports .report:nth-child(1) {
    margin-left: 0;
}

.reports h1 {
    color: #364760;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    display: table-cell;
    height: 40px;
    vertical-align: middle;
    width: 218px;
    padding-bottom: 10px;
}

.reports span {
    display: block;
    height: 32px;
    line-height: 32px;
    margin-bottom: 6px;
    text-align: center;
}

.reports .row {
    text-align: left;
    max-width: 200px;
    margin: 0 auto 6px;
}

.reports .row input {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.reports .row b {
    font-weight: 400;
    font-size: 14px;
}

.reports a {
    text-decoration: none;
    display: inline-block;
    color: #355EAF;
    font-size: 15px;
    border-bottom: 1px dashed #355EAF;
    line-height: 18px;
    cursor: pointer;
}

.reports a:hover {
    border-bottom-color: transparent;
}

.reports input[type=text] {
    display: block;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    border: 1px solid #CDCDCD;
    max-width: 200px;
    margin: 0 auto 6px;
    width: 100%;
    padding: 0 10px;
}

.reports .ui-datepicker-trigger {
    display: none;
}

.reports p {
    height: 32px;
    margin-bottom: 10px;
}

.reports select {
    display: block;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    border: 1px solid #CDCDCD;
    margin-bottom: 10px;
    width: 100%;
    padding: 0 5px;
}

.reports img {
    display: block;
    max-width: 46px;
    margin: 6px auto 6px;
}

.buttons-container {
    text-align: center;
    padding-top: 30px;
}

.buttons-container a {
    margin: 0 5px 15px;
    width: calc(100% - 10px);
    box-sizing: border-box;
    max-width: 270px;
    text-align: left;
}

.buttons-container div {
    border-top: 1px dashed #CCC;
    margin-top: 15px;
    padding-top: 30px;
}

.buttons-container:after {
    content: '';
    clear: both;
    display: block;
}

.exclamation {
    width: 20px;
    display: block;
    float: left;
    margin-top: 1px;
    margin-right: 5px;
}

.ui-datepicker {
    display: none;
    background: #FFF;
    color: #333;
    z-index: 400 !important;
    overflow: hidden;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 auto;
    line-height: 20px;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title span {
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 6px 0;
    background: #E31E23;
    color: #FFF;
    font-weight: normal;
    border: none;
}

.ui-widget-header a {
    color: #FFF;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 8px;
    width: 18px;
    height: 18px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
    cursor: pointer;
    background: none;
}

.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 4px;
    top: 5px;
    width: 6px;
    height: 6px;
    text-indent: -9999px;
    border-left: 2px solid #FFF;
    border-top: 2px solid #FFF;
    transform: rotate(135deg);
}

.ui-datepicker-trigger {
    margin-left: 7px;
    margin-top: 6px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border: none;
    text-indent: -9999px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
    cursor: pointer;
    background: none;
}

.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 6px;
    top: 5px;
    width: 6px;
    height: 6px;
    text-indent: -9999px;
    border-left: 2px solid #FFF;
    border-top: 2px solid #FFF;
    transform: rotate(-45deg);
}

.ui-datepicker table {
    border-collapse: collapse;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker th {
    padding: 8px 0;
    text-align: center;
    font-weight: bold;
    border: 1px solid #CCC;
}

.ui-datepicker th span {
    font-size: 12px;
    color: #E31E23;
}

.ui-datepicker td {
    width: 38px;
    border: 1px solid #CCC;
    color: #444;
}

.ui-datepicker td.ui-state-disabled {
    cursor: default;
    color: #AAA;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    color: inherit;
}

.ui-datepicker .ui-datepicker-buttonpane {
    border: 1px solid #CCC;
    border-top: none;
    padding: 10px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    line-height: 30px;
    border: none;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider-handle {
    border: 1px solid #c5c5c5 !important;
}

.ui-slider-horizontal {
    height: 11px;
}

.ui-datepicker td a.ui-state-active {
    font-weight: bold;
    color: #E31E23;
    position: relative;
}

.ui-datepicker td a.ui-state-active:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 0;
    border-color: #e31e25 transparent transparent transparent;
}

.ui-state-active.ui-state-highlight {
    color: #FFF !important;
}

.ui-state-hover {
    background: #F0F0F0;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #E31E23;
    text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #E31E23;
    color: #FFF;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    background: #f6f6f6;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
    border: 1px solid #c5c5c5;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-datepicker-current {
    padding: 0 15px;
    background: #E31E23;
    color: #FFF !important;
    cursor: pointer;
}

.ui-datepicker-close {
    float: right;
    padding: 0 15px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    body.o {
        overflow-y: hidden;
    }

    header {
        padding: 0 10px;
        position: relative;
        border-bottom: 2px solid #ee3034;
    }

    .login-form {
        width: calc(100% - 10px);
        left: 5px;
        top: calc(50% - 160px);
    }

    .top-panel .right {
        float: none;
        text-align: left;
        margin-top: 15px;
    }

    .top-panel .clock {
        display: none;
    }

    .top-panel .clearfix {
        clear: both;
    }

    .top-panel .logout {
        display: inline-block;
        margin-top: 7px;
    }

    .top-panel .logo {
        width: 150px;
        height: 48px;
        background-size: 100%;
    }

    .top-panel .menu-icon {
        width: 30px;
        height: 30px;
        display: block;
        float: right;
        margin-top: 10px;
        z-index: 100;
        position: relative;
        opacity: 1 !important;
        cursor: pointer;
    }

    .top-panel .menu-icon i {
        width: 30px;
        display: block;
        height: 4px;
        border-radius: 2px;
        background: #e11f25;
        position: absolute;
        top: 13px;
        left: 0;
        transition: all .2s;
    }

    .top-panel .menu-icon.opened i {
        background: transparent;
    }

    .top-panel .menu-icon i:after {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        border-radius: 2px;
        background: #e11f25;
        position: absolute;
        top: 7px;
        left: 0;
        transition: all .2s;
    }

    .top-panel .menu-icon.opened i:after {
        transform: rotate(45deg);
        top: 2px;
    }

    .top-panel .menu-icon i:before {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        border-radius: 2px;
        background: #e11f25;
        position: absolute;
        top: -7px;
        left: 0;
        transition: all .2s;
    }

    .top-panel .menu-icon.opened i:before {
        transform: rotate(-45deg);
        top: 2px;
    }

    nav {
        position: absolute;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #FFF;
        z-index: 30;
        padding-top: 70px;
        display: none;
    }

    nav.visible {
        right: 0;
    }

    nav .logo {
        display: block;
        margin: 0 auto 40px;
        background: url(../images/logo.png) no-repeat center;
        width: 150px;
        height: 48px;
        background-size: 100%;
    }

    nav li {
        float: none;
        width: 100%;
    }

    nav li a {
        border-left: none;
        background: none !important;
        color: #e11f25;
        font-size: 20px;
    }

    .contract tr td:nth-child(1) {
        width: 40%;
    }

    .contract .first .print {
        display: none;
    }

    .statistics .month b em:nth-child(1) {
        display: none;
    }

    .statistics .month b em:nth-child(2) {
        display: block;
    }

    .title {
        line-height: 22px;
        font-size: 18px;
    }

    .users-table td:nth-child(4),
    .users-table td:nth-child(5),
    .users-table td:nth-child(6),
    .users-table th:nth-child(4),
    .users-table th:nth-child(5),
    .users-table th:nth-child(6),
    .bids-table td:nth-child(3),
    .bids-table td:nth-child(4),
    .bids-table td:nth-child(5),
    .bids-table th:nth-child(3),
    .bids-table th:nth-child(4),
    .bids-table th:nth-child(5) {
        display: none;
    }

    .content {
        padding: 10px 10px 1px;
    }

    .tabs {
        padding-left: 0;
    }

    .ul-list {
        font-size: 14px;
    }

    .ul-list li a {
        position: absolute;
        right: 0;
        margin-top: 0;
        top: calc(50% - 8px);
    }

    .executors-list li b {
        display: block;
        padding-right: 20px;
    }

    .ul-list.large li {
        text-align: left;
    }

    .ul-list.large li b:nth-child(1) {
        position: relative;
    }

    .ul-list.large li b:nth-child(2) {
        display: none;
    }

    .ul-list.large li b:nth-child(3) {
        width: 80px;
        font-size: 14px;
        margin-top: -11px;
        text-align: center
    }

    .tabs a {
        padding: 6px 11px;
    }

    .reports .report {
        float: none;
        width: 100%;
        max-width: 260px;
        margin: 0 auto 20px !important;
    }

    .reports h1 {
        width: 100%;
        height: auto;
        line-height: 24px;
        text-align: center;
        display: block;
    }
}

@keyframes pulse {
    0% {
        background: #ffdede;
    }

    50% {
        background: #FFF;
    }

    100% {
        background: #ffdede;
    }
}