/*-- __Reset
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
    -ms-interpolation-mode: bicubic;
}

textarea {
    overflow: auto;
    resize: vertical;
}

button {
    width: auto;
    overflow: visible;
    cursor: pointer;
}

    button::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

input {
    outline: none;
    -webkit-appearance: none;
}

textarea {
    outline: none;
    -webkit-appearance: none;
}

input::-ms-clear {
    display: none;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    outline: none;
}

body {
    word-wrap: break-word;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}
/*-- __Fonts
------------------------------------------------------------*/
/* Fonts path */
/* /Fonts path */
/* Font face template */
/* /Font face template */
@font-face {
    font-family: 'icomoon';
    src: url('../fonts//icomoon.eot?64cbe3');
    src: url('../fonts//icomoon.eot?64cbe3#iefix') format('embedded-opentype'), url('../fonts//icomoon.ttf?64cbe3') format('truetype'), url('../fonts//icomoon.woff?64cbe3') format('woff'), url('../fonts//icomoon.svg?64cbe3#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Font face definition */
@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/roboto-thin.eot');
    src: url('../fonts/roboto-thin.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-thin.woff') format('woff'), url('../fonts/roboto-thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/roboto-regular.eot');
    src: url('../fonts/roboto-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular.woff') format('woff'), url('../fonts/roboto-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/roboto-bold.eot');
    src: url('../fonts/roboto-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-bold.woff') format('woff'), url('../fonts/roboto-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
/* /Font face definition */
/* Full font Arial */
/* /Full font Arial */
/* Full font Proxima */
/* /Full font Proxima */
/*-- __Transitions
------------------------------------------------------------*/
/* Transition */
/* /Transition */
/* Animated */
.animated {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.opacity-animated {
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
/* /Animated */
/*-- __Non-semantic helpers
------------------------------------------------------------*/
/* Clearfix */
.clear {
    width: 100%;
    height: 20px;
    font-size: 0;
    line-height: 0;
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}
/* /Clearfix */
/* Inline block */
/* /Inline block */
/* Image replacement */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }
/* /Image replacement */
/* Hide from both screenreaders and browsers */
.hidden {
    display: none !important;
    visibility: hidden;
}

.hidden-input {
    display: none;
    visibility: hidden;
}
/* /Hide from both screenreaders and browsers */
/* Hide only visually, but have it available for screenreaders */
.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visually-hidden.focusable:active,
    .visually-hidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }
/* /Hide only visually, but have it available for screenreaders */
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden;
}
/* /Hide visually and from screenreaders, but maintain layout */
/* Placeholder */
/* /Placeholder */
/* No select */
.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* /No select */
/*-- __Triangle
------------------------------------------------------------*/
/* /Triangle */
/* Button */
.btn {
    display: inline-block;
    vertical-align: middle;
    font: normal 400 16px/16px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    color: #ffffff;
    border-radius: 4px;
    height: 36px;
    padding: 8px 25px 8px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    position: relative;
    border: 0;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn__text {
    position: relative;
    z-index: 2;
    top: 2px;
}

.btn--green {
    background: linear-gradient(to bottom, #27ae61 0%, #25a956 23%, #1e962c 77%, #1c9020 100%);
}

.btn--blue {
    background: linear-gradient(to bottom, #00a2d3 0%, #1e88e5 100%);
}

    .btn--blue:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to bottom, #00a2d3 0%, #00b0e5 100%);
        border-radius: 4px;
        z-index: 1;
        opacity: 0;
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }

    .btn--blue:hover:before {
        opacity: 1;
    }

.btn--dark {
    background: linear-gradient(to bottom, #78909c 0%, #6d838f 23%, #485a63 71%, #384850 100%);
}

    .btn--dark:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to bottom, #78909c 0%, #6b8a99 100%);
        border-radius: 4px;
        z-index: 1;
        opacity: 0;
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }

    .btn--dark:hover:before {
        opacity: 1;
    }
/* /Button */
/* Checkbox */
.login-checkbox {
    display: block;
    margin: 12px 0 0;
}

.login-checkbox__label {
    display: block;
    position: relative;
    padding: 0 0 0 68px;
    color: #78909c;
    font: normal 100 16px/20px Roboto, "Helvetica Neue", Helvetica, sans-serif;
}

    .login-checkbox__label:before {
        content: "";
        display: block;
        position: absolute;
        width: 17px;
        height: 17px;
        background: #ffffff;
        border: #d4d9e3 solid 1px;
        left: 10px;
        top: 2px;
    }

    .login-checkbox__label:after {
        content: "";
        display: block;
        position: absolute;
        background-image: url(../Images/sprite.png);
        background-position: 0 97.191011%;
        width: 12px;
        height: 9px;
        background-size: 550%;
        opacity: 0;
        left: 14px;
        top: 7px;
    }

.login-checkbox__input:checked ~ .login-checkbox__label:after {
    opacity: 1;
}

.login-checkbox__input {
    visibility: hidden;
    position: fixed;
}

.checkbox {
    display: block;
}

.checkbox__label {
    display: block;
    position: relative;
    padding: 0;
    color: #78909c;
    font-size: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

    .checkbox__label:before {
        content: "";
        display: block;
        position: absolute;
        width: 15px;
        height: 15px;
        box-sizing: border-box;
        background: #ffffff;
        border: #d4d9e3 solid 1px;
        left: 0;
        top: 0;
    }

    .checkbox__label:after {
        content: "";
        display: block;
        position: absolute;
        background-image: url(../Images/sprite.png);
        background-position: 0 97.191011%;
        width: 12px;
        height: 9px;
        background-size: 550%;
        opacity: 0;
        left: 2px;
        top: 3px;
    }

.checkbox__input:checked ~ .checkbox__label:after {
    opacity: 1;
}

.checkbox__input {
    visibility: hidden;
    position: fixed;
}
/* /Checkbox */
/* Double field */
.double-field {
    white-space: nowrap;
    margin-bottom: 33px;
}

.double-field__first {
    display: inline-block;
    vertical-align: top;
    width: 55%;
    white-space: normal;
    border: #78909c solid 1px;
    background: #ffffff;
    border-radius: 3px 0 0 3px;
    height: 36px;
    color: #0e1a35;
    padding-left: 20px;
    box-sizing: border-box;
    font: normal 400 15px/30px Roboto, "Helvetica Neue", Helvetica, sans-serif;
}

.double-field__calendar {
    display: inline-block;
    vertical-align: top;
    width: 15%;
    white-space: normal;
    height: 34px;
    border-top: #78909c solid 1px;
    border-bottom: #78909c solid 1px;
    background: #eff3f6;
    position: relative;
    cursor: pointer;
}

    .double-field__calendar:before {
        content: "";
        display: block;
        position: absolute;
        background-image: url(../Images/sprite.png);
        background-position: 0 62.632696%;
        width: 19px;
        height: 20px;
        background-size: 347.368421%;
        left: 50%;
        top: 50%;
        margin-left: -10px;
        margin-top: -10px;
    }

.double-field__second {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    white-space: normal;
}

    .double-field__second .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 13px;
    }

    .double-field__second .select2-results__option {
        padding-left: 15px;
    }

    .double-field__second .select2-container--default .select2-selection--single {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
/* /Double field */
/*
      Sprites list
*/
/* Example */
/* /Example */
/*-- __Sprites helper
------------------------------------------------------------*/
/*! jQuery UI - v1.11.4 - 2016-05-26
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
    /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    /* support: IE8 */
}

.ui-front {
    z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    width: 236px;
    padding: 0;
    display: none;
    box-sizing: border-box;
    border: #e6eaee solid 1px !important;
    border-top: none !important;
    background: #f0f2f6;
    position: absolute !important;
    bottom: auto !important;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
        background: linear-gradient(to bottom, #78909c 0%, #6d838f 23%, #485a63 71%, #384850 100%);
        font: normal 700 14px/20px Roboto, "Helvetica Neue", Helvetica, sans-serif;
        text-transform: uppercase;
        border: none;
        padding: 0;
        color: #ffffff;
        margin-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 0;
        width: 40px;
        height: 40px;
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        cursor: pointer;
    }

        .ui-datepicker .ui-datepicker-prev:before {
            content: "";
            display: block;
            position: absolute;
            background-image: url(../Images/sprite.png);
            background-position: 0 98.594519%;
            width: 6px;
            height: 10px;
            background-size: 1100%;
            left: 50%;
            margin-left: -3px;
            top: 50%;
            margin-top: -5px;
        }

        .ui-datepicker .ui-datepicker-next:before {
            content: "";
            display: block;
            position: absolute;
            background-image: url(../Images/sprite.png);
            background-position: 0 100%;
            width: 6px;
            height: 10px;
            background-size: 1100%;
            left: 50%;
            margin-left: -3px;
            top: 50%;
            margin-top: -5px;
        }

        .ui-datepicker .ui-datepicker-prev .ui-icon,
        .ui-datepicker .ui-datepicker-next .ui-icon {
            display: none;
        }

    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-hover {
        border: none !important;
        opacity: 1;
    }

    .ui-datepicker .ui-datepicker-prev,
    #ui-datepicker-div .ui-datepicker-prev-hover {
        left: 0;
        /*.sprite(@s-calendar-prev);*/
        background-color: transparent;
    }

    .ui-datepicker .ui-datepicker-next,
    #ui-datepicker-div .ui-datepicker-next-hover {
        right: 0;
        /*.sprite(@s-calendar-next);*/
        background-color: transparent;
    }

        .ui-datepicker .ui-datepicker-prev span,
        .ui-datepicker .ui-datepicker-next span {
            display: block;
            position: absolute;
            left: 50%;
            margin-left: -8px;
            top: 50%;
            margin-top: -8px;
        }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
        height: 40px;
        padding-top: 7px;
        box-sizing: border-box;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

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

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 10px;
    }

    .ui-datepicker th {
        color: #393939;
        text-align: center;
        font: normal 700 14px/20px Roboto, "Helvetica Neue", Helvetica, sans-serif;
        border: 0;
        padding: 4px 0 5px;
        background: #ffffff;
        border-bottom: #dfdfdf solid 1px;
    }

        .ui-datepicker th:first-child {
            padding-left: 10px;
        }

        .ui-datepicker th:last-child {
            padding-right: 10px;
        }

        .ui-datepicker th.ui-datepicker-week-end {
            color: #ff0000;
        }

    .ui-datepicker td {
        border: 0;
        vertical-align: middle;
    }

        .ui-datepicker td:first-child {
            padding-left: 10px;
        }

        .ui-datepicker td:last-child {
            padding-right: 10px;
        }

    .ui-datepicker tbody tr:first-child td {
        padding-top: 6px;
    }

    .ui-datepicker td span,
    .ui-datepicker td a {
        display: block;
        color: #393939;
        font: normal 400 14px/24px Roboto, "Helvetica Neue", Helvetica, sans-serif;
        text-align: center;
        text-decoration: none;
        background: none !important;
        border: none !important;
        height: 24px;
        width: 24px;
        -webkit-transition: background .3s ease;
        -moz-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease;
    }

    .ui-datepicker td.ui-datepicker-week-end span,
    .ui-datepicker td.ui-datepicker-week-end a {
        color: #ff0000;
    }

.ui-datepicker-calendar td.zero a:before {
    content: "0";
}

.ui-datepicker td a.ui-state-highlight {
    color: #009788 !important;
}

.ui-datepicker td a:hover,
.ui-datepicker td a.ui-state-active {
    background: #009788 !important;
    color: #ffffff !important;
    border-radius: 2px;
}

.ui-datepicker td.ui-datepicker-week-end a:hover,
.ui-datepicker td.ui-datepicker-week-end a.ui-state-active {
    background: #009788 !important;
    color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

    .ui-datepicker .ui-datepicker-buttonpane button {
        float: right;
        margin: .5em .2em .4em;
        cursor: pointer;
        padding: .2em .6em .3em .6em;
        width: auto;
        overflow: visible;
    }

        .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
            float: left;
        }
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
            .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }
/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    background: #f0f2f6;
    color: #333333;
}

    .ui-widget-content a {
        color: #333333;
    }

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #333333;
    }
    /* Interaction states
----------------------------------*/
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
        font-weight: normal;
        color: #454545;
    }

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

    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
        border: 1px solid #cccccc;
        background: #ededed;
        font-weight: normal;
        color: #2b2b2b;
    }

        .ui-state-hover a,
        .ui-state-hover a:hover,
        .ui-state-hover a:link,
        .ui-state-hover a:visited,
        .ui-state-focus a,
        .ui-state-focus a:hover,
        .ui-state-focus a:link,
        .ui-state-focus a:visited {
            color: #2b2b2b;
            text-decoration: none;
        }

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
        border: 1px solid #003eff;
        background: #007fff;
        font-weight: normal;
        color: #ffffff;
    }

        .ui-state-active a,
        .ui-state-active a:link,
        .ui-state-active a:visited {
            color: #ffffff;
            text-decoration: none;
        }
    /* Interaction Cues
----------------------------------*/
    .ui-state-highlight,
    .ui-widget-content .ui-state-highlight,
    .ui-widget-header .ui-state-highlight {
        border: 1px solid #dad55e;
        background: #fffa90;
        color: #777620;
    }

        .ui-state-highlight a,
        .ui-widget-content .ui-state-highlight a,
        .ui-widget-header .ui-state-highlight a {
            color: #777620;
        }

    .ui-state-error,
    .ui-widget-content .ui-state-error,
    .ui-widget-header .ui-state-error {
        border: 1px solid #f1a899;
        background: #fddfdf;
        color: #5f3f3f;
    }

        .ui-state-error a,
        .ui-widget-content .ui-state-error a,
        .ui-widget-header .ui-state-error a {
            color: #5f3f3f;
        }

    .ui-state-error-text,
    .ui-widget-content .ui-state-error-text,
    .ui-widget-header .ui-state-error-text {
        color: #5f3f3f;
    }

    .ui-priority-primary,
    .ui-widget-content .ui-priority-primary,
    .ui-widget-header .ui-priority-primary {
        font-weight: bold;
    }

    .ui-priority-secondary,
    .ui-widget-content .ui-priority-secondary,
    .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: alpha(opacity=70);
        /* support: IE8 */
        font-weight: normal;
    }

    .ui-state-disabled,
    .ui-widget-content .ui-state-disabled,
    .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: alpha(opacity=35);
        /* support: IE8 */
        background-image: none;
    }

        .ui-state-disabled .ui-icon {
            filter: alpha(opacity=35);
            /* support: IE8 - See #6059 */
        }
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}
/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}
/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: alpha(opacity=30);
    /* support: IE8 */
}

