html {
    position: relative;
    height: 100%;
    width: 100%;
}

html * {
    font-family: 'PT Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}

html body .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d9d9d9
}

html a, html button {
    transition: 500ms;
}

html body {
    width: 100%;
    height: 100%;
    position: relative;
    background: #f2f2f2;
}

html body.login-page div.container {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

html body.login-page div.container div.row {
    display: table-row;
    width: 100%;
    height: 100%;
}

html body.login-page div.container div.row div.col-xs-12 {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none;
    background: url('./../img/login_bg.png') no-repeat;
    background-position: center center;
}

html body.login-page h2 {
    font-size: 0;
    color: transparent;
    background: url('./../img/logo 2.png') no-repeat;
    width: 277px;
    height: 59px;
    display: inline-block;
    margin: 0 0 13px 0;
}

html body.login-page form div {
    background: #fff;
    border: 2px solid #e3e3e3;
    border-radius: 4px;
    width: 277px;
    margin: 0 auto 20px auto;
}

html body.login-page form input {
    display: block;
    margin: auto;
    border: 0;
    background: transparent;
    color: #000;
    padding: 15px 0;
    width: 227px;
    outline: none !important;
}

html body.login-page form input::-webkit-input-placeholder {
    color: #2b2b2b
}

html body.login-page form input::-moz-placeholder {
    color: #2b2b2b
}

html body.login-page form input:-moz-placeholder {
    color: #2b2b2b
}

html body.login-page form input:-ms-input-placeholder {
    color: #2b2b2b
}

html body.login-page form input:first-child {
    border-bottom: 1px solid #d7d7d7;
}

html body.login-page form input:nth-child(2) {
    border-top: 1px solid #f0f0f0;
}

html body.login-page form p.error {
    font-size: 14px;
    color: #a01920;
}

html body.login-page form input.has-error {
    color: #a01920;
}

html body.login-page form button {
    text-transform: uppercase;
    border-radius: 20px;
    border: 0;
    outline: none !important;
    color: #fff;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 700;
    background: #c9353d;
    width: 277px;
}

html body.login-page form button:hover {
    background: #a01920;
}

html body.login-page form button:active {
    background: #81090f;
}

html body.default-page {
    background: #fff;
    padding-top: 120px;
}

html body .btn {
    border-radius: 20px;
    padding: 0 25px;
    height: 44px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    outline: none !important;
    border: 0;
}

html body .btn.btn-primary {
    background: #159324;
}

html body .btn.btn-primary:hover {
    background: #007A0B;
}

html body .btn.btn-primary:active {
    transition: 50ms;
    background: #006D00;
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.75);
}

html a.btn {
    line-height: 44px;
    vertical-align: middle;
}

html nav.navbar {
    height: 86px;
    border-bottom: 2px solid #e8e8e8;
    background: #fff;
    z-index: 1061;
}

html nav.navbar a.navbar-brand {
    height: 86px;
    border-right: 1px solid #e8e8e8;
}

html #navbar ul li {
    padding-right: 38px;
    padding-top: 30px;
}

html #navbar ul li:last-child {
    padding-right: 20px;
}

html #navbar ul li:last-child small {
    display: block;
    color: #c9353d;
    text-transform: none;
    text-decoration: underline;
    font-size: 14px;
    margin-left: 38px;
    margin-top: -14px;
    transition: 500ms;
}

html #navbar ul li a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #434343;
    padding: 0;
    padding-bottom: 34px;
    border-bottom: 2px solid transparent;
}

html #navbar ul li a:hover {
    background: transparent;
    color: #c9353d
}

html #navbar ul li.active a {
    color: #c9353d;
    border-color: #c9353d;
}

html #navbar ul li div.profile-link {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #434343;
}

html #navbar ul li div.profile-link i.fa.fa-user {
    color: #b2b2b2;
    border-radius: 100%;
    border: 2px solid #b2b2b2;
    padding: 2px 5px;
    font-size: 21px;
    vertical-align: top;
    margin-right: 5px;
    margin-top: 3px;
}

html #navbar ul li.nav-settings {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 20px;
    height: 86px;
}

html #navbar ul li.nav-settings a {
    font-size: 26px;
    padding-bottom: 28px;
}

html #navbar ul li:last-child a:hover small {
    color: #434343;
    text-decoration: none;
}

h2.page-header {
    font-size: 32px;
    color: #434343;
    font-weight: bold;
    margin-top: 0;
    border-bottom: 0
}

.smp-settings-sideblock {
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.14);
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    padding: 35px 25px;
    margin-bottom: 60px;
}

.smp-settings-sideblock h2 {
    font-size: 32px;
    line-height: 34px;
    color: #434343;
    margin: 0 0 15px 0;
}

.smp-settings-sideblock p {
    color: #434343;
    font-size: 18px;
}

.smp-settings-sideblock textarea {
    resize: none;
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}

