/* Minification failed. Returning unminified contents.
(3071,27): run-time error CSS1038: Expected hex color, found '#fff0'
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
a {
  text-decoration: none;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
@charset "UTF-8";

div.runActionState {
    background-color: green;
    padding: 2px;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    margin: 2px;
    border: 1px dotted gray;
    text-align: center;
}

.login .checkFormWrap, .login .checkForm .inputWrap input, .login .leftSideWrap, #home .Wrap, #home .Wrap .headerWrap, .header, #home .serviceWrap, #home .footerWrap, .footer ul, .footer ul li {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.nav-wrap li, .calendar-wrap .calendar, .tags-wrap span.tag.marked {
    background: #f9f9f9;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left bottom, left top, from(#f9f9f9), color-stop(80%, #f6f6f6), to(#ededed));
    background: linear-gradient(to top, #f9f9f9 0%, #f6f6f6 80%, #ededed 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ededed',GradientType=0 );
    /* IE6-9 */
}

    .nav-wrap li.active {
        background: white;
        /* Old browsers */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left bottom, left top, color-stop(70%, white), color-stop(95%, #f6f6f6), to(#ededed));
        background: linear-gradient(to top, white 70%, #f6f6f6 95%, #ededed 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
        /* IE6-9 */
    }

*, ::after, ::before {
    -webkit-box-sizing: unset;
    box-sizing: unset;
}

.with-navigation {
    padding-top: 90px;
}

.without-navigation {
    padding-top: 20px !important;
}

.without-bottom-btn {
    padding-bottom: 0px !important;
}

.main-wrap-without-padding {
    padding: 0 !important;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

    body a {
        color: #9f9f9f;
    }

a.default-link {
    text-decoration: underline;
    color: #00acec;
}

button {
    outline: none !important;
}

.Wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    color: #9f9f9f;
}

a:hover {
    color: #00baff;
    cursor: pointer;
}

.slider .tagline {
    display: block;
    color: #fff;
    font-size: 66px;
    font-weight: 500;
}

    .slider .tagline span {
        display: block;
        font-weight: 300;
    }

.checkFormWrapBtn {
    margin-top: 48px;
}

a.btn {
    display: inline-block;
    text-align: center;
    line-height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
}

.btn {
    padding: 0;
}

button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    button.transparent,
    a.btn.transparent {
        color: #fff;
        width: 230px;
        height: 60px;
        border-radius: 30px;
        background-color: rgba(0, 0, 0, 0);
        border: 2px solid #fff;
        font-weight: 700;
        cursor: pointer;
        margin: 10px;
    }

        button.transparent.colorGrey,
        a.btn.transparent.colorGrey {
            color: #9f9f9f;
            width: 230px;
            height: 60px;
            border-radius: 30px;
            background-color: rgba(0, 0, 0, 0);
            border: 2px solid #9f9f9f;
            font-weight: 700;
            cursor: pointer;
            margin: 10px;
        }

        button.transparent:hover,
        a.btn.transparent:hover {
            color: #00acec;
            border-color: #00acec;
        }

    input.btn.fullBg,
    button.fullBg,
    a.btn.fullBg {
        color: #fff;
        width: 230px;
        height: 60px;
        border-radius: 30px;
        background-color: #00acec;
        border: none;
        font-weight: 700;
        cursor: pointer;
        margin: 10px;
    }

    input.btn.small-btn.fullBg,
    button.small-btn.fullBg,
    a.btn.small-btn.fullBg {
        width: 100px;
        height: 35px;
        line-height: 35px;
        padding-top: 0;
        padding-bottom: 0;
    }

    input.btn.fullBg,
    button.fullBg:hover,
    a.btn.fullBg:hover {
        background-color: #00baff;
    }

.mainContent {
    position: relative;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    height: 100% !important;
}

    .mainContent .traffic {
        padding-bottom: 70px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 14px;
    }

    .mainContent span.list-title,
    .mainContent span.title {
        font-size: 20px;
        font-weight: 500;
        text-align: left;
        width: 100%;
        padding: 20px 60px 0px 60px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
    }

    .mainContent ul.list {
        margin: 0;
        height: auto !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 30px;
        width: 100%;
    }

        .mainContent ul.list li.hide {
            display: none;
        }

        .mainContent ul.list li.show {
            display: inline-block;
            margin: 8px 0;
        }

        .mainContent ul.list li {
            display: block;
            list-style-type: none;
            line-height: 27px;
            margin: 15px 0;
        }

            .mainContent ul.list li a {
                -webkit-box-shadow: 0px 0px 19.53px 1.47px rgba(67, 67, 67, 0.14);
                box-shadow: 0px 0px 19.53px 1.47px rgba(67, 67, 67, 0.14);
                display: block;
                color: #9f9f9f;
                width: 100%;
                text-decoration: none;
            }

            .mainContent ul.list li:last-child {
                margin-bottom: 0;
            }

        .mainContent ul.list a:hover {
            background-color: #515151;
            color: #fff;
        }

    .mainContent .pagination {
        padding-bottom: 15px;
        position: fixed;
        bottom: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 0;
        text-align: center;
        display: block;
        max-height: 55px;
    }

        .mainContent .pagination ul.nav {
            display: inline-block;
            padding: 0;
        }

            .mainContent .pagination ul.nav li {
                display: inline-block;
                margin: 0 2px;
                border: 2px solid;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

                .mainContent .pagination ul.nav li a {
                    padding: 3px 8px;
                    color: #515151;
                    font-weight: 500;
                    text-decoration: none;
                }

                    .mainContent .pagination ul.nav li a:hover,
                    .mainContent .pagination ul.nav li a.active {
                        background-color: #515151;
                        color: #fff;
                    }

a.prev {
    display: inline-block;
    position: absolute;
    top: 60px;
    left: 50px;
    color: #9f9f9f !important;
    font-size: 25px !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    a.prev:hover {
        color: #00acec !important;
    }

span.title {
    display: block;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    width: 100%;
    padding: 20px 60px 0px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#cabinet .header {
    padding: 0 15px;
}

span.login-name {
    text-align: center;
    margin: 0 10px;
    font-weight: 500;
}

.mainContent.scroll {
    overflow: auto;
}

.cursor-default {
    cursor: default;
}

    .cursor-default tr {
        cursor: default !important;
    }

.small-button-wrap {
    z-index: 1;
    max-height: 55px;
    position: fixed;
    bottom: 0;
    right: 0px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .small-button-wrap button, .small-button-wrap a.btn {
        z-index: 10;
        width: auto;
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
    }

.reports.tabsContent.active, .tabsContents {
    overflow: auto;
}

.login .Wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.login .checkFormWrap {
    position: relative;
    padding: 3%;
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

@media screen and (min-width: 900px) {
    .login .checkFormWrap {
        overflow: auto;
    }
}

.login .headerCheckForm {
    position: absolute;
    padding: 35px;
    width: 100%;
    text-align: right;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login form {
    height: 100%;
    width: 100%;
    max-width: 485px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login .checkForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: unset;
}

    .login .checkForm fieldset {
        height: 100%;
        max-width: 100%;
        border: none;
    }

        .login .checkForm fieldset span {
            color: #9f9f9f;
            display: block;
            font-size: 18px;
            font-weight: 400;
        }

        .login .checkForm fieldset legend {
            margin-bottom: 60px;
            color: #3c3c3c;
            font-size: 36px;
            font-weight: 700;
        }

        .login .checkForm fieldset .inputWrap {
            position: relative;
        }

    .login .checkForm .inputWrap input {
        border: none;
        border-bottom: 2px solid #949494;
        width: 100%;
        height: 40px;
        padding: 1px 1px 1px 35px;
        margin-bottom: 50px;
        display: block;
    }

    .login .checkForm .inputWrap i {
        position: absolute;
        top: 8px;
        left: 0px;
        font-size: 23px;
        width: 30px;
        text-align: center;
    }

    .login .checkForm .checkboxWrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .login .checkForm .checkboxWrap input {
            margin-right: 10px;
        }

        .login .checkForm .checkboxWrap label {
            cursor: pointer;
        }

    .login .checkForm .checkFormWrapBtn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 48px;
    }

    .login .checkForm button,
    .login .checkForm a {
        width: 200px !important;
    }

.g-recaptcha {
    min-height: 100px !important;
    min-width: 310px !important;
}

.login .headerSmallScreen {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #3b3b3b;
    width: 100%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.login .registration .checkboxWrap {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login .checkForm.confirmEmail legend {
    margin-bottom: 30px;
}

    .login .checkForm.confirmEmail legend span {
        margin-top: 30px;
    }

.login .checkForm.confirmPhoneNum legend,
.login .checkForm.confirmNewPhoneNum legend {
    margin-bottom: 30px;
}

    .login .checkForm.confirmPhoneNum legend span,
    .login .checkForm.confirmNewPhoneNum legend span {
        margin-top: 30px;
    }

.login .checkForm.confirmPhoneNum span,
.login .checkForm.confirmNewPhoneNum span {
    margin-right: 5px;
    display: inline-block;
}

.login .checkForm.confirmPhoneNum .phoneNum,
.login .checkForm.confirmNewPhoneNum .phoneNum {
    margin-bottom: 30px;
}

    .login .checkForm.confirmPhoneNum .phoneNum a,
    .login .checkForm.confirmNewPhoneNum .phoneNum a {
        color: #00acec;
        text-decoration: underline;
    }

.login .checkForm.phoneChange legend,
.login .checkForm.emailChange legend {
    margin-bottom: 0px;
}

    .login .checkForm.phoneChange legend span,
    .login .checkForm.emailChange legend span {
        margin-top: 30px;
    }

.login .checkForm.phoneChange span,
.login .checkForm.emailChange span {
    margin-right: 5px;
    display: inline-block;
}

.login .checkForm.phoneChange .description,
.login .checkForm.emailChange .description {
    margin-bottom: 30px;
}

.login .checkForm.phoneChange .email,
.login .checkForm.phoneChange .phoneNum,
.login .checkForm.emailChange .email,
.login .checkForm.emailChange .phoneNum {
    margin-bottom: 30px;
}

    .login .checkForm.phoneChange .email a,
    .login .checkForm.phoneChange .phoneNum a,
    .login .checkForm.emailChange .email a,
    .login .checkForm.emailChange .phoneNum a {
        color: #00acec;
        text-decoration: underline;
    }

.login .checkForm .checkFormWrapBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .login .checkForm .checkFormWrapBtn button, .login .checkForm .checkFormWrapBtn a {
        margin: 0;
        margin-right: 20px;
    }

.checkForm .inputWrap.company.notActive {
    /* Firefox 19+ */
    /* Firefox 18- */
}

    .checkForm .inputWrap.company.notActive i {
        color: #c5c5c5;
    }

    .checkForm .inputWrap.company.notActive input#companyName {
        border-color: #c5c5c5;
    }

    .checkForm .inputWrap.company.notActive #companyName::-webkit-input-placeholder {
        color: #c5c5c5;
    }

    .checkForm .inputWrap.company.notActive #companyName::-moz-placeholder {
        color: #c5c5c5;
    }

    .checkForm .inputWrap.company.notActive #companyName:-moz-placeholder {
        color: #c5c5c5;
    }

    .checkForm .inputWrap.company.notActive #companyName:-ms-input-placeholder {
        color: #c5c5c5;
    }

.login .leftSideWrap {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 50%;
    height: 100vh;
    background-color: #ccc;
}

    .login .leftSideWrap .tagline {
        z-index: 1;
        padding: 0 0 150px 15%;
    }

    .login .leftSideWrap .slider {
        overflow: hidden;
        position: relative;
        max-height: 100%;
        width: 100%;
        height: 100vh;
    }

        .login .leftSideWrap .slider .logo {
            z-index: 10;
            top: 0;
            padding: 60px;
            position: absolute;
            width: 100%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .login .leftSideWrap .slider .itemsWrap {
            overflow: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            max-height: 100%;
            width: 100%;
            height: 100vh;
        }

        .login .leftSideWrap .slider .slide_bg {
            min-width: 100%;
            position: relative;
            overflow: hidden;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: flex-end;
            -ms-flex-pack: flex-end;
            justify-content: flex-end;
            -webkit-box-align: unset;
            -ms-flex-align: unset;
            align-items: unset;
            background: url(../Content/img/new/slide1_login.png) center no-repeat;
            background-size: cover;
        }

        .login .leftSideWrap .slider .carousel,
        .login .leftSideWrap .slider .carousel-inner,
        .login .leftSideWrap .slider .carousel-item {
            height: 100%;
        }

        .login .leftSideWrap .slider .carousel-indicators li {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            opacity: 1;
        }

            .login .leftSideWrap .slider .carousel-indicators li.active {
                background-color: #00acec;
            }

        .login .leftSideWrap .slider ol.carousel-indicators {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: start;
            bottom: 65px;
        }

body#home {
    overflow: visible;
    overflow-x: hidden;
}

#home .Wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    height: 100%;
}

    #home .Wrap .headerWrap {
        width: 100%;
        height: 785px;
        background-color: #9f9f9f;
        color: #fff;
        position: static;
        max-height: none;
    }

        #home .Wrap .headerWrap .header {
            top: 0;
            /* Firefox 19+ */
            /* Firefox 18- */
        }

            #home .Wrap .headerWrap .header input#search {
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 0 30px 0 25px;
                outline: none;
                background-color: rgba(255, 255, 255, 0);
                height: 40px;
                border-radius: 22px;
                border: 2px solid #ffffff;
                color: #515151;
            }

            #home .Wrap .headerWrap .header #search::-webkit-input-placeholder {
                color: #fff;
                text-transform: uppercase;
                font-size: 16px;
                font-weight: 300;
            }

            #home .Wrap .headerWrap .header #search::-moz-placeholder {
                color: #fff;
                text-transform: uppercase;
                font-size: 16px;
                font-weight: 300;
            }

            #home .Wrap .headerWrap .header #search:-moz-placeholder {
                color: #fff;
                text-transform: uppercase;
                font-size: 16px;
                font-weight: 300;
            }

            #home .Wrap .headerWrap .header #search:-ms-input-placeholder {
                color: #fff;
                text-transform: uppercase;
                font-size: 16px;
                font-weight: 300;
            }

        #home .Wrap .headerWrap .headerEnter a.enterLink {
            margin-left: 20px;
            text-decoration: underline;
            color: #fff;
        }

            #home .Wrap .headerWrap .headerEnter a.enterLink:hover {
                color: #00acec;
            }

        #home .Wrap .headerWrap .slider {
            background: url(../Content/img/new/bg_slider_home_small.png) center no-repeat;
            background-size: cover;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: start;
            height: 100%;
            overflow: hidden;
            width: 100%;
        }

            #home .Wrap .headerWrap .slider .sliderContent {
                max-width: 100%;
                padding-left: 150px;
            }

            #home .Wrap .headerWrap .slider .sentensEnter {
                margin-top: 30px;
                max-width: 415px;
                font-size: 18px;
                display: block;
            }