.ui-widget-shadow {
    margin: 0px 0 0 0px;
    padding: 5px;
    background: #666666;
    opacity: .3;
    filter: alpha(opacity=30);
    /* support: IE8 */
    border-radius: 8px;
}

.select-helper {
    display: block;
    position: relative;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 36px;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 33px;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #5f6c72;
            font-size: 14px;
            white-space: nowrap;
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative;
        }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px;
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .select2-container .select2-search--inline {
        float: left;
    }

        .select2-container .select2-search--inline .select2-search__field {
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0;
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none;
            }

.select2-dropdown {
    background-color: #f4f5f8;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px 12px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 15px;
}

    .select2-results__option[aria-selected] {
        cursor: pointer;
    }

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #78909c;
    border-radius: 3px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #5f6c72;
        font-size: 14px;
        line-height: 34px;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 34px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow:before {
            content: "";
            background-image: url(../Images/sprite.png);
            background-position: 0 92.636746%;
            width: 13px;
            height: 7px;
            background-size: 507.692308%;
            display: block;
            position: absolute;
            right: 14px;
            top: 13px;
        }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            display: none;
            border-color: red transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 3px;
    cursor: text;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none;
        }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 3px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333;
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #0e1a35;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #dfe3ea;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0;
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em;
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em;
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em;
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em;
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em;
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 3px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 34px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-right: 10px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        height: 34px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
        background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
        background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none;
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px;
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 3px;
    cursor: text;
    outline: 0;
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 3px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555;
        }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}
/* Enter */
.enter {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../Images/enter.jpg) 50% 50% no-repeat;
    background-size: cover;
    white-space: nowrap;
    font-size: 0;
    text-align: center;
    overflow: auto;
}

    .enter:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

.enter__block {
    display: inline-block;
    vertical-align: middle;
    width: 804px;
    min-height: 623px;
    background: #f6f7fa;
    margin: 30px 0;
    white-space: normal;
}

.enter__header {
    background: #009788;
    height: 98px;
    color: #ffffff;
    box-sizing: border-box;
    text-align: center;
    font: normal 700 24px/30px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    padding: 33px 30px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.enter__body {
    width: 444px;
    margin: 0 auto;
    padding: 85px 0 55px;
    text-align: left;
}

.enter__button {
    width: 267px;
    display: block;
    text-align: center;
    margin: 105px auto 0;
}
/* Enter field */
.field-enter {
    position: relative;
    min-height: 100px;
}

.field-enter--login:before {
    content: "";
    display: block;
    background-image: url(../Images/sprite.png);
    background-position: 0 36.512456%;
    width: 26px;
    height: 28px;
    background-size: 253.846154%;
    position: absolute;
    left: 8px;
    top: 18px;
}

.field-enter--login:after {
    content: "";
    display: block;
    background-image: url(../Images/sprite.png);
    background-position: 0 33.807829%;
    width: 26px;
    height: 28px;
    background-size: 253.846154%;
    position: absolute;
    left: 8px;
    top: 18px;
    opacity: 0;
}

.field-enter--login._error:before {
    opacity: 0;
}

.field-enter--login._error:after {
    opacity: 1;
}

.field-enter--pass:before {
    content: "";
    display: block;
    background-image: url(../Images/sprite.png);
    background-position: 0 48.542999%;
    width: 22px;
    height: 26px;
    background-size: 300%;
    position: absolute;
    left: 9px;
    top: 20px;
}

.field-enter--pass:after {
    content: "";
    display: block;
    background-image: url(../Images/sprite.png);
    background-position: 0 45.984364%;
    width: 22px;
    height: 26px;
    background-size: 300%;
    position: absolute;
    left: 9px;
    top: 20px;
    opacity: 0;
}

.field-enter--pass._error:before {
    opacity: 0;
}

.field-enter--pass._error:after {
    opacity: 1;
}

.field-enter__input {
    display: block;
    border: none;
    border-bottom: #d4d9e3 solid 1px;
    background: none;
    width: 100%;
    height: 64px;
    padding-left: 68px;
    box-sizing: border-box;
    color: #3a4a52;
    font: normal 400 22px/22px Roboto, "Helvetica Neue", Helvetica, sans-serif;
}

    .field-enter__input::-webkit-input-placeholder {
        color: #78909c;
        opacity: 1;
        font-size: 16px;
        font-wight: 100;
        font-style: normal;
    }

    .field-enter__input:-moz-placeholder {
        color: #78909c;
        opacity: 1;
        font-size: 16px;
        font-wight: 100;
        font-style: normal;
    }

    .field-enter__input::-moz-placeholder {
        color: #78909c;
        opacity: 1;
        font-size: 16px;
        font-wight: 100;
        font-style: normal;
    }

    .field-enter__input:-ms-input-placeholder {
        color: #78909c;
        opacity: 1;
        font-size: 16px;
        font-wight: 100;
        font-style: normal;
    }

.field-enter__error {
    display: block;
    color: #ff7044;
    font: normal 100 16px/20px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    padding: 1px 0 0 65px;
    display: none;
}

    .field-enter__error._show {
        display: block;
    }

.field-enter._error .field-enter__error {
    display: block;
}

.popup {
    display: inline-block;
    vertical-align: middle;
    width: 987px;
    background: #f6f7fa;
    text-align: left;
    box-shadow: 0 0 139px rgba(147, 161, 185, 0.59);
    height: 798px;
    margin: 50px 0;
    max-height: calc(100% - 100px);
    min-height: 620px;
    position: relative;
    white-space: normal;
}

.popup--report {
    width: 1220px;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-x: auto;
    overflow-y: scroll;
    z-index: 1000;
    text-align: center;
    font-size: 0;
    white-space: nowrap;
    /*min-width: 1349px;*/
}

    .popup-overlay:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 0;
    }