.smp-settings-sideblock ul {
    list-style: none;
    padding: 25px;
    margin: 15px -25px 0 -25px;
    border-top: 1px solid #c9353d;
}

.smp-settings-sideblock ul li {
    margin-bottom: 10px;
    font-size: 20px;
    color: #434343;
}

.smp-settings-sideblock ul li i.fa {
    color: #000000;
    font-size: 21px;
    vertical-align: middle;
    margin-right: 6px;
}

.smp-settings-sideblock ul li a {
    color: #c9353d;
    font-size: 16px;
}

.smp-settings-sideblock ul li a:hover {
    color: #B01C24;
}

div.settings-form div.row {
    margin-top: 20px;
}

div.settings-form div.row:first-child {
    margin-top: 0;
}

div.settings-form b {
    font-size: 18px;
    color: #434343;
}

div.settings-form label {
    vertical-align: top;
    cursor: pointer;
}

div.settings-form label small {
    display: block;
    font-weight: normal;
}

div.settings-form .settings_form_reports {
    margin-top: 0 !important;
    margin-left: 4px;
}

#settings_send_reports_time {
    width: 150px;
}

#smp-multi-emails {
    border: 1px solid #aaa;
    min-height: 32px;
    height: auto;
    border-radius: 6px;
    padding: 3px 10px 3px 10px;
    max-width: 495px;
}

#smp-multi-emails i.fa {
    margin-right: 10px;
    font-size: 11px;
    margin-left: 3px;
    margin-right: 8px;
}

#smp-multi-emails input {
    border: 0;
    height: 100%;
    background: transparent;
    width: 150px;
}

#smp-multi-emails input:focus {
    outline: none;
}

#smp-multi-emails .tm-tag {
    background: #159324;
    color: #fff;
    font-weight: 500;
    padding: 2px 5px;
    border: 0;
    font-size: 13px;
    margin-bottom: 0;
}

#smp-multi-emails .tm-tag .tm-tag-remove {
    color: #fff;
    opacity: 1;
    border-left: 1px solid #0e6f1a;
    position: relative;
    margin-left: 5px;
    padding-left: 6px;
    cursor: pointer;
    font-size: 12px;
    line-height: 17px;
    vertical-align: baseline;
    padding-right: 3px;
    display: inline-block;
}

html body .select2-container .select2-selection--single {
    height: 32px;
    font-weight: 700;
}

#select2-settings_send_reports_time-container, #select2-settings_timezone-container {
    background: url('/img/iconmonstr-time-3.png') no-repeat;
    background-position: 12px center;
    padding-left: 32px;
}

#content-cities {
    border-bottom: 2px solid #e8e8e8;
    margin-bottom: 30px;
}

#content-cities nav {
    margin-top: -5px;
}

#content-cities ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#content-cities ul.fixed {
    position: fixed;
    z-index: 1000;
    background: #fff;
    width: 100%;
    left: 0;
    padding-left: 20px;
    top: 86px;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 10px;
}

#content-cities ul li {
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    margin-right: 30px;
    padding-bottom: 14px;
}

#content-cities ul li a {
    color: #434343;
    text-decoration: none;
    padding-bottom: 15px;
    border-bottom: 2px solid #e8e8e8;
}

#content-cities ul li a:hover, #content-cities ul li a.active {
    color: #c9353d;
    text-decoration: none;
    border-bottom: 2px solid #c9353d;
}

#content-cities.fixed {
    display: block;
    position: fixed;
    background: #fff;
    z-index: 1061;
    top: 86px;
    width: 100%;
    padding-top: 10px;
}

.label-block {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

#filter_routes {
    width: 200px;
}

.row.route-row {
    margin-bottom: 20px;
}

.monitoring-table .rename-player {
    cursor: pointer;
}

.content-table popover:hover, .monitoring-table .rename-player:hover {
    border-bottom: 1px dashed;
    padding-bottom: 2px;
}

.content-table popover.active, .monitoring-table .rename-player.active {
    color: #c9353d;
}

.content-table td:nth-child(1) {
    width: 4.87%;
}

.content-table td:nth-child(2) {
    width: 42.73%;
}

.content-table td:nth-child(3) {
    width: 10.94%;
}

.content-table td:nth-child(4) {
    width: 22.39%;
}

.content-table td:nth-child(5) {
    width: 10.78%;
}

.content-table td:nth-child(6) {
    width: 8.29%;
}

.monitoring-table td:nth-child(1) {
    width: 4.36%;
}

.monitoring-table td:nth-child(2) {
    width: 9.58%;
}

.monitoring-table td:nth-child(3) {
    width: 9%;
    text-align: left;
}

.monitoring-table td:nth-child(4) {
    width: 11.12%;
}

.monitoring-table td:nth-child(5) {
    width: 20%;
}

.monitoring-table td:nth-child(6) {
    width: 9.07%;
}

.monitoring-table td:nth-child(7) {
    width: 25.66%;
}

.monitoring-table td:nth-child(8) {
    width: 11.21%;
}

