@charset "UTF-8";
body {
    margin: 0px;
    background: #FFF;
    font-size: 20px;
    /* font-family: Arial, Tahoma, sans-serif; */
}

table {
    border-color: #66488D;
    border-collapse: collapse;
}

caption {
    margin: 15px 5px 15px 5px;
    font-weight: bold;
    font-size: 24px;
}
caption i {
    font-weight: normal;
    font-size: 20px;
    color: #666;
}

input,
select,
button,
textarea {
    font-size: 16px;
}

input[type=checkbox][disabled] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1em;
    height: 1em;
    background: no-repeat url("/images/icons/checkbox_.png");
}

input[type=checkbox][disabled][checked] {
    background: no-repeat url("/images/icons/checkbox_1.png");
}

label input[type=checkbox][disabled] {
    margin-bottom: -2px;
}

a.date,
a:visited.date {
    color: #00b;
    text-decoration: none;
}

a:hover.date {
    color: #b00;
}

button.tour {
    padding: 1px;
    cursor: default;
}

img {
    vertical-align: middle;
    border: none;
}

input.async {
    background: url("/images/icons/ajax-loader.gif") no-repeat right transparent;
}

.rw {
    text-align: right;
    white-space: nowrap;
}

.cw {
    text-align: center;
    white-space: nowrap;
}

/* validator */
label.error {
    margin-left: 10px;
    color: red;
}

.valid {
    background: url("/images/icons/tick.png") no-repeat right transparent;
}

.pending {
    border-color: orange;
}

.required:after {
    content: " *";
    color: red;
}

/* error message */
div.error {
    background-color: #DED6E9;
    width: 500px;
    font-size: 18px;
    padding: 0px;
    color: #000;
    border: 1px solid #66488D;
    text-align: center;
}
div.error .theader {
    background-color: #66488D;
    text-align: center;
    font-size: 20px;
    padding: 8px;
    color: #FFF;
    font-weight: bold;
}
div.error .redirect {
    position: relative;
    bottom: 0px;
    left: 0px;
    border-top: 1px solid #66488D;
    padding: 8px;
    text-align: center;
}

.sidebar-nav-wrapper {
    background: #A58EC6;
    width: 265px;
    padding: 0;
    height: 100vh;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 0;
    left: -275px;
    z-index: 999;
    box-shadow: 0px 0px 30px 0px rgba(200, 208, 216, 0.3);
}

.sidebar-nav-wrapper.active {
    left: 0;
}

.sidebar-nav-wrapper .navbar-logo {
    padding: 0 25px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.main-wrapper {
    margin-left: 0;
    min-height: calc(100vh - 50px);
    padding-bottom: 50px;
    position: relative;
}

.main-wrapper.active {
    margin-left: 265px;
}

.section {
    display: block;
    unicode-bidi: isolate;
}

.footer {
    position: fixed;
    width: 100%;
    padding: 10px;
    top: 100%;
    margin-top: -40px;
    background-color: #FFF;
    text-align: center;
    border-top: 1px solid;
}

/* form */
form.quick_search table {
    border: 1px dashed #66488D;
    border-radius: 10px;
    border-collapse: separate;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

a.button {
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    background-color: #F2F2F2;
    border: 1px solid #003C74;
    border-radius: 3px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 7px 4px;
    line-height: normal;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    color: buttontext;
    /* -webkit-appearance: button; */
    -webkit-writing-mode: horizontal-tb;
    -webkit-align-items: flex-start;
    -moz-user-select: none;
    -khtml-user-select: none;
}
a.button img {
    margin-top: 2px;
    margin-bottom: 2px;
    vertical-align: middle;
}

a.button:active {
    background-color: #E2E1DA;
    padding: 2px 7px 4px;
}

.box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    display: none;
    border: 1px solid;
    background: #E5F3FE;
    z-index: 100;
}

.messages {
    position: fixed;
    top: 100%;
    left: 100%;
    width: 170px;
    margin-left: -175px;
    margin-top: -180px;
    border: 1px solid;
    background: #E5F3FE;
}

.manual {
    border: 1px solid;
    width: 200px;
    margin: 10px;
    padding: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.manual p {
    margin-bottom: 5px;
}

a.filter,
a:visited.filter {
    cursor: pointer;
    border: 1px solid #66488D;
    border-radius: 5px;
    padding: 3px 5px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #e6dfee;
    display: inline-block;
    text-decoration: none;
    color: #66488D;
}

a.filter:hover {
    background-color: #66488D;
    color: #FFF;
}

.rating {
    background-image: url("/images/icons/star.png");
    background-repeat: repeat-x;
}

.select {
    background-color: #b3f0b3;
}

.even {
    background-color: #e6dfee;
}

.highlight:hover,
.over {
    background-color: #D0BAEF;
}

.theader {
    background-color: #66488D;
    color: #FFF;
    border-color: white;
}
.theader th a {
    color: white;
    text-decoration: none;
}

.internet {
    background-color: #b3f0b3;
}

.probationer {
    background-color: #ffda6a;
}

.improver {
    background-color: #f6cae7;
}

.dayoff {
    background-color: #feebba;
}

.now {
    background-color: #fecbc2;
}

.nspace {
    white-space: nowrap;
}

#user {
    padding: 2px 1px 1px 1px;
    display: inline-block;
}

/* навигационное меню */
.menu-vert {
    display: inline-block;
    margin: 56px 0 0 15px;
    padding: 0;
    list-style: none;
    vertical-align: top;
}
.menu-vert li.theader {
    padding: 8px;
    border: 1px solid;
    font-weight: bold;
    text-align: center;
    background: #66488D;
    min-width: 180px;
}
.menu-vert li a.button,
.menu-vert li button {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 4px;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    position: sticky;
    width: 100%;
    height: 40px;
    top: 0;
    left: 0;
    background-color: #A58EC6;
    z-index: 1;
}
.header .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.header #breadcrumbs, .header a, .header a:visited {
    color: #FFF;
}