.popup-header {
    display: block;
    width: 100%;
    height: 74px;
    box-sizing: border-box;
    padding: 21px 45px;
}

.popup-header--guard-off {
    background: #00a2d3;
}

.popup-header--guard-on {
    background: #58ad62;
}

.popup-header--guard-tech {
    background: #cfd8dc;
}

.popup-header--guard-deactivated {
    background: #546e7a;
}

.popup-header--guard-blockArm {
    background: #546e7a;
}

.popup-header--report {
    background: #4d5c68;
}

.popup-header__name {
    display: block;
    font: normal 700 24px/28px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    color: #ffffff;
    margin-right: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popup__close {
    display: block;
    position: absolute;
    top: 10px;
    right: 32px;
    width: 47px;
    height: 47px;
    border-radius: 50%;
}

    .popup__close:before {
        content: "";
        display: block;
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -3px;
        background: url("data:image/PNG;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAzCAYAAAA+VOAXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFMjVDNzJEMDdGRTQxMUU2OUZDNEY3RDkzNkJCOENCMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFMjVDNzJEMTdGRTQxMUU2OUZDNEY3RDkzNkJCOENCMCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkUyNUM3MkNFN0ZFNDExRTY5RkM0RjdEOTM2QkI4Q0IwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkUyNUM3MkNGN0ZFNDExRTY5RkM0RjdEOTM2QkI4Q0IwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+t85zLgAABy5JREFUeNrUWk1MU1kUfu3rf/taoFBoxSII4kLLDGWSgaiJC000JupG49K40p0L3Rh3Gt3ryo1LoyYujQvjcibBQROIGSCglIEWbGmh//9vvlPvxWcFRCjYd5KT9//u+e75uefcezVCbUgD1oJFxlp2T6N4R2ZcBpcYl9m9bTe+aSoWi6vnOp2OC65vamoy3Lp1q9nv97tdLpejubnZarFYTCJIr9frCoVCsQRKp9PZSCSS+vz588rIyEjo7t27kWg0msc/CgQI/98QENrcPohcLicYjUYN623jvXv32k6ePNnZ3d3tMZlMSdwLgqPgZXCKcINJSAPJALaCG8BNYHc2m5WmpqaCb968mblx40aImiANoZ01waDt7YPgwj98+NB7+vTpg21tbXRvCjwNzmzBEszgLnDPwsKC5tWrV+PXrl0LEBhorVT9MrS7LRD0nv7y5cvO69ev9+/bt496ahz8sRYOJUmSkEgkOnF6cGZmRotOev/o0aMImVk8Hl/Vit1u3zIIsnvT48ePD5w6deqQwWAYxfWoUENqbGxcPY/FYj74UN/Lly/H0GmTuJWF31AAEOB7WwIh4kPL06dPB/r6+uhHE+AFocbU0tLyzXU4HCY77R0dHRUvXLjwFiDSCAYlBI2fBqHt6OiQnjx58ifMJ4brERYWa05ut/u7e6FQiPzPD/NqunTp0t+BQCC5XvuaDUzIgqgxtH///iUGYMfI6/Wu+2x2dpaANJ8/f/4vaCTFxpYfgqB75hcvXvzh8/noo3+EHSZ01IbPp6en/WNjYxKADLMoKFeHzGoy3L9//8CRI0f05XL5LVgGCzvJGBw3BAF/WMA7HmhMev36dazarKpBiGfOnGm5cuXKbzh/jwaSOw2AuLW1dUMQBBI+koVv/o5jdHJyMq3UhqbajJ4/fz7Y1dVFI++/wi5Rf3//pt579+5dL3zES/6By1UgSk3orl692nH06FEL0pwRsLBb3N7evtkotrS8vOzByK0fHh5e4U6uU2jBBD/w5vP5caGOCfJ9PHbs2KEHDx7MsdxM5poQz5496zl+/LgdPTO6m1oghvluGgTGrkQwGNyDJLH84cMH0obMNWEYGBhwA2VAUAFBzlmE/z3Pnj0j380QCA3l/ugNGx4GVQIi2NnZ2UtyU41CILTwBScKjjge5tQA4ty5c3loIT40NNSEcSNOIHR79+51AEBUUBFB3iX4R0Ol4KM6wWazGdViSgoQcYfDQUO9noMQ4e0pNYEgea1Wq8hBiGazmZBlVaaJHKu5RR1Lu8tAVlKZJkqUnJL8FRCyLJeBTFUgbt68Wbpz506JgxCoGIdqtGsVHPVKt2/fJj9ezZ3kZDJZ0mg0oppAwHK0kLvM0w45EonIBoNBz2bi1OIT+nA4LHAQZVROVHgYWY6uFk0YAaIyt0sgiouLi1TnmlQWnUyQm0AUCUQBmgCwvFll44QJbkDmX6hogianwGaM3DpWaNQ1Xbx4UUT2agGIDNcECZ2amJiwHz58WKKZRBVowT4+Pk4z7VEOgsJUOhQKyb29vWoBYVtYqMymZrhjk3PQVHpyenpaQlpuw3WyXgGcOHHCivJUwhhBMmaV5Sk5yApNh7S2ttY1CNJCIBCghYr/+LjGQZBJpTKZTHJqasrp9XppvIjXG4DBwUH73NycMwViHf3NlE3FpMgfEHvbGxsbG5BL5di9uiC/32+AFhrhC7RkNstkk5UgiCgjjJdKpRh8o7WnpychfFlvk381AJ/PRwcL5GopFosUeBKCYj5WCUJmQsey2az106dP7aBSPZhVoVCwz8/Pt8Pc8yys5pSdW72mSkKTvYXh/B586HG5XDJD/kuou7tbQo7kTiQSlNsFmS98U/ustTBciVRUu+LDNlRPHqfTOb/bEaujo4MOtqWlJTf8mFYcF4UvS8vfZdprgeBOTmrT4gcu2CGt3f3H4vKOp+sej4fKAiNSIS8SPXJkyrmXqs2I04ZrduRMwpeF8xatVqtxOBwBnU6XYGBqRlQKcIL5mtBp0srKipfWLkARBiC9XtH2o9VTAkLZLU1SOVH92fR6fchqtYZZr9REK+hxWt6t9D403wxH9qDuTzHhKRplEPbLsdjaGdFm17HJqSivogXnBoChfRYhk8kUZRGtsMVQXFnkBxsQEZuggTYIr2G2z0NpTpKkigbgo1sGoWyMzMvOAEkVhFptFIAioihmha87Z8oK1cuKdrQKFjEmkek0w2z4KnuCBZA4i5IFs9m82jkIsdsCwUlkWiEwlGNZmblRVViEhqjhNB3BBXARIGl+qLKFCEcDepq+sbCjjvlXhgmdZLafQ81fWiNvqgkI/g0JZWDCmxkbha+7afikHN9OxPc1lVn9wnff5BiADAOTZ9qUf1agrRIXUMftmrFeAYIDkRUmVmQ+lFf4U1HYxgYuTY2ipHLnmVL49XaelYUa7jz7X4ABAOFnj0snzdDZAAAAAElFTkSuQmCC");
        z-index: 2;
    }

    .popup__close:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -8px 0 0 -8px;
        background-image: url(../Images/sprite.png);
        background-position: 0 67.043049%;
        width: 16px;
        height: 16px;
        background-size: 412.5%;
    }

.popup-buttons {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 40px;
    left: 40px;
    text-align: right;
}

    .popup-buttons .btn {
        margin-left: 30px;
    }

.overlay {
    display: block;
    position: fixed;
    top: -300px;
    left: -300px;
    right: -300px;
    bottom: -300px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
}

html,
body {
    height: 100%;
}

body {
    font: normal 400 16px/24px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    color: #000000;
    background: #eff3f6;
    overflow-y: scroll;
    word-wrap: break-word;
    min-height: 720px;
    min-width: 1349px;
    word-break: break-word;
}

    body._enter {
        min-width: 0;
        min-height: 0;
        overflow-y: auto;
    }

.page {
    height: 100%;
    overflow: hidden;
}

.header {
    display: block;
    width: 100%;
    height: 95px;
    background: #37474f;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    border-bottom: 1px solid #dadee7;
}