.route-row:last-child {
    padding-bottom: 150px;
}

.route-row h2 {
    color: #434343;
    font-size: 24px;
    font-weight: 700;
    float: left;
}

.route-row h3 {
    color: #434343;
    font-size: 18px;
    font-weight: 700;
    float: right;
}

.route-row h3 i {
    font-style: normal;
    font-weight: 400;
}

.route-row h3 u {
    text-decoration: none;
    color: green;
}

.route-row h3 u.orange {
    color: darkorange;
}

.route-row h3 u.red {
    color: red;
}

.route-row table {
    border: 1px solid #e8e8e8;
}

.route-row table thead tr th {
    border-bottom: 2px solid #c9353d;
    text-align: center;
    vertical-align: middle;
}

.route-row table thead tr th small {
    display: block;
    text-align: center;
}

.route-row table thead tr th.text-left {
    text-align: left;
}

#monitoring-alerts {
    margin: 30px auto -10px auto;
    display: none;
}

#monitoring-alerts.visible {
    display: block;
}

#monitoring-alerts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#monitoring-alerts ul li {
    margin-bottom: 5px;
}

.monitoring-table thead tr th:nth-child(1) {
    width: 10%;
}

.monitoring-table thead tr th:nth-child(2) {
    width: 20%;
}

.monitoring-table thead tr th:nth-child(3) {
    width: 15%;
}

.monitoring-table thead tr th:nth-child(4) {
    width: 15%;
}

.monitoring-table thead tr th:nth-child(5) {
    width: 20%;
}

.monitoring-table thead tr th:nth-child(6) {
    width: 20%;
}

.monitoring-table tbody tr td {
    text-align: center;
    font-weight: 500;
    color: #151515;
    vertical-align: middle;
}

.monitoring-table tbody tr td:nth-child(2) {
    text-align: center;
}

/*.monitoring-table tbody tr td:nth-child(5) span {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: #159324;
    text-decoration: underline;
    margin-right: 15px;
    cursor: pointer;
}

.monitoring-table tbody tr td:nth-child(5) span:nth-child(2) {
    color: #c9353d;
    margin-right: 0;
}*/

.monitoring-table tbody tr td:nth-child(6) span:last-child {
    color: #666;
}

.monitoring-table tbody tr td:nth-child(6) a:hover {
    text-decoration: none;
}

#monitoring-add-player button.btn {
    display: block;
    margin: auto auto;
}

#monitoring-add-player .modal-footer {
    border-top: 0;
}

#monitoring-add-player .modal-header h4 {
    color: #c9353d;
    font-weight: bold;
    font-size: 24px;
}

#monitoring-add-player.in .modal-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 390px;
}

#monitoring-add-player.in .modal-dialog .modal-content {
    padding: 5px 10px;
}

#monitoring-add-player.in .modal-dialog .modal-content {
    border: 0;
    border-radius: 4px;
}

#monitoring-add-player .modal-header button {
    color: #c9353d;
    font-weight: normal;
    font-size: 32px;
    opacity: 1;
    outline: none !important;
}

#monitoring-add-player.in .modal-dialog label {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

#monitoring-add-player.in .modal-dialog .modal-body .select2-container {
    width: 100% !important;
}

#monitoring-add-player p.error-text {
    text-align: center;
    margin-top: -35px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #c9353d;
    font-size: 16px;
}

th.after-hack b {
    display: block;
}

.route-row table thead tr th.after-hack small {
    display: inline;
}

.popover.in {
    max-width: 500px;
    width: 400px;
}

.popover.in .form-control {
    width: 326px;
    display: inline-block;
}

.popover.in .form-control[data-type="date"] {
    width: 154px;
}

.popover.in .popover-content {
    width: 100%;
}

.popover-content .btn.btn-mini {
    border-radius: 3px;
    display: inline-block;
    padding: 0;
    height: 32px;
    width: 32px;
    margin-left: 5px;
}

.popover-content form[method="delete"] {
    text-align: center;
}

.popover-content form[method="delete"] button[type].btn.btn-primary {
    height: 28px;
    font-size: 11px;
    padding: 0 10px;
    text-transform: none;
}

.popover-content form[method="delete"] button[type="reset"].btn.btn-primary {
    background: #979696;
}

.popover-content form[method="delete"] button[type="reset"].btn.btn-primary:hover {
    background: #828080;
}

.popover-content form[method="delete"] button[type="reset"].btn.btn-primary:active {
    background: #686666;
}

canvas.player-stat_canvas {
    max-height: 18px;
}

.page-header a {
    color: #c9353d;
    font-weight: 400;
    display: inline-block;
}

.page-header a:after {
    content: '>';
    display: inline-block;
    margin: 0 5px 0 15px;
    font-weight: 300;
    font-size: 24px;
    color: #151515;
    line-height: 38px;
    vertical-align: top;
}

