/* --- Шрифты --- */
@font-face {
    font-family: 'SFUIText-Medium';
    src: url('../fonts/sfuitext/SFUIText-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/sfuitext/SFUIText-Medium.otf') format('opentype'),
    url('../fonts/sfuitext/SFUIText-Medium.woff') format('woff'),
    url('../fonts/sfuitext/SFUIText-Medium.ttf') format('truetype'),
    url('../fonts/sfuitext/SFUIText-Medium.svg#SFUIText-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr-Black';
    src: url('../fonts/hncb/HelveticaNeueCyr-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hncb/HelveticaNeueCyr-Black.otf') format('opentype'),
    url('../fonts/hncb/HelveticaNeueCyr-Black.woff') format('woff'),
    url('../fonts/hncb/HelveticaNeueCyr-Black.ttf') format('truetype'),
    url('../fonts/hncb/HelveticaNeueCyr-Black.svg#HelveticaNeueCyr-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr-Bold';
    src: url('../fonts/hncbd/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hncbd/HelveticaNeueCyr-Bold.otf') format('opentype'),
    url('../fonts/hncbd/HelveticaNeueCyr-Bold.woff') format('woff'),
    url('../fonts/hncbd/HelveticaNeueCyr-Bold.ttf') format('truetype'),
    url('../fonts/hncbd/HelveticaNeueCyr-Bold.svg#HelveticaNeueCyr-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr-Medium';
    src: url('../fonts/hncm/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hncm/HelveticaNeueCyr-Medium.otf') format('opentype'),
    url('../fonts/hncm/HelveticaNeueCyr-Medium.woff') format('woff'),
    url('../fonts/hncm/HelveticaNeueCyr-Medium.ttf') format('truetype'),
    url('../fonts/hncm/HelveticaNeueCyr-Medium.svg#HelveticaNeueCyr-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
}

.mainWindow {
    position: absolute;
    top: 20px;
    left: 20px;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    height: -webkit-calc(100vh - 80px);
    height: -moz-calc(100vh - 80px);
    height: calc(100vh - 80px);
    font-family: 'HelveticaNeueCyr-Medium', sans-serif;
    font-size: 32px;
    background: #c5c5c5;
    border-radius: 10px;
    padding: 20px;
    border: 2px solid #202020;
}

/* --- Контейнеры --- */
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: 'PTSans-Regular', sans-serif;
    background: #162642;
}

.container {
    height: 100%;
    display: block;
    width: 100%;
    min-width: 300px;
    background: #162642;
}

.page-head {
    background: #162642;
    color: #fff;
    width: 100%;
    vertical-align: middle;
}

.head-table {
    font-family: 'SFUIText-Medium', sans-serif;
    vertical-align: middle;
    height: 190px;
    width: 100%;
    padding: 0;
}

.head-row-logo {
    width: 90px;
    padding: 8px 25px 0 17px;
    text-align: left;
}

.head-row-name {
    font-family: 'HelveticaNeueCyr-Bold', sans-serif;
    font-size: 36px;
    width: 1000px;
}

.head-row-sum {
    font-family: 'HelveticaNeueCyr-Medium', sans-serif;
    font-size: 22px;
    width: 280px;
    padding: 7px 0 0 0;
}

.head-row-sum img {
    padding-bottom: 7px;
}

.head-row-sum .txt {
    margin-bottom: 7px;
}

.head-row-begin {
    font-family: 'HelveticaNeueCyr-Medium', sans-serif;
    font-size: 22px;
    padding: 7px 0 0 0;
}

.head-row-begin img {
    padding-bottom: 7px;
}

.head-row-begin .txt {
    margin-bottom: 7px;
}

.head-row-clock {
    width: 14%;
    padding-right: 20px;
    font-size: 90px;
}

.head-yellow {
    color: #FFF064;
    font-size: 35px;
}

.row-empty {
    display: block;
    width: 100%;
    font-size: 1.8em;
    color: #FFF064;
    font-family: 'HelveticaNeueCyr-Bold', sans-serif;
    text-align: center;
    position: absolute;
    top: 50%;
}

.clock-data {
    margin: 10px;
}

.dTrans {
    color: #e5e5e5;
}

.dNorm {

}

.logo {
    vertical-align: middle;
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
}

::-webkit-scrollbar-track-piece {
    background: #1d2d48;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    width: 0;
    height: 2px;
    background: white;
}

.main-table {
    position: relative;
    padding-top: 50px;
    background: #1d2d48;
}

.reg-closed {
    font-family: 'HelveticaNeueCyr-Bold', sans-serif;
    width: 100%;
    height: 49px;
    line-height: 47px;
    background: #C6233E;
    color: white;
    z-index: 999;
    position: absolute;
    display: none;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    top: 0;
    left: 0;
}

th div {
    position: absolute;
    font-family: 'HelveticaNeueCyr-Black', sans-serif;
    text-align: left;
    background: transparent;
    color: white;
    font-size: 18px;
    padding-top: 18px;
    padding-left: 0;
    top: 0;
    margin-left: 0;
    line-height: normal;
}

th .th-time {
    right: 20px;
}

th .th-no {
    left: 20px;
}

.table-container {
    overflow-y: auto;
    height: -webkit-calc(100vh - 240px);
    height: -moz-calc(100vh - 240px);
    height: calc(100vh - 240px);
    background: #162642;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

th {
    height: 0;
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: transparent;
    border: none;
    white-space: nowrap;
}

.members {
    font-family: 'HelveticaNeueCyr-Medium', sans-serif;
    font-size: 20pt;
    width: 100%;
    border-collapse: collapse;
}

.members tbody .tr-first {
    height: 0;
}

.members thead tr {
    background: #1d2d48;
}

.members .td-no {
    padding-right: 10px;
    width: 60px;
    max-width: 60px;
    height: 0;
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.members .td-icon {
    padding-left: 25px;
    width: 41px;
    max-width: 41px;
    height: 0;
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.members .td-fio {
    width: 450px;
    height: 0;
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.members .td-org {
    width: 524px;
    max-width: 524px;
    height: 0;
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.members .td-pos-padding {
    width: 20px;
    height: 0;
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.members .td-pos {
    padding-right: 20px;
    height: 0;
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.members .td-rep {
    width: 35px;
    height: 0;
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.members .td-time {
    width: 80px;
    max-width: 80px;
    padding-right: 20px;
    height: 0;
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.members .td-no-val {
    text-align: right;
    padding-right: 10px;
    vertical-align: top;
}

.members .td-icon-val {
    padding-left: 25px;
    vertical-align: top;
}

.members .td-fio-val {
    margin-left: 10px;
    vertical-align: top;
}

.spk-font {
    color: #fff064;
    font-family: 'HelveticaNeueCyr-Black', sans-serif;
}

.last-name {
    font-family: 'HelveticaNeueCyr-Black', sans-serif;
}

.members .td-org-val {
    margin-left: 10px;
    vertical-align: top;
}

.members .td-pos-val {
    padding-right: 20px;
    vertical-align: top;
}

.members .td-rep-val {
    margin-left: 0;
    vertical-align: top;
}

.members .td-time-val {
    text-align: right;
    padding-right: 20px;
}

.members td {
    padding-top: 22px;
    padding-bottom: 22px;
    vertical-align: top;
}

.members tbody tr {
    height: 105px;
    background: #28529a;
    color: white;
}

.members tr:nth-child(odd) {
    background: #28529a;
}

.members tr:nth-child(even) {
    background: #4468a9;
}

#fade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1001;
    -moz-opacity: 0.4;
    opacity: .40;
    filter: alpha(opacity=40);
    display: none;
}

.selfRegisterWindow {
    z-index: 1002;
    border-radius: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -240px 0 0 -500px;
    background: white;
    height: 510px;
    display: none;
}

.sRWHead {
    border-radius: inherit;
    width: 1000px;
    height: 104px;
    background: #2b5aa9;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

#redHead {
    background: #c6233e;
    display: none;
}

#blueHead {
    background: #2b5aa9;
    display: table-cell;
}

.sRWBody {
    border-radius: inherit;
    width: 920px;
    height: 200px;
    text-align: left;
    display: block;
    margin: 40px;
}

.sRWTitle {
    padding: 0 0 0 40px;
    color: white;
    display: inline-block;
}

.sRWClock {
    position: absolute;
    top: 50%;
    margin: 3px 0 0 6px;
    color: white;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 50px;
}

.sRWClockText {
    position: relative;
    font-family: 'HelveticaNeueCyr-Bold', sans-serif;
    padding: 0 40px 0 0;
    color: white;
    display: inline-block;
    float: right;
    line-height: 50px;
    font-size: 30px;
}

.sRWText {
    display: table-cell;
    vertical-align: middle;
    line-height: 40px;
    font-size: 32px;
    padding-top: 5px;
}

.sRWCheck {
    margin: 0 38px 0 0;
    display: inline-block;
    float: right;
    width: 50px;
    height: 50px;
}

.sRWPhoto {
    float: left;
    display: inline-block;
    margin: 0 35px 0 0
}

.sRWUserData {
    position: relative;
    float: left;
    width: -webkit-calc(100% - 285px);
    width: -moz-calc(100% - 285px);
    width: calc(100% - 285px);
    /*width: 580px;*/
    height: 325px;
    display: inline-block;
    margin: 0 0 0 0;
}

.sRWError {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    float: left;
    width: 700px;
    height: 200px;
    margin: 80px 0 0 110px;
    font-family: 'HelveticaNeueCyr-Bold', sans-serif;
    font-size: 35px;
}

#sRWFIO {
    font-family: 'HelveticaNeueCyr-Bold', sans-serif;
    font-size: 35px;
    display: block;
    margin: 0 0 0 0;
}

.sRWROLE {
    font-family: 'HelveticaNeueCyr-Medium', sans-serif;
    font-size: 19px;
    color: #969696;
    display: block;
    margin: 10px 0 0 5px;
}

.sRWROLE img {
    padding-right: 5px;
}


#sRWPOS {
    font-family: 'HelveticaNeueCyr-Medium', sans-serif;
    font-size: 30px;
    display: block;
    margin: 25px 0 0 5px;

}

#sRWREP {
    font-family: 'HelveticaNeueCyr-Medium', sans-serif;
    font-size: 28px;
    display: block;
    color: #a6a6a6;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0 0 5px;
}

#sRWREP img {
    margin: 0 3px 0 0;
}

.content {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    min-width: 300px;
}

.row {
    display: inline-block;
    vertical-align: top;
    margin-right: -.36em;
}

.inline-4 {
    width: 25%;
}

.inline2 {
    width: 47%;
    vertical-align: top;
    position: relative;
}

.inline3 {
    width: 27%;
}

/* -- //Контейнеры -- */

/* --- Хидер --- */
input[type="submit"] {
    display: block;
    font-family: 'PTSans-Regular', sans-serif;;
    width: 90%;
    border: none;
    border-bottom: 2px solid #FDAF17;
    background: #FDC816;
    cursor: pointer;
    padding: 5px 15px;
    margin: 10px 0;
}

input[type="submit"]:hover {
    background: #FFE37F;
}

input[type="text"] {
    font-size: 0.8em;
    border: 1px solid #888888;
    padding: 5px;
    resize: none;
}

input[type="number"] {
    font-size: 0.8em;
    border: 1px solid #888888;
    padding: 5px;
    resize: none;
}

textarea {
    font-size: 0.8em;
    border: 1px solid #888888;
    padding: 5px;
    resize: none;
}

input[type="search"] {
    background: #0061A6;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
}

.header {
    display: inline-block;
    width: 64%;
    vertical-align: top;
    margin: 0 -0.36em 0 0;
}

.hoverBack {
    background: rgba(0, 0, 0, 0.3);
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.cityBlock {
    max-width: 250px;
    min-width: 200px;
    padding: 15px;
    background: #fff;
    display: none;
    color: #888888;
    position: absolute;
    top: 60px;
    left: 50%;
    max-height: 50%;
    overflow-y: scroll;
}

.userBlock {
    display: none;
    width: 170px;
    padding: 10px;
    text-align: center;
    line-height: 1.6em;
    background: #fff;
    position: absolute;
    top: 50px;
}

.userBlock > a {
    color: #fff;
    background: #084F83;
    border-bottom: 2px solid #084F83;
    display: block;
    text-align: center;
    margin: 10px auto;
}

.userBlock > a:hover {
    background: cornflowerblue;
    text-decoration: none;
}

.headerBlockLink {
    display: block;
    margin: 35px 0 0;
}

.headerBlock {
    display: inline-block;
    vertical-align: top;
    width: 27%;
    padding: 15px 5px 10px;
    color: #888888;
    line-height: 1.5em;
    font-size: 0.9em;
}

.cityLink {
    font-weight: bold;
    color: #084F83;
    text-decoration: underline;
}

.userLink {
    text-decoration: underline;
}

.userLink:hover {
    text-decoration: none;
    color: #084F83;
}

.authorLink:hover {
    text-decoration: none;
    color: #ED9F17;
}

.warningLink:hover {
    text-decoration: none;
    color: red;
}

.footer-padding {
    display: block;
    padding: 15px 5px 10px 10px;
    margin: auto;
}

.no-list-style > li > a:hover,
.footer-padding > a:hover,
.footer-padding > .right-text > a:hover {
    font-family: 'PTSans-Bold', sans-serif;
}

.no-list-style {
    list-style-type: none;
    margin: 5px 5px 5px -25px;
}

.right-text {
    text-align: right;
}

a {
    color: inherit;
    text-decoration: inherit;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

p {
    padding: 0 10px 15px;;
    margin: 0;
}

.container > .content > p {
    color: #888888;
}

.noUnderLine {
    text-decoration: none;
}

.leftOrient {
    text-align: left;
}

.rightOrient {
    text-align: right;
}

.centerOrient {
    text-align: center;
}

h1, h2 {
    font-size: 1.7em;
    margin: 0;
    padding: 20px 10px 10px;
    font-family: 'PTSerif-Regular', sans-serif;
    font-weight: normal;
}

h3 {
    font-size: 1.17em;
    margin: 0;
    padding: 20px 10px 10px;
    font-family: 'PTSerif-Regular', sans-serif;
    font-weight: normal;
}

small {
    display: block;
    padding: 0 10px;
    font-size: .8em;
}

.long-text-full {
    margin: 25px 0 0 -115px;
    display: none;
    max-width: 250px;
    position: absolute;
    border: 1px solid #000;
    color: #084F83;
    font-weight: bolder;
    font-size: 0.9em;
    padding: 0 5px;
    background-color: #fff;
    z-index: 1000000;
}

.long-text-hover:hover .long-text-full {
    display: inline;
}

.boldSans {
    font-family: 'PTSans-Bold', sans-serif;
}

.blueFont {
    color: #084F83;
}

/* -- //Параграфы и заголовки -- */

/* --- Кнопки --- */
.yBut {
    display: inline-block;
    padding: 5px 10px;
    background: #FDC816;
    border-bottom: 3px solid #FDAF17;
    text-align: center;
    margin: 25px auto 50px
}

.yBut:hover {
    text-decoration: none;
    background: #FFE37F;
}

.bBut {
    line-height: 1.3em;
    color: #fff;
    background: #084F83;
    border-bottom: 2px solid #084F83;
    text-align: center;
    display: block;
    width: 90%;
    margin: 10px auto;
    font-size: 0.9em;
}

.bBut:hover {
    text-decoration: none;
    background: cornflowerblue;
}

/* -- //Кнопки -- */

@media screen and (max-width: 1920px) {
    /* --- Хидер --- */
    .headerBlock {
        width: 230px;
    }

    /* -- //Хидер -- */
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1200px) {
    /* --- Контейнеры --- */
    body {
        font-size: 16px;
    }

    .content {
        max-width: 1000px;
    }

    /* -- //Контейнеры -- */
    /* --- Хидер ---*/
    .headerBlock {
        width: 180px;
    }

    .cityBlock {
        top: 55px;
    }

    .userBlock {
        top: 45px;
    }

    /* -- //Хидер --*/
    /* --- Кнопки --- */
    .bBut {
        margin: 5px auto;
    }

    /* -- //Кнопки -- */
}

@media screen and (max-width: 980px) {
    /* --- Контейнеры --- */
    body {
        font-size: 14px;
    }

    .medline {
        width: 49%;
    }

    .bigline {
        width: 100%;
    }

    .inline2 {
        width: 100%;
    }

    /* -- //Контейнеры -- */
    /* --- Хидер --- */
    .headerBlock {
        font-size: 1.1em;
        width: 190px;
    }

    .header {
        width: 100%;
        text-align: center;
    }

    .cityBlock {
        top: 140px;
        left: 30%;
    }

    .userBlock {
        top: 110px;
    }

    input[type="submit"] {
        display: block;
        width: 85%;
        margin: 15px auto 5px;
        float: none;
    }

    /* -- //Хидер -- */
    /* --- Параграфы и заголовки --- */
    h1, h2 {
        padding: 10px 0;
        text-align: center;
    }

    small {
        font-size: 1em;
    }

    p {
        font-size: 1.1em;
    }

    /* -- //Параграфы и заголовки -- */
    /* --- Кнопки --- */
    .yBut {
        font-size: 1.2em;
    }

    .bBut {
        margin: 15px auto;
        font-size: 1.3em;
    }

    /* -- //Кнопки -- */
}

@media screen and (max-width: 640px) {
    /* --- Контейнеры --- */
    .inline-4, .medline {
        width: 100%;
    }

    /* -- //Контейнеры -- */
    /* --- Параграфы и заголовки --- */
    small {
        text-align: center;
    }

    /* -- //Параграфы и заголовки -- */
    /* --- Хидер --- */
    .headerBlock {
        width: 280px;
        display: block;
        margin: 0 auto;
        font-size: 1.2em;
        text-align: center;
    }

    .cityBlock {
        top: 140px;
        font-size: 1.15em;
        left: 15%;
    }

    .userBlock {
        top: 250px;
        font-size: 1.2em;
    }

    .footer-padding {
        text-align: center;
    }
}
