@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSansWeb(FaNum).eot');
    src: url('../fonts/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/IRANSansWeb(FaNum).ttf') format('truetype');
}
body { font-family: IRANSans; color:#414f62; font-size: 10pt; overflow-x: hidden }
a { color: #062149; }
a:hover { text-decoration: none; color: #006dcc; }
.form-control { border-radius: 0; border:solid 1px #e1e3e9; box-shadow: none; padding: 12px; height: 45px; }
.btn { border-radius: 0; padding: 10px 30px; }

/*----------------------header-----------------*/
header { font-size: 12pt; box-shadow: 1px 1px 5px #ebebeb; }
header strong { font-size: 12pt }
nav a { color: #618f99; font-size: 10pt; }
nav a .fa { font-size: 18px }
.navbar-toggle { border-color: #0E3460; }
.bg_dark { background-color: rgba(0,0,0,.3); width: 100%; height: 100%; position: absolute; z-index: 3; top: 0; display: none }
/*---------------------detail-pages-------------*/
.box { box-shadow: 1px 1px 5px #ebebeb; border: solid 1px #d5d5d5 }
.box .row { padding-bottom: 12px;  }
.box .row span { font-size: 38pt }
.link-title { background-color: #e0e1e3; transition: 1s; color: #2b669a; padding: 12px 10px; margin-bottom: -15px; font-weight: bold }
.box:hover { box-shadow: 3px 3px 5px #B0BEC5; color: #2b66c9 }
.a_search {  border: solid 2px rgb(80,103,150);  padding: 7px 20px 7px 20px;   }
.a_search:hover { border-color: rgb(140,163,210); }
#div_search {  border: solid 1px rgb(120,120,120); border-radius:5px; margin-top: 30px; padding: 0 10px 10px 0px;  }
#div_search label {  padding-top: 10px  }
#txtMainSearch { margin-right: -50px; width: 75%; }
input[type="checkbox"]:focus { border: none; box-shadow: none }
.add-del-btn {  color: white; padding: 13px 15px; font-size: 12pt; font-weight: normal; box-shadow: 3px 3px 5px #B0BEC5; border: none; margin-top: 10px  }
.add-del-btn:hover { box-shadow: 3px 3px 5px #888a85; }
.second-level { height: 50px; }
.table-responsive { margin-top: 20px; }
/*-----------------------Responsive-------------------*/
@media screen and (max-width: 767px) {
    #divHeaderMenu { position: absolute; z-index: 4; top: 0; padding-left: 0; height: 100% }
    nav ul { box-shadow: 1px 1px 5px #D7D7D7; }
    nav a .fa { font-size: 22px }
    nav li { border-bottom: solid 1px #e8e8e8; }
    #txtMainSearch { margin-right: 0; }
    #frmSearch input[type="checkbox"] { float: right; width: 6%;  }
    .table-responsive { width: 112%; }
    .table-responsive table { font-size: 10pt }
    .table-responsive table img { width: 40px; height: 40px }
    .second-level { height: auto; }
}