﻿@font-face {
font-family: 'Vazir';
src: url('fonts/Vazir-FD.eot') format('eot');
src: url('fonts/Vazir-FD.woff') format('woff');
src: url('fonts/Vazir-FD.ttf') format('truetype');
}
* {
padding: 0;
margin: 0;
outline: 0;
outline: none;
font-family: Vazir;
box-sizing: border-box !important;
}
input::placeholder {
color: #ccc;
text-align: right;
}
.clr {
padding: 0;
margin: 0;
clear: both;
}
.brk {
flex-basis: 100% !important;
height: 0 !important;
padding: 0 !important;
margin: 0 !important;
}
.ic {
font-size: 20px;
}
.ic:before {
font-family: FontAwesome;
}
.ic:hover {
cursor: pointer;
transition: margin-right .5s;
transition: 0.5s;
}
.ic.ibtn {
padding: 0 3px;
}
.ic.ibtn:before {
font-size: 20px;
}
::selection {
background: #1c86db;
color: #fff;
text-shadow: none;
}
body {
margin: 0;
padding: 0;
color: #333;
background: #fff;
font: 13px/24px Vazir, tahoma;
direction: rtl;
text-align: justify;
display: flex;
flex-direction: column;
}
a, a:visited, a:hover, a:visited:hover {
text-decoration: none;
color: #1c86db;
}
.hr {
border: none;
border-top: 3px solid #1c86db;
margin-top: 10px;
}
li {
margin-right:30px;
}
section {
padding: 0;
margin: 0;
clear: both;
}
.rgb {
background-color: #1c86db;
color: #fff;
}
.rgb a, .rgb a:visited {
color: #fff;
}
.rgb a:hover, .rgb a:visited:hover {
color: #ddd;
}
.container {
padding: 5px 10px;
margin: 0 auto;
}
.login-container {
padding: 20px;
margin: 0 auto;
width: 33.33%;
}
header {
display: flex;
flex-direction: column;
-webkit-sticky: sticky;
position: sticky;
top: 0;
z-index: 99;
background: #fff;
box-shadow: 0 4px 5px #eee;
}
header i:before {
font-size: 14px;
margin: 0 5px;
}
header img.logo {
margin-left: 10px;
height: 60px;
width: auto;
}
header img.logo.small {
height: 35px;
}
header .top-menu {
display: flex;
flex-direction: row;
list-style-type: none;
}
header .top-menu li {
margin-left: 10px;
margin-right: 0;
}
header i#nav-menu-icon {
display: none;
left: 0;
position: absolute;
margin: 12px;
z-index: 100;
cursor: pointer;
}
header i#nav-menu-icon:before {
color: #333;
font-size: 24px;
}
header i#nav-menu-icon.open {
top: 12px;
left: 185px;
position: absolute;
margin: 14px;
}
nav.ws-menu {
}
nav.ws-menu a {
text-decoration: none;
color: #333;
padding: 8px 10px 8px 0;
display: block;
background: #fff;
}
nav.ws-menu a:hover, nav.ws-menu ul li:hover > a {
color: #1c86db;
background: #fff;
}
nav.ws-menu > ul {
display: flex;
flex-direction: row;
align-items: flex-end;
}
nav.ws-menu > ul > li {
}
nav.ws-menu > ul > li > a {
padding: 23px 8px 15px;
}
nav.ws-menu > ul > li > a.small {
padding: 8px;
}
nav.ws-menu > ul > li > a:not(:only-child):after {
font-family: FontAwesome;
font-size: 16px;
content: "\f107";
position: relative;
padding-right: 7px;
}
nav.ws-menu > ul > li:hover > ul {
border-top: 3px solid #1c86db;
z-index: 1000;
}
nav.ws-menu ul {
list-style: none;
position: relative;
padding: 0;
}
nav.ws-menu ul li {
position: relative;
transition: all 5s linear;
background: #fff;
margin:0;
}
nav.ws-menu ul ul {
display: none;
position: absolute;
-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 40%);
box-shadow: 0 6px 12px rgb(0 0 0 / 40%);
z-index: 1001;
}
nav.ws-menu ul ul a:not(:only-child):after {
font-family: FontAwesome;
font-size: 16px;
content: "\f104";
position: absolute;
left: 7px;
}
nav.ws-menu ul ul li {
width: 220px;
border-bottom: 1px dotted #ddd;
}
nav.ws-menu ul ul ul {
display: none;
position: absolute;
top: 0;
right: 220px;
}
nav.ws-menu > ul li:hover > ul {
display: block;
}
ul.ws-slider {
position: relative;
list-style: none;
padding: 0;
margin: 0;
width: 100%;
height: 500px;
}
ul.ws-slider > li {
position: absolute;
top: 0;
left: 0;
padding: 0;
margin: 0;
width: 100%;
height: 100%;
}
ul.ws-slider > li > img {
width: 100%;
height: 100%;
}
ul.ws-slider > li > div {
position: absolute;
bottom: 0;
left: 0;
padding: 15px 20px;
margin: 0;
width: 100%;
background: #111;
opacity: 0.8;
color: #fff;
}
div.ws-logo-carousel {
list-style: none;
display: flex;
flex-direction: row;
padding: 20px;
margin: 0;
width: 100%;
height: 100px;
}
div.ws-logo-carousel > a {
padding: 5px;
margin: 2px;
text-align: center;
width: 100%;
height: 100%;
background: #ddd;
border: 1px solid #ccc;
}
div.ws-logo-carousel > a > img {
width: 100%;
height: auto;
}
footer {
margin-top: 30px;
padding-top: 30px;
}
footer div.sign {
clear: both;
margin: 10px 0;
font: normal 13px/18px 'Segoe UI';
direction: ltr;
text-align: left;
}
.widget-title {
margin-bottom: 32px;
font-size: 19px;
}
#totop {
display: none;
position: fixed;
right: 34px;
bottom: 34px;
z-index: 999;
text-align: center;
border-radius: 50%;
background-color: #888;
-webkit-box-shadow: 0 6px 9px rgb(0 0 0 / 15%);
box-shadow: 0 6px 9px rgb(0 0 0 / 15%);
}
#totop.top-visible {
height: 40px;
width: 40px;
padding-top: 8px;
}
#totop.top-visible i:before {
margin-top: 7px;
color: #fff;
font-size: 24px;
}
.content-title {
color: #1c86db;
font-size: 20px;
font-weight: bold;
margin: 20px 0;
padding: 15px;
border-bottom: 2px solid #eee;
text-align: center;
}
.content-date {
color: #bbb;
font-size: 11px;
text-align: left;
margin: -20px 5px 0;
}
.content-date .ic:before {
color: #bbb;
font-size: 13px;
margin: 0 0 0 7px;
}
.content-text {
margin: 20px 10px;
line-height: 30px;
text-align: justify;
}
.content-text ul {
padding-right: 30px;
}
.content-category-list-item {
padding: 10px 0;
border-bottom: 1px dotted #ccc;
}
.content-category-list-item:last-of-type {
border-bottom: none;
}
.content-category-list-item h1 {
font-size: 14px;
color: #83c329;
}
.content-category-list-item .info {
font-size: 11px;
color: #aaa;
}
.content-category-list-item .info i.ic:before {
font-size: 13px;
color: #aaa;
margin: 0 0 0 5px;
}
.tag-list {
margin: 10px 0;
border-top: 1px dotted #eee;
padding: 5px;
}
.tag-item {
width: auto;
font-size: 11px;
background: #f5f5f5;
border: 1px solid #ccc;
border-radius: 8px 0 8px 0;
padding: 2px 4px;
line-height: 28px;
}
.tag-item:hover {
background: #bbb;
color: #fff;
}
ul.user-account-links {
display: flex;
flex-direction: row;
list-style: none;
}
ul.user-account-links li {
background: #f5f5f5;
border: 1px solid #ccc;
padding: 7px 15px;
border-radius: 8px 0 8px 0;
text-align: center;
margin-right: 3px;
}
ul.user-account-links li:hover {
background: #f1f1f1;
color: #fff;
}
ul.link-list,
ul.contact-list,
ul.web-visit-statistic {
list-style: none;
}
ul.link-list li,
ul.contact-list li,
ul.web-visit-statistic li {
margin: 0 0 12px 0;
}
ul.link-list li i:before,
ul.contact-list li i:before,
ul.web-visit-statistic li i:before,
ul.link-list li i.title,
ul.contact-list li i.title,
ul.web-visit-statistic li i.title {
color: #fff;
font-size: 16px;
margin-left: 5px;
}
ul.web-visit-statistic li span.title {
width: 40%;
display: inline-block;
}
ul.social-icons {
list-style: none;
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 0;
padding: 0;
}
ul.social-icons li {
margin: 3px 2px;
padding: 3px 2px;
}
ul.social-icons li i:before {
font-family: fontawesome;
font-size: 20px;
margin: 0;
padding: 0;
font-size: 24px;
}
ul.notice-list {
list-style: none;
margin: 10px 0;
padding: 10px;
-webkit-box-shadow: 0 6px 9px rgb(0 0 0 / 15%);
box-shadow: 0 6px 9px rgb(0 0 0 / 15%);
line-height: 28px;
width: 100%;
}
ul.notice-list li {
margin: 7px;
}
.description {
list-style: none;
margin: 10px 0;
padding: 10px;
-webkit-box-shadow: 0 6px 9px rgb(0 0 0 / 15%);
box-shadow: 0 6px 9px rgb(0 0 0 / 15%);
width: 100%;
text-align: justify;
}
ul.user-dashboard-menu-list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 15px 0;
}
ul.user-dashboard-menu-list li {
list-style: none;
display: flex;
width: 20%;
padding: 3px;
margin:0;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease 0s;
transition: all .3s ease 0s;
}
ul.user-dashboard-menu-list li a {
width: 100%;
text-align: center;
border: 1px solid #ccc;
border-radius: 4px;
padding: 20px 0;
background: #fff;
color: #1c86db;
}
ul.user-dashboard-menu-list li a:hover {
-webkit-box-shadow: 0 6px 9px rgb(0 0 0 / 15%);
box-shadow: 0 6px 9px rgb(0 0 0 / 15%);
background: #1c86db;
color: #fff;
}
.btn {
border: 0;
background: var(--primary-bgcolor-dark);
color: #fff;
padding: 7px 15px;
border-radius: 3px;
text-align: center;
margin-right: 1px;
display: inline-block;
}
.btn:hover {
background: var(--primary-bgcolor-light);
cursor: pointer;
}
.btn:disabled,
.btn:disabled:hover,
.btn.disabled,
.btn.disabled:hover {
border-color: #ccc;
background: #ccc;
color: #888;
cursor: not-allowed;
}
.btn.success {
background: #1c86db;
}
.btn.success:hover {
background: #4aa0e5;
}
.btn.info {
background: var(--primary-bgcolor-dark);
/*background: #07d;*/
}
.btn.info:hover {
background: #0b7dda;
}
.btn.warning {
background: #ff9800;
}
.btn.warning:hover {
background: #e68a00;
}
.btn.danger {
background: #b00;
}
.btn.danger:hover {
background: #da190b;
}
.btn.small, .btn.small:before {
background: #f1f1f1;
color: #000;
}
.btn.small:hover, .btn.small:hover:before {
background: #ddd;
color: #000;
}
.btn[class^="fa-"]:before, .btn[class*=" fa-"]:before {
padding: 0;
margin: 4px -2px 0;
font-size: 14px;
}
.ct-footer-bottunbar {
margin: 15px 0 10px;
padding: 10px 10px 0 0;
border-top: 1px dotted #dfdfdf;
width: 100%;
}
@media only screen and (max-width: 320px) {
.login-container {
width: 100%;
}
ul.ws-slider {
height: 270px;
}
ul.user-dashboard-menu-list li {
width: 100%;
}
}
@media only screen and (min-width: 321px) and (max-width:480px) {
.login-container {
width: 100%;
}
ul.ws-slider {
height: 270px;
}
ul.user-dashboard-menu-list li {
width: 50%;
}
}
@media only screen and (min-width: 481px) and (max-width:768px) {
.login-container {
width: 66.66%;
}
ul.ws-slider {
height: 370px;
}
ul.user-dashboard-menu-list li {
width: 33.33%;
}
}
@media only screen and (min-width: 769px) and (max-width:1024px) {
ul.user-dashboard-menu-list li {
width: 25%;
}
}
@media only screen and (min-width: 1025px) {
.container {
min-width: 1025px;
max-width: 1140px;
}
}
@media only screen and (max-width: 768px) {
header i#nav-menu-icon {
display: block;
}
nav.ws-menu {
display: none;
height: 100%;
width: 250px;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background: #111;
color: #fff;
overflow-y: auto;
transition: 0.5s;
padding-top: 74px;
}
nav.ws-menu * {
width: 100% !important;
position: relative !important;
float: none;
background: #111 !important;
}
nav.ws-menu > ul {
flex-direction: column;
}
nav.ws-menu > ul > li a {
padding: 8px 10px 8px 0 !important;
color: #bbb;
}
nav.ws-menu > ul > li > a:not(:only-child):after {
position: absolute;
left: 15px;
}
nav.ws-menu ul ul a:not(:only-child):after {
content: "\f107";
position: absolute;
left: 15px;
}
nav.ws-menu ul ul ul {
right: 0;
}
}
.light {
color: #999;
}