.header-inner {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 30px;
}

.header__exit {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 34px;
    font-size: 0;
    text-decoration: none;
    position: relative;
}

    .header__exit:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 1;
        background-image: url(../Images/sprite.png);
        background-position: 0 28.591851%;
        width: 33px;
        height: 34px;
        background-size: 200%;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .header__exit:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        background-image: url(../Images/sprite.png);
        background-position: 0 25.446748%;
        width: 33px;
        height: 34px;
        background-size: 200%;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .header__exit:hover:after {
        opacity: 1;
    }

.header-column {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 400px;
    box-sizing: border-box;
    padding: 33px 25px 0 24px; /*вернуть :padding: 19px 25px 0 24px;*/
    border-left: 1px solid rgba(222, 231, 239, 0.38);
}

.header-columns {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.header-field {
    display: block;
    font: normal 400 16px/28px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    color: #eff3f6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-field__left {
    font-weight: 700;
}

.logo {
    display: block;
    position: absolute;
    top: 17px;
    left: 77px;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    border: 1px solid #dadee7;
    font-size: 0;
    text-decoration: none;
    background: url('../Images/logo.png') 50% 50% no-repeat;
    background-size: cover;
}

.wrap {
    display: block;
    height: calc(100% - 95px);
    position: relative;
    z-index: 1;
}

.side {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 321px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 113px 0 0;
}

.side-info {
    padding: 0 30px 0 60px;
}

.side-info__title {
    display: block;
    font: normal 700 18px/20px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    color: #37474f;
    margin-bottom: 14px;
}

.side-info__name {
    display: block;
    font: normal 400 16px/28px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    color: #78909c;
    padding-left: 30px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .side-info__name:before {
        content: "";
        display: block;
        background-image: url(../Images/sprite.png);
        background-position: 0 84.805654%;
        width: 15px;
        height: 18px;
        background-size: 440%;
        position: absolute;
        top: 5px;
        left: -1px;
    }

.side-info__phone {
    display: block;
    font: normal 400 16px/28px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    color: #78909c;
    padding-left: 30px;
    position: relative;
}

    .side-info__phone:before {
        content: "";
        display: block;
        background-image: url(../Images/sprite.png);
        background-position: 0 79.151943%;
        width: 16px;
        height: 18px;
        background-size: 412.5%;
        position: absolute;
        top: 4px;
        left: -2px;
    }

.side-green {
    display: block;
    position: absolute;
    top: 233px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #009788;
}

.side-link {
    font: normal 400 16px/28px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    color: #eff3f6;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .side-link:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 6px;
        left: 0;
        right: 0;
        height: 1px;
        background: #00e6cf;
        opacity: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .side-link:hover {
        color: #00e6cf;
    }

        .side-link:hover:before {
            opacity: 1;
        }

.side-links {
    position: absolute;
    top: auto;
    left: 50px;
    right: 50px;
    bottom: 63px;
}

.side-link-container {
    display: block;
    margin-top: -1px;
}

.menu {
    display: block;
}

.menu-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 130px;
}

.menu-item {
    height: 85px;
    max-height: 20%;
}

.menu__link {
    display: block;
    height: 100%;
    text-decoration: none;
    font-size: 0;
    padding: 0 50px 0 50px;
    border-bottom: 1px solid #00e6cf;
    box-sizing: border-box;
    background: #009788;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}

    .menu__link:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 0;
    }

    .menu__link:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -15px;
        bottom: 0;
        width: 15px;
        background: #00e6cf;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .menu__link:hover {
        background: #00a796;
    }

        .menu__link:hover:after {
            left: 0;
        }

.menu__link__ico {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    font-size: 0;
    text-align: center;
    position: relative;
    top: -1px;
}

    .menu__link__ico:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 0;
    }

    .menu__link__ico:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }

.menu__link__ico--main:after {
    background-image: url(../Images/sprite.png);
    background-position: 0 39.022663%;
    width: 24px;
    height: 21px;
    background-size: 275%;
}

.menu__link__ico--objects:after {
    background-image: url(../Images/sprite.png);
    background-position: 0 60.537482%;
    width: 20px;
    height: 19px;
    background-size: 330%;
}

.menu__link__ico--reports:after {
    background-image: url(../Images/sprite.png);
    background-position: 0 41.247342%;
    width: 24px;
    height: 22px;
    background-size: 275%;
}

.menu__link__ico--services:after {
    background-image: url(../Images/sprite.png);
    background-position: 0 53.08292%;
    width: 21px;
    height: 22px;
    background-size: 314.285714%;
}

.menu__link__ico--payment:after {
    background-image: url(../Images/sprite.png);
    background-position: 0 50.884643%;
    width: 22px;
    height: 20px;
    background-size: 300%;
}

.menu__link__text {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font: normal 400 24px/48px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    position: relative;
}

.menu__link._active {
    background: #37474f;
}

    .menu__link._active:after {
        left: 0;
    }

.content {
    display: block;
    position: absolute;
    top: 30px;
    left: 351px;
    right: 30px;
    bottom: 30px;
    background: #ffffff;
    border: 1px solid #e6eaee;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 0;
    overflow: hidden;
}

.content-left {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 25%;
    background: #fafbfc;
    box-sizing: border-box;
    position: relative;
}

.content-right {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 75%;
    background: #ffffff;
    box-sizing: border-box;
    border-left: 1px solid #e6eaee;
    position: relative;
}

.object {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 45px 28px 0;
}

.object-inner {
    display: block;
    width: 100%;
    background: #ffffff;
    border: 1px solid #dadee7;
    height: 96px;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .object-inner:hover {
        background: #fbfcfd;
    }

.object-inner--group {
    background: #f0f2f6;
}

    .object-inner--group:hover {
        background: #fafbfc;
    }

.object-left {
    display: block;
    width: 81px;
    height: 100%;
    float: left;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.object-left--guard-on {
    background: #27ae61;
}

.object-left--guard-off {
    background: #2196f3;
}

.object-left--problem {
    background: #ff7044;
    text-align: center;
}

    .object-left--problem:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 0;
    }

.object-left--tech {
    background: #cfd8dc;
}

.object-left--deactivated {
    background: #546e7a;
}

.object-problem {
    display: inline-block;
    vertical-align: middle;
}

.object-problem--danger {
    background-image: url(../Images/sprite.png);
    background-position: 0 8.606856%;
    width: 45px;
    height: 62px;
    background-size: 146.666667%;
}

.object-problem--fire {
    background-image: url(../Images/sprite.png);
    background-position: 0 14.063657%;
    width: 41px;
    height: 82px;
    background-size: 160.97561%;
}

.object-problem--warning {
    background-image: url(../Images/sprite.png);
    background-position: 0 4.470079%;
    width: 50px;
    height: 46px;
    background-size: 132%;
}

.object-problem--suppression {
    background-image: url(../Images/sprite.png);
    background-position: 0 0%;
    width: 66px;
    height: 52px;
    background-size: 100%;
}

.object-inner:hover .object-left {
    opacity: 0.75;
}

.object-right {
    display: block;
    height: 100%;
    margin-left: 81px;
    box-sizing: border-box;
    padding: 15px 14px 15px;
}

.object__name {
    display: block;
    font: normal 400 16px/17px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    color: #0e1a35;
    margin-bottom: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.object__status {
    display: block;
    font: normal 400 14px/16px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    color: #8492af;
    margin-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.object__time {
    display: block;
    font: normal 400 12px/14px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    color: #8492af;
    padding-left: 18px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .object__time:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../Images/sprite.png);
        background-position: 0 91.402396%;
        width: 14px;
        height: 14px;
        background-size: 471.428571%;
    }

.object-group {
    display: block;
    width: 100%;
    height: 100%;
}

    .object-group:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 0;
    }

.object-group__ico {
    display: inline-block;
    vertical-align: middle;
    margin-right: 17px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-image: url(../Images/sprite.png);
    background-position: 0 22.688478%;
    width: 35px;
    height: 27px;
    background-size: 188.571429%;
    position: relative;
}

    .object-group__ico:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../Images/sprite.png);
        background-position: 0 20.056899%;
        width: 35px;
        height: 27px;
        background-size: 188.571429%;
        opacity: 0;
        z-index: 1;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

.object-group__name {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 52px);
    font: normal 400 16px/17px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    color: #0e1a35;
    max-height: 100%;
}

.object-inner:hover .object-group__ico:before {
    opacity: 1;
}

.objects {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 78px;
    overflow-x: hidden;
    overflow-y: auto;
}

.objects-list {
    padding: 70px 0 42px 40px;
    font-size: 0;
}

.objects-guide {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 77px;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    background: #eceff1;
}

    .objects-guide:before {
        content: "";
        display: block;
        position: absolute;
        top: -2px;
        left: -1px;
        right: -1px;
        height: 1px;
        background: #cfd8dc;
    }

.objects-guide-problem {
    display: inline-block;
    vertical-align: middle;
    width: 105px;
    max-width: 25%;
    text-align: center;
}

.objects-guide-problems {
    font-size: 0;
    padding: 9px 15px 0;
    box-sizing: border-box;
    width: 450px;
    max-width: 50%;
}

.objects-guide-problem-ico {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: #ff7044;
    font-size: 0;
    text-align: center;
    margin-bottom: 6px;
}

    .objects-guide-problem-ico:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 0;
    }

    .objects-guide-problem-ico:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
    }

.objects-guide-problem-ico--danger:after {
    background-image: url(../Images/sprite.png);
    background-position: 0 64.985795%;
    width: 18px;
    height: 25px;
    background-size: 366.666667%;
}

