﻿@font-face {
    font-family: "yekan";
    src: url(../fonts/BYekan.eot);
    src: url(../fonts/BYekan.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Yekan.woff) format("woff"),
    url(../fonts/Yekan.ttf) format("truetype"),
    url(../fonts/Yekan.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal
}

/*@font-face {*/
/*font-family: 'Yekan';*/
/*src: url('../fonts/BYekan.eot?#') format('eot'),*/
/*url('../fonts/BYekan.ttf') format('truetype');*/
/*url('../fonts/BYekan.svg#BYekan') format('svg');*/
/*url('../fonts/BYekan.otf') format('truetype');*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/

.font {
    font-family: yekan;
}

.hideoverflow {
    overflow: hidden;
}

.hilight {
    color: red;
}

.icon-home {
    color: darkgray;
    font-size: 20px;
    margin-left: 15px;
}

.boxes {
    margin: auto;
    width: 60%;
}

h1 {
    font-family: yekan;
    color: white;
    text-shadow: 2px 2px black;
}

.title {
    font-family: yekan;
    text-align: center;
}

.title h1 {
    font-weight: bold;
}

.header-result {
    /*border-bottom: 5px solid #0086b3;*/
    /*background: url("/img/header-result.png") no-repeat top right;*/
}

h2 {
    color: darkgray;
}

.title-result {
    font-family: yekan;
    direction: rtl;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 40px;
    text-align: right;
}

.input-search-result {
    font-family: yekan;
    width: 455px;
    text-align: right;
    margin-right: 38px;
    margin-left: auto;
    vertical-align: top;
    border: 0px;
}

.input-result {
    padding-right: 20px;
    vertical-align: center;
    padding-bottom: 10px;
    border: 0;
    height: 45px;
    border-top-right-radius: 1.2em;
    border-bottom-right-radius: 1.2em;
}

.btn-result {
    border: 0;
    padding-right: 30px;
    padding-left: 10px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: #31b0d5 1px solid;
    border-right-color: #ffffff;
    color: #31b0d5;
    height: 45px;
}

.icon-search-result {
    font-size: 20px;
    color: #31b0d5;
}

.page-number {
    font-family: yekan;
    text-align: center;
    font-size: 14px;
    padding: 0 5px;
    color: white;
    margin: 0 2px;
    background-color: #31b0d5;
    border-radius: 7px;
}

.page-number.active {
    background-color: #0086b3;
}

.page-numbers {
    text-align: center;
    margin: 0 auto 20px auto;
    direction: rtl;
}

.search-result-item {
    text-align: right;
    direction: rtl;
    margin-right: 10%;
    margin-left: 10%;
    padding-bottom: 2px;
}

.selected-item {
    text-align: right;
    direction: rtl;
    padding-bottom: 30px;
    padding-right: 40px;
}

.selected-item-description {
    font-family: yekan;
    font-size: 14px;
    padding-left: 40px;
    direction: rtl;
    text-align: justify;
    text-justify: inter-word;
    line-height: 25px;
}

.search-result-item > hr {
    width: 60%;
    border-bottom: 2px solid orange;
    margin-right: 0px;
}

.first-line {
    direction: rtl;
    width: 75%;
    border-bottom: 2px solid #4F628E;
    margin: 20px 0 0 auto;
}

.second-line {
    direction: rtl;
    width: 80%;
    border-bottom: 2px solid #0D4D4D;
    margin: 2px 0 0 auto;
}

.third-line {
    direction: rtl;
    width: 85%;
    border-bottom: 2px solid #008080;
    margin: 2px 0 0 auto;
}

.forth-line {
    direction: rtl;
    width: 90%;
    border-bottom: 2px solid orange;
    margin: 2px 0 20px auto;
}

.search-results {
    margin-top: 10px;
}

.search-result-item-continue {
    font-family: yekan;
    padding: 7px 15px 11px 15px;
    font-size: 14px;
    border: none;
    border-radius: 10px;
}

.search-result-item-continue > a {
    text-decoration: none;
    color: white;
}

.carousel-inner > .item > img {
    /*-webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);*/
    /*opacity: 0.8;*/
}

.search-bar {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0px;
    height: 100%;
}

.search-bar-input {
    top: 47%;
    /*position: relative;*/
}

.search-bar-input h4 {
    color: white;
    text-align: right;
    width: 78%;
    text-shadow: 2px 2px #dd1144
}

.search-result-item-description {
    font-family: yekan;
    font-size: 14px;
    margin-bottom: 10px;
    direction: rtl;
    text-align: justify;
    text-justify: inter-word;
    line-height: 25px;
}

.icon-search {
    font-size: 23px;
}

.search-bar > .row {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    width: 100%;
}

