@font-face {font-family: 'IRANSansWeb';src: url('../fonts/IRANSansWeb.eot') format('eot'),url('../fonts/IRANSansWeb.woff') format('woff'),url('../fonts/IRANSansWeb.ttf') format('truetype'); }
@font-face {font-family: 'IRANSansWeb_Bold';src: url('../fonts/IRANSansWeb_Bold.eot') format('eot'),url('../fonts/IRANSansWeb_Bold.woff') format('woff'),url('../fonts/IRANSansWeb_Bold.ttf') format('truetype'); }
@font-face {font-family: 'IRANSansWeb_Light';src: url('../fonts/IRANSansWeb_Light.eot') format('eot'),url('../fonts/IRANSansWeb_Light.woff') format('woff'),url('../fonts/IRANSansWeb_Light.ttf') format('truetype'); }
@font-face {font-family: 'IRANSansWeb_Medium';src: url('../fonts/IRANSansWeb_Medium.eot') format('eot'),url('../fonts/IRANSansWeb_Medium.woff') format('woff'),url('../fonts/IRANSansWeb_Medium.ttf') format('truetype'); }
@font-face {font-family: 'IRANSansWeb_UltraLight';src: url('../fonts/IRANSansWeb_UltraLight.eot') format('eot'),url('../fonts/IRANSansWeb_UltraLight.woff') format('woff'),url('../fonts/IRANSansWeb_UltraLight.ttf') format('truetype'); }
@font-face {font-family: 'IRANSansWeb_UltraLight';src: url('../fonts/IRANSansWeb_UltraLight.eot') format('eot'),url('../fonts/IRANSansWeb_UltraLight.woff') format('woff'),url('../fonts/IRANSansWeb_UltraLight.ttf') format('truetype'); }

html{
    direction: rtl !important;
    /*height: 100%;
    width: 100%;*/
}
body{
    font-family: IRANSansWeb;
    /*text-align: right;*/

}
.main-background {
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left:0px;
    z-index: -999999;
}

input[type='checkbox'] + span {
    margin-right: 20px;
}

.table thead th {
    text-align: center;
}

.pagination > li {
    float: right;
}

.img-responsive.img-small {
    width: 50px;
    margin: auto;
}

#clear-toggle-float {
    clear: both;
}

.btn-message {
    min-width: 120px;
}

ul.admin-list > li {
    font-weight: bold;
    line-height: 40px;
}

.form-group.required .control-label:after {
    content:"*";
    color:red;
}

#filter {
    margin-top: 10px;
    margin-bottom: 10px;
}
a[data-target="#filter"] {
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
}

.profile-img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 5px;
    max-width: 100%;
    max-height: 100%;
}

.nav-fixed {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
}

.navbar-header {
    margin: 12px 0;
}

ul.nav {
    padding: 0px;
}

.navbar-right .dropdown-menu {
    left: 0px;
}

.school-header {
    height: 200px;
}

.school-header > div {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    border-radius: 20px 20px 0px 0px;
}

.transparent-back-alpha {
    background-color: rgba(255, 255, 255 , 0.85) !important;
}

.wordwrap {
    white-space: pre-wrap;      /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -o-pre-wrap;   /* Opera 7 */
    word-wrap: break-word;      /* IE */
}

@media(max-width:767px){
    #clear-toggle-float {
        display: block;
    }
    #clear-toggle-float + div{
        float: none !important;
    }
}
@media(min-width:768px){
    #clear-toggle-float {
        display: none;
    }
    #clear-toggle-float + div{
       float: left !important;
    }
    .navbar-header {
        float: right;
    }
}
@media(min-width:992px){
}
@media(min-width:1200px){}