.content-step-i {
    background: #c9353d;
    border-radius: 100%;
    height: 24px;
    width: 24px;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 24px;
    vertical-align: baseline;
    font-style: normal;
    margin-right: 10px;
}

.content-add-row h4 {
    font-weight: bold;
    font-size: 18px;
    color: #151515;
    margin-top: 40px;
    margin-bottom: 10px;
}

.content-add-row ul.routes, .content-add-row ul.routes li ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: bold;
    font-size: 16px;
}

.content-add-row ul.routes li ul {
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    border-top: 1px solid #e8e8e8;
    padding-left: 18px;
}

.content-add-row ul.routes li ul li:first-child {
    display: inline-block;
    float: right;
    width: 24px;
    height: 24px;
    margin-top: -44px;
    cursor: pointer;
    pointer-events: auto;
}

.content-add-row ul.routes li ul li:first-child i:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f077';
}

.content-add-row ul.routes li ul.collapsed li:first-child i:after {
    content: '\f078';
}

.content-add-row ul.routes li ul.collapsed li.route {
    display: none;
}

.content-add-row ul.routes label {
    cursor: pointer;
    font-weight: 400;
}

.content-add-row input[type="text"][name="interval"], .popover-content input[type="text"][name="interval"] {
    background: url(/img/iconmonstr-time-3.png) no-repeat;
    background-position: 12px center;
    padding-left: 32px;
    text-align: right;
    font-weight: 700;
    display: inline-block;
    width: 110px;
    margin-left: 5px;
    padding-right: 40px;
}

.content-add-row b.interval-sec, .popover-content b.interval-sec {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    transform: translateX(-100%);
    margin-left: -15px;
    color: #555;
}

.popover-content b.interval-sec {
    font-weight: bold;
    vertical-align: baseline;
}

.content-add-row input[name="period-from"], .content-add-row input[name="period-to"], input[data-type="date"] {
    width: 180px;
    display: inline-block;
    font-weight: bold;
    background: #fff url('/img/datetime.png') no-repeat;
    background-position: 12px center;
    padding-left: 32px;

}

input[data-type="date"][readonly] {
    background-color: #fff;
}

.content-add-row .files-col {
    margin: 10px 15px 0 15px;
    background: #f6f7ff;
    border-radius: 8px;
    border: 2px dashed #c2c8ff;
    padding: 15px 20px 0 20px;
}

.content-add-row button {
    height: 136px;
    width: 136px;
    border: 2px solid #c2c8ff;
    border-radius: 8px;
    background: #fff;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    color: #434343;
    text-align: center;
    outline: none !important;
    margin-bottom: 15px;
}

.content-add-row button i {
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    color: #000;
    display: block;
    margin-bottom: -15px;
    margin-top: -30px;
}

.content-add-row .video-icon {
    width: 136px;
    height: 136px;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #c2c8ff;
    border-radius: 8px;
    margin-right: 15px;
    background: #fefefe;
    margin-bottom: 15px;
}

.content-add-row .video-icon i {
    background: url("/img/video-icon-black.svg");
    background-size: contain;
    display: block;
    width: 100%;
    height: 50%;
    background-repeat: no-repeat;
    background-position: top center;
}

.content-add-row .video-icon s {
    position: absolute;
    text-transform: none;
    background: #c9353d;
    color: #fff;
    font-weight: bold;
    border-radius: 100%;
    line-height: 21px;
    width: 21px;
    height: 21px;
    vertical-align: top;
    font-size: 21px;
    text-align: center;
    font-style: normal;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
    transform: translate(123px, -8px);
}

.content-add-row .video-icon s:hover {
    opacity: 1;
}

.content-add-row .video-icon span {
    display: block;
    width: 100%;
    height: 50%;
    overflow: hidden;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 12px;
}

.content-add-row button[type="submit"] {
    width: auto;
}

.content-add-row .alert {
    margin-top: 20px;
}

.content-table th b {
    font-weight: 700;
}

.content-table b, .content-table u {
    font-weight: 500;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
}

.content-table tr:nth-child(even) td {
    background-color: #f8f8f8;
}

.content-table tr:hover td {
    background-color: #f6f7ff
}

.content-table tr.gray td {
    background: #fafafa;
    color: #aaa;
    font-style: italic;
}

.content-table tr.yellow td {
    background: #FFFFE8;
}

.content-table tr.yellow td b {
    font-weight: bold;
    color: darkorange;
}

.content-table tr.green td {
    background: #F9FFFB;
}

.content-table tr.red td {
    background: #ffedef;
}

.content-table tr.red td u {
    font-weight: 700;
    color: #c9353d;
}

.monitoring-table tr.red td {
    background: #ffedef;
}

.monitoring-table tr.red td u {
    font-weight: 700;
    color: #c9353d;
}

.delete-content-bar {
    background: #f6f7ff;
    height: 75px;
    border-top: 4px dashed #c9353d;
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 15px 0;
    font-weight: bold;
    font-size: 16px;
}