.title > .row {
    margin-right: 0;
    padding-right: 0px;
    float: right;
    height: 70px;
}

.title .row h1 {
    margin-top: 10px;
}

.input-search {
    text-align: center;
    margin: auto;
    vertical-align: top;
    border: 0px;
}

/* Search result suggestions */
#search-result-suggestions {
    position: absolute;
    direction: rtl;
    right: 20px;
    left: auto;
    top: 45px;
    z-index: 100;
    width: 300px;
    background: #FFF;
    border: 1px solid #484256;
    display: none;
}

#search-result-suggestions-place {
    position: absolute;
    direction: rtl;
    right: 53%;
    left: auto;
    top: 45px;
    z-index: 100;
    width: 300px;
    background: #FFF;
    border: 1px solid #484256;
    display: none;
}

#search-result-suggestions h4 {
    margin: 0.25em 0;
    padding: 0.25em 1em;
}

#search-results ul {
    list-style: none;
    margin-bottom: 1em;
    text-align: right;
    padding-right: 0;
    margin-right: 0;
}

#search-results a {
    display: block;
    padding: 0.25em 1em;
}

#search-results a.selected {
    color: #FFF;
    background: #484256;
}

#search-results p {
    margin-bottom: 0.5em;
}

#search-results-place ul {
    list-style: none;
    margin-bottom: 1em;
    text-align: right;
    padding-right: 0;
    margin-right: 0;
}

#search-results-place a {
    display: block;
    padding: 0.25em 1em;
}

#search-results-place a.selected {
    color: #FFF;
    background: #484256;
}

#search-results-place p {
    margin-bottom: 0.5em;
}

.input {
    background-color: #ffffff;
    padding-right: 15px;
    color: #000000;
    border: 0;
    height: 45px;
    border-top-right-radius: 1.2em;
    border-bottom-right-radius: 1.2em;
    border: #31b0d5 1px solid;
    border-left: #ffffff;
    direction: rtl;
}

#q {
    width: 100%;
    border-top-right-radius: 1.2em;
    border-bottom-right-radius: 1.2em;
    border: #31b0d5 1px solid;
    border-left: #ffffff;
}

#qpl {
    border-radius: 1.2em;
    border: #31b0d5 1px solid;
    margin-left: 20px;
}

#qen {
    border-radius: 1.2em;
    border: #31b0d5 1px solid;
    margin-left: 20px;
}

.input-holder-search {
    width: 60%;
}

.btn-search {
    background-color: #ffffff;
    border: 0;
    padding-right: 20px;
    padding-left: 20px;
    border-top-left-radius: 1.2em;
    border-bottom-left-radius: 1.2em;
    border: #31b0d5 1px solid;
    border-right-color: #ffffff;
    color: #31b0d5;
    height: 45px;
}

body {
    background-color: #f2f2f2;
    font-family: yekan;
}

.input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #31b0d5;
}

.input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #31b0d5;
}

.input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #31b0d5;
}

.input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #31b0d5;
}

* {
    margin: 0;
}

html, body {
    height: 100%;
}

.page-wrap {
    min-height: 80%;
    /* equal to footer height */
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    height: 80%;
    width: 74%;
}

.page-footer {
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    height: 130px;
    width: 74%;
    background-color: #F5F5F5;
    border-radius: 5px 5px 5px 5px;
    border: 2px solid #93cddd;
}

.page-wrap:after {
    content: "";
    display: block;
}

.site-footer, .page-wrap:after {
    height: 0px;
}

.site-footer {
    padding-right: 10px;
    padding-left: 10px;
    direction: rtl;
    height: 100%;
    background-color: #FFFFFF;
}

footer.footer {
    height: 100%;
}

.footer {
    margin: auto;
}

.footer-container {
    text-align: center;
    font-size: 15px;
    font-family: yekan;
}

.footer-container h3 {
    font-size: 15px;
    margin: 5px;
    color: white;
}

.copyright {
    margin-top: 0px;
    font-size: 10px;
    text-decoration: blink;
    font-weight: bold;
    color: black;
}

nav {
    /*height: 100%;*/
}

nav > ul {
    height: 100%;
}

.breadcrumb {
    margin-bottom: 0;
    padding: 0px;
}

.news-box {
    min-height: 150px;
}

.news-box h4 {
    font-size: 14px;
    text-align: justify;
}

.news-box h5 {
    text-align: justify;
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    line-height: 150%;
}

.news-picture {
    float: right;
    padding-left: 10px;
}

.news-picture img {
    width: 80px;
    height: 100px;
    padding: 3px;
    background: #FFF;
    border: 1px solid silver;
    background-color: #FFF;
}