.objects-guide-problem-ico--fire:after {
    background-image: url(../Images/sprite.png);
    background-position: 0 71.418389%;
    width: 16px;
    height: 30px;
    background-size: 412.5%;
}

.objects-guide-problem-ico--warning:after {
    background-image: url(../Images/sprite.png);
    background-position: 0 43.546099%;
    width: 24px;
    height: 23px;
    background-size: 275%;
}

.objects-guide-problem-ico--suppression:after {
    background-image: url(../Images/sprite.png);
    background-position: 0 31.444759%;
    width: 27px;
    height: 21px;
    background-size: 244.444444%;
}

.objects-guide-problem__name {
    display: block;
    font: normal 400 14px/16px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    color: #354052;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.objects-guide-types {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    text-align: right;
}

.objects-guide-types-column {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    box-sizing: border-box;
    padding-top: 18px;
}

    .objects-guide-types-column:first-child {
        width: 40%;
    }

.objects-guide-types-columns {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    max-width: 420px;
}

.objects-guide-types-item {
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-left: 24px;
    text-align: left;
    margin-bottom: 10px;
}

    .objects-guide-types-item:last-child {
        margin-bottom: 0;
    }

.objects-guide-types-item__name {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding-right: 15px;
    font: normal 400 14px/16px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    color: #354052;
}

.objects-guide-types-item-color {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    background: #ffffff;
    position: absolute;
    top: 1px;
    left: 0;
}

.objects-guide-types-item-color--guard-on {
    background: #27ae61;
}

.objects-guide-types-item-color--guard-off {
    background: #2196f3;
}

.objects-guide-types-item-color--tech {
    background: #cfd8dc;
}

.objects-guide-types-item-color--deactivated {
    background: #546e7a;
}

.object-top {
    font-size: 0;
    padding: 35px 40px 40px;
}

.object-top-item {
    display: inline-block;
    vertical-align: middle;
    width: 33.33333%;
    box-sizing: border-box;
    padding: 0 22px;
    height: 138px;
}

.object-top-items {
    margin: 0 -22px;
    margin-top: -11px;
}

.object-top-item-inner {
    background: #ffffff;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #e6eaee;
    padding: 17px 20px 17px;
    overflow-y: auto;
}

.object-top-field {
    display: block;
    margin-top: 5px;
}

    .object-top-field:first-child {
        margin-top: 0;
    }

.object-top-field__title {
    display: block;
    font: normal 700 16px/20px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    color: #37474f;
}

.object-top-field__text {
    display: block;
    font: normal 400 16px/20px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    color: #37474f;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.object-top-time {
    display: block;
    color: #376a97;
    font: normal 400 12px/14px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    margin-top: 8px;
}

.object-top-status {
    display: block;
}

.object-top-status__title {
    display: block;
    font: normal 700 16px/20px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    color: #37474f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.object-top-status__text {
    display: block;
    font: normal 700 24px/28px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    color: #37474f;
    margin-top: 15px;
    max-height: 56px;
}

.object-events {
    display: block;
    position: absolute;
    top: 217px;
    left: 40px;
    right: 40px;
    bottom: 75px;
    background: #ffffff;
    border: 1px solid #e6eaee;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
}

.object-events--report {
    top: 170px;
}

.object-events-inner {
    display: block;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

.object-events__title {
    display: block;
    font: normal 700 24px/28px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    color: #3a4a52;
    padding: 9px 45px 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -35px;
}

.object-events-table {
    position: relative;
    z-index: 1;
}

    .object-events-table table {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .object-events-table th {
        font: normal 700 16px/20px Roboto, "Helvetica Neue", Helvetica, sans-serif;
        color: #37474f;
        box-sizing: border-box;
        padding: 24px 28px 23px;
    }

    .object-events-table thead {
        border-bottom: 1px solid #e6eaee;
    }

    .object-events-table td {
        font: normal 400 15px/20px Roboto, "Helvetica Neue", Helvetica, sans-serif;
        color: #0e1a35;
        box-sizing: border-box;
        padding: 13px 28px 14px;
    }

    .object-events-table .body_row:nth-child(odd) {
        background: #f5f8fa;
    }

    .object-events-table .body_row_hover:hover {
        background: #aaaaaa;
        cursor: pointer;
    }

.object-events-table-head {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    z-index: 2;
    background: #ffffff;
}
/* Report content layout */
.reports-form {
    padding: 17px 22px 0;
}

.reports-form__left {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 50px;
    box-sizing: border-box;
}

.reports-form__right {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    padding: 7px 0 0 0;
}

.reports-form__title {
    color: #37474f;
    font: normal 700 24px/30px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0 0 22px 0;
}

.reports-form__label {
    color: #37474f;
    font: normal 700 18px/20px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    margin-bottom: 25px;
}

.reports-form__button {
    width: 100%;
    margin-top: 0px;
}
/* /Report content layout */
/* Report */
.report__head {
    position: relative;
    padding: 25px 40px 0;
}

.report__title {
    color: #3a4a52;
    font: normal 700 24px/30px Roboto, "Helvetica Neue", Helvetica, sans-serif;
}

.report__period {
    position: absolute;
    left: 615px;
    top: 27px;
    font: normal 400 15px/24px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    color: #0e1a35;
}

.report__period_second {
    position: absolute;
    left: 615px;
    top: 54px;
    font: normal 400 15px/24px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    color: #0e1a35;
}

.report__period strong {
    font: normal 700 18px/24px Roboto, "Helvetica Neue", Helvetica, sans-serif;
}

.report__period_second strong {
    font: normal 700 18px/24px Roboto, "Helvetica Neue", Helvetica, sans-serif;
}

.report__edit {
    display: inline-block;
    position: absolute;
    width: 38px;
    height: 38px;
    background: #e9ecef; /*#f5f8fa;*/
    border: #e6eaee solid 1px;
    border-radius: 50%;
    top: 102px;
    left: 15px;
    font-size: 0;
}

    .report__edit:before {
        content: "";
        background-image: url(../Images/sprite.png);
        background-position: 0 68.877911%;
        width: 16px;
        height: 16px;
        background-size: 412.5%;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }
/* /Report */
.report-table th {
    padding-left: 10px;
    padding-right: 10px;
}

.report-table td {
    padding-left: 10px;
    padding-right: 10px;
}

.tree {
    display: block;
    padding: 18px 12px 15px;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

.tree__name {
    display: block;
    font: normal 700 24px/30px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    color: #37474f;
    margin-bottom: 21px;
}

.tree-filter {
    display: block;
    position: relative;
    width: 100%;
    height: 36px;
}

.tree-filter__input {
    display: block;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #78909c;
    padding: 2px 33px 2px 13px;
    font: normal 400 14px/20px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    background: #fafbfc;
    color: #37474f;
}

    .tree-filter__input::-webkit-input-placeholder {
        color: #78909c;
        opacity: 1;
        font-size: 14px;
        font-wight: 400;
        font-style: normal;
    }

    .tree-filter__input:-moz-placeholder {
        color: #78909c;
        opacity: 1;
        font-size: 14px;
        font-wight: 400;
        font-style: normal;
    }

    .tree-filter__input::-moz-placeholder {
        color: #78909c;
        opacity: 1;
        font-size: 14px;
        font-wight: 400;
        font-style: normal;
    }

    .tree-filter__input:-ms-input-placeholder {
        color: #78909c;
        opacity: 1;
        font-size: 14px;
        font-wight: 400;
        font-style: normal;
    }

.tree-filter__search {
    display: block;
    position: absolute;
    top: 10px;
    right: 13px;
    width: 16px;
    height: 16px;
    /*cursor: pointer;*/
    font-size: 0;
    border: 0;
    background: transparent;
}

    .tree-filter__search:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../Images/sprite.png);
        background-position: 0 82.851094%;
        width: 16px;
        height: 16px;
        background-size: 412.5%;
        z-index: 1;
    }

    .tree-filter__search:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../Images/sprite.png);
        background-position: 0 81.016231%;
        width: 16px;
        height: 16px;
        background-size: 412.5%;
        z-index: 2;
        opacity: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

/*.tree-filter__search:hover:after {
        opacity: 1;
    }*/

.tree-container {
    position: absolute;
    top: 121px;
    bottom: 15px;
    left: 13px;
    right: 13px;
    background: #f0f2f6;
}

.treeview {
    height: 100%;
    overflow: auto;
}

    .treeview .list-group-item {
        cursor: pointer;
    }

.tree-container--reports .list-group-item {
    padding-left: 39px;
}

.icon {
    display: none;
}

.node-tree {
    background: #f0f2f6;
    font: normal 400 14px/20px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    color: #37474f;
    padding: 3px 10px 1px 20px;
    width: auto;
    position: relative;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 6px 0;
}

    .node-tree:not(.node-disabled):hover {
        background: #dee2ea;
    }

    .node-tree:first-child {
        margin-top: 0;
    }

    .node-tree:last-child {
        margin-bottom: 0;
    }

    .node-tree:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 10px;
        height: 0;
    }

.node-selected {
    color: #444444 !important;
    background: #dee2ea !important;
}

.node-icon:not(.glyphicon) {
    display: none !important;
}

.node-disabled {
    pointer-events: none;
}

.node-warning {
    color: #ff7044;
}

    .node-warning .glyphicon:after {
        opacity: 1;
    }

.indent {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    margin: 0 10px;
}

