/* */
.dark-body .imain-dark {
    background: #222327;
    padding-top: 15px;
}

.dark-body #footer {
    background: #222327;
    border-top: 1px solid #dba401;
    font-size: 1em;
    margin-top: 0px;
    padding: 0;
    padding-top: 0px;
    padding-top: 50px;
}

.dark-body #header .header-top {
    background: none !important;
}

.dark-body #header .header-nav-top .nav>li>a:hover,
.dark-body #header .header-nav-top .nav>li>a a:focus {
    background-color: #262a2f00;
}

.dark-body .social-icons li {
    display: inline-block;
    margin: -1px 0 0 1px;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
    background: #f7f7f7;
    padding: 0px;
}

.dark-body #header .header-body {
    background: transparent url("/Portals/0/Skins/ShoraTehran.1404/images/dark-header-bg.png") no-repeat scroll center 45px !important;
}

.sticky-header-active .dark-body #header .header-body {
    background: transparent url("/Portals/0/Skins/ShoraTehran.1404/images/dark-header-bg.png") no-repeat scroll center -5px !important;
    background-color: transparent;
    background-color: rgba(204, 159, 80, 0.8) !important;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-bottom-color: currentcolor;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.5) !important;
    -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.5) !important;
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.5) !important;
}

.dark-body #header .header-nav.header-nav-links nav>ul>li>a,
.dark-body #header .header-nav.header-nav-links nav>ul>li:hover>a,
.dark-body #header .header-nav.header-nav-line nav>ul>li>a,
.dark-body #header .header-nav.header-nav-line nav>ul>li:hover>a {
    color: #f7f7f7;
}

.dark-body .llogo {
    background: #222327 url("/Portals/0/Skins/ShoraTehran.1404/images/dark-tehran-vector.png") no-repeat scroll center bottom;
    padding-bottom: 120px;
    padding-top: 30px;
}

.dark-body #footer .footer-copyright {
    background: #222327;
}

.dark-body .bshadow {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    background-color: #333940;
    border: 1px solid #333940;
}

.dark-body .sboxbg {
    background-color: #333940;
    width: 100%;
}

.dark-body .page-header.page-header-classic::after {
    content: '';
    width: 100%;
    height: 5px;
    background: rgb(51, 57, 64);
    position: absolute;
    bottom: 0;
    left: 0;
}

.dark-body #header .header-nav-top .dropdown-menu::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 5px;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #262a2f;
    transform: translate3d(-7px, -6px, 0);
}

.dark-body #footer .form-control {
    background-color: #35373f;
    border: 1px solid #222429;
    border-left-color: rgb(34, 36, 41);
    border-left-style: solid;
    border-left-width: 1px;
    border-left: 0px;
}

.dark-body #footer .btn-none {
    background-color: #35373f;
    border: 1px solid #222429;
    border-right-color: rgb(34, 36, 41);
    border-right-style: solid;
    border-right-width: 1px;
    border-right: 0px;
}

.dark-body #footer .btn-dark {
    background-color: #099;
    border-color: #212529 #212529 #0a0c0d;
    border: 1px solid #222429;
}

.dark-body .social-icons {
    margin: 0;
    padding: 0;
    width: auto;
}

.dark-body .page-header .phcontain {
    background: rgba(34, 35, 39, 0.51);
    padding: 15px;
    border: 1px solid #cc9f50;
}

.dark-body #header .header-nav.header-nav-links nav>ul>li>a,
.dark-body #header .header-nav.header-nav-links nav>ul>li:hover>a,
.dark-body #header .header-nav.header-nav-line nav>ul>li>a,
.dark-body #header .header-nav.header-nav-line nav>ul>li:hover>a {
    color: #cc9f50;
}



.body.dark-body .pagination > li > a, .body.dark-body .pagination > li > span {
    background-color: #2c3237;
    border-color: #282d31;
}

.body.dark-body .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #505960;
    border-color: #505960;
}
.body.dark-body .page-item:first-child .page-link {
    margin-left: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
}
.body.dark-body .page-item:last-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
}