.header {
    z-index: 100;
    position: absolute;
    width: 100%;
    padding: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* стили только для IE10 */
}

    .header .hideContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: space-around;
        -ms-flex-pack: space-around;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 70%;
        margin-left: 20px;
        position: relative;
    }

    .header .headerInfo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: space-around;
        -ms-flex-pack: space-around;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header .logo {
        width: 30%;
    }

    .header .logoLink {
        background: url(../Content/img/logo.png) no-repeat center;
        height: 74px;
        display: block;
    }

    .header .headerInfo {
        width: 100%;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .header .headerInfo {
        width: auto;
    }
}

.header span.notice {
    display: block;
    background-color: #00acec;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    margin-right: 8px;
}

.header .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .header .user select#name {
        outline: none;
        border: none;
        background-color: unset;
        color: #fff;
    }

.header .search {
    position: relative;
}

    .header .search button {
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        background: none;
        color: #fff;
        cursor: pointer;
        height: 40px;
        width: 40px;
        border-radius: 0 22px 22px 0;
    }

        .header .search button i {
            font-size: 19px;
        }

            .header .search button i:hover {
                color: #00acec;
            }

#home .sidebarWrap {
    width: 50%;
    top: 0;
    background-color: #404040;
    position: absolute;
    height: 785px;
    z-index: 10;
}

#home .serviceWrap {
    width: 100%;
    color: #fff;
}

    #home .serviceWrap .service {
        padding: 35px;
    }

.serviceTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .serviceTitle span.serviceTagline {
        color: #525252;
        font-size: 36px;
        font-weight: 500;
        text-transform: none;
    }

    .serviceTitle span {
        margin-bottom: 35px;
        text-align: center;
        width: 100%;
        max-width: 951px;
        display: block;
        color: #818181;
        font-size: 16px;
        text-transform: uppercase;
    }

.serviceContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .serviceContent .serviceImg {
        width: 50%;
    }

        .serviceContent .serviceImg img {
            width: 100%;
        }

    .serviceContent .serviceOffer {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        max-width: 500px;
    }

        .serviceContent .serviceOffer span {
            margin-bottom: 50px;
        }

        .serviceContent .serviceOffer .serviceTitleTxt {
            display: block;
            width: 100%;
            color: #393939;
            font-size: 34px;
        }

        .serviceContent .serviceOffer .serviceAboutTxt {
            display: block;
            width: 100%;
            color: #878787;
            font-size: 18px;
        }

        .serviceContent .serviceOffer a {
            text-align: center;
            line-height: 60px;
            display: block;
        }

.mainOffer {
    padding: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .mainOffer span.offerTagline {
        color: #525252;
        font-size: 36px;
        font-weight: 500;
        text-transform: none;
    }

    .mainOffer span {
        margin-bottom: 35px;
        text-align: center;
        width: 100%;
        max-width: 951px;
        display: block;
        color: #818181;
        font-size: 16px;
        text-transform: uppercase;
    }

    .mainOffer .optionsWrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

        .mainOffer .optionsWrap .option {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: unset;
            -ms-flex-pack: unset;
            justify-content: unset;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin: 20px;
            border: 2px solid;
            border-color: rgba(159, 159, 159, 0.38);
            width: 280px;
            min-height: 500px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .mainOffer .optionsWrap .option .innerWrap {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            .mainOffer .optionsWrap .option .title {
                color: #3b3b3b;
                font-size: 30px;
                margin: 25px auto;
            }

            .mainOffer .optionsWrap .option .cost {
                margin: 0;
                color: #3b3b3b;
                font-size: 70px;
            }

            .mainOffer .optionsWrap .option .duration {
                text-transform: uppercase;
            }

            .mainOffer .optionsWrap .option .forWhom {
                min-height: 60px;
                max-width: 220px;
                margin-bottom: 20px;
            }

            .mainOffer .optionsWrap .option ul.about {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: space-around;
                -ms-flex-pack: space-around;
                justify-content: space-around;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                list-style-type: none;
                margin: 0;
                padding: 0;
                border-top: 2px solid;
                border-color: rgba(159, 159, 159, 0.38);
                width: 100%;
                height: 130px;
                color: #818181;
            }

            .mainOffer .optionsWrap .option .choose {
                margin-bottom: 25px;
                max-width: 200px;
            }

            .mainOffer .optionsWrap .option span {
                text-transform: none;
            }

#home .footerWrap {
    width: 100%;
    color: #fff;
}

.footer {
    background-color: #3b3b3b;
    color: #fff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .footer span {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }

    .footer ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .footer ul li {
            display: inline-block;
        }

    .footer a {
        padding: 40px 30px;
        display: block;
        color: #fff;
    }

        .footer a:hover {
            background-color: #00acec;
        }

        .footer a:active {
            background-color: #00acec;
        }

#cabinet {
    overflow-x: hidden;
    color: #515151;
}

    #cabinet div.cs-skin-border {
        font-weight: 400;
    }

    #cabinet .cs-skin-border .cs-options {
        color: #686868;
        background-color: rgba(255, 255, 255, 0.8);
    }

        #cabinet .cs-skin-border .cs-options span:hover {
            background-color: #00acec;
            color: #686868 !important;
        }

    #cabinet .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100vh;
    }

    #cabinet .rightSideWrap {
        height: 100vh;
        background-color: #fff;
        right: 0;
        top: 0;
        position: absolute;
    }

        #cabinet .rightSideWrap .mainContentWrap {
            padding-top: 100px;
        }

            #cabinet .rightSideWrap .mainContentWrap .mainContent {
                height: 100%;
            }

        #cabinet .rightSideWrap .footerWrap {
            min-height: 100px;
            height: 10%;
        }

            #cabinet .rightSideWrap .footerWrap .footer {
                background-color: #fff;
                -webkit-box-shadow: 12px 21px 75px 6px rgba(67, 67, 67, 0.59);
                box-shadow: 12px 21px 75px 6px rgba(67, 67, 67, 0.59);
            }

tbody tr.cursor-pointer {
    cursor: pointer;
}

tr#null, tr#undefined, tr.not-clickable {
    cursor: no-drop;
}

    tr#null, tr#undefined, tr.not-clickable:hover {
        background-color: #fff !important;
    }

tbody tr.active {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

td.td-bold {
    font-weight: 700;
}

.table .thead-dark th {
    color: #fff;
    background-color: #404040;
    border-color: #404040;
}

table.selected-wagon-group td {
    width: auto !important;
}

    table.selected-wagon-group td:first-child {
        text-align: center;
    }

.visible {
    display: table;
}

.invisible {
    display: none;
}

table.choice-station-location.table.table-hover.table-sm.col-sm-6.align-items-end.table-bordered {
    margin: 10px auto;
    float: right;
}

table#choice-road-location.col-sm-5 {
    margin: 10px;
}

@media screen and (max-width: 640px) {
    table {
        overflow-x: auto;
        display: table;
    }
}

.text-nowrap {
    white-space: nowrap;
}

h2 {
    margin: 0;
}

td.wagon-index {
    width: 10px;
    text-align: center;
}

.nav-wrap ul {
    height: 100%;
    padding: 0;
    margin-bottom: 0;
}

    .nav-wrap ul li {
        cursor: pointer;
        display: inline-block;
        list-style-type: none;
        color: #5f5f5f;
        background-color: #fff;
        -webkit-box-shadow: 0px 9px 19.53px 1.47px rgba(67, 67, 67, 0.14);
        box-shadow: 0px 9px 19.53px 1.47px rgba(67, 67, 67, 0.14);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }

        .nav-wrap ul li a::before {
            content: "";
            height: 100%;
            display: inline-block;
            vertical-align: middle;
        }

        .nav-wrap ul li a {
            padding: 0;
            vertical-align: middle;
            display: inline-block;
            width: 100%;
            height: 100%;
            text-decoration: none;
            color: #515151;
        }

            .nav-wrap ul li a span {
                display: inline-block;
                vertical-align: middle;
            }

            .nav-wrap ul li a:hover {
                color: #00acec;
            }

        .nav-wrap ul li:not(:last-child) {
            border-right: 1px solid rgba(95, 95, 95, 0.25);
        }

        .nav-wrap ul li.active {
            -webkit-box-shadow: 0px 0px 19.53px 1.47px rgba(67, 67, 67, 0.14);
            box-shadow: 0px 0px 19.53px 1.47px rgba(67, 67, 67, 0.14);
            color: #00acec;
        }

        .nav-wrap ul li:hover {
            color: #00acec;
        }

    .nav-wrap ul i {
        margin-right: 10px;
    }

