html, body {
    font-family: Arial,sans-serif;
}
.choose {
    width: 100%;
    position: absolute;
    top: 40%;
}
.choose a {
    width: 100%;
    text-align: center;
    background: #cbc8c8;
    display: block;
    height: 80px;
    font-weight: bold;
    font-size: 25px;
    color: #000;
    padding: 22px;
}
.header {
    font-size: 28px;
    color: #9e0b0f;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0;
}
.stations {
    text-align: center;
}
.stations a {
    width: 200px;
    text-align: left;
    background: #cbc8c8;
    display: none;
    height: 35px;
    font-weight: bold;
    font-size: 12px;
    color: #000;
    margin: 0 0 5px 0;
    padding: 7px 0 0 0;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
}
.stations a span {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-block;
    margin:  0 7px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.stations a strong {
    font-size: 14px;
    color: #0076a3;
    float: right;
    padding-right: 10px;
}
.stationsNeed {
    background: #ff0000;
}
.formButton {
}
.formButton a {
    display: block;
    background: #f26522;
    width: 304px;
    height: 47px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 14px;
    margin-top: 27px;
}
#jobForm {
    max-width: 100%;
    height: 295px;
    background: #fff;
    border-radius: 12px;
    padding: 0;
}
#jobForm p {
    font-size: 28px;
    color: #9e0b0f;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 0;
}
#jobForm .thead .td {
    font-size: 11px;
    font-weight: bold;
    background: #707070;
    border: 1px solid #363636;
    text-align: center;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
}
span.td {
    display: table-cell;
}
form.tr, div.tr {
    display: table-row;
}
div.table {
    display: table;
    width: 95%;
    padding-bottom: 50px;
    margin: 0 auto;
}
#jobForm .td {
    background: #fff;
    border: 1px solid #363636;
    padding: 10px;
}
#jobForm .td input {
    width: 100%;
    border: none;
    color: #000;
}
#jobForm button[name="submit"] {
    width: 304px;
    height: 47px;
    background: #f26522;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 12px;
}
#jobForm button[name="cancel"] {
    width: 304px;
    height: 47px;
    background: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 12px;
}
.remodal-close {
    background: url("../img/closeRemodal.png") no-repeat;
    right: 0;
    top: -35px;
    left: 98%;
}
.remodal-close:before {
    content: '';
}
#probationForm {
    max-width: 100%;
    height: 295px;
    background: #fff;
    border-radius: 12px;
    padding: 0;
}
#probationForm p {
    font-size: 28px;
    color: #9e0b0f;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 0;
}
#probationForm .thead .td {
    font-size: 11px;
    font-weight: bold;
    background: #707070;
    border: 1px solid #363636;
    text-align: center;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
}
#probationForm .td {
    background: #fff;
    border: 1px solid #363636;
    padding: 10px;
}
#probationForm .td input {
    width: 100%;
    border: none;
    color: #000;
}
#probationForm > div.table > div > span:nth-child(1) {
    width: 5%;
}
#probationForm > div.table > div > span:nth-child(2) {
    width: 25%;
}
#probationForm > div.table > div > span:nth-child(3) {
    width: 25%;
}
#probationForm > div.table > div > span:nth-child(4) {
    width: 6%;
}
#probationForm > div.table > div > span:nth-child(5) {
    width: 15%;
}
#probationForm > div.table > div > span:nth-child(6) {
    width: 11%;
}
#probationForm > div.table > div > span:nth-child(7) {
    width: 15%;
}
#probationForm button[name="submit"] {
    width: 304px;
    height: 47px;
    background: #f26522;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 12px;
}
#probationForm button[name="cancel"] {
    width: 304px;
    height: 47px;
    background: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 12px;
}
#probationForm select {
    border: none;
}
.JobsTable {
    margin-top: 18px;
}
.JobsTable table {
    width: 100%;
}
.JobsTable table tr {
    cursor: pointer;
}
.JobsTable thead td {
    background: #707070;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
    border:1px solid #363636;
}
.JobsTable tbody td {
    background: #fff;
    text-align: center;
    color: #000;
    font-size: 14px;
    padding: 5px;
    border:1px solid #363636;
}
.JobsTable tbody td:last-child a {
    width: 95%;
    height: 34px;
    font-size: 14px;
    padding: 12px;
    font-weight: bold;
    background: #f26522;
    border-radius: 12px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    padding-top: 7px;
    -webkit-box-shadow: 0px -5px 5px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -5px 5px -5px rgba(0,0,0,0.75);
    box-shadow: 0px -5px 5px -5px rgba(0,0,0,0.75);
}
.probationTable {
    margin-top: 18px;
}
.probationTable .table {
    width: 100%;
    display: table;
}
.probationTable .thead .tr {
    display: table-row;
}
.probationTable .thead .td {
    background: #707070;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
    border:1px solid #363636;
    display: table-cell;
    vertical-align: middle;
}
.probationTable .tbody .td {
    background: #fff;
    text-align: center;
    color: #000;
    font-size: 14px;
    padding: 5px;
    border:1px solid #363636;
    display: table-cell;
    vertical-align: middle;
}
.probationTable .tbody .td a {
    width: 95%;
    height: 34px;
    font-size: 14px;
    font-weight: bold;
    background: #f26522;
    border-radius: 12px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    -webkit-box-shadow: 0px -5px 5px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -5px 5px -5px rgba(0,0,0,0.75);
    box-shadow: 0px -5px 5px -5px rgba(0,0,0,0.75);
    padding: 7px 10px 0 10px;
}
.probationTable .tbody .td input[type='submit'] {
    width: 95%;
    height: 34px;
    font-size: 14px;
    font-weight: bold;
    background: #f26522;
    border-radius: 12px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    -webkit-box-shadow: 0px -5px 5px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -5px 5px -5px rgba(0,0,0,0.75);
    box-shadow: 0px -5px 5px -5px rgba(0,0,0,0.75);
    padding: 0 10px;
}
.backLink a {
     width: 200px;
     background: #cbc8c8;
     display: inline-block;
     height: 35px;
     font-weight: bold;
     font-size: 14px;
     color: #000;
     margin: 10px 0 5px 0;
     padding: 7px 0 0 0;
     border-radius: 6px;
     -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
     -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
     box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
     text-align: center;
 }