.news-btn {
    font-size: 10px;
    padding: 2px 8px;
}

.news-header {
    background-color: #31859c;
    border-radius: 8px 8px 0px 0px;
    border: 2px solid #93cddd;
    /*width: 90%;*/
    height: 38px;
    margin: 10px 20px 0px 20px;
}

.news-header a {
    padding: 0px;
}

.news-content {
    background-color: #F5F5F5;
    border-radius: 8px 8px 0px 0px;
    border: 2px solid #93cddd;
    height: 85%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -7px;
    position: relative;
    overflow-y: auto;
}

.more {
    bottom: 0px;
    right: 0px;
    font-size: 12px;
    border-color: transparent;
    border-radius: 0px 0px 5px 5px;
    background-color: #31859c;
}

.news-footer {
    height: 6%;
}

.popover-markup {
    position: absolute;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    right: 105px;
    top: 13px;
    text-align: end;
    width: 34px;
}

.help-markup {
    display: inline-block;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    left: 10px;
    top: 6px;
    text-align: end;
    width: 32px;
}

.home-markup {
    display: inline-block;
    margin: 0px;
    margin-left: auto;
    margin-right: 5px;
    top: 14px;
    text-align: end;
    width: 32px;
}

.help-title {
    display: inline-block;
    margin-right: 30px;
}

.help-title h3 {
    font-weight: bold;
    color: #f9f6f6;
    font-size: 28px;
    text-shadow: 2px 2px black;
}

.help-img {
    width: 40px;
    height: 40px;
}

.professional {
    position: absolute;
    width: 170px;
    height: 120px;
    right: 20px;
    top: 80px;
    background-color: #F5F5F5;
    border-radius: 5px 5px 5px 5px;
    border: 2px solid #93cddd;
    text-align: center;
}

.professional h5 {
    font-weight: bold;
    text-align: center;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
    color: red;
}

.header_box {
    position: absolute;
    width: 170px;
    height: 50px;
    right: 20px;
    top: 10px;
    background-color: #F5F5F5;
    border-radius: 5px 5px 5px 5px;
    border: 2px solid #93cddd;
    text-align: center;
}


.popover {
    min-width: 435px;
    /*max-height: 400px;*/
    /*width: 432px;*/
    /*height: 230px;*/
}

.popover-markup img {
    width: 33px;
    direction: rtl;
}

.popover-content {
    padding: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.popover-content ul {
    display: block;
    padding: 0px;
}

.popover-content li {
    display: inline-block;
    float: right;
}

.popover-content li img {
    float: inherit;
}

.popover-content span {
    font-family: yekan;
    padding-right: 5px;
}

.gp0 {
    width: 30px;
    height: 30px;
}

.popover-content .btn-default {
    margin-bottom: 10px;
    width: 98%;
    text-align: right;
    margin-left: 5px;
    margin-right: 5px;
    float: right;
}

.popover-content .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.btn-left-m {
    margin-left: 10px;
}

.modal-header {
    padding: 9px;
}

.modal-header .close {
    float: left;
}

.modal-title {
    text-align: right;
    color: red;
    padding-right: 10px;
}

.modal-body {
    direction: rtl;
    font-size: 15px;
    padding: 0px 15px 0px;
    font-family: yekan;
    text-align: justify;
}

.modal-body h5 {
    line-height: 180%;
    text-align: justify;
}

.modal-footer {
    padding: 7px;
}

.modal-footer button {
    direction: rtl;
    float: left;
    font-size: 15px;
    font-family: yekan;
}

.ea-search-bar .input-search {
    margin-left: 20px;
    margin-right: 20px;
}

.fancybox-type-iframe .fancybox-nav {
    width: 90%;
    height: 70%;
    margin: 15% 0;
}

.fancybox-inner {
    height: 544px !important;
}

.ea-search-bar {
    padding: 10px;
    /*background: #FFEFA4;*/
    /*border: 1px solid #FFD709;*/
    padding: 5px 10px;
    line-height: 1.7;
    border-radius: 7px;
}

.ea-search-bar .title {
    text-align: center;
    margin: auto;
}

.ea-search-bar h1 {
    margin: 10px 0px 15px 0px;
    color: #860202;
    text-shadow: 2px 2px #EFE0E0;
    font-size: 30px;
    font-weight: bold;
}

.ea-search-bar .search-bar-input {
    right: 20px;
}

.ea-search-bar #search-result-suggestions {
    right: 40px;
}

.blogroll-outer-wrapper {
    /*border: 4px solid #FFF6CC;*/
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: absolute;
    top: 45%;
    left: 0;
}

@-moz-document url-prefix() {
    .blogroll-outer-wrapper {
        position: sticky;
    }
}