.delete-content-bar button[type="reset"].btn.btn-primary {
    background: #979696;
    text-transform: none;
}

.delete-content-bar button[type="reset"].btn.btn-primary:hover {
    background: #828080;
}

.delete-content-bar button[type="reset"].btn.btn-primary:active {
    background: #686666;
}

.delete-content-bar button[type="submit"].btn.btn-primary {
    background: #c9353d;
    text-transform: none;
    margin-left: 10px;
}

.delete-content-bar button[type="submit"].btn.btn-primary:hover {
    background: #a91e25;
}

.delete-content-bar button[type="submit"].btn.btn-primary:active {
    background: #930d14;
}

.delete-content-bar i, .delete-content-bar b {
    font-weight: bold;
    font-style: normal;
    color: #c9353d;
}

.content-table popover {
    cursor: pointer;
}

.select2-dropdown.select2-dropdown--below {
    z-index: 2042;
}

.popover.in.interval-popover {
    display: none;
    max-width: 360px;
    width: 370px;
}

.popover.in.interval-popover .popover-content {
    width: 370px;
}

.interval-popover .popover-content .btn.btn-mini {
    margin-left: -10px;
}

.popover.in.history-popover {
    max-width: 500px;
    width: 500px;
    cursor: pointer;
}

.popover.in.history-popover .popover-content {
    width: 500px;
}

.history-popover .popover-content ul {
    font-weight: bold;
}

i.fa.fa-history {
    cursor: pointer;
}

i.fa.fa-history.active {
    cursor: pointer;
    color: #c9353d;
}

.select2-selection.select2-selection--multiple:after {
    display: inline-block;
    content: "\e114";
    position: absolute;
    height: 28px;
    vertical-align: middle;
    line-height: 33px;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    font-family: "Glyphicons Halflings";
    transform: translateX(-100%);
    padding-right: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    display: inline-block;
    content: "\e114";
    position: absolute;
    height: 28px;
    vertical-align: middle;
    line-height: 33px;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    font-family: "Glyphicons Halflings";
    transform: translateX(-100%);
    padding-right: 5px;
    margin-left: 20px;
}

html .select2-container--default .select2-selection--multiple {
    border: 1px solid #d9d9d9
}

html .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #d9d9d9;
}

html table.dataTable.no-footer {
    border-bottom-color: rgb(232, 232, 232);
}

html span.select2.select2-container.select2-container--default {
    width: 182px;
}

html .no-search .select2-search.select2-search--dropdown {
    display: none;
}

html .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #159324;
    border-color: #159324;
    color: #fff
}

html .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    float: right;
    margin-right: -2px;
    margin-left: 5px;
    color: #fff;
}

html .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #930d14;
}

html .table-big-stat thead tr th {
    text-align: center;
}

html .table-big-stat tbody tr td:first-child {
    width: 100px;
    vertical-align: middle;
}

html .table-big-stat tbody tr:nth-child(even) td {
    background: #fafafa;
}

input[type="checkbox"] {
    visibility: hidden;
    margin-left: 5px;
}

input[type="checkbox"]:before {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    background: transparent;
    border: 1px solid #cacaca;
    border-radius: 4px;
    visibility: visible;
    margin-left: -5px;
    cursor: pointer;
}

input[type="checkbox"]:checked:before {
    background: #c9353d;
    border-color: #930d14;
    color: #fff;
    font-size: 9px;
    font-family: FontAwesome;
    content: "\f00c";
    text-align: center;
    line-height: 14px;
    font-weight: normal;
    vertical-align: middle;
}

input[type="checkbox"].disabled:before {
    background: #e8e8e8 !important;
    border-color: #c8c8c8 !important;
    color: #666 !important;
}

input[type="radio"] {
    visibility: hidden;
    margin-left: 5px;
}

input[type="radio"]:before {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    background: transparent;
    border: 1px solid #cacaca;
    border-radius: 100%;
    visibility: visible;
    margin-left: -5px;
    cursor: pointer;
}

input[type="radio"]:checked:before {
    border-color: #930d14;
    color: #930d14;
    font-size: 9px;
    font-family: FontAwesome;
    content: "\f111";
    text-align: center;
    line-height: 14px;
    font-weight: normal;
    vertical-align: middle;
}

input[type="radio"]:disabled:before {
    border-color: #ccc;
    background-color: #ccc;
}

html .monitoring-table tbody tr td:nth-child(5) span.monitoring-action-stat.disabled {
    cursor: not-allowed;
    color: #ccc;
    text-decoration: none;
}

.dataTables_filter {
    display: none;
}

.reports-row input[name="period-from"], .reports-row input[name="period-to"] {
    width: 180px;
    display: inline-block;
    font-weight: bold;
    background: url('/img/datetime.png') no-repeat;
    background-position: 12px center;
    padding-left: 32px;
}

.reports-row {
    margin-top: 20px;
}

