﻿@font-face {
    font-family: Yekan;
    src: url(../fonts/SYEKAN.TTF);
}

@font-face {
    font-family: IranSans;
    src: url('../fonts/Iranian Sans.ttf');
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: Yekan;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

#MainPageBody {
    font-family: IranSans;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

    .step.active {
        opacity: 1;
    }

    /* Mark the steps that are finished and valid: */
    .step.finish {
        background-color: #4CAF50;
    }

.Loading {
    display: none;
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    background-color: black;
    opacity: 0.5;
}

    .Loading img {
        position: fixed;
        top: 50%;
        left: 50%;
        /* bring your own prefixes */
        transform: translate(-50%, -50%);
    }

.modal-body img {
    /*position: fixed;*/
    width:100%;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    /*transform: translate(-50%, -50%);*/
}