.tabsContentWrap {
    background-color: #fff;
    width: 100%;
    height: 100%;
}

    .tabsContentWrap .tabsContent.history {
        -webkit-box-pack: unset !important;
        -ms-flex-pack: unset !important;
        justify-content: unset !important;
        height: 100% !important;
    }

    .tabsContentWrap .tabsContent .tableWrap {
        height: 100%;
        width: 100%;
    }

    .tabsContentWrap .tabsContents {
        height: 100%;
    }

        .tabsContentWrap .tabsContents .cs-select.cs-skin-border {
            z-index: 1;
        }

        .tabsContentWrap .tabsContents div.tabsContent {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .tabsContentWrap .tabsContents div.tabsContent form.info-user {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: start;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                height: 100%;
                padding-top: 60px;
                margin-left: 12px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

                .tabsContentWrap .tabsContents div.tabsContent form.info-user .inputWrap.user-name > input {
                    width: 32%;
                }

                .tabsContentWrap .tabsContents div.tabsContent form.info-user .inputWrap {
                    margin-bottom: 10px;
                    max-width: 400px;
                    width: 100%;
                    background-color: white;
                    color: #686868;
                }

                    .tabsContentWrap .tabsContents div.tabsContent form.info-user .inputWrap label {
                        width: 100%;
                        font-size: 11px;
                    }

                    .tabsContentWrap .tabsContents div.tabsContent form.info-user .inputWrap input {
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                        width: 90%;
                        font-size: 18px;
                        color: #686868;
                        outline: none;
                        border: none;
                        display: inline-block;
                    }

                    .tabsContentWrap .tabsContents div.tabsContent form.info-user .inputWrap i.fa-ellipsis-v {
                        position: relative;
                        z-index: 101;
                        display: inline-block;
                        width: 20px;
                        height: 20px;
                        line-height: 20px;
                        border-radius: 50%;
                        text-align: center;
                        right: 14px;
                        bottom: 5px;
                        cursor: pointer;
                        text-align: center;
                    }

                    .tabsContentWrap .tabsContents div.tabsContent form.info-user .inputWrap i.fas.fa-pencil-alt {
                        margin-right: 10px;
                    }

                    .tabsContentWrap .tabsContents div.tabsContent form.info-user .inputWrap .cs-select > span::after {
                        border-radius: 50%;
                        width: 20px;
                        height: 20px;
                        line-height: 20px;
                        text-align: center;
                        right: 14px;
                    }

        .tabsContentWrap .tabsContents .btnWrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
            min-height: 100px;
            position: fixed;
            bottom: 0;
        }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .tabsContentWrap .tabsContents .btnWrap {
        padding-left: 75px;
        width: 100%;
        left: 0px;
    }
}

form.reports-wrap {
    width: 100%;
    height: 100%;
}

.reports .mvc-grid-pager {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}

.mvc-grid {
    height: 100%;
}

table td span {
    white-space: nowrap;
}

.tableWrap a {
    color: #3b3b3b;
    text-decoration: none;
}

    .tableWrap a i {
        margin-right: 10px;
    }

.tableWrap table.reports td.title,
.tableWrap table.reports th.title {
    width: 50%;
}

.tableWrap table.reports a:hover {
    color: #00acec;
}

.tabsContentWrap.content-info .tabsContents .info-wrap {
    position: relative;
}

    .tabsContentWrap.content-info .tabsContents .info-wrap i.fa-arrow-left {
        position: absolute;
        left: 50px;
        top: 70px;
        color: #949494;
    }

    .tabsContentWrap.content-info .tabsContents .info-wrap i {
        position: absolute;
        left: 0px;
        top: 8px;
        color: #949494;
        font-size: 23px;
        width: 30px;
        text-align: center;
    }

.tabsContentWrap.content-info .tabsContents .info > span {
    display: block;
}

.tabsContentWrap.content-info .tabsContents .info {
    display: inline-block;
    padding: 40px 100px;
}

    .tabsContentWrap.content-info .tabsContents .info span.user-description {
        font-size: 15px;
        font-weight: 500;
    }

    .tabsContentWrap.content-info .tabsContents .info span.name {
        font-size: 22px;
        font-weight: 400;
    }

        .tabsContentWrap.content-info .tabsContents .info span.name span {
            padding: 0 20px;
            font-weight: 500;
        }

    .tabsContentWrap.content-info .tabsContents .info span.company-name {
        font-weight: 500;
        font-size: 18px;
        padding: 10px 0;
    }

    .tabsContentWrap.content-info .tabsContents .info form button {
        width: 275px;
    }

    .tabsContentWrap.content-info .tabsContents .info table {
        width: 100%;
        text-align: left;
        padding-bottom: 20px;
    }

        .tabsContentWrap.content-info .tabsContents .info table td, .tabsContentWrap.content-info .tabsContents .info table th {
            padding: 5px 15px 5px 0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .tabsContentWrap.content-info .tabsContents .info table input {
            width: 100%;
            border: none;
            border-bottom: 1.5px solid #949494;
            color: #949494;
            padding: 5px 0;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            outline: none;
        }

        .tabsContentWrap.content-info .tabsContents .info table tbody {
            color: #949494;
        }

.tabsContentWrap.content-info .tabsContents .location-wrap {
    width: 100%;
    height: 450px;
    text-align: center;
}

    .tabsContentWrap.content-info .tabsContents .location-wrap .location {
        width: 90%;
        height: 100%;
        background-color: #dedede;
        display: inline-block;
    }

.tabsContentWrap.content-info .tabsContents .btn-wrap {
    display: block;
    padding-left: 100px;
    padding-top: 40px;
}

.tabsContentWrap.content-info .tabsContents a {
    color: #00acec;
    font-size: 16px;
    font-weight: 400;
}

    .tabsContentWrap.content-info .tabsContents a.btn {
        width: 275px;
        color: #00acec;
        border-color: #00acec;
        padding-top: 0;
        padding-bottom: 0;
    }

        .tabsContentWrap.content-info .tabsContents a.btn.add-report {
            color: #fff;
        }

/**********************/
.pagination-custom {
    display: inline-block;
}

    .pagination-custom li {
        float: left;
        list-style-type: none;
        color: #007BFF;
    }

@media screen and (max-width: 1650px) {
    #cabinet .rightSideWrap .header {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
}

@media screen and (max-width: 1600px) {
    #cabinet div.vladivostok {
        display: none;
    }

    #cabinet div.almaty {
        display: none;
    }
}

@media screen and (max-width: 1450px) {
    #cabinet div.vienna {
        display: none;
    }
}

@media screen and (max-width: 1400px) {
    #cabinet .header.cs-select.cs-skin-border {
        display: none;
    }

    #cabinet .rightSideWrap .header {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .sidebar .searchWrap {
        display: none !important;
    }
}

@media screen and (max-width: 1330px) {
    #cabinet div.vienna {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header .searchWrap {
        display: none;
    }
}

@media screen and (min-width: 1330px) {
    form.sidebar-content_search {
        visibility: hidden;
    }
}

@media screen and (max-width: 1330px) {
    #cabinet .wrap .rightSideWrap,
    #cabinet .wrap .headerWrap,
    #cabinet .wrap .nav-wrap,
    #cabinet .wrap .small-button-wrap {
        width: 100%;
    }

    #cabinet .headerWrap {
        left: 0;
    }

    #cabinet .header > div {
        width: auto;
        height: 100%;
    }

    #cabinet .header {
        display: inline-block !important;
    }

        #cabinet .header .searchWrap {
            display: none;
        }

    #cabinet .leftSideWrap {
        width: 100% !important;
        background-color: rgba(70, 70, 70, 0.5);
    }

        #cabinet .leftSideWrap.hide {
            visibility: hidden;
        }

            #cabinet .leftSideWrap.hide .sidebar.hide {
                width: 0px !important;
                min-width: 0px !important;
            }

                #cabinet .leftSideWrap.hide .sidebar.hide i {
                    opacity: 0;
                }
}

@media screen and (max-width: 1000px) {
    .header .headline-wrap {
        display: none !important;
    }

    .header div#Vienna {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 768px) {
    #cabinet .wrap .rightSideWrap .mainContentWrap .mainContent {
        overflow: auto !important;
    }

    .headerWrap .header .clocksWrap {
        display: none;
    }

    .headerWrap .header .user {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    #cabinet .tabsContentWrap .tabsContents .btnWrap {
        position: relative !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        padding-bottom: 10px;
        padding-left: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 700px) {
    #cabinet .header {
        padding: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        #cabinet .header span.headline {
            display: none;
        }
}

@media screen and (max-width: 540px) {
    #cabinet .nav-wrap {
        left: 0px !important;
    }

        #cabinet .nav-wrap ul {
            margin-right: 0;
        }

    #cabinet .rightSideWrap .mainContentWrap {
        margin-left: 0 !important;
    }

    #cabinet .rightSideWrap .tableWrap .title {
        padding-left: 15px;
    }

    #cabinet .header {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        #cabinet .header .hideContent {
            padding-right: 0px;
        }

        #cabinet .header .clocksWrap {
            display: none;
        }

    #cabinet .report-setup-wrap {
        padding: 0;
    }
}

.operational-data-content-wrap .btn-wrap {
    text-align: center;
    padding-top: 95px;
}

.operational-data-content-wrap .btn.fullBg {
    display: inline-block;
    width: 375px;
    -webkit-box-shadow: 0px 0px 19.53px 1.47px rgba(67, 67, 67, 0.14);
    box-shadow: 0px 0px 19.53px 1.47px rgba(67, 67, 67, 0.14);
    outline: none;
    height: 95px;
    line-height: 95px;
    border-radius: 100px;
    color: #3b3b3b;
}

