﻿
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../Fonts/IranSans/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../Fonts/IranSans/eot/IRANSansWeb(FaNum)_Bold.eot') format('embedded-opentype'), /* IE6-8 */
    url('../Fonts/IranSans/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../Fonts/IranSans/woff/IRANSansWeb(FaNum)_Bold.woff') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../Fonts/IranSans/eot/IRANSans(FaNum)_Medium.eot');
    src: url('../Fonts/IranSans/eot/IRANSans(FaNum)_Medium.eot') format('embedded-opentype'), /* IE6-8 */
    url('../Fonts/IranSans/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../Fonts/IranSans/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../Fonts/IranSans/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../Fonts/IranSans/eot/IRANSansWeb(FaNum)_Light.eot') format('embedded-opentype'), /* IE6-8 */
    url('../Fonts/IranSans/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../Fonts/IranSans/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../Fonts/IranSans/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../Fonts/IranSans/eot/IRANSansWeb(FaNum)_UltraLight.eot') format('embedded-opentype'), /* IE6-8 */
    url('../Fonts/IranSans/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../Fonts/IranSans/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../Fonts/IranSans/eot/IRANSansWeb(FaNum).eot');
    src: url('../Fonts/IranSans/eot/IRANSansWeb(FaNum).eot') format('embedded-opentype'), /* IE6-8 */
    url('../Fonts/IranSans/woff/IRANSansWeb(FaNum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../Fonts/IranSans/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

body {
    font-family: IRANSans;
    direction: rtl;
    padding-bottom: 20px;
}

/* 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: 350px;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #777;
    border-color: #fff
}

.tableHeaders {
    background-color: #5bcc7cbf;
    padding: 0.25rem;
    text-align: center;
    color: white;
    border-radius: 0.25rem;
}

.WideEditorFor {
    width: 100%;
    max-width: 100%;
}

loginform-header {
    min-height: 2rem;
    background: #c0171c;
    color: white;
    padding: 1rem;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    font-size: x-large;
}

#loginform-container {
    text-align: center;
    margin-top: 5rem;
    width: 450px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10rem;
    border-width: 1px;
    border-style: solid;
    border-color: #13BE00;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    box-shadow: 0 0 2px;
}

#loginform-header {
    min-height: 2rem;
    background-color: #13BE00;
    color: white;
    padding: 1rem;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    font-size: x-large;
}

#loginform-body {
}

#loginform {
}

.loginform-row {
    padding: 1rem;
    display: flex;
}

.login-form-parts {
    margin-right: 1rem;
    min-width: 100px;
}

.total-content {
    display: flex;
}

.menu-panel {
    width: 350px;
    min-width: 350px;
}

.main-content {
    padding-left: 0.5rem;
}

.search-features {
   
    background-color: #eee;
    padding: 0.75rem;
    border-radius: 0.25rem;
}

.search-features-header {
    height: 2rem;
    background-color: #13BE00;
    width: 100%;
    border-radius: 0.25rem;
    text-align: center;
    color: white;
    padding: 0.2rem;
}
.search-features-items-container {
    display: flex;
}
.search-features-items {
    padding: 0.25rem;
}
.advanceSearch {
    z-index:99998;
    position: absolute;
    display: block;
    min-width: 35rem;
    background-color: white;
    padding: 1rem;
    -webkit-transition: all 0.3s ease-out; /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all 0.3s ease-out; /* Firefox 4-15 */
    -o-transition: all 0.3s ease-out; /* Opera 10.50–12.00 */
    transition: all 0.3s ease-out; /* Chrome 26, Firefox 16+, IE 10+, Opera  */
}
.customI::before {
    padding:0.15rem;
}