.reports-row[data-role="progress"] b {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.cssload-container *, .cssload-container *:before, .cssload-container *:after {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cssload-container {
    margin: 10px 0;
    width: 100%;
    height: auto;
}

.cssload-container > div {
    float: left;
    background: #bebebe;
    height: 100%;
    width: 32px;
    margin-right: 3px;
    display: inline-block;
}

.cssload-container .cssload-shaft1 {
    animation-delay: 0.14s;
    -o-animation-delay: 0.14s;
    -ms-animation-delay: 0.14s;
    -webkit-animation-delay: 0.14s;
    -moz-animation-delay: 0.14s;
}

.cssload-container .cssload-shaft2 {
    animation-delay: 0.28s;
    -o-animation-delay: 0.28s;
    -ms-animation-delay: 0.28s;
    -webkit-animation-delay: 0.28s;
    -moz-animation-delay: 0.28s;
}

.cssload-container .cssload-shaft3 {
    animation-delay: 0.42s;
    -o-animation-delay: 0.42s;
    -ms-animation-delay: 0.42s;
    -webkit-animation-delay: 0.42s;
    -moz-animation-delay: 0.42s;
}

.cssload-container .cssload-shaft4 {
    animation-delay: 0.56s;
    -o-animation-delay: 0.56s;
    -ms-animation-delay: 0.56s;
    -webkit-animation-delay: 0.56s;
    -moz-animation-delay: 0.56s;
}

.cssload-container .cssload-shaft5 {
    animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    -ms-animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
}

.cssload-container .cssload-shaft6 {
    animation-delay: 0.84s;
    -o-animation-delay: 0.84s;
    -ms-animation-delay: 0.84s;
    -webkit-animation-delay: 0.84s;
    -moz-animation-delay: 0.84s;
}

.cssload-container .cssload-shaft7 {
    animation-delay: 0.98s;
    -o-animation-delay: 0.98s;
    -ms-animation-delay: 0.98s;
    -webkit-animation-delay: 0.98s;
    -moz-animation-delay: 0.98s;
}

.cssload-container .cssload-shaft8 {
    animation-delay: 1.12s;
    -o-animation-delay: 1.12s;
    -ms-animation-delay: 1.12s;
    -webkit-animation-delay: 1.12s;
    -moz-animation-delay: 1.12s;
}

.cssload-container .cssload-shaft9 {
    animation-delay: 1.26s;
    -o-animation-delay: 1.26s;
    -ms-animation-delay: 1.26s;
    -webkit-animation-delay: 1.26s;
    -moz-animation-delay: 1.26s;
}

.cssload-container .cssload-shaft10 {
    animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    -ms-animation-delay: 1.4s;
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
}

.cssload-container > div {
    height: 7px;
    animation: cssload-wave 2.8s infinite ease-in-out;
    -o-animation: cssload-wave 2.8s infinite ease-in-out;
    -ms-animation: cssload-wave 2.8s infinite ease-in-out;
    -webkit-animation: cssload-wave 2.8s infinite ease-in-out;
    -moz-animation: cssload-wave 2.8s infinite ease-in-out;
    transform: translateY("-34px");
    -o-transform: translateY("-34px");
    -ms-transform: translateY("-34px");
    -webkit-transform: translateY("-34px");
    -moz-transform: translateY("-34px");
}

@keyframes cssload-wave {
    50% {
        background: rgba(21, 147, 36, 0.84);
        transform: translateY("34px");
    }
}

@-o-keyframes cssload-wave {
    50% {
        background: rgba(21, 147, 36, 0.84);
        -o-transform: translateY("34px");
    }
}

@-ms-keyframes cssload-wave {
    50% {
        background: rgba(21, 147, 36, 0.84);
        -ms-transform: translateY("34px");
    }
}

@-webkit-keyframes cssload-wave {
    50% {
        background: rgba(21, 147, 36, 0.84);
        -webkit-transform: translateY("34px");
    }
}

@-moz-keyframes cssload-wave {
    50% {
        background: rgba(21, 147, 36, 0.84);
        -moz-transform: translateY("34px");
    }
}

.reports-row[data-role="download"] b {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

.reports-row[data-role="download"] section {
    border: 1px solid #bebebe;
    border-radius: 4px;
    padding: 15px;
    width: auto;
}

.reports-row[data-role="download"] section i.fa {
    font-size: 48px;
    color: #930d14;
    vertical-align: middle;
    margin-right: 10px;
}

.reports-row[data-role="download"] section b {
    font-size: 12px;
    display: inline-block;
    margin-right: 20px;
    max-width: 200px;
    white-space: normal;
    text-overflow: ellipsis;
    word-wrap: break-word;
    vertical-align: middle;
    max-height: 48px;
    margin-bottom: 0;
}

.reports-row[data-role="download"] section a.btn {
    display: inline-block;
    margin-right: 20px;
}

.reports-row[data-role="download"] section a.btn i.fa {
    font-size: inherit;
    color: inherit;
}

.reports-row[data-role="download"] section a.link {
    text-transform: uppercase;
    color: #930d14;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 2px dashed;
    cursor: pointer;
}

section[data-role="blockable"] div.overlay {
    width: 0;
    height: 0;
    position: absolute;
    background: #fff;
    opacity: 0.5;
    z-index: 100500;
}

table.dataTable {
    border-collapse: collapse !important;
}

table.dataTable thead u.sort-icon {
    display: inline-block;
    color: #000;
    width: 12px;
    height: 15px;
    font-size: 12px;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin-left: 5px;
    text-decoration: none;
}

table.dataTable thead u.sort-icon:before {
    content: "\f0dc";
}

html table.dataTable thead * {
    background-image: none !important;
}

table.dataTable thead .sorting_asc u.sort-icon:before {
    content: "\f0de";
    color: #930d14;
}

table.dataTable thead .sorting_desc u.sort-icon:before {
    content: "\f0dd";
    color: #930d14;
}

html table.dataTable thead th.two-lines {
    padding: 10px;
}

.two-lines span {
    display: block;
    float: left;
}

.two-lines u.sort-icon {
    float: left;
    margin-top: 3px;
}

a.movetop {
    display: none;
    float: right;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    margin-top: -35px;
    margin-right: -30px;
}

a.movetop i {
    margin-right: 10px;
}

a.scroll-add {
    color: green;
    margin-right: 70px;
    font-size: 32px;
    margin-top: -45px;
}

#content-cities.fixed a.movetop {
    display: inline-block;
}

.settings_overlay {
    background: #fff;
    height: 60px;
    position: relative;
    margin-bottom: -60px;
    z-index: 100;
    opacity: 0.5;
}

html body .popover.in input.form-control[data-role="delete-code"] {
    width: 168px;
    margin: 10px auto 20px auto;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.btn.btn-primary.btn-disabled, .btn.btn-primary.btn-disabled:hover {
    opacity: 0.32;
    background: #ccc;
    font-style: italic;
    color: #666;
}

#chartjs-tooltip {
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: white;
    padding: 3px;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

canvas#race {
    position: absolute;
    z-index: 100000;
}

.player-stat-chart {
    max-height: 45px !important;;
    width: 100%;
    position: relative;
}

#chartjs-tooltip {

    opacity: 1;
    position: fixed;
    background: rgba(0, 0, 0, .7);
    color: white;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, -105%);
    z-index: 9999;
}

