﻿@font-face {
    font-family: 'IRANSans-Light';
    font-style: normal;
    font-weight: lighter;
    font-variant: normal;
    src: url('/assets/fonts/IRANSans-Light-web.woff') format('woff');
}
@font-face {
    font-family: 'IRANSans-Bold';
    font-style: normal;
    font-weight: lighter;
    font-variant: normal;
    src: url('/assets/fonts/IRANSans-Bold-web.woff') format('woff');
}
body {
    font-family: IRANSans-Light !important ;
    overflow-y: scroll;
overflow-x: hidden;
}



.modal-backdrop {
    z-index: 1040 !important;
}

.modal-dialog {
    margin: 2px auto;
    z-index: 1100 !important;
}

/*.table > thead > tr > th,
.table > thead > tr > td {
 font-size: .9em;
 font-weight: 400;
 border-bottom: 0;
 letter-spacing: 1px;
 vertical-align: top;
 padding: 8px;
 background: #51596a;
 text-transform: uppercase;
 color: #ffffff;
}*/

@media(min-width:950px) {
    .vertical-align {
        display: flex;
        align-items: center;
    }
}