.operational-data-content-wrap span {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

a.prev {
    position: static;
}

span.title {
    padding: 10px;
    display: inline-block;
    width: auto;
}

.tracking-wagons-wrap {
    position: relative;
    padding: 60px 40px 40px 40px;
}

    .tracking-wagons-wrap table.tracking-wagons {
        width: 100%;
        border-spacing: 15px;
        border-collapse: separate;
        width: 100%;
    }

        .tracking-wagons-wrap table.tracking-wagons td {
            -webkit-box-shadow: 0px 0px 19.53px 1.47px rgba(67, 67, 67, 0.14);
            box-shadow: 0px 0px 19.53px 1.47px rgba(67, 67, 67, 0.14);
        }

            .tracking-wagons-wrap table.tracking-wagons td.index {
                width: 3%;
                text-align: center;
            }

            .tracking-wagons-wrap table.tracking-wagons td.wagon-time {
                width: 7%;
                text-align: center;
            }

.rail-way-train--list-wrap {
    padding-top: 20px;
}

    .rail-way-train--list-wrap .resourse-of-wagon-panel {
        text-align: left;
    }

    .rail-way-train--list-wrap .searchWrap {
        display: inline-block;
    }

        .rail-way-train--list-wrap .searchWrap input {
            border-color: #515151;
            border-radius: 20px;
            padding: 4px 10px;
            outline: none;
            border-style: solid;
            width: 230px;
        }

            .rail-way-train--list-wrap .searchWrap input:first-child {
                margin-right: 20px;
            }

            .rail-way-train--list-wrap .searchWrap input:focus {
                border-color: #00acec;
            }

.resourse-of-wagon-wrap {
    padding-top: 100px;
}

    .resourse-of-wagon-wrap .resourse-of-wagon-panel {
        text-align: left;
    }

    .resourse-of-wagon-wrap .searchWrap {
        display: inline-block;
    }

        .resourse-of-wagon-wrap .searchWrap input {
            border-color: #515151;
            border-radius: 15px;
            padding: 2px 10px;
            outline: none;
            border-style: solid;
        }

            .resourse-of-wagon-wrap .searchWrap input:focus {
                border-color: #00acec;
            }

    .resourse-of-wagon-wrap .choice-option-wrap {
        display: inline-block;
        padding: 0 20px;
    }

        .resourse-of-wagon-wrap .choice-option-wrap label {
            margin-right: 15px;
        }

    .resourse-of-wagon-wrap .resourse-of-wagon-content {
        padding: 20px 60px;
        text-align: center;
        white-space: nowrap;
        overflow: auto;
    }

        .resourse-of-wagon-wrap .resourse-of-wagon-content > div:not(:first-child) {
            margin-left: 20px;
        }

        .resourse-of-wagon-wrap .resourse-of-wagon-content > div {
            display: inline-block;
            -webkit-box-shadow: 0px 0px 19.53px 1.47px rgba(67, 67, 67, 0.14);
            box-shadow: 0px 0px 19.53px 1.47px rgba(67, 67, 67, 0.14);
            width: 30%;
            height: 550px;
        }

    .resourse-of-wagon-wrap .btn-wrap {
        padding-left: 60px;
    }

.mainContentWrap.rail-way-train--list-wrap .mainContent .rail-way-train--list-content {
    text-align: center;
}

.mainContentWrap.rail-way-train--list-wrap .mainContent ul.rail-way-train--list-list {
    text-align: left;
    display: inline-block;
    width: 49%;
}

.inner-tabs-wrap {
    display: block;
    width: 100%;
    padding-top: 100px;
    padding-left: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    font-size: 0px;
}

a.inner-tab::before {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}

a.inner-tab {
    margin: 10px;
    display: inline-block;
    height: 250px;
    width: 250px;
    -webkit-box-shadow: 0px 0px 19.53px 1.47px rgba(67, 67, 67, 0.14);
    box-shadow: 0px 0px 19.53px 1.47px rgba(67, 67, 67, 0.14);
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}

    a.inner-tab span {
        vertical-align: middle;
        line-height: normal;
        display: inline-block;
    }

@media screen and (max-width: 950px) {
    .inner-tabs-wrap {
        text-align: center;
    }
}

tr.total-wagons {
    cursor: pointer;
}

    tr.total-wagons:hover th, tr.total-wagons.active th {
        color: #00acec;
    }

i.filter {
    float: right;
}

    i.filter:hover {
        cursor: pointer;
    }

th.filtered i.filter {
    color: #00acec;
}

div.reports-list {
    position: fixed;
}

    div.reports-list a.active,
    div.form-list a.active {
        color: #00acec;
    }

div#report-data {
    position: absolute;
    right: 0;
}

    div#report-data .alert {
        opacity: 1;
        margin-top: 10px;
    }

div.popover {
    max-width: 500px;
}

a[data-toggle="popover"] {
    cursor: help;
}

.mainContent legend {
    font-size: 1rem;
    font-weight: 500;
}

form .form-check-input {
    position: static;
}

.by-wrap-height {
    height: 100%;
    margin-top: 10px;
}

.reports a:hover {
    color: #00acec !important;
}

.popover table {
    font-size: 12px;
}

.mvc-grid th {
    font-size: 10px;
}

.floatThead-wrapper {
    height: 100%;
}

.pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

form#unloading-excel {
    right: 0;
    position: fixed;
    bottom: -5px;
    z-index: 5;
}

.reports .row .mvc-grid td, .reports .row .mvc-grid th {
    border: 1px solid #000;
    padding: 0.75em;
}

.reports .row .mvc-grid .filterable {
    padding-right: 3.5em;
}

.report-content form[name='datas'] {
    margin: 10px;
    border: 1px solid lightgray;
    padding: 10px;
}

.report-content button.create {
    position: absolute;
    left: 0;
    bottom: 7px;
}

.report-content .mvc-grid {
    border-top: 1px solid;
}

.report-table thead td, .report-table thead th {
    border-top: none !important;
}

.report-table tfoot td, .report-table tfoot th {
    border-bottom: none !important;
}

table.border-2-solid-black th, table.border-2-solid-black td {
    border: 2px solid black !important;
}