.expand-icon.glyphicon {
    margin: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.expand-icon.glyphicon-folder-open {
    display: inline-block;
    vertical-align: middle;
    display: inline-block !important;
    width: 13px !important;
    height: 13px !important;
    background-image: url(../Images/sprite.png);
    background-position: 0 94.225352%;
    width: 13px;
    height: 13px;
    background-size: 507.692308%;
    margin-left: -18px !important;
    /* margin-right: 4px !important; */
    position: relative;
    top: -2px;
}

.expand-icon.glyphicon-folder-close {
    display: inline-block;
    vertical-align: middle;
    display: inline-block !important;
    width: 13px !important;
    height: 13px !important;
    background-image: url(../Images/sprite.png);
    background-position: 0 95.84507%;
    width: 13px;
    height: 13px;
    background-size: 507.692308%;
    margin-left: -18px !important;
    /* margin-right: 4px !important; */
    position: relative;
    top: -2px;
}

.node-icon.glyphicon {
    margin: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.node-icon.glyphicon-folder-open {
    display: inline-block;
    vertical-align: middle;
    display: inline-block !important;
    width: 20px !important;
    height: 15px !important;
    background-image: url(../Images/sprite.png);
    background-position: 0 58.603667%;
    width: 20px;
    height: 15px;
    background-size: 330%;
    margin-left: 0 !important;
    margin-right: 15px !important;
    position: relative;
    top: -2px;
}

    .node-icon.glyphicon-folder-open:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../Images/sprite.png);
        background-position: 0 55.077574%;
        width: 20px;
        height: 15px;
        background-size: 330%;
        z-index: 1;
        opacity: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .node-icon.glyphicon-folder-open.node-warning {
        background-image: url(../Images/sprite.png);
        background-position: 0 56.840621%;
        width: 20px;
        height: 15px;
        background-size: 330%;
    }

        .node-icon.glyphicon-folder-open.node-warning:before {
            content: none;
        }

.node-icon.glyphicon-folder-close {
    display: inline-block;
    vertical-align: middle;
    display: inline-block !important;
    width: 20px !important;
    height: 15px !important;
    position: relative;
    top: -2px;
    background-image: url(../Images/sprite.png);
    background-position: 0 58.603667%;
    width: 20px;
    height: 15px;
    background-size: 330%;
    margin-left: 0 !important;
    /* margin-right: 15px !important; */
}

    .node-icon.glyphicon-folder-close:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../Images/sprite.png);
        background-position: 0 55.077574%;
        width: 20px;
        height: 15px;
        background-size: 330%;
        z-index: 1;
        opacity: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .node-icon.glyphicon-folder-close.node-warning {
        background-image: url(../Images/sprite.png);
        background-position: 0 56.840621%;
        width: 20px;
        height: 15px;
        background-size: 330%;
    }

        .node-icon.glyphicon-folder-close.node-warning:before {
            content: none;
        }

.node-icon.glyphicon-th-large {
    display: inline-block;
    vertical-align: middle;
    display: inline-block !important;
    margin: 0;
    margin-left: -11px !important;
    margin-right: 2px !important;
    width: 16px !important;
    height: 16px !important;
    position: relative;
    top: -2px;
    background-image: url(../Images/sprite.png);
    background-position: 0 77.205363%;
    width: 16px;
    height: 16px;
    background-size: 412.5%;
}

    .node-icon.glyphicon-th-large:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../Images/sprite.png);
        background-position: 0 73.535639%;
        width: 16px;
        height: 16px;
        background-size: 412.5%;
        z-index: 1;
        opacity: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .node-icon.glyphicon-th-large.node-warning {
        background-image: url(../Images/sprite.png);
        background-position: 0 75.370501%;
        width: 16px;
        height: 16px;
        background-size: 412.5%;
    }

        .node-icon.glyphicon-th-large.node-warning:before {
            content: none;
        }

.node-icon.glyphicon-home {
    display: inline-block;
    vertical-align: middle;
    display: inline-block !important;
    margin: 0;
    width: 14px !important;
    height: 13px !important;
    margin-left: 3px !important; 
    margin-right: 9px !important; 
    position: relative;
    top: -2px;
    background-image: url(../Images/sprite.png);
    background-position: 0 89.71831%;
    width: 14px;
    height: 13px;
    background-size: 471.428571%;
}

    .node-icon.glyphicon-home:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../Images/sprite.png);
        background-position: 0 86.478873%;
        width: 14px;
        height: 13px;
        background-size: 471.428571%;
        z-index: 1;
        opacity: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .node-icon.glyphicon-home.node-warning {
        background-image: url(../Images/sprite.png);
        background-position: 0 88.098592%;
        width: 14px;
        height: 13px;
        background-size: 471.428571%;
    }

        .node-icon.glyphicon-home.node-warning:before {
            content: none;
        }

/*.indent + .indent ~ .glyphicon-home {
    margin-left: -3px !important; 
    margin-right: 4px !important; 
}*/

.node-icon.glyphicon-user {
    display: inline-block;
    vertical-align: middle;
    display: inline-block !important;
    margin: 0;
    width: 14px !important;
    height: 13px !important;
    margin-left: 3px !important;
    margin-right: 9px !important;
    position: relative;
    top: -2px;
    background-image: url(../Images/sprite.png);
    background-position: 34% 89.71831%;
    width: 14px;
    height: 13px;
    background-size: 471.428571%;
}

    .node-icon.glyphicon-user:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../Images/sprite.png);
        background-position: 34% 86.478873%;
        width: 14px;
        height: 13px;
        background-size: 471.428571%;
        z-index: 1;
        opacity: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .node-icon.glyphicon-user.node-warning {
        background-image: url(../Images/sprite.png);
        background-position: 34% 88.098592%;
        width: 14px;
        height: 13px;
        background-size: 471.428571%;
    }

        .node-icon.glyphicon-user.node-warning:before {
            content: none;
        }

.indent + .indent ~ .glyphicon-user {
    /*margin-left: -3px !important;
    margin-right: 4px !important;*/
}

.indent ~ .glyphicon-folder-open {
    /* margin-right: 15px !important; */
    /* margin-left: -27px !important; */
    top: -2px;
}

.indent ~ .glyphicon-folder-close {
    /* margin-right: 15px !important; */
    /* margin-left: -27px !important; */
    top: -2px;
}

.indent ~ .glyphicon-home {
    /*margin-left: 23px !important;*/
    /* margin-right: 3px !important; */
}

.indent ~ .glyphicon-user {
    /*margin-left: 23px !important;*/
    /* margin-right: 3px !important; */
}

.list-group-item:hover .icon:before {
    opacity: 1;
}

.node-checkbox {
    padding-right: 35px;
}

.list-group-checkbox {
    position: absolute;
    top: 4px;
    right: 10px;
}

    .list-group-checkbox .login-checkbox__label {
        padding-left: 15px;
    }

.check-icon {
    display: inline-block;
    vertical-align: middle;
    display: inline-block !important;
    box-sizing: border-box;
    background: #ffffff;
    border: #d4d9e3 solid 1px;
    width: 15px !important;
    height: 15px !important;
    position: absolute;
    top: 4px;
    left: 4px;
}

    .check-icon:after {
        content: "";
        display: block;
        background-image: url(../Images/sprite.png);
        background-position: 0 97.191011%;
        width: 12px;
        height: 9px;
        background-size: 550%;
        position: absolute;
        opacity: 0;
        left: 1px;
        top: 2px;
    }

    .check-icon.glyphicon-check:after {
        opacity: 1;
    }

.print {
    width: 100%;
    min-width: 0;
    position: static !important;
    overflow: inherit !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    padding: 0 !important;
    min-height: 100%;
    height: auto;
    background: #ffffff;
}

    .print body {
        background: #ffffff;
        width: 100%;
        min-width: 0;
        overflow: inherit !important;
        position: static !important;
        overflow-x: hidden !important;
        overflow-y: scroll !important;
        padding: 0 !important;
        min-height: 100%;
        height: auto;
    }

    .print .page {
        display: none;
    }

    .print .overlay {
        display: none !important;
    }

    .print .popup {
        position: static;
        width: 100%;
        background: #ffffff;
        margin: 0;
        box-shadow: none;
        height: auto;
    }

    .print .popup-overlay {
        position: static;
        width: 100%;
        background: transparent;
        min-width: 0;
        overflow: visible;
    }

    .print .popup__close {
        display: none;
    }

    .print .popup-header {
        display: none;
    }

    .print .popup-buttons {
        display: none;
    }

    .print .report__edit {
        display: none;
    }

    .print .report__period {
        position: static;
    }

    .print .report__period_second {
        position: static;
    }

    .print .report__head {
        margin-bottom: 10px;
        padding: 0;
    }

    .print .object-events {
        position: static;
        height: auto;
    }

    .print .object-events-inner {
        overflow: auto;
    }

    .print .object-events-table-head {
        display: none !important;
    }

    .print thead {
        display: table-header-group;
    }

    .print tr {
        page-break-inside: avoid;
    }