.backLink2 a {
    width: 200px;
    background: #cbc8c8;
    display: inline-block;
    height: 35px;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    margin: 10px 0 5px 0;
    padding: 7px 0 0 0;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    text-align: center;
    float: right;
}
.probationTable .tbody .td input {
    border: none;
    width: 100%;
}
.loginForm {
    text-align: center;
}
.loginForm form {
    display: inline-block;
    margin-top: 30%;
}
.loginForm input {
    font-family: HelveticaRoman,sans-serif;
    display: block;
    width: 158px;
    height: 25px;
    color: #000;
    font-size: 12px;
    text-align: center;
    border: 1px solid #959595;
    margin-bottom: 5px;
}
.loginForm input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
}
.loginForm input::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}
.loginForm input:-ms-input-placeholder { /* IE 10+ */
    color: #000;
}
.loginForm input:-moz-placeholder { /* Firefox 18- */
    color: #000;
}
.loginForm input[type="submit"] {
    background: #e3581d;
    border: none;
    color: #fff;
}
.hrefForm input[type="text"] {
    border:1px solid #707070;
    height: 23px;
    width: 209px;
}
.hrefForm input[type="submit"] {
    width: 72px;
    height: 23px;
    background: #f26522;
    border: none;
    margin-left: 8px;
    color: #fff;
}

.caseTop  {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.caseTop label {
    width: 33%;
}
.caseTop label span {
    width: 33%;
    display: inline-flex;
}
.caseTop label input, .caseTop label select {
    width: 65%;
}
.caseTopEssence label {
    width: 50%;
}
.caseTopEssence label textarea {
    width: 95%;
}
.caseTopFiles {
    width: 30%;
}

.btn {
    padding: 8px 12px;
    background: #007bff;
    color: #fff;
    cursor: pointer;
    border: none;
    border-radius: 4px;
}

.file-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.file-list li {
    margin-bottom: 10px;
}

.delete-btn {
    margin-left: 15px;
    background: red;
    color: white;
    padding: 4px 8px;
    border: none;
    cursor: pointer;
}

.event-form {
    background: #f8f8f8;
    padding: 15px;
    border: 1px solid #ddd;
}

.event-item {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 12px;
}

.event-item .event-head {
    font-size: 16px;
    margin-bottom: 5px;
}

.event-delete {
    background: red;
    color: #fff;
    border: none;
    margin-top: 8px;
    padding: 5px 8px;
    cursor: pointer;
    border-radius: 4px;
}

/* Форма 100% ширины */
.event-form-100 {
    width: 100%;
    display: grid;
    /*grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));*/
    grid-column-gap: 12px;
    grid-row-gap: 10px;
    align-items: end;
}

/* Поле с подписью сверху */
.event-field {
    display: flex;
    flex-direction: column;
}

/* Подписи */
.event-field label {
    font-size: 12px;
    margin-bottom: 3px;
    white-space: nowrap;
}

/* Блоки для "заседание" / "иное" */
.event-flex {
    display: contents; /* <-- МАГИЯ: содержимое вписывается в сетку */
}

/* Поля */
.event-field .form-control {
    width: 100%;
}

/* Кнопка */
.event-field button {
    width: 100%;
}

#filesForm {
    max-width: 100%;
    height: 295px;
    background: #fff;
    border-radius: 12px;

}

#filesForm .btn {
    margin-top: 20px;
}
#eventsTable {
    margin-bottom: 50px;
}