.chartjs-tooltip-key {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.monitoring-action-repair {
    color: #666;
}

.table-collapse {
    vertical-align: top;
    font-size: 12px;
    padding-top: 6px;
    cursor: pointer;
    color: #bd1221;
}

h2[data-table] {
    cursor: pointer;
}

table.dataTable tbody tr[data-content-id].marked td {
    background-color: #fcf6da;
}

section[data-for].collapsed, .col-xs-12.collapsed {
    border-bottom: 1px solid #e8e8e8;
}

h3.refresh-group {
    color: #434343;
    cursor: pointer;
}

h3.refresh-group:hover {
    color: #c9353d;
    transition: 500ms;
}

h3.refresh-group.disabled {
    color: #aaa;
    cursor: wait;
}

h3.refresh-group i {
    font-size: 13px;
    font-weight: 400;
    vertical-align: top;
    line-height: 18px;
    padding-top: 2px;
}

h3.refresh-group span {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px dashed;
}

html body table.dataTable thead th.sorting_disabled u.sort-icon {
    display: none;
}

.col-xs-12.collapsed h3.refresh-group {
    color: #aaa;
    cursor: not-allowed;
    visibility: hidden;
}

.select2-selection.select2-selection--single {
    outline: none !important;
}

i.fa.fa-play-circle-o[data-content-id] {
    cursor: pointer;
    font-size: 16px;
}

div.popover-content video {
    max-width: 100%;
}

div.popover-video {
    transform: translateY(-100%);
    margin-top: 20px !important;
}

.monitoring-table tbody tr td:last-child span.btn {
    width: 22px;
    height: 22px;
    padding: 0;
    border-radius: 4px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    margin-right: 6px;
}

.monitoring-table tbody tr td:last-child span.btn img {
    margin-top: -3px;
}

.monitoring-table tbody tr td:last-child span.btn.btn-success {
    background: #159324;
}

.monitoring-table tbody tr td:last-child span.btn.btn-success:hover {
    background: #007A0B;
}

.monitoring-table tbody tr td:last-child span.btn.btn-success:active {
    background: #006000;
}

.monitoring-table tbody tr td:last-child span.btn.btn-danger {
    background: #c9353d;
}

.monitoring-table tbody tr td:last-child span.btn.btn-danger:hover {
    background: #B01C24;
}

.monitoring-table tbody tr td:last-child span.btn.btn-danger:active {
    background: #96020A;
}

.monitoring-table tbody tr td:last-child span.btn.btn-warning {
    background: #5a5a5a;
}

.monitoring-table tbody tr td:last-child span.btn.btn-warning:hover {
    background: #414141;
}

.monitoring-table tbody tr td:last-child span.btn.btn-warning:active {
    background: #272727;
}

.monitoring-table tbody tr td:nth-child(1) i.fa {
    background: lightgray;
    color: #fff;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
}

.monitoring-table tbody tr td:nth-child(1) i.fa.fa-times {
    background: #c9353d;
}

.monitoring-table tbody tr td:nth-child(1) i.fa.fa-check {
    background: #159324;
}

html body .modal {
    z-index: 2000;
}

.popover-content label {
    font-weight: normal;
}

#has-bad-content {
    height: 44px;
    margin-top: 32px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

#has-bad-content button {
    height: 30px;
    text-transform: none;
    margin-left: 10px;
}