.calculation-result table tr.action:hover {
    cursor: pointer;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.calculation-result table .hide .response-message, .calculation-result table .hide .hidden {
    display: none;
}

.modal-body input,
.modal-body select {
    width: 100%;
}

table.reports i.fas.fa-circle {
    margin-right: 5px;
}

.contact-form-wrap {
    padding: 30px 70px;
    width: 600px;
}

    .contact-form-wrap .contact-form {
        padding: 30px 50px;
        -webkit-box-shadow: 0px 0px 19.53px 1.47px rgba(67, 67, 67, 0.14);
        box-shadow: 0px 0px 19.53px 1.47px rgba(67, 67, 67, 0.14);
        border-radius: 10px;
    }

        .contact-form-wrap .contact-form legend {
            font-weight: 600;
            margin-bottom: 20px;
        }

        .contact-form-wrap .contact-form label {
            font-weight: 500;
        }

        .contact-form-wrap .contact-form form {
            width: 400px;
        }

            .contact-form-wrap .contact-form form input {
                outline: none;
                font-size: 18px;
                padding: 0 20px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                border: 1px solid #9f9f9f;
                height: 50px;
                border-radius: 30px;
                display: inline-block;
                width: 100%;
                margin-bottom: 10px;
            }

            .contact-form-wrap .contact-form form textarea {
                border-radius: 30px;
                border: 1px solid #9f9f9f;
                display: inline-block;
                width: 100%;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 21px;
                outline: none;
            }

        .contact-form-wrap .contact-form button.fullBg {
            margin: 10px 0;
            width: 100%;
            height: 50px;
            border: 1px solid #9f9f9f;
        }

            .contact-form-wrap .contact-form button.fullBg.white-bg {
                background-color: #fff;
                color: #515151;
            }

                .contact-form-wrap .contact-form button.fullBg.white-bg:hover {
                    background-color: #9f9f9f;
                    color: #fff;
                }

.analytic-data-list-content {
    font-size: 0;
    padding: 30px 60px 0 60px;
}

    .analytic-data-list-content ul.analytic-data-list.list {
        font-size: 16px;
        display: inline-block;
        width: 25%;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.analytic.page-with-numbering-data {
    font-size: 0;
}

    .analytic.page-with-numbering-data span.title > span {
        display: block;
        font-weight: 400;
        font-size: 16px;
    }

    .analytic.page-with-numbering-data .page-with-numbering-data-list {
        padding-top: 90px;
        font-size: 16px;
        display: inline-block;
        width: 35%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .analytic.page-with-numbering-data .page-with-numbering-data-list:first-child {
            padding-left: 60px;
            padding-right: 15px;
        }

        .analytic.page-with-numbering-data .page-with-numbering-data-list:last-child {
            padding-left: 15px;
        }

ul.list-of-reports.list {
    padding-top: 70px;
}

table td.toggle-action-button {
    text-align: center;
    cursor: pointer;
}

    table td.toggle-action-button:hover {
        text-decoration: underline;
        color: #00acec;
    }

table.hide tbody {
    display: none;
}

.searchWrap {
    display: inline-block;
}

    .searchWrap input {
        border-color: #515151;
        border-radius: 20px;
        padding: 4px 10px;
        outline: none;
        border-style: solid;
        width: 230px;
    }

.conventions-wrap {
    padding: 0 60px;
}

    .conventions-wrap .updated-date-and-time-data {
        text-align: right;
        padding-top: 50px;
    }

    .conventions-wrap span {
        display: inline-block;
        background-color: #dedede;
        width: 20%;
        text-align: center;
    }

table.conventions-table {
    width: 100%;
    margin-top: 15px;
    border-collapse: collapse;
    display: table;
}

    table.conventions-table tr {
        height: 30px;
        list-style-type: none;
        width: 100%;
        font-size: 14px;
        line-height: 18px;
    }

    table.conventions-table thead tr {
        background-color: #dedede;
    }

    table.conventions-table tbody tr:nth-child(even) {
        background-color: #dedede;
    }

    table.conventions-table tbody tr td:first-child {
        text-align: center;
    }

    table.conventions-table th.index-title {
        width: 4%;
        text-align: center;
    }

.cargo-transportation-rules-content,
.statute-content {
    font-size: 0;
}

    .cargo-transportation-rules-content a.default-link,
    .statute-content a.default-link {
        display: inline-block;
        width: 100%;
        text-align: right;
        padding: 20px 0;
        font-size: 19px;
    }

    .cargo-transportation-rules-content ul.table-of-contents,
    .statute-content ul.table-of-contents {
        display: inline-block;
        font-size: 16px;
        width: 50%;
    }

    .cargo-transportation-rules-content div.section-text-wrap,
    .statute-content div.section-text-wrap {
        display: inline-block;
        width: 50%;
        font-size: 16px;
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px 30px 0 0;
        vertical-align: top;
    }

        .cargo-transportation-rules-content div.section-text-wrap .section-text,
        .statute-content div.section-text-wrap .section-text {
            -webkit-box-shadow: 0px 0px 19.53px 1.47px rgba(67, 67, 67, 0.14);
            box-shadow: 0px 0px 19.53px 1.47px rgba(67, 67, 67, 0.14);
            height: 650px;
            overflow: auto;
            padding: 10px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .cargo-transportation-rules-content div.section-text-wrap .pagination,
        .statute-content div.section-text-wrap .pagination {
            position: static !important;
            margin-bottom: 15px;
        }

            .cargo-transportation-rules-content div.section-text-wrap .pagination ul,
            .statute-content div.section-text-wrap .pagination ul {
                font-size: 0;
                width: 100%;
            }

                .cargo-transportation-rules-content div.section-text-wrap .pagination ul li,
                .statute-content div.section-text-wrap .pagination ul li {
                    font-size: 16px;
                    width: 12.5%;
                    padding: 0 2px;
                    margin: 0;
                    border: none;
                }

                    .cargo-transportation-rules-content div.section-text-wrap .pagination ul li a,
                    .statute-content div.section-text-wrap .pagination ul li a {
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                        display: block;
                        width: 100%;
                        border: 2px solid #515151;
                    }

                    .cargo-transportation-rules-content div.section-text-wrap .pagination ul li input,
                    .statute-content div.section-text-wrap .pagination ul li input {
                        width: 100%;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                        padding: 6px 8px;
                        border: 2px solid #515151;
                        font-weight: 500;
                        color: #515151;
                    }

.railway-station-guide-wrap {
    padding-top: 100px;
}

.map-wrap {
    position: relative;
    width: 100%;
    height: 550px;
    padding: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .map-wrap .modal {
        position: absolute;
        background-color: #fff0;
    }

.report-setup-content-wrap td {
    padding: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.report-setup-content-wrap .tabsContents {
    overflow: unset;
}

.report-setup-content-wrap fieldset {
    padding: 10px 0;
}

    .report-setup-content-wrap fieldset input {
        border: none;
        border-bottom: 1px solid #9f9f9f;
        width: 40%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.report-setup-content-wrap .report-setup-content {
    height: auto;
}

.report-setup-content-wrap #general-setup.hide {
    display: none;
}

.report-setup-content-wrap #general-setup {
    display: block;
}

.report-setup-content-wrap button, .report-setup-content-wrap a.btn, .report-setup-content-wrap input.btn {
    width: 100px;
    height: 35px;
    line-height: 35px;
    color: #fff !important;
    padding-top: 0;
    padding-bottom: 0;
}

.report-setup-content-wrap .popover-edit-wrap.hide {
    display: none;
}

.report-setup-content-wrap .popover-edit-wrap::before {
    text-align: center;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}

.report-setup-content-wrap .popover-edit {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

    .report-setup-content-wrap .popover-edit .error-msg.bottom {
        bottom: -11px !important;
        left: 46px !important;
    }

    .report-setup-content-wrap .popover-edit i.fas.fa-times.close-popover-edit {
        position: absolute;
        top: -15px;
        right: -12px;
        cursor: pointer;
    }

.report-setup-content-wrap .popover-edit-wrap {
    text-align: center;
    display: inline-block;
    position: fixed;
    background-color: rgba(70, 70, 70, 0.5);
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 120;
}

    .report-setup-content-wrap .popover-edit-wrap .popover-edit {
        width: 80%;
        position: relative;
    }

.report-setup-content-wrap .report-title {
    background-color: #fff;
    position: fixed;
    padding: 20px 60px 20px 60px;
    z-index: 1;
}

.report-setup-content-wrap form.form-report-setup {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .report-setup-content-wrap form.form-report-setup fieldset.hide {
        display: none;
    }

.report-setup-content-wrap .error-msg-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    /* display: none; */
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.report-setup-content-wrap .error-msg.bottom {
    bottom: -32px;
    left: 25px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 19.53px 1.47px rgba(67, 67, 67, 0.14);
    box-shadow: 0px 0px 19.53px 1.47px rgba(67, 67, 67, 0.14);
    border-radius: 3px;
    padding: 3px 8px;
}

    .report-setup-content-wrap .error-msg.bottom::after {
        content: '';
        position: absolute;
        left: 20px;
        bottom: 30px;
        border-bottom: 10px solid #fff;
        border-right: 10px solid transparent;
        /* border-top: 15px solid transparent; */
        border-left: 10px solid transparent;
    }

.report-setup-content-wrap .error-msg.top {
    top: -32px;
    left: 25px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 19.53px 1.47px rgba(67, 67, 67, 0.14);
    box-shadow: 0px 0px 19.53px 1.47px rgba(67, 67, 67, 0.14);
    border-radius: 3px;
    padding: 3px 8px;
}

    .report-setup-content-wrap .error-msg.top::after {
        content: '';
        position: absolute;
        left: 20px;
        bottom: -10px;
        /* border-bottom: 10px solid #fff0; */
        border-right: 10px solid transparent;
        border-top: 10px solid white;
        border-left: 10px solid #00ff8d00;
    }

.report-setup-content-wrap .text-danger {
    font-size: 14px;
}

.report-setup-content-wrap fieldset {
    width: auto;
}

    .report-setup-content-wrap fieldset input {
        width: auto;
    }

.report-setup-content-wrap .report-setup-wrap {
    margin-top: 10px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .report-setup-content-wrap .report-setup-wrap table {
        width: 100%;
    }

        .report-setup-content-wrap .report-setup-wrap table thead {
            text-align: center;
        }

            .report-setup-content-wrap .report-setup-wrap table thead tr {
                background-color: #dedede;
            }

        .report-setup-content-wrap .report-setup-wrap table.general-report-setup thead {
            cursor: pointer;
        }

            .report-setup-content-wrap .report-setup-wrap table.general-report-setup thead th {
                position: relative;
            }

            .report-setup-content-wrap .report-setup-wrap table.general-report-setup thead i {
                text-align: right;
                position: absolute;
                right: 5px;
                top: 7px;
                -webkit-transition: 0.3s;
                transition: 0.3s;
            }

            .report-setup-content-wrap .report-setup-wrap table.general-report-setup thead .close-icon {
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
            }

        .report-setup-content-wrap .report-setup-wrap table.general-report-setup tbody {
            display: table;
            width: 100%;
        }

            .report-setup-content-wrap .report-setup-wrap table.general-report-setup tbody tr td:last-child {
                text-align: right;
            }

            .report-setup-content-wrap .report-setup-wrap table.general-report-setup tbody.hide tr:not(:nth-child(-n+4)) {
                display: none;
            }

        .report-setup-content-wrap .report-setup-wrap table.general-report-setup td {
            width: 50%;
        }

        .report-setup-content-wrap .report-setup-wrap table.changeable-report-setup {
            text-align: center;
            margin-top: 30px;
            font-size: 12px;
        }

            .report-setup-content-wrap .report-setup-wrap table.changeable-report-setup tbody tr.report-item.deactive {
                color: #51515178;
            }

            .report-setup-content-wrap .report-setup-wrap table.changeable-report-setup tbody td.activate-cell:hover i.fa-eye-slash {
                color: red;
            }

            .report-setup-content-wrap .report-setup-wrap table.changeable-report-setup tbody td.activate-cell:hover {
                cursor: pointer;
            }

                .report-setup-content-wrap .report-setup-wrap table.changeable-report-setup tbody td.activate-cell:hover i {
                    color: #00acec;
                }

            .report-setup-content-wrap .report-setup-wrap table.changeable-report-setup tbody tr td.editCell {
                position: relative;
                text-align: center;
                cursor: pointer;
            }

                .report-setup-content-wrap .report-setup-wrap table.changeable-report-setup tbody tr td.editCell .popover {
                    top: 95%;
                    left: 45%;
                    width: -webkit-max-content;
                    width: -moz-max-content;
                    background-color: #fff;
                    -webkit-box-shadow: 0px 0px 19.53px 1.47px rgba(67, 67, 67, 0.14);
                    box-shadow: 0px 0px 19.53px 1.47px rgba(67, 67, 67, 0.14);
                    padding: 10px;
                    border: none;
                }

                    .report-setup-content-wrap .report-setup-wrap table.changeable-report-setup tbody tr td.editCell .popover::after {
                        content: '';
                        position: absolute;
                        left: 10px;
                        top: -10px;
                        border-bottom: 10px solid #fff;
                        border-right: 20px solid transparent;
                        border-left: 0px solid transparent;
                    }

                    .report-setup-content-wrap .report-setup-wrap table.changeable-report-setup tbody tr td.editCell .popover span {
                        display: block;
                        font-size: 14px;
                    }

                        .report-setup-content-wrap .report-setup-wrap table.changeable-report-setup tbody tr td.editCell .popover span:hover {
                            color: #00acec;
                        }

                    .report-setup-content-wrap .report-setup-wrap table.changeable-report-setup tbody tr td.editCell .popover i {
                        margin-right: 10px;
                        min-width: 18px;
                    }

                .report-setup-content-wrap .report-setup-wrap table.changeable-report-setup tbody tr td.editCell:hover i.change {
                    color: #00acec;
                }

.schedule-wrap {
    font-size: 0;
}

    .schedule-wrap:before {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        content: "";
    }

#input {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
}

#output {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
}

.schedule-wrap thead th:not(:first-child) {
    text-align: left;
}

input.invalid {
    border: 1px solid red;
}

input.valid {
    border: 1px solid #a9a9a9;
}

input {
    border: 1px solid #a9a9a9;
}

.msg-danger {
    position: absolute;
    top: 1px;
    left: 11px;
    display: inline-block;
    background-color: #fff;
    color: red;
    font-size: 11px;
    padding: 0 3px;
}

section#options-input td input {
    height: 32.38px;
}

    section#options-input td input[type=radio], section#options-input td input[type=checkbox] {
        height: auto;
    }

.schedule-wrap {
    padding-bottom: 20px;
}

.mainContentWrap {
    padding-bottom: 57px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container-fluid {
    width: auto;
}

.row.head div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#arrived-trains-table tbody, #departed-trains-table tbody {
    text-align: center;
}

#arrived-trains-table td, #departed-trains-table td {
    width: auto;
}

.work_of_station_parks_choice_date {
    text-align: right;
    padding: 0;
}

.user_interface_amkr div {
    padding-bottom: 10px;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.user_interface_amkr button.transparent.colorGrey,
.user_interface_amkr a.btn.transparent.colorGrey {
    border-radius: 0;
    color: #515151;
    border-color: #515151;
    width: 100%;
    height: auto;
    min-height: 60px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .user_interface_amkr button.transparent.colorGrey:hover,
    .user_interface_amkr a.btn.transparent.colorGrey:hover {
        color: #ffc000;
        text-decoration: underline;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

.user_interface_amkr .title {
    padding: 0;
    text-align: center;
}

.amkr-report .table-responsive {
    position: relative;
}

.amkr-report table {
    border: 2px solid black;
}

    .amkr-report table tbody, .amkr-report table th {
        border: 2px solid black !important;
    }

    .amkr-report table tr.color-yellow {
        background-color: #ffff66;
    }

    .amkr-report table tr.color-green {
        background-color: #66ff33;
    }

    .amkr-report table th {
        vertical-align: middle !important;
    }

    .amkr-report table td {
        border: 1px solid black !important;
        border-left: 2px solid black !important;
        border-right: 2px solid black !important;
        vertical-align: middle;
    }

        .amkr-report table td.count-of-wagons,
        .amkr-report table span.count-of-wagons,
        .amkr-report table td.count-of-wagons-by-road,
        .amkr-report table th.count-of-all-wagons {
            cursor: pointer;
        }

            .amkr-report table td.count-of-wagons:hover,
            .amkr-report table span.count-of-wagons:hover,
            .amkr-report table td.count-of-wagons-by-road:hover,
            .amkr-report table th.count-of-all-wagons:hover {
                text-decoration: underline;
                -webkit-text-decoration-color: #ffc000;
                text-decoration-color: #ffc000;
                color: #ffc000;
            }

            .amkr-report table td.count-of-wagons.count-of-all-wagons:hover,
            .amkr-report table span.count-of-wagons.count-of-all-wagons:hover,
            .amkr-report table td.count-of-wagons-by-road.count-of-all-wagons:hover,
            .amkr-report table th.count-of-all-wagons.count-of-all-wagons:hover {
                -webkit-text-decoration-color: #000;
                text-decoration-color: #000;
                color: #000;
            }

            .amkr-report table td.count-of-wagons.not-clickable,
            .amkr-report table span.count-of-wagons.not-clickable,
            .amkr-report table td.count-of-wagons-by-road.not-clickable,
            .amkr-report table th.count-of-all-wagons.not-clickable {
                cursor: not-allowed;
            }

    .amkr-report table th.count-of-all-trains {
        text-decoration: underline;
        -webkit-text-decoration-color: #ffc000;
        text-decoration-color: #ffc000;
        color: #ffc000;
    }

    .amkr-report table.hide tbody {
        display: none;
    }

    .amkr-report table tbody.action-button-wrap {
        display: table-row-group;
    }

    .amkr-report table td.toggle-action-button {
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        .amkr-report table td.toggle-action-button:hover {
            color: #ffc000;
            text-decoration: underline;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

.amkr-report .top-toggle-action-button {
    position: absolute;
    top: 5px;
    left: 15px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}

    .amkr-report .top-toggle-action-button:hover {
        color: #000;
        text-decoration: underline;
    }

.amkr-report .overall-result th {
    background-color: #ffc000;
    color: #fff;
}

.amkr-report .bg-green {
    background-color: #66ff33;
}

.amkr-report .bg-yellow {
    background-color: #ffff66;
}

.amkr-report td.text-nowrap, .amkr-report th.text-nowrap {
    white-space: nowrap;
}

table.arcelor {
    font-size: 11px;
    font-weight: 600;
}

    table.arcelor thead, table.arcelor .overall-result th {
        background-color: #ffc000;
        color: #fff;
    }

.popap-current-wagons-info-wraper {
    background-color: #00000075;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .popap-current-wagons-info-wraper.hide {
        display: none;
    }

    .popap-current-wagons-info-wraper .popap {
        background-color: #fff;
        overflow: auto;
        height: 70vh;
        margin-left: 10vh;
        margin-right: 5vh;
        margin-top: 18vh;
        border: 2px solid black;
    }

        .popap-current-wagons-info-wraper .popap i {
            position: absolute;
            right: 35px;
            top: 160px;
            cursor: pointer;
            color: #000;
        }

.tabsContentWrap.content-info .tabsContents > div {
    display: block;
}

.mainContentWrap.admin-panel .tabsContents {
    height: auto;
}

.admin-panel div {
    display: block;
}

.admin-panel .user-info-wrap {
    position: relative;
}

    .admin-panel .user-info-wrap a.prev {
        display: inline-block;
        position: absolute;
        top: 60px;
        left: 50px;
        color: #9f9f9f;
        font-size: 25px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        .admin-panel .user-info-wrap a.prev:hover {
            color: #00acec;
        }

.admin-panel .user-info > span {
    display: block;
    padding-left: 10px;
}

.admin-panel .user-info {
    display: inline-block;
    padding: 40px 100px;
}

    .admin-panel .user-info span.user-description {
        font-size: 15px;
        font-weight: 500;
    }

    .admin-panel .user-info span.user-name {
        font-size: 22px;
        font-weight: 400;
    }

        .admin-panel .user-info span.user-name span {
            padding: 0 20px;
            font-weight: 500;
        }

    .admin-panel .user-info span.company-name {
        font-weight: 500;
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .admin-panel .user-info table {
        width: 100%;
    }

        .admin-panel .user-info table thead {
            text-align: left;
        }

        .admin-panel .user-info table th {
            font-weight: 400;
            width: auto;
            padding: 10px;
        }

        .admin-panel .user-info table td {
            width: auto;
            padding: 10px;
        }

.admin-panel .btn-wrap {
    display: block;
    padding-left: 100px;
    padding-top: 40px;
}

.admin-panel a {
    font-size: 16px;
    font-weight: 400;
}

    .admin-panel a.change-pass.btn.transparent {
        width: 275px;
        color: #00acec;
        border-color: #00acec;
    }

.tabsContentWrap.container-fluid.logging-content-wrap {
    height: 100%;
}

    .tabsContentWrap.container-fluid.logging-content-wrap span.list-title {
        width: auto;
    }

    .tabsContentWrap.container-fluid.logging-content-wrap fieldset {
        border-color: #515151;
        border: 1px solid;
    }

        .tabsContentWrap.container-fluid.logging-content-wrap fieldset legend {
            color: #515151;
            font-weight: 500;
            font-size: 16px;
            display: inline;
            width: auto;
        }

        .tabsContentWrap.container-fluid.logging-content-wrap fieldset button#show {
            border: background-color;
            background-color: #fff;
            border: 1px solid #515151;
            padding: 5px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            cursor: pointer;
        }

            .tabsContentWrap.container-fluid.logging-content-wrap fieldset button#show:hover {
                border-color: #00acec;
            }

    .tabsContentWrap.container-fluid.logging-content-wrap input#StartDate,
    .tabsContentWrap.container-fluid.logging-content-wrap input#EndDate {
        border: none;
        border-bottom: 1px solid #515151;
        outline: none;
        padding: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .tabsContentWrap.container-fluid.logging-content-wrap form {
        display: inline-block;
        padding-top: 20px;
    }

    .tabsContentWrap.container-fluid.logging-content-wrap .mvc-grid-pager.hide {
        display: none;
    }

    .tabsContentWrap.container-fluid.logging-content-wrap .mvc-grid-pager button {
        color: #515151;
        font-weight: 500;
        border: 1px solid;
        line-height: normal;
        width: auto;
    }

        .tabsContentWrap.container-fluid.logging-content-wrap .mvc-grid-pager button:focus,
        .tabsContentWrap.container-fluid.logging-content-wrap .mvc-grid-pager button:hover,
        .tabsContentWrap.container-fluid.logging-content-wrap .mvc-grid-pager .active {
            background-color: #515151;
            color: #ffffff;
            border-color: #515151;
        }

div.logging.tabsContent.active {
    display: block;
    height: auto !important;
}

.tabsContentWrap .tabsContents.logging-content {
    overflow: auto;
}

.logging-wrap {
    width: 100%;
    padding-bottom: 50px;
}

    .logging-wrap table {
        width: 100%;
        text-align: left;
        border-collapse: collapse;
    }

        .logging-wrap table td, .logging-wrap table th {
            padding: 5px 10px;
        }

        .logging-wrap table a {
            color: #515151;
        }

            .logging-wrap table a:hover {
                color: #00acec;
            }

        .logging-wrap table thead tr {
            background-color: #dedede;
        }

        .logging-wrap table tbody tr:nth-child(even) {
            background-color: #dedede;
        }

        .logging-wrap table tr.hide {
            display: none;
        }

        .logging-wrap table tr.show {
            display: table-row;
        }

#cabinet .mainContentWrap.drop-down div.drop-down {
    display: block;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    overflow: auto;
    height: 100% !important;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
}

    #cabinet .mainContentWrap.drop-down div.drop-down span.list-title {
        width: auto;
    }

    #cabinet .mainContentWrap.drop-down div.drop-down form {
        display: inline-block;
        padding-top: 20px;
    }

    #cabinet .mainContentWrap.drop-down div.drop-down i.fas.fa-share {
        z-index: 1;
        position: absolute;
        right: 100px;
        top: 0;
        padding: 10px 20px;
    }

        #cabinet .mainContentWrap.drop-down div.drop-down i.fas.fa-share:hover {
            color: #00acec;
            cursor: pointer;
        }

    #cabinet .mainContentWrap.drop-down div.drop-down p > i.fas.fa-share {
        right: 0;
    }

    #cabinet .mainContentWrap.drop-down div.drop-down i.fas.fa-share:hover + a {
        border-color: #00acec;
    }

    #cabinet .mainContentWrap.drop-down div.drop-down i.fas.fa-plus {
        margin-right: 10px;
    }

        #cabinet .mainContentWrap.drop-down div.drop-down i.fas.fa-plus.default {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        #cabinet .mainContentWrap.drop-down div.drop-down i.fas.fa-plus.close-icon {
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
        }

    #cabinet .mainContentWrap.drop-down div.drop-down span {
        display: inline-block;
        color: #515151;
    }

        #cabinet .mainContentWrap.drop-down div.drop-down span.user-name {
            padding-left: 10px;
            min-width: 150px;
        }

        #cabinet .mainContentWrap.drop-down div.drop-down span.message-time {
            padding: 0 30px;
            font-size: 14px;
            color: #9f9f9f;
        }

        #cabinet .mainContentWrap.drop-down div.drop-down span.section,
        #cabinet .mainContentWrap.drop-down div.drop-down span.new-question {
            padding: 0 5px;
            font-size: 14px;
            font-weight: 300;
        }

        #cabinet .mainContentWrap.drop-down div.drop-down span.new-question {
            color: red !important;
        }

        #cabinet .mainContentWrap.drop-down div.drop-down span.title-question {
            width: 100%;
            padding: 10px 30px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 18px;
        }

    #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-sublist p {
        -webkit-box-shadow: 0px 0px 19.53px 1.47px rgba(67, 67, 67, 0.14);
        box-shadow: 0px 0px 19.53px 1.47px rgba(67, 67, 67, 0.14);
    }

    #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list {
        overflow: auto;
        padding-bottom: 50px;
    }

        #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list a {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: 1px solid transparent;
            border-radius: 4px;
            padding: 5px;
        }

            #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list a:hover {
                background-color: #fff;
                border-color: #00acec;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

        #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list li {
            position: relative;
            display: block;
        }

            #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list li button {
                color: #515151;
            }

            #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list li a {
                position: relative;
                color: #515151;
            }

                #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list li a span.message-time {
                    color: #9f9f9f;
                }

            #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list li p.body-letter {
                padding: 5px 30px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                font-size: 14px;
                margin: 0;
                position: relative;
            }

                #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list li p.body-letter span:first-child {
                    width: 80%;
                }

                #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list li p.body-letter.hide {
                    display: none;
                }

        #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list .answer-form.hide {
            display: none;
        }

        #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list .close-answer,
        #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list .open-answer {
            z-index: 1;
        }

            #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list .close-answer:hover + form + i + a {
                border-color: red;
            }

            #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list .open-answer:hover + i + a {
                border-color: green;
            }

            #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list .close-answer.hide,
            #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list .open-answer.hide {
                display: none;
            }

        #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list .close-answer,
        #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list .open-answer {
            position: absolute;
            right: 0px;
            padding: 0;
        }

            #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list .close-answer button,
            #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list .open-answer button {
                border: none;
                background-color: transparent;
                cursor: pointer;
                padding: 10px;
            }

                #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list .close-answer button:hover,
                #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list .open-answer button:hover {
                    color: red;
                }

                #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list .open-answer button:hover {
                    color: green;
                }

        #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list ul.sublist {
            display: none;
            padding: 0;
        }

            #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list ul.sublist li {
                position: relative;
                list-style-type: none;
                font-size: 14px;
                line-height: 18px;
                margin: 10px 0;
            }

            #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list ul.sublist li {
                display: block;
                color: #9f9f9f;
                width: 100%;
                text-decoration: none;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                width: auto;
            }

                #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list ul.sublist li form {
                    -webkit-box-shadow: 0px 0px 19.53px 1.47px rgba(67, 67, 67, 0.14);
                    box-shadow: 0px 0px 19.53px 1.47px rgba(67, 67, 67, 0.14);
                    padding: 10px;
                    width: 100%;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    text-align: right;
                    border-radius: 4px;
                    margin-top: 10px;
                }

                #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list ul.sublist li div.message {
                    -webkit-box-shadow: 0px 0px 19.53px 1.47px rgba(67, 67, 67, 0.14);
                    box-shadow: 0px 0px 19.53px 1.47px rgba(67, 67, 67, 0.14);
                }

                #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list ul.sublist li p {
                    padding: 10px;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    color: #515151;
                }

                #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list ul.sublist li form {
                    text-align: right;
                }

                #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list ul.sublist li textarea {
                    width: 100%;
                    overflow: auto;
                    padding: 5px;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    resize: vertical;
                    border-radius: 4px;
                }

                #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list ul.sublist li button {
                    background-color: #fff;
                    border: 1px solid transparent;
                    border-radius: 4px;
                    padding: 10px;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    cursor: pointer;
                }

                #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list ul.sublist li input.btn.btn-success {
                    border: none;
                    background-color: #fff;
                    outline: none;
                    padding: 5px;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    cursor: pointer;
                }

                    #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list ul.sublist li input.btn.btn-success:hover,
                    #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list ul.sublist li button:hover {
                        border-color: #00acec;
                    }

            #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list ul.sublist.drop {
                display: block;
            }

        #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list table.sub-table {
            width: 100%;
            margin-top: 15px;
            border-collapse: collapse;
            display: none;
        }

            #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list table.sub-table tr {
                list-style-type: none;
                width: 100%;
                font-size: 14px;
                line-height: 18px;
            }

            #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list table.sub-table thead tr {
                background-color: #dedede;
            }

            #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list table.sub-table tbody tr:nth-child(even) {
                background-color: #dedede;
            }

            #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list table.sub-table th.index-title {
                width: 4%;
            }

            #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list table.sub-table th.login-title,
            #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list table.sub-table th.phone-number-title,
            #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list table.sub-table th.email-title {
                width: 28%;
            }

            #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list table.sub-table th.data-title-title {
                width: 12%;
            }

            #cabinet .mainContentWrap.drop-down div.drop-down ul.drop-down-list table.sub-table.drop {
                display: table;
            }

