﻿
div#MilitaryRangModelDialogSize .modal-content {
    width: 716px;
    height: 694px !important;
    overflow: scroll;
    position: fixed;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

div#MilitaryRangModelmodal div#MilitaryRangModelDialogSize {
    max-width: 716px !important;
    height: 694px !important;
}

input#militaryInput {
    position: fixed;
    margin: 58px 0px 0px 0px;
    z-index: 11;
}

table#militaryTable {
    width: 668px;
    margin: 166px 0px 0px 0px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

div#MilitaryRangModelDialogSize .modal-header {
    position: fixed;
    width: 716px;
    background: white;
    z-index: 9;
    height: 170px;
    border-bottom: 0px solid #D2D4D4;
}

tr#military--rang--table--header {
    position: fixed;
    width: 668px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    top: 50%;
    bottom: 50%;
    margin-top: -228px;
    display: flex;
    align-items: center;
    /* grid-gap: 13px; */
    /* padding-left: 38px; */
}

    tr#military--rang--table--header th {
    }
.applying--condition.c.askeri--proverka { /* Мандарин */
    background: #F05E22;
    box-shadow: 0px 8px 16px -4px rgb(62 83 87 / 0%);
    border-radius: 6px;
    border: none;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    text-align: center;
    color: #FFFFFF;
    width: max-content;
    height: max-content;
    padding: 19px 65px !important;
    cursor: pointer;
    padding: 0px !important;
}

    .applying--condition.c.askeri--proverka p {
        font-family: 'Ubuntu';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
        text-align: center;
        color: #FFFFFF;
    }

    .applying--condition.c.askeri--proverka:hover {
        background: #F05E22;
        box-shadow: 0px 8px 16px -4px rgb(62 83 87 / 30%);
        border-radius: 6px;
    }
table#militaryTable tr td {
    width: 33% !important;
}
.applying--condition.c.askeri--proverka button {
    width: 100%;
    height: 100%;
    padding: 19px 65px !important;
}