form.has-bad-content label {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

form.has-bad-content button {
    font-size: 16px !important;
}

.actual_version {
    font-weight: 500;

}

.actual_version b {
    font-weight: 700;
    color: #434343;
    display: block;
    text-align: center;
    font-size: 18px;
    margin-top: 12px;
}

b.error-version {
    color: #c9353d;
    font-weight: 700;
}

.btn.btn-link.btn-head-button {
    color: #434343;
    padding: 0;
    text-transform: none;
    border-radius: 0;
    height: auto;
    margin-top: 10px;
}

.btn.btn-link.btn-head-button:hover {
    text-decoration: none;
    color: #c9353d;
}

.btn.btn-link.btn-head-button span {
    border-bottom: 1px dashed;
}

.change-player-comment {
    cursor: pointer;
    display: inline-block;
    width: auto;
    height: auto;
    padding-bottom: 2px;
    border-bottom: 1px dashed transparent;
}

.change-player-comment:hover {
    border-bottom: 1px dashed #151515;
}

.change-player-comment.empty {
    display: block;
    width: 100%;
    height: 18px;
}

.change-player-comment.empty:hover {
}

.select2-container.select2-container--open {
    z-index: 65535;
}

#filter_content {
    min-width: 400px;
}

.settings-email {
    margin-left: -10px;
    padding-left: 0;
}

@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px) {
    #content-cities ul li a:hover, #content-cities ul li a.active {
        border-bottom: none;
    }

    #content-cities ul li a {
        border-bottom: none;
    }

    .visible-xs-br {
        display: block;
    }

    .route-row h2 {
        float: none;
    }

    .route-row h3 {
        float: none;
    }

    .col-sm-3 .label-block {
        margin-top: 15px;
    }

    #new-interval, #filter_routes, #filter_city, #filter_content {
        width: 100% !important;
        min-width: auto;
    }

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

    .xs-lift-me-up, a[href="/content/add"] {
        margin-bottom: 30px;
        margin-top: -20px;
    }

    .actual_version {
        margin-top: 20px;
        font-size: 18px;
        font-weight: bold;
    }

    .actual_version b {
        font-weight: 700;
        color: #434343;
        display: inline-block;
        text-align: left;
        font-size: 18px;
        margin-top: 0;
    }

    #monitoring-add-player.in .modal-dialog {
        width: 90%;
        margin: 0;
    }

    #xs-interval-text {
        width: 100%;
        margin-top: 15px;
        margin-left: 0;
        text-align: left;
    }

    .input-xs-block {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .settings-time, .settings-email {
        margin-left: 0;
        padding-left: 0;
    }

    html #navbar-mobile {
        background: #fff;
        border-bottom: 2px solid #e8e8e8;
        padding-top: 30px;
        max-height: 100%;
    }

    html #navbar-mobile ul li a {
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        color: #434343;
        padding: 0;
        padding-bottom: 0;
        border-bottom: 2px solid transparent;
        padding-left: 15px;
        line-height: 60px;
        height: 60px;
    }

    #navbar-mobile .profile-link {
        text-align: center;
        margin-top: -17px;
        margin-bottom: 17px;
        font-size: 21px;
        font-weight: 500;
    }

    html nav.navbar {
        height: 60px;
        z-index: 2000;
    }

    html body.default-page {
        padding-top: 80px;
    }

    .navbar-toggle {
        float: none;
        font-size: 21px;
        margin-left: 5px;
    }

    #xs-logo {
        display: inline-block;
        margin-top: -13px;
        margin-left: -15px;
    }

    #content-cities.fixed {
        top: 60px
    }

    .dataTables_wrapper {
        overflow: hidden;
        overflow-x: auto;
    }

    #content-cities.fixed a.scroll-add.movetop {
        display: none;
    }
}

#modalConfirm .modal-dialog {
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}

i[data-action="replace"] {
    cursor: pointer;
    margin-left: 15px;
}

.fp__overlay {
    z-index: 11002 !important;
}

#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1004003;
    cursor: not-allowed;
}

#loading-overlay div.img {
    display: block;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #000;
    left: 50%;
    top: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
    background: #fff;
    opacity: 0.75;
}