.change-pass-user fieldset {
    height: 100%;
    max-width: 100%;
    border: none;
}

    .change-pass-user fieldset span {
        color: #9f9f9f;
        display: block;
        font-size: 18px;
        font-weight: 400;
    }

    .change-pass-user fieldset legend {
        margin-bottom: 60px;
        color: #3c3c3c;
        font-size: 36px;
        font-weight: 700;
    }

    .change-pass-user fieldset .inputWrap {
        position: relative;
    }

.change-pass-user input {
    border: none;
    border-bottom: 2px solid #949494;
    width: 100%;
    height: 40px;
    padding: 1px 1px 1px 35px;
    margin-bottom: 50px;
    display: block;
}

ul.feedback-nav {
    width: 100%;
    padding: 15px 30px;
    background-color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0px;
}

    ul.feedback-nav li {
        font-size: 16px;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        list-style-type: none;
        display: inline-block;
        background-color: #fff;
    }

        ul.feedback-nav li a {
            color: #515151 !important;
        }

            ul.feedback-nav li a:hover,
            ul.feedback-nav li a:active,
            ul.feedback-nav li a:focus {
                color: #00acec;
            }

        ul.feedback-nav li span.new-question {
            color: red !important;
        }

@media screen and (max-width: 900px) {
    a {
        text-align: center;
    }

    body {
        overflow: visible;
    }

    .Wrap {
        display: block;
    }

    .checkFormWrap {
        width: 100% !important;
    }

    .login .leftSideWrap {
        display: none !important;
    }

    .headerSmallScreen {
        display: block !important;
    }

    .checkForm .confirmWrap button[type="submit"] {
        margin-left: 10px;
    }

    .login .checkFormWrap {
        margin-top: 100px !important;
    }

    .login .checkForm button,
    .login .checkForm a {
        margin: 10px auto !important;
    }

    .headerSmallScreen {
        z-index: 10;
        position: fixed !important;
    }
}

@media screen and (max-height: 900px) and (max-width: 900px) {
    .headerSmallScreen {
        z-index: 10;
        position: fixed !important;
    }

    .login .checkForm {
        height: unset;
    }

    .login .checkFormWrap {
        padding: 3%;
        height: unset;
    }

    .inputWrap input {
        margin-bottom: 30px !important;
    }

    .login .checkForm fieldset legend {
        margin-bottom: 40px !important;
    }
}

@media screen and (max-width: 1400px) {
    div.vladivostok {
        display: none !important;
    }

    div.almaty {
        display: none !important;
    }
}

@media screen and (max-width: 1310px) {
    .footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        display: block;
        background-color: #fff;
    }

        .footer ul li a {
            color: #9f9f9f;
        }

            .footer ul li a:hover {
                color: #00acec;
                background-color: #fff;
            }

        .footer span {
            color: #fff;
            background-color: #00acec;
            padding: 25px;
            text-align: center;
            width: 100%;
            display: block;
        }

        .footer ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
        }
}

@media screen and (max-width: 1100px) {
    .user section {
        display: none !important;
    }

    .header {
        padding: 50px 25px;
    }
}

@media screen and (min-width: 900px) {
    .burgerIconWrap.burgerSmallScreen {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .logo .slider .tagline {
        padding-left: 10% !important;
    }

    .slider .carousel-indicators {
        margin-left: 10%;
    }

    .sliderContent {
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin: 0 auto;
    }

    .hideContent {
        display: none !important;
    }

    .serviceContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .serviceContent .serviceImg {
            width: 100%;
        }

        .serviceContent .serviceOffer {
            width: 100%;
        }

            .serviceContent .serviceOffer a {
                margin: 10px auto;
            }

    .optionsWrap {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .footer ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .footer ul li {
            text-align: center;
            display: block;
            width: 100%;
        }

            .footer ul li a {
                padding: 20px;
            }

    .schedule-wrap #input, .schedule-wrap #output {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #cabinet.admin-panel .tabsContentWrap.scheduler-tab {
        margin-top: 0;
    }
}

@media screen and (max-width: 610px) {
    #home .headerWrap .sentensEnter {
        font-size: 15px !important;
    }

    #home .headerWrap .tagline {
        font-size: 44px;
    }

    .slider .logo {
        text-align: center;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .slider .carousel-indicators {
        margin-left: 5%;
    }

    .logo .slider .tagline {
        font-size: 50px;
        padding-left: 5% !important;
    }

    .checkFormWrapBtn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center !important;
    }
}

@media screen and (max-height: 520px) {
    .sidebarWrap .sidebar ul li:first-child {
        position: fixed;
        top: 100px;
        left: 0;
        width: 350px;
    }
}

@media screen and (max-width: 450px) {
    .operational-data-content-wrap .btn.fullBg {
        width: 280px;
        height: 70px;
        line-height: 70px;
    }

    .title-wrap {
        padding: 20px 0 0 0;
        text-align: center;
    }

    .checkForm {
        text-align: center;
    }

    span.rings {
        padding: 25px 0;
    }
}

@media screen and (max-width: 768px) {
    div.reports-list {
        position: static;
    }
}

@media screen and (max-width: 500px) {
    #home.not_reg .header {
        padding: 50px 0;
    }

    div.hideContent.show div.almaty,
    div.hideContent.show div.vladivostok,
    div.hideContent.show div.vienna {
        display: none !important;
    }

    .login .checkForm .checkFormWrapBtn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .login .checkForm .checkFormWrapBtn .button, .login .checkForm .checkFormWrapBtn a {
            margin-bottom: 10px !important;
        }
}

@media screen and (max-width: 1050px) {
    #home.not_reg .headerEnter {
        display: none;
    }

    #home.not_reg .hideContent {
        display: block !important;
    }

        #home.not_reg .hideContent .searchWrap {
            display: none;
        }

        #home.not_reg .hideContent .headerInfo {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

    #home.not_reg .logo {
        width: 60%;
    }
}

@media screen and (max-width: 680px) {
    #home.not_reg .hideContent {
        display: none !important;
    }

    #home.not_reg .logo {
        width: 100%;
    }
}

.preloader-wrap {
    background-color: #00000014;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1002;
    top: 0;
    left: 0;
}

    .preloader-wrap::after {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        content: "";
    }

.preloader-wrap-main {
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    left: 75px;
    top: 0;
}

    .preloader-wrap-main::after {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        content: "";
    }

.loader {
    display: inline-block;
    vertical-align: middle;
}

.msg-wrap.error {
    padding-top: 10px;
}

.msg-wrap .alert {
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 0;
}

    .msg-wrap .alert.hide {
        opacity: 0;
        z-index: -1;
    }

    .msg-wrap .alert.show {
        opacity: 1;
    }

.playlist-wrap {
    padding: 5px 0;
}

    .playlist-wrap .playlist-item {
        border-radius: 4px;
        text-align: center;
        padding: 5px 0;
        cursor: pointer;
        -webkit-transition: 0.1s;
        transition: 0.1s;
    }

        .playlist-wrap .playlist-item:hover {
            background-color: #eaeaea;
            -webkit-transition: 0.1s;
            transition: 0.1s;
        }

        .playlist-wrap .playlist-item img {
            border-radius: 4px;
        }

span.playlist-item-title {
    font-size: 13px;
    font-weight: 500;
    padding: 5px;
    display: block;
}

.video-wrap iframe {
    width: 100%;
    height: 62vh;
}

.video-wrap span.video-title {
    font-size: 20px;
    font-weight: 500;
    padding: 5px;
}

.map {
    height: 80vh;
    width: 100%;
}

a {
    color: #0000FF;
}

.table-sm {
    font-size: 12px;
}

.align-center {
    text-align: center !important;
}

.without-border {
    border: none !important;
}

.cursor-default tr {
    cursor: default;
}

.mainContentWrap.without-padding {
    padding-bottom: 0px;
}

div.filtering {
    border: 1px solid #999;
    margin-bottom: 5px;
    padding: 10px;
    background-color: #EEE;
}

code {
    color: #515151 !important;
}

div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.overflow-unset {
    overflow: unset;
}

h4.title {
    display: inline-block;
    -webkit-box-sizing: border_box;
    box-sizing: border_box;
}

.icon_go-to-back {
    font-size: larger;
    cursor: pointer;
    z-index: 10;
}

    .icon_go-to-back.position-static {
        padding-top: 0;
        position: static;
    }

.title-wrap {
    position: static;
    background-color: #fff;
    width: 100%;
    padding: 10px 15px;
}

.hide-content {
    display: none !important;
}

.rightSideWrap.hide {
    visibility: hidden;
}

.modal-body button {
    width: 100%;
    margin: auto;
    height: 38px;
}

.tracking-action {
    cursor: pointer;
}

.mvc-grid-pager.hide {
    display: none;
}

.context-menu-wrap {
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .context-menu-wrap.show {
        display: block;
    }

.context-menu {
    position: absolute;
    z-index: 10;
    background-color: #fff;
    border: solid 1px #dfdfdf;
    -webkit-box-shadow: 1px 1px 2px #cfcfcf;
    box-shadow: 1px 1px 2px #cfcfcf;
}

    .context-menu ul {
        padding: 0;
        margin: 0;
    }

        .context-menu ul li {
            list-style-type: none;
            display: block;
            padding: 2.5px 30px;
            margin: 2.5px 0 2.5px 0;
            font-size: 11px;
            cursor: pointer;
        }

            .context-menu ul li:hover {
                background-color: #e6e6e6;
            }

.clocksWrap > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 76px;
    font-size: 13px;
}

.clocksWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

#home .clock {
    -webkit-box-shadow: inset 0 0 0 0.3em #fff;
    box-shadow: inset 0 0 0 0.3em #fff;
}

#home .circle {
    border: 2px solid #fff;
}

    #home .circle .face:after {
        background: #fff;
    }

    #home .circle .face .hour, #home .circle .face .minute, #home .circle .face .second {
        background: #fff;
    }

    #home .circle .clock__stroke::after {
        background-color: #fff;
    }

.clock {
    -webkit-box-shadow: inset 0 0 0 0.03em #515151;
    box-shadow: inset 0 0 0 0.03em #515151;
}