.sidebar-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-y: auto;
}
.sidebar-nav ul ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}
.sidebar-nav ul li {
    color: #FFF;
    font-weight: bold;
    padding: 6px 6px 6px 20px;
    cursor: pointer;
}
.sidebar-nav ul li img {
    vertical-align: middle;
    border: none;
    padding-top: 3px;
    float: right;
}
.sidebar-nav ul a {
    text-align: center;
    text-decoration: none;
    color: #FFF;
}
.sidebar-nav ul li:hover {
    color: #66488D;
}
.sidebar-nav ul a:hover {
    color: #66488D;
}

/* Вкладки */
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    width: 100%;
}
ul.tabs li.active,
ul.tabs li.active a:hover {
    background: #FFF;
    border-bottom: 1px solid #FFF;
    color: #28166F;
}
ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 31px;
    line-height: 31px;
    border: 1px solid;
    border-left: none;
    margin-bottom: -1px;
    background: #DED6E9;
    overflow: hidden;
    position: relative;
}
ul.tabs li a {
    text-decoration: none;
    color: #28166F;
    display: block;
    font-size: 1.2em;
    padding: 0 20px;
    border: 1px solid #FFF;
    outline: none;
}
ul.tabs li a:hover {
    background: #66488D;
    color: #FFF;
}

.tab_container {
    border: 1px solid;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
}

.tab_content {
    padding: 10px;
}

/* Popup */
.popup-box {
    position: fixed;
    max-height: 70%;
    max-width: 70%;
    top: 50%;
    left: 50%;
    border: 2px solid #66488D;
    border-radius: 7px;
    background: #FFF;
    display: none;
    padding: 3px;
    z-index: 10;
}
.popup-box ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}
.popup-box ul li {
    padding: 5px;
}
.popup-box .theader {
    background-color: #66488D;
    padding: 6px 4px 6px;
    font-size: 20px;
    color: #FFF;
    border-radius: 3px;
    margin-bottom: 5px;
    cursor: move;
}
.popup-box .popup-content {
    margin: 5px;
    overflow: auto;
    max-height: 600px;
}
.popup-box .close {
    float: right;
    border-radius: 5px;
    border: 2px solid #FFF;
    background-color: #E42;
    color: #FFF;
    cursor: pointer;
    font-weight: bold;
    margin-top: -2px;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.popup-box .close:hover {
    background-color: #F65;
}

#blackout {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    display: none;
    z-index: 9;
}

.station {
    font-weight: bold;
    font-size: 19px;
    border-bottom: 1px solid;
    padding-top: 5px;
}

.bordered {
    border-right: 1px solid;
    border-left: 1px solid;
}

/* Спойлер */
.spoiler-wrap {
    border: solid 1px #66488D;
    background-color: #66488D;
}

