.brd-circle
{
    border: solid black 1px;
    border-radius: 25px;
    min-height: 175px;
}

.bl-title
{
    border-bottom: solid 1px black;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
}

.brd-left
{
    margin-left: -2px;
}

.brd-right
{
    margin-left: 2px;
}

.pan-title
{
    font-size: large;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    margin-top: 2px;
    border: 1px solid;
    border-radius: 5px;
}

.pan-footer
{
    margin-bottom: 5px;
    border: 1px solid;
    border-radius: 5px;
    line-height: 2;
}

.pan-body
{
    border: black 1px solid;
    border-radius: 15px;
    line-height: 2;
}

.t_table
{
    margin-bottom: 10px;
    border: 1px solid #000;
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.t_table>tbody>tr>th, .t_table>tbody>tr>td {
    padding: 3px;
    line-height: 1.1;
    color: black;
    text-align: center;
    font-size: inherit;
    border: 1px solid;
    vertical-align: middle;
}

.bt-title
{
    border: solid 1px black;
    font-weight: bold;
    font-style: italic;
    text-align: left;
   border-radius: 5px;
    margin-top: 5px;
}

.bx_title
{
    border: solid 1px black;
    border-radius: 5px;
    font-weight: bold;
    font-style: italic;
}

.by_title
{
    margin-top: 2px;
    border: solid 1px black;
    font-weight: bold;
    font-style: italic;
    margin-left: 65.7%;
    width: 350px;
}
.bz_title
{
    border: solid 1px black;
    font-weight: bold;
    font-style: italic;
    margin-left: 65.7%;
    width: 350px;
}
.b_table
{
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.b_table>tbody>tr>th, .b_table>tbody>tr>td {
    padding: 3px;
    line-height: 1.1;
    color: black;
    font-style: italic;
    font-size: inherit;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px dashed;
    vertical-align: middle;
}

.sto {  margin-left: 20%;  }

.spa {  margin-left: 24.5%;  }

.spc {  margin-right: -5px;  }

.spc-2 {  margin-right: -9px;  }

.x_table
{
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.y_table
{
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.x_table>tbody>tr>th, .x_table>tbody>tr>td, .y_table>tbody>tr>th, .y_table>tbody>tr>td {
    padding: 3px;
    line-height: 1.1;
    color: black;
    font-style: italic;
    font-size: inherit;
    vertical-align: middle;
}

.dark-bg
{
    background-color: #d6d4d4;
}

.eng-text
{
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 15px;
}

.bcode
{
    padding-left: 15%;
    padding-top: 1%;
}

.l-15
{
    margin-left: -15px;
}

.brd-left>.bl-body
{
    line-height: 1.7;
}


.popup, #mainpopup {
    position: fixed;
    left: 0%;
    top: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: rgba(0,0,0,.8);
    overflow: hidden;
    text-overflow: hidden;
    text-align: center;
    z-index: 10125 !important;
    transition: all .5s;
    opacity: 0;
}

.popup.show, #mainpopup.show {
    top: 0%!important;
    height: 100%;
    width: 100%;
    opacity: 1;
}

.filter-white {
    filter: contrast(0%) brightness(200%);
}

.h100 {
    height: 100%;
}

.popup .close, #mainpopup .close {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 15px;
    top: 10px;
    background: uri('../olasoft/icons/') center center no-repeat;
    background-size: 32px 32px;
}

.os-remove{
    position: absolute;
    top: 2%;
    right: 4%;
    color: white;
    font-size: xx-large;
}

.flex
{
    display: flex !important;
}