.circle {
    width: 62px;
    height: 62px;
    margin: 0 auto;
    position: relative;
    border: 2px solid #515151;
    border-radius: 50%;
}

    .circle .face {
        font-size: 58px;
        width: 100%;
        height: 100%;
    }

        .circle .face:after {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 6px;
            height: 6px;
            margin: -3px 0 0 -3px;
            background: #515151;
            border-radius: 6px;
            content: "";
            display: block;
        }

        .circle .face .hour, .circle .face .minute, .circle .face .second {
            width: 0;
            height: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            background: #515151;
            border-radius: 4px 0 0 4px;
        }

        .circle .face .minute, .circle .face .second {
            -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
        }

        .circle .face .hour {
            margin: -1px 0 -1px -28%;
            padding: 1px 0 1px 28%;
            -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
        }

        .circle .face .minute {
            margin: -36% -1px 0;
            padding: 36% 1px 0;
        }

        .circle .face .second {
            margin: -36% -0.25px 0 0;
            padding: 36% 0.25px 0;
        }

    .circle .clock__stroke {
        margin-left: -0.5em;
        margin-top: -0.5em;
        font-size: inherit;
        position: absolute;
        display: block;
        height: 1em;
        width: 1em;
        left: 50%;
        top: 50%;
    }

        .circle .clock__stroke::after {
            content: "";
            border-radius: 0.02em;
            background-color: #515151;
            margin-left: -0.01em;
            position: absolute;
            display: block;
            height: 0.05em;
            width: 0.05em;
            top: 0.05em;
            left: 50%;
        }

    .circle .clock__stroke--5 {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .circle .clock__stroke--10 {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .circle .clock__stroke--15 {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .circle .clock__stroke--20 {
        -webkit-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .circle .clock__stroke--25 {
        -webkit-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .circle .clock__stroke--30 {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .circle .clock__stroke--35 {
        -webkit-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .circle .clock__stroke--40 {
        -webkit-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .circle .clock__stroke--45 {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .circle .clock__stroke--50 {
        -webkit-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .circle .clock__stroke--55 {
        -webkit-transform: rotate(330deg);
        transform: rotate(330deg);
    }

ul.nav {
    padding-right: 0;
}

    ul.nav li {
        cursor: pointer;
        -webkit-transition: 0.15s;
        transition: 0.15s;
    }

        ul.nav li:hover {
            color: #00acec;
            -webkit-transition: 0.15s;
            transition: 0.15s;
        }

.nav-wrap {
    position: fixed !important;
    z-index: 15;
    padding: 0;
    right: 0;
}

    .nav-wrap li {
        font-size: 16px;
        font-weight: 400;
        padding: 0;
        line-height: 65px;
        text-align: center;
        z-index: 10;
    }

        .nav-wrap li i {
            margin: 0 5px;
        }

        .nav-wrap li.active {
            color: #00acec;
        }

.row.news-wrap {
    padding-top: 15px;
}

@media (max-width: 992px) {
    .filter-wrap {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

.calendar-wrap .calendar {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.datepicker.datepicker-inline {
    margin: 0 auto;
}

    .datepicker.datepicker-inline table {
        margin: 0 auto;
    }

.tags-wrap {
    padding: 5px;
}

    .tags-wrap span.title {
        padding: 5px;
    }

    .tags-wrap span.tag {
        cursor: pointer;
        display: inline-block;
        padding: 5px;
        margin: 5px;
        border-radius: 4px;
    }

.news-item img {
    width: 100%;
}

.jtable-main-container {
    display: none;
}

    .jtable-main-container .jtable {
        font-size: 12px;
        font-weight: 400px;
    }

    .jtable-main-container.show {
        display: block;
    }

.jtable-child-table-container .jtable-main-container {
    display: block;
}

.headerWrap {
    max-height: 10vh;
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 0;
    position: fixed;
    z-index: 20;
    background-color: #fff;
    -webkit-box-shadow: 0px 9px 19.53px 1.47px rgba(67, 67, 67, 0.09);
    box-shadow: 0px 9px 19.53px 1.47px rgba(67, 67, 67, 0.09);
}

    .headerWrap .headline {
        font-size: 18px;
        font-weight: 500;
        text-align: center;
    }

.header {
    width: 100% !important;
}

    .header > div {
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .header .row > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .header .row > div i {
            color: #515151;
        }

            .header .row > div i:hover {
                color: #00acec;
            }

    .header .search {
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        /* Firefox 19+ */
        /* Firefox 18- */
    }

        .header .search #search::-webkit-input-placeholder {
            color: #515151;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 300;
        }

        .header .search #search::-moz-placeholder {
            color: #515151;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 300;
        }

        .header .search #search:-moz-placeholder {
            color: #515151;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 300;
        }

        .header .search #search:-ms-input-placeholder {
            color: #515151;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 300;
        }

        .header .search input#search {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 30px 0 25px;
            outline: none;
            background-color: rgba(255, 255, 255, 0);
            height: 40px;
            border-radius: 22px;
            border: 2px solid #515151;
            color: #515151;
        }

        .header .search button {
            position: absolute;
            top: 0;
            right: 0;
            border: none;
            background: none;
            color: #fff;
            cursor: pointer;
            height: 40px;
            width: 40px;
            border-radius: 0 22px 22px 0;
        }

.avatar {
    border: 2px solid black;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

i.fas.fa-user-tie {
    font-size: 30px;
}

.leftSideWrap {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
}

.sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    background-color: #404040;
}

    .sidebar.hide {
        width: 75px !important;
    }

.sidebar-header {
    height: 10vh;
    min-height: 100px;
    background-color: #3b3b3b;
}

.sidebar-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.sidebar-content_search {
    position: relative;
}

    .sidebar-content_search input {
        border-radius: 0;
        outline: none;
        color: #fff;
        background-color: #2d2d2d;
        padding: 5px;
        height: 48px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        position: relative;
    }

    .sidebar-content_search button {
        color: #fff;
        background-color: #2d2d2d;
        position: absolute;
        top: 0;
        right: 0;
        height: 48px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        cursor: pointer;
    }

        .sidebar-content_search button i {
            font-size: 20px;
            min-width: 28px;
        }

        .sidebar-content_search button:hover i {
            color: #00acec;
        }

.sidebar-content-wrap {
    height: 85vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
}

.sidebar-content__nav {
    padding: 0;
    margin: 0;
}

    .sidebar-content__nav li {
        list-style-type: none;
    }

    .sidebar-content__nav a {
        height: 20px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        padding: 12px 10px 12px 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .sidebar-content__nav a:hover, .sidebar-content__nav a:focus, .sidebar-content__nav a.active {
            text-decoration: none;
            color: #9f9f9f;
            -webkit-box-shadow: inset 10px 0px 0px 0px #00acec;
            box-shadow: inset 10px 0px 0px 0px #00acec;
        }

        .sidebar-content__nav a:focus, .sidebar-content__nav a.active {
            background-color: #2d2d2d;
        }

        .sidebar-content__nav a i {
            margin-right: 5px;
            font-size: 20px;
            min-width: 28px;
            text-align: center;
        }

    .sidebar-content__nav span {
        white-space: nowrap;
    }

.sidebar-footer {
    height: 5vh;
    background-color: #3b3b3b;
}

.sidebar-footer__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .sidebar-footer__content span {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

.sidebar {
    -webkit-box-shadow: 2px 0px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 0px 5px -2px rgba(0, 0, 0, 0.75);
}

    .sidebar .sidebar-content__nav span {
        -webkit-transition: 0.2s;
        transition: 0.2s;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        width: auto;
        opacity: 1;
    }

    .sidebar.hide .sidebar-content_search-wrap {
        visibility: hidden;
    }

    .sidebar.hide .sidebar-content__nav a {
        padding: 12px 0;
    }

        .sidebar.hide .sidebar-content__nav a:hover, .sidebar.hide .sidebar-content__nav a:focus, .sidebar.hide .sidebar-content__nav a.active {
            color: #fff;
            background-color: #00acec;
        }

    .sidebar.hide .sidebar-content__nav span {
        -webkit-transition: 0.2s;
        transition: 0.2s;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        opacity: 0;
        position: absolute;
        left: -500px;
    }

    .sidebar.hide .sidebar-content__nav i {
        margin: 0 auto;
    }

    .sidebar.hide .sidebar-footer__content span {
        visibility: hidden;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .daily-loading-of-wagons table td.active {
        -webkit-box-shadow: inset 0px 0px 0px 3px #00acec;
        -moz-box-shadow: inset 0px 0px 0px 3px #00acec;
        box-shadow: inset 0px 0px 0px 3px #00acec;
    }

/* Chrome, Safari, Edge, Opera */
.daily-loading-of-wagons input::-webkit-outer-spin-button,
.daily-loading-of-wagons input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.daily-loading-of-wagons input[type=number] {
    -moz-appearance: textfield;
}

.daily-loading-of-wagons input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    text-align: center;
}

td.value-cell {
    cursor: pointer;
}

    td.value-cell:hover {
        background-color: rgba(90, 124, 255, 0.50);
        transition: 0.3s;
    }

ul.ui-autocomplete {
    z-index: 10000;
    font-size: 14px;
}




/*excel builder view*/

.eb-tab .nav-tabs {
    border-bottom: 2px solid #e8e8e8;
}

    .eb-tab .nav-tabs li {
        display: block;
        padding: 10px 20px;
        margin: 0 35px 25px 20px;
        background: #fff;
        font-size: 20px;
        font-weight: 700;
        color: #112529;
        text-align: center;
        border: none;
        border-radius: 0;
        z-index: 2;
        position: relative;
    }

        .eb-tab .nav-tabs li hover,
        .eb-tab .nav-tabs li.active-tab {
            color: #198df8;
            border: none;
        }

.eb-tab .tab-content {
    display: flex;
}

.field-card {
    margin-left: 5px;
    height: 400px;
    width: 250px;
    overflow: auto;
}

.arrows {
    height: 300px;
    width: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

    .arrows div i:hover,
    .list-group li:hover,
    .report-history:hover,
    .ex-builder-icons i:hover {
        color: #198df8;
        cursor: pointer;
    }

.arrow-container {
    height: 400px;
    display: flex;
    align-items: center;
}

.field-card ul li {
    list-style-type: none;
    white-space: nowrap;
}

.arrows div {
    transform: scale(1.8);
}

.field-card-container {
    padding: 15px;
    margin: 10px;
    height: 420px;
    width: 280px;
    border: 2px solid lightgrey;
    border-radius: 5%;
    background-color: rgba(239, 239, 239, 0.69);
}

.active-field {
    color: #198df8;
    font-weight: 500;
}

/*excel builder icons*/
.card-label div i {
    font-weight: 500;
    letter-spacing: 2px;
}

.ex-error {
    box-shadow: 0px 0px 5px red;
    border: 1px solid red !important;
}

.ex-builder-icons i {
    transform: scale(1.3);
    opacity: 0.6;
    float: right;
}

.ex-builder-icon-pos {
    position: relative;
    top: 1px;
    right: 20px;
}

.ex-builder-icons {
    max-width: 300px;
    margin-top: 3px;
}

.form-setting-link {
    font-size: 15px;
}

.text-decorator {
    font-size: 16px;
    letter-spacing: 4px;
}

.delta-red-cell {
    background-color: rgba(255, 1, 1, 0.2);
}

.delta-blue-cell {
    background-color: rgba(0, 172, 236, 0.2);
}

.cell-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

tr .td-min-width td {
    width: 1px;
}

.inputBtn {
    color: #fff;
    border-radius: 30px;
    background-color: #00acec;
    border: none;
    font-weight: 700;
    cursor: pointer;
    width: 220px;
    height: 30px;
}
    .inputBtn:hover {
        background-color: #00baff;
    }

    .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 160px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
}


.show {
    display: block;
}

.table.vert-middle thead tr th,
.table.vert-middle tbody tr td{
    vertical-align:middle
}

.form-background-color{
    background-color:#ededed;
}
/*Burger icon START*/
.iconWrap {
    margin-right: 8px;
    cursor: pointer;
    z-index: 100;
    width: 20px;
    height: 20px;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.burger_line{
    position: absolute;
    top: 6px; 
    width: 20px;
    height: 2px;
    background-color: black;
    transition: .5s all;
}

.second, .third{
    top: 11px;
}

.fourth{
    top: 16px;
}


.iconWrap.checked .first{
    display: none;
}

.iconWrap.checked .second{
    transform: rotate(45deg);
}

.iconWrap.checked .third{
    transform: rotate(-45deg);
}

.iconWrap.checked .fourth{
    display: none;
}
/*Burger icon END*/
/* Checkbox start */
.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}
.checkboxWrap label {
    position: relative;
    padding: 0 0 0 35px;
    cursor: pointer;
}
.checkboxWrap label:before {
content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #949494;
    background: #FFF;
}
.checkboxWrap label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 4px;
    width: 16px;
    height: 16px;
    background: #00acec;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
    opacity: 0;
    transition: .2s;
}
.checkboxWrap label.checked:after {
    opacity: 1;
}
/* Checkbox end */

