﻿@font-face {
    font-family: 'SEGOEUI';
    src: url('../Font/SEGOEUI.TTF') format('truetype');
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../Font/glyphicons-halflings-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSANS';
    src: url('../Font/IRANSansWeb(FaNum).woff2') format('woff');
}

div#Main{
    font-family:IRANSANS !important;
}

@media print {
  html, body {
          font-family:IRANSANS !important;
          margin:0.5px;
    }
table{page-break-inside: avoid;}
    /*@page{
        size:A4;
    }*/
}

body {
    font-family:IRANSANS !important;
}

div.form-group{
    display:-moz-box;
    display: flex;
}

div#Main{
    color:#000 !important;
}


.media-body{
    width:auto !important;
}

#top .navbar-brand{
    padding: 5px 10px !important;
}

#top {
    border-top:0px solid #EEE;
    background: url(../img/Pattern/pattern2.png) repeat #EEE;
}

#top > .navbar {
    border-top:0px solid #EEE;
    background: url(../img/Pattern/pattern2.png) repeat #EEE;
}

.navbar-nav a.MenuItem{
    color:#555;
}

section.dynamicTest{
    min-height:500px !important;
}
section.OrderBest{
   /* min-height:1000px !important;*/
}
a.disabled{
    color:rgba(100,100,100,1) !important;
}
td.text-center{
    text-align:center;
}
.back-red{
    background:#c1392b;
}
.back-green{
    background:#2fcc71;
}
.back-blue{
    background:#3598dc;
}
.back-yellow{
    background:#f1c40f;
}

a.color-red{
    color:#DF0031;
}
a.color-red:hover{
    color:#DF0031;
}
.report-border{
    border:1px solid #DDD;
    margin:10px;
    margin-top:20px;
    padding:10px;
    border-radius:10px;
}
.report-border .align-left{
    text-align:left;
}

hr.colored{
    border-top:1px solid #8DC73F;
}

#PrintForm{
    font-family:IRANSANS !important;
}

.footer_Report p{
    font-family:IRANSANS !important;
    color:#555 !important;
}

.footer_Report strong{
    font-family:IRANSANS !important;
    color:#8DC73F !important;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox]{
    position:unset !important;
    margin-left:5px !important;
}