.cover__image {
    background: url("/img/backg.jpg");
    background-size: 100% 100%;
    height: 100%;
    min-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.btn-search-border {
    border-radius: 15px !important;
    border-color: #31b0d5;
    padding-right: 14px;
    padding-left: 14px;
}

.title-input {
    margin-bottom: 25px;
    margin-right: 50px;
}

.title-input .right {
    font-weight: bold;
    color: red;
}

.EtopImage {
    height: 150%;
    min-width: 100%;
    z-index: -1;
    background-image: url("/img/enterprise-top.png");
    position: absolute;
    background-repeat: no-repeat;
}

.enterprise-footer {
    height: auto;
    position: absolute;
    bottom: 20px;
    width: 100%;
    background-color: transparent;
}

.enterprise-footer .breadcrumb {
    background-color: transparent;
}

.enterprise-footer .breadcrumb a {
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px black;
}

.navbar-nav > li > a {
    color: #1b6d85;
    background-color: transparent;
}

.navbar-nav > li > a:hover {
    color: red;
    background-color: transparent;
    font-weight: bold;
    text-shadow: 2px 2px black;
}

.img-circle {
    margin-top: 7px;
}

@media (max-width: 500px) {
    .ea-search-bar {
        margin: 0px 10px
    }

    .search-bar .input-search {
        width: 70%;
    }

    .input-search-result {
        width: 90%;
    }

    .title-input .right {
        float: right;
    }

    .title-input .left {
        padding-right: 44%;
    }

    #qen {
        margin-left: 5px;
        width: 46%;
    }

    #qpl {
        margin-left: 5px;
        width: 46%;
    }

    .EtopImage {
        top: -76px;
        left: 40%;
        background-size: 27%;
    }

    .title h1 {
        font-size: 16px;
    }

    .title .row h1 {
        margin-top: 27px;
    }

    .help-img {
        width: 35px;
        height: 35px;
    }

    .popover-markup img {
        width: 30px;
    }

    .popover-markup {
        right: 65px;
    }

    .help-markup {
        right: 30px;
    }
}

@media (min-width: 500px) and (max-width: 768px) {
    .ea-search-bar {
        margin: 0px 10px
    }

    .search-bar .input-search {
        width: 70%;
    }

    .input-search-result {
        width: 90%;
    }

    .title-input .right {
        float: right;
    }

    .title-input .left {
        padding-right: 44%;
    }

    #qen {
        margin-left: 5px;
        width: 46%;
    }

    #qpl {
        margin-left: 5px;
        width: 46%;
    }

    .EtopImage {
        top: -76px;
        left: 40%;
        background-size: 27%;
    }

    .title h1 {
        font-size: 21px;
    }

    .title .row h1 {
        margin-top: 23px;
    }

    .help-img {
        width: 35px;
        height: 35px;
    }

    .popover-markup img {
        width: 30px;
    }

    .popover-markup {
        right: 65px;
    }

    .help-markup {
        right: 30px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .ea-search-bar {
        margin: 0px 50px
    }

    .search-bar .input-search {
        width: 70%;
    }

    .input-search-result {
        width: 90%;
    }

    .title-input .right {
        float: right;
    }

    .title-input .left {
        padding-right: 44%;
    }

    #qen {
        width: 46%;
    }

    #qpl {
        width: 46%;
    }

    .EtopImage {
        top: -96px;
        left: 40%;
        background-size: 24%;
    }

    .title h1 {
        font-size: 22px;
    }

    .title .row h1 {
        margin-top: 21px;
    }

    .help-img {
        width: 35px;
        height: 35px;
    }

    .popover-markup img {
        width: 30px;
    }

    .popover-markup {
        right: 65px;
    }

    .help-markup {
        right: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .ea-search-bar {
        margin: 0px 120px
    }

    .search-bar .input-search {
        width: 60%;
    }

    .title-input .right {
        float: right;
    }

    .title-input .left {
        padding-right: 44%;
    }

    #qen {
        width: 47%;
    }

    #qpl {
        width: 47%;
    }

    .EtopImage {
        top: -116px;
        left: 40%;
        background-size: 23%;
    }

    .title h1 {
        font-size: 30px;
    }

    .title .row h1 {
        margin-top: 20px;
    }
    .popover-content span
    {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    .ea-search-bar {
        margin: 0px 200px
    }

    .search-bar .input-search {
        width: 60%;
    }

    .title-input .right {
        float: right;
    }

    .title-input .left {
        padding-right: 44%;
    }

    #qen {
        width: 47%;
    }

    #qpl {
        width: 47%;
    }

    .EtopImage {
        top: -116px;
        left: 42%;
        background-size: 20%;
    }
}
