@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 700;
    src: url('fonts/woff/IRANSansX-Bold.woff') format('woff'),
        url('fonts/woff2/IRANSansX-Bold.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/woff/IRANSansX-Regular.woff') format('woff'),
        url('fonts/woff2/IRANSansX-Regular.woff2') format('woff2');
}

.IRANSans_en
{
    font-family: IRANSansX;
}
.IRANSans_fa
{
    font-family: IRANSansX;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

body
{
    margin-top:5px;
}
select option
{
    font-family: IRANSansX;
}
.panel-title
{
    display: inline;
    font-weight: bold;
}
.checkbox.pull-right
{
    margin: 0;
}
.pl-ziro
{
    padding-left: 0px;
}
.margins-bottom-ex
{
    margin-bottom: 10px;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.inlineimage {
    max-width: 470px;
    margin: auto;
}

.images {
    display: inline-block;
    max-width: 98%;
    height: auto;
    width: 100%;
    margin: 1%;
    left: 20px;
    text-align: center
}

.my-logo-b
{
    margin: 5px;
}