@import url(/framework/skins/font.css);

.printable{display:none;}
@media print
{
    .printable{ display:block; }
    .screen {display:none;}
}

.modal-wait-dialog {
    padding-top: 15%;
    margin-top: 0;
    margin-bottom: 0;
    height: 30px;
}

body {
    padding-top: 100px;
    font-family: 'BBC Nasim', Tahoma;
    font-size: 17px;
}

.cardTitle{
    color: #1572CF;
}

.divCardClick{
    cursor: pointer;
}

.helpTitle{
    text-align: center;
    font-size: 22px;
    color: maroon;
}

.startSearch{
    font-size: 16px;
}

.blinkingError{
    width: 100%;
    height: 80px;
    text-align: center;
    direction: rtl;
    font-size: 20px;
}

.form-control, .has-switch{
    font-size: 16px;
}

.persianPhone{
    text-align: right;
    direction: ltr;
    font-size: 15px;
}

.persianText{
    text-align: right;
    direction: rtl;
}

.fullViewImg{
    width: 100px;
    height: 130px;
    float: left;
}

.fullViewImgEn{
    width: 100px;
    height: 130px;
    float: right;
}

.englishText{
    text-align: left;
    direction: ltr;
}

.personBox {
    position: relative;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 0px;
    border-bottom: 1px solid #e2e2e2;
    background: #f9f9f9;
    border-spacing: 2px;
    box-shadow: 0 0 30px black;
    padding:0 15px 0 15px;
    border-radius: 10px;
}

.cardInfo{
    color: #000000;
}

.cardInfo1{
    color: darkgray;
}

.cardInfo2{
    color: #808080;
}

.contact{
    color: #007bac;
    font-weight: bold;
    border-bottom: 1px dashed;
}

.bizActivities{
    font-size: 14px;
    color: #808080;
}

.bizActivitiesEn{
    font-size: 15px;
    color: #808080;
}

.fullViewHeader, .advSearchHeader{
    color: #1572CF;
    text-align: center;
    height: 40px;
}

.advSearchHeader{
    height: 50px;
}

.fullViewModalFooter{
    height: 45px;
    margin-top: 2px;
    padding-top: 7px;
}

.fullViewFooter, .fullViewFooterEn{
    color: darkgray;
    margin-top: 2px;
    font-weight: bold;
}

.fullViewLabel{
    color: #1572CF;
    font-size: 14px;
}

.searchLabel{
    color: #1572CF;
}

.mainData{
    margin-right: 5px;
    margin-left: 5px;
}

.fullViewData{
    font-size: 15px;
}

.fullViewDataEn{
    font-size: 16px;
}

.tabs-scroll{
    overflow:auto;
    height: 310px;
}

.tabs-title{
    font-size: 15px;
}

.tabs-content-text{
    font-size: 14px;
}

.tabs-content-textEn{
    font-size: 15px;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 6px 7px;
}

.icon-advSearch {
    background: url("/framework/images/advSearch.ico") center center no-repeat;
    background-color: #ffffff;
}

.advSearch-selection{
    background-color: #f5e79e;
}

.contact-email{
    background: url("/framework/images/email.ico") center center no-repeat;
    width: 16px;
    height: 16px;
}

.contact-website{
    background: url("/framework/images/website.ico") center center no-repeat;
    width: 16px;
    height: 16px;
}

.contact-phone{
    background: url("/framework/images/phone.ico") center center no-repeat;
    width: 16px;
    height: 16px;
}

.contact-fax{
    background: url("/framework/images/fax.ico") center center no-repeat;
    width: 16px;
    height: 16px;
    margin-right: -2px;
}

.hCEO{
    font-size: 16px;
}