@media print {
    body {
        background: #ffffff;
        width: 100%;
        min-width: 0;
        overflow: inherit !important;
        position: static !important;
        overflow-x: hidden !important;
        overflow-y: scroll !important;
        padding: 0 !important;
        min-height: 100%;
        height: auto;
    }

    .page {
        display: none;
    }

    .overlay {
        display: none !important;
    }

    .popup {
        position: static;
        width: 100%;
        background: #ffffff;
        margin: 0;
        box-shadow: none;
        height: auto;
    }

    .popup-overlay {
        position: static;
        width: 100%;
        background: transparent;
        min-width: 0;
        overflow: visible;
        min-height: 100%;
    }

    .popup__close {
        display: none;
    }

    .popup-header {
        display: none;
    }

    .popup-buttons {
        display: none;
    }

    .report__edit {
        display: none;
    }

    /*Шрифт при печати Дата начала периода*/
    .report__period {
        position: static;
        font: normal 400 13px/22px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    }

        .report__period strong {
            font: normal 700 13px/19px Roboto, "Helvetica Neue", Helvetica, sans-serif;
        }

    /*Шрифт при печати Дата окончания периода*/
    .report__period_second {
        position: static;
        font: normal 400 13px/22px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    }

        .report__period_second strong {
            font: normal 700 13px/19px Roboto, "Helvetica Neue", Helvetica, sans-serif;
        }

    .report__head {
        margin-bottom: 10px;
        padding: 0;
    }

    .object-events {
        position: static;
        height: auto;
    }

    .object-events-inner {
        overflow: auto;
    }

    .object-events-table-head {
        display: none !important;
    }

    /*Шрифт при печати тело таблицы*/
    .object-events-table td {
        /*display: none;*/
        font: normal 700 10px/15px Roboto, "Helvetica Neue", Helvetica, sans-serif;
        /*padding: 3px 28px 0px;*/
        padding: 3px; /* Поля вокруг содержимого таблицы */
        border: 1px solid black; /* Параметры рамки */
        /*text-align: center;*/
    }

    /*Шрифт при печати Заголовок*/
    .report__title {
        color: #3a4a52;
        font: normal 700 15px/24px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    }

    /*Шрифт при печати шапка таблицы? таблицы*/
    .report-table th {
        font: normal 700 12px/18px Roboto, "Helvetica Neue", Helvetica, sans-serif;
        padding: 3px; /* Поля вокруг содержимого таблицы */
        border: 1px solid black; /* Параметры рамки */
        /*text-align: center;*/
    }

    thead {
        display: table-header-group;
    }

    tr {
        page-break-inside: avoid;
    }
}


/*PopUp Settings*/

/*Поля ввода Название и телефон*/
.field-settings__input {
    display: block;
    border: none;
    border-bottom: #d4d9e3 solid 1px;
    background: none;
    width: 50%;
    height: 64px;
    padding-left: 68px;
    box-sizing: border-box;
    color: #3a4a52;
    font: normal 400 22px/22px Roboto, "Helvetica Neue", Helvetica, sans-serif;
}

    .field-settings__input::-webkit-input-placeholder {
        color: #78909c;
        opacity: 1;
        font-size: 16px;
        font-wight: 100;
        font-style: normal;
    }

    .field-settings__input:-moz-placeholder {
        color: #78909c;
        opacity: 1;
        font-size: 16px;
        font-wight: 100;
        font-style: normal;
    }

    .field-settings__input::-moz-placeholder {
        color: #78909c;
        opacity: 1;
        font-size: 16px;
        font-wight: 100;
        font-style: normal;
    }

    .field-settings__input:-ms-input-placeholder {
        color: #78909c;
        opacity: 1;
        font-size: 16px;
        font-wight: 100;
        font-style: normal;
    }

/*Значек телефона*/
.field-enter--phone:before {
    content: "";
    display: block;
    background-image: url(../Images/sprite.png);
    background-position: 0 79.151943%;
    width: 22px;
    height: 26px;
    background-size: 400%;
    position: absolute;
    left: 9px;
    top: 20px;
}

.field-enter--phone:after {
    content: "";
    display: block;
    background-image: url(../Images/sprite.png);
    background-position: 0 79.151943%;
    width: 22px;
    height: 26px;
    background-size: 400%;
    position: absolute;
    left: 9px;
    top: 20px;
    opacity: 0;
}

.field-enter--phone._error:before {
    opacity: 0;
}

.field-enter--phone._error:after {
    opacity: 1;
}

/*Имя компании*/
.field-enter--nameCompany:before {
    content: "";
    display: block;
    background-image: url(../Images/sprite.png);
    background-position: 0 36.512456%;
    width: 26px;
    height: 28px;
    background-size: 253.846154%;
    position: absolute;
    left: 8px;
    top: 18px;
}

.field-enter--nameCompany:after {
    content: "";
    display: block;
    background-image: url(../Images/sprite.png);
    background-position: 0 33.807829%;
    width: 26px;
    height: 28px;
    background-size: 253.846154%;
    position: absolute;
    left: 8px;
    top: 18px;
    opacity: 0;
}

.field-enter--nameCompany._error:before {
    opacity: 0;
}

.field-enter--nameCompany._error:after {
    opacity: 1;
}
/*Заглавие настроек*/
.settings__head_left {
    position: relative;
    padding: 25px 60px 0;
    display: inline-block;
}

.settings__head_right {
    position: relative;
    padding: 25px 60px 0;
    display: inline-block;
    left: 210px;
}

/*Див для сеттинка верхний блок*/
.side-info {
    padding: 0 30px 0 60px;
}

/*Логотип в настройках*/
.logo_settings {
    display: inline-block;
    position: absolute;
    top: 88px;
    left: 73px;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    border: 1px solid #dadee7;
    font-size: 0;
    text-decoration: none;
    /*background: url('../Images/logo_tmp.png') 50% 50% no-repeat;*/
    background-size: cover;
}

/*Кнопка загрузить / текст*/
.setting__text {
    color: #78909c;
    font: normal 700 16px/30px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    display: block;
    position: absolute;
    left: 230px;
    width: 60%;
    top: 88px;
    left: 310px;
}