.spoiler-head {
    font-weight: bold;
    line-height: 30px;
    display: block;
    padding: 2px 0px 3px 20px;
    cursor: pointer;
    color: #FFF;
    margin-left: 4px;
}

.folded {
    background: url("/images/icons/plus.png") no-repeat left center transparent;
}

.unfolded {
    background: url("/images/icons/minus.png") no-repeat left center transparent;
}

.spoiler-body {
    background-color: #FFF;
    padding: 8px;
}

.spoiler-hidden {
    display: none;
}

/* Plot */
.plot-placeholder {
    width: 100%;
    height: 100%;
    line-height: 1.2em;
    min-height: 600px;
}

.legend table {
    border-spacing: 5px;
}

/* Page Navigator */
.pagelink {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
}
.pagelink a {
    border: 1px solid #66488D;
    border-radius: 3px;
    background-color: #e6dfee;
    text-decoration: none;
    padding: 0px 10px 0px 10px;
    font-weight: bold;
    color: #66488D;
}
.pagelink a:hover {
    background-color: #66488D;
    color: #FFF;
}
.pagelink span {
    border: 1px solid #66488D;
    border-radius: 3px;
    text-decoration: none;
    padding: 0px 10px 0px 10px;
    font-weight: bold;
    background-color: #66488D;
    color: #FFF;
}

/* table sorter */
table.sorter thead tr .theader {
    background-image: url("/images/icons/sort.png");
    padding-right: 16px;
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.sorter thead tr .headerSortUp {
    background-image: url("/images/icons/asc.png");
}
table.sorter thead tr .headerSortDown {
    background-image: url("/images/icons/desc.png");
}
table.sorter thead tr .headerSortDown, table.sorter thead tr .headerSortUp {
    background-color: #A58EC6;
}

/* Dropdown menu */
.dropdown_block {
    border-radius: 4px;
    border: 1px solid;
    cursor: pointer;
}
.dropdown_block .dropdown_title {
    color: #FFF;
    padding: 6px;
    margin: 0;
}
.dropdown_block ul.dropdown_list {
    background-color: #A58EC6;
    padding: 0;
    margin: 0;
    z-index: 1;
    position: absolute;
    border-radius: 4px;
    border: 1px solid;
    border-top: none;
    display: none;
}
.dropdown_block ul.dropdown_list li {
    list-style-type: none;
    padding: 0px;
    border-top: 1px solid;
}
.dropdown_block ul.dropdown_list li:hover {
    background-color: #66488D;
}
.dropdown_block ul.dropdown_list li a {
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
}

/* bbcode */
.bbcode {
    color: #FFF;
    padding: 6px;
    margin: 4px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    display: inline-block;
}

/* Для кнопок с иконками */
.isave:before {
    content: "";
    background: url("/images/icons/tick.png") no-repeat left center transparent;
    margin-right: 6px;
    top: 2px;
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.iadd:before {
    content: "";
    background: url("/images/icons/add.png") no-repeat left center transparent;
    margin-right: 6px;
    top: 2px;
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.iedit:before {
    content: "";
    background: url("/images/icons/edit.png") no-repeat left center transparent;
    margin-right: 6px;
    top: 2px;
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.idelete:before {
    content: "";
    background: url("/images/icons/delete.png") no-repeat transparent;
    margin-right: 6px;
    top: 2px;
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.istop:before {
    content: "";
    background: url("/images/icons/drop.png") no-repeat transparent;
    margin-right: 6px;
    top: 2px;
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.ifind:before {
    content: "";
    background: url("/images/icons/find.png") no-repeat transparent;
    margin-right: 6px;
    top: 2px;
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.ifilter:before {
    content: "";
    background: url("/images/icons/filter.png") no-repeat transparent;
    margin-right: 6px;
    top: 2px;
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
}

@media print {
    body {
        background: #FFF;
        margin: 0;
    }
    h2 {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 16px;
    }
    caption {
        margin: 0;
        font-size: 14px;
    }
    .noprint {
        display: none !important;
    }
    .spoiler-hidden {
        display: inherit;
    }
    table.cheque {
        font-size: 12px;
    }
    /*
    @page:left{margin:1px;}
    @page:right{margin:1px;}
    @page:bottom{margin:1px;}
    @page:top{margin:1px;}
    */
}
/*# sourceMappingURL=pop.common.css.map */