/*Кнопка загрузить / сама кнопка*/
.settings__edit {
    display: block;
    position: absolute;
    top: 170px;
    left: 775px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    font-size: 0;
    border: 0;
    background: #e9ecef;
    border-radius: 50%;
    border: #e6eaee solid 1px;
}

    .settings__edit:before {
        content: "";
        display: block;
        position: absolute;
        top: 15px;
        left: 15px;
        background-image: url(../Images/sprite.png);
        background-position: 0 68.877911%;
        width: 16px;
        height: 16px;
        background-size: 412.5%;
        z-index: 1;
    }

    .settings__edit:after {
        content: "";
        display: block;
        position: absolute;
        top: 15px;
        left: 15px;
        background-image: url(../Images/sprite.png);
        background-position: 0 68.877911%;
        width: 16px;
        height: 16px;
        background-size: 412.5%;
        z-index: 2;
        opacity: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .settings__edit:hover:after {
        opacity: 1;
    }

/*Заголовка в настройках*/
.settings__title {
    color: #3a4a52;
    font: normal 700 20px/30px Roboto, "Helvetica Neue", Helvetica, sans-serif;
}

/*Простой текст в настройках*/
.settings__label {
    color: #37474f;
    font: normal 700 16px/20px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    min-height: 80px;
    left: 65px;
}

/*Поля ввода ссылки Обратная связь и техподдержка*/
.field-settings__input_link {
    /*display: block;*/
    border: none;
    border-bottom: #d4d9e3 solid 1px;
    background: none;
    width: 74.5%;
    height: 64px;
    padding-left: 68px;
    box-sizing: border-box;
    color: #3a4a52;
    font: normal 400 22px/22px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    margin-left: 20px;
}

    .field-settings__input_link::-webkit-input-placeholder {
        color: #78909c;
        opacity: 1;
        font-size: 16px;
        font-wight: 100;
        font-style: normal;
    }

    .field-settings__input_link:-moz-placeholder {
        color: #78909c;
        opacity: 1;
        font-size: 16px;
        font-wight: 100;
        font-style: normal;
    }

    .field-settings__input_link::-moz-placeholder {
        color: #78909c;
        opacity: 1;
        font-size: 16px;
        font-wight: 100;
        font-style: normal;
    }

    .field-settings__input_link:-ms-input-placeholder {
        color: #78909c;
        opacity: 1;
        font-size: 16px;
        font-wight: 100;
        font-style: normal;
    }

/*Само окно Попап настроек*/
.popup_sittings {
    display: inline-block;
    vertical-align: middle;
    width: 987px;
    background: #f6f7fa;
    text-align: left;
    box-shadow: 0 0 139px rgba(147, 161, 185, 0.59);
    height: 698px;
    margin: 50px 0;
    max-height: calc(100% - 100px);
    min-height: 698px;
    position: relative;
}

/*Попап с меню (несколько вкладок)*/

.block_popup-menu-item {
    margin-left: 40px;
    top: 3px;
    position: relative;
}

.popup-menu-item {
    font: normal 700 24px/28px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    color: #f6f7fa;
    padding: 15px 15px 15px 15px;
    text-decoration: none;
    cursor: pointer;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    /*border: 1px solid #e6eaee;*/
}

    .popup-menu-item._active {
        background: #f6f7fa;
        color: #37474f;
        /*border-bottom-width: 0px;*/
    }

.popup-menu-item-mLeft{
    margin-left: 47px;
}

/*.top_item_personal{
    top: 30px;
    position: relative;
}*/

.abs {
    position: absolute;
}

.block {
    top: 85px;
    bottom: 20px;
    display: none;
    width: 100%;
}

.popup__close_menu {
    top: 21px;
}

.popup-header_menu {
    height: 124px;
}

.popup-buttons-menu {
    bottom: 15px;
}

.popup-buttons-settings {
    bottom: 30px;
}

.object-keys__title {
    padding: 0px 45px 28px;
    margin-top: 20px;
}

.object-keys {
    top: 90px;
}

.show_modal_tab {
    display: block;
}

.text_bolt {
    font-weight: bold;
}

.enable_button {
    background: linear-gradient(to bottom, #d3d4d4 0%, #b1b2b3 23%, #a6a8a9 71%, #8e8f90 100%);
    pointer-events: none;
}

/*Подсветка строки таблицы при наведении курсора мышки*/
.object-events-table .body_row_hover:hover {
    background: #aaaaaa;
    cursor: pointer;
}

.select_row {
    background: #bdeac2;
}

/*Подсветка строки таблицы при наведении курсора мышки, когда строка считается выделенной*/
.object-events-table .select_row:hover {
    background: #58ad62;
    cursor: pointer;
}

/*редактирование данных персонала*/

.field-enter_edit {
    position: relative;
    padding: 0 45px;
    min-height: 72px;
}

/*Имя клиента/персонала : картинка*/
.field-enter--nameClient:before {
    content: "";
    display: block;
    background-image: url(../Images/sprite.png);
    background-position: 42.5% 75.412456%;
    width: 22px;
    height: 26px;
    background-size: 450%;
    position: absolute;
    left: 53px;
    top: 18px;
}

.field-enter--nameClient:after {
    content: "";
    display: block;
    background-image: url(../Images/sprite.png);
    background-position: 42.5% 75.412456%;
    width: 22px;
    height: 26px;
    background-size: 450%;
    position: absolute;
    left: 53px;
    top: 18px;
    opacity: 0;
}

/*Телефон клиента/персонала : картинка*/
.field-enter--phoneClient:before {
    content: "";
    display: block;
    background-image: url(../Images/sprite.png);
    background-position: 42.5% 77.412456%;
    width: 22px;
    height: 26px;
    background-size: 400%;
    position: absolute;
    left: 53px;
    top: 18px;
}

.field-enter--phoneClient:after {
    content: "";
    display: block;
    background-image: url(../Images/sprite.png);
    background-position: 42.5% 77.412456%;
    width: 22px;
    height: 26px;
    background-size: 400%;
    position: absolute;
    left: 53px;
    top: 18px;
    opacity: 0;
}

/*Адрес клиента/персонала : картинка*/
.field-enter--addressClient:before {
    content: "";
    display: block;
    background-image: url(../Images/sprite.png);
    background-position: 42.5% 83%;
    width: 22px;
    height: 26px;
    background-size: 400%;
    position: absolute;
    left: 53px;
    top: 18px;
}

.field-enter--addressClient:after {
    content: "";
    display: block;
    background-image: url(../Images/sprite.png);
    background-position: 42.5% 83%;
    width: 22px;
    height: 26px;
    background-size: 400%;
    position: absolute;
    left: 53px;
    top: 18px;
    opacity: 0;
}

/*Должность клиента/персонала : картинка*/
.field-enter--postClient:before {
    content: "";
    display: block;
    background-image: url(../Images/sprite.png);
    background-position: 42.5% 84.9%;
    width: 22px;
    height: 26px;
    background-size: 350%;
    position: absolute;
    left: 53px;
    top: 18px;
}

.field-enter--postClient:after {
    content: "";
    display: block;
    background-image: url(../Images/sprite.png);
    background-position: 42.5% 84.9%;
    width: 22px;
    height: 26px;
    background-size: 350%;
    position: absolute;
    left: 53px;
    top: 18px;
    opacity: 0;
}

/*E-mail клиента/персонала : картинка*/
.field-enter--emailClient:before {
    content: "";
    display: block;
    background-image: url(../Images/sprite.png);
    background-position: 42.5% 81%;
    width: 22px;
    height: 26px;
    background-size: 400%;
    position: absolute;
    left: 53px;
    top: 18px;
}

.field-enter--emailClient:after {
    content: "";
    display: block;
    background-image: url(../Images/sprite.png);
    background-position: 42.5% 81%;
    width: 22px;
    height: 26px;
    background-size: 400%;
    position: absolute;
    left: 53px;
    top: 18px;
    opacity: 0;
}

/*E-mail клиента/персонала : картинка*/
.field-enter--commentClient:before {
    content: "";
    display: block;
    background-image: url(../Images/sprite.png);
    background-position: 42.5% 79.2%;
    width: 22px;
    height: 26px;
    background-size: 370%;
    position: absolute;
    left: 53px;
    top: 18px;
}

.field-enter--commentClient:after {
    content: "";
    display: block;
    background-image: url(../Images/sprite.png);
    background-position: 42.5% 79.2%;
    width: 22px;
    height: 26px;
    background-size: 370%;
    position: absolute;
    left: 53px;
    top: 18px;
    opacity: 0;
}

/*Дивки редактирования: сам текст*/
.field-settings__input_edit {
    display: block;
    border: none;
    border-bottom: #d4d9e3 solid 1px;
    background: none;
    width: 100%;
    height: 64px;
    padding-left: 190px; /*68*/
    box-sizing: border-box;
    color: #3a4a52;
    font: normal 400 18px/18px Roboto, "Helvetica Neue", Helvetica, sans-serif;
}

    .field-settings__input_edit::-webkit-input-placeholder {
        color: #78909c;
        opacity: 1;
        font-size: 16px;
        font-wight: 100;
        font-style: normal;
    }

    .field-settings__input_edit:-moz-placeholder {
        color: #78909c;
        opacity: 1;
        font-size: 16px;
        font-wight: 100;
        font-style: normal;
    }

    .field-settings__input_edit::-moz-placeholder {
        color: #78909c;
        opacity: 1;
        font-size: 16px;
        font-wight: 100;
        font-style: normal;
    }

    .field-settings__input_edit:-ms-input-placeholder {
        color: #78909c;
        opacity: 1;
        font-size: 16px;
        font-wight: 100;
        font-style: normal;
    }

/*Блок данных редактирования данных персонала*/
.edit_client_tab {
    display: block;
    position: absolute;
    top: 110px;
    left: 0px;
    right: 40px;
    bottom: 75px;
    /*border: 1px solid #e6eaee;*/
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
}

/*Результат сохранения*/
.rezult_edit_save {
    font: normal 400 18px/18px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    color: #3a4a52;
    vertical-align: middle;
    position: absolute;
    top: 10px;
    left: 0px;
}

/*Поиск ключей*/
.keys-filter__input {
    position: absolute;
    top: 45px;
    left: 651px;
    display: block;
    width: 30%;
    height: 36px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #78909c;
    padding: 2px 33px 2px 13px;
    font: normal 400 14px/20px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    background: #fafbfc;
    color: #37474f;
}

    .keys-filter__input::-webkit-input-placeholder {
        color: #78909c;
        opacity: 1;
        font-size: 14px;
        font-wight: 400;
        font-style: normal;
    }

    .keys-filter__input:-moz-placeholder {
        color: #78909c;
        opacity: 1;
        font-size: 14px;
        font-wight: 400;
        font-style: normal;
    }

    .keys-filter__input::-moz-placeholder {
        color: #78909c;
        opacity: 1;
        font-size: 14px;
        font-wight: 400;
        font-style: normal;
    }

    .keys-filter__input:-ms-input-placeholder {
        color: #78909c;
        opacity: 1;
        font-size: 14px;
        font-wight: 400;
        font-style: normal;
    }

.keys-filter__search {
    display: block;
    position: absolute;
    top: 55px;
    right: 51px;
    width: 16px;
    height: 16px;
    /*cursor: pointer;*/
    font-size: 0;
    border: 0;
    background: transparent;
}

    .keys-filter__search:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../Images/sprite.png);
        background-position: 0 82.851094%;
        width: 16px;
        height: 16px;
        background-size: 412.5%;
        z-index: 1;
    }

    .keys-filter__search:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../Images/sprite.png);
        background-position: 0 81.016231%;
        width: 16px;
        height: 16px;
        background-size: 412.5%;
        z-index: 2;
        opacity: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

/*Пояснения к полям ввода в персонале на редактировании*/
.popup_key_block_edit {
    font: normal 400 18px/18px Roboto, "Helvetica Neue", Helvetica, sans-serif;
    color: #3a4a52;
    vertical-align: middle;
    position: absolute;
    top: 24px;
    left: 90px;
    font-weight: bold;
}

.visible_off_block {
    display: none;
}

/*Сдвиг для дерева для отчетов*/
.tree-container_report {
    top: 141px;
}

/*Чекбокс выделить все*/
/*.checkAll-checkbox {
    display: block;
    margin: 6px 0 0;
}
.checkAll-checkbox__input {
    display: block;
    position: relative;
    left: 1px;
    top: 4px;
    -webkit-appearance: checkbox;
    width: 17px;
    height: 17px;
    background: #ffffff;
    border: #d4d9e3 solid 1px;
}

.checkAll-checkbox__label {
    display: block;
    position: relative;
    top: -17px;
    left: 32px;
    color: #37474f;
    font: normal 400 14px/20px Roboto, "Helvetica Neue", Helvetica, sans-serif;
}*/

.checkAll-checkbox {
    position: relative;
    padding-left: 30px;
    padding-top: 9px;
}

    .checkAll-checkbox input[type=checkbox] {
        display: none;
    }

    .checkAll-checkbox label:after {
        content: '';
        display: block;
        height: 13px;
        width: 13px;
        position: absolute;
        top: 11px;
        left: 5.5px;
        background: #ffffff;
        border: #d4d9e3 solid 1px;
    }

    .checkAll-checkbox input[type=checkbox]:checked + label:after {
        background-image: url(../Images/sprite.png);
        background-position: -1% 97.3%;
    }

.checkAll-checkbox__label {
    color: #37474f;
    font: normal 400 14px/20px Roboto, "Helvetica Neue", Helvetica, sans-serif;
}
