@font-face {
    font-family: 'b_yekanregular';
    src:  url('../fonts/B Yekan_p30download.com-webfont.eot');
    src: url('../fonts/B Yekan_p30download.com-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/B Yekan_p30download.com-webfont.woff') format('woff'),
         url('../fonts/B Yekan_p30download.com-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'yekan';
    src: url('../fonts/yekan.eot');
    src: url('../fonts/yekan.eot?#iefix') format('embedded-opentype'),
         url('../fonts/yekan.woff') format('woff'),
         url('../fonts/yekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*********** globals ***********/
*{
	margin: 0;
	padding: 0;
	transition: 0.3s all ease-out;
}
body {
    font-family: "yekan" ,"b_yekanregular";
	font-size: 13px;
    color: #a1a1a1;
    position: relative;
	width: 100%;
	overflow-x: hidden;
}
.pointer{
	cursor: pointer;
}
.clear {
    clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}
.white_alert {
    background: white;
    display: block;
    width: 70%;
    margin: 10px auto 0px auto;
    border-radius: 3px;
    box-shadow: 0px 1px 7px #6d6d6d;
    padding: 8px 3px;
    color: black;
	line-height: 25px;
}
.orange_alert {
    background: orange;
    display: block;
    width: 70%;
    margin: 10px auto 0px auto;
    border-radius: 3px;
    box-shadow: 0px 1px 7px #6d6d6d;
    padding: 8px 3px;
    color: black;
	line-height: 25px;
}
.red_alert ,
.error_section {
    background: #f33e4e;
    display: block;
    width: 70%;
    margin: 10px auto 0px auto;
    border-radius: 3px;
    box-shadow: 0px 1px 7px #6d6d6d;
    padding: 8px 3px;
    color: white;
	line-height: 25px;
}
.green_alert {
    background: #9DC806;
    display: block;
    width: 70%;
    margin: 10px auto 0px auto;
    border-radius: 3px;
    box-shadow: 0px 1px 7px #6d6d6d;
    padding: 8px 3px;
    color: black;
	line-height: 25px;
}
.title_alert {
	background: #009FB3;
	border-top: 2px solid #FFA500;
	color: white;
	font-size: 18px;
	display: block;
	width: 70%;
	margin: 10px auto 0px auto;
	border-radius: 3px;
	box-shadow: 0px 1px 7px #6d6d6d;
	padding: 8px 3px;
	line-height: 25px;
}
/***************************/
header {
    position: relative;
	background-color: #009fb3;
	z-index: 1000;
	box-shadow: 0px 1px 5px #00000096;
	border-bottom: 1px solid #4aea5e;
}
.row{
	margin-left: 0;
	margin-right: 0;
}
header .row{
	padding: 0px 0px;
}
.menu_section{
	padding-right: 58px;
}
.logo_section {
    padding-left: 6%;
    padding-right: 0px;
    text-align: center;
}
.navbar{
	padding-top: 51px;
	padding-right: 64px;
}
.navbar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
	float: right;
}
.navbar-nav li{
	float: right;
}
.navbar-nav>li.current>a, .navbar-nav>li:hover>a:hover {
    background-color: #fd9220;
}
.navbar-nav>li>a {
    font-size: 16px;
    color: #fff;
    padding: 4px 17px;
	text-decoration: none;
}
.navbar-toggler ,
.small_device_link{
	display: none;
}
/*****************************/
.slider_section{
	height: 445px;
	width: 100%;
	background: url("../img_source/main_cover.png") repeat;
	background: url("../img_source/red_bg2.png") repeat;
	background: url("../img_source/red_bg.png") repeat;
	position: relative;
	overflow: hidden;
}
.skew_menu{
	position: relative;
}
.rectangle_box{
	position: relative;
}
.rectangle1 {
	width: 470px;
    height: 74px;
    background: #018FBD;
    display: block;
    position: absolute;
	right: -793px;
	border-radius: 0px 0px 2px 5px;
	text-align: center;
	cursor: pointer;
}
.box1 .rectangle1 {
	transition: right .9s ease-out;
}
.box2 .rectangle1 {
	transition: right 1.1s ease-out;
}
.box3 .rectangle1 {
	transition: right 1.3s ease-out;
}
.box4 .rectangle1 {
	transition: right 1.5s ease-out;
}
.rectangle2 {
    width: 508px;
    height: 74px;
    background: #018FBD;
    top: -10px;
    display: block;
    position: absolute;
    right: -631px;
    transform: skewY(-21deg);
}
.box1 .rectangle2 {
	transition: right .1s ease-out;
}
.box2 .rectangle2 {
	transition: right .3s ease-out;
}
.box3 .rectangle2 {
	transition: right .5s ease-out;
}
.box4 .rectangle2 {
	transition: right .7s ease-out;
}
.box1 .rectangle1 {
    top: 87px;
}
.box1 .rectangle2 {
    top: -10px;
}
.box2 .rectangle1 {
    top: 161px;
    background: #9DC806;
	width: 430px;
}
.box2 .rectangle2 {
    top: 63px;
    background: #9DC806;
}
.box3 .rectangle1 {
    top: 235px;
    background: #CA015F;
	width: 450px;
}
.box3 .rectangle2 {
    top: 137px;
    background: #CA015F;
}
.box4 .rectangle1 {
    top: 309px;
    background: #E9CD00;
    width: 406px;
}
.box4 .rectangle2 {
    top: 211px;
    background: #E9CD00;
}
.rectangle_box a{
    color: white;
    text-decoration: none;
    display: block;
    margin-top: 20px;
    font-size: 19px;
    text-shadow: 0px 1px 5px #292828;
}
.rectangle_box a:hover{
    color: orange;
    text-shadow: 0px 0px 5px #000000;
}
.rectangle2 a{
    padding-left: 72px;
    font-size: 15px;
	position: relative;
    float: left;
}
.box4 .rectangle1 a{
	padding-right: 41px;
}
.star1 {
    color: #ffe000 !important;
    margin-right: 8px;
    top: 5px;
	animation: spin 1.5s infinite linear;
	-webkit-animation: spin 1.5s infinite linear;
	-moz-animation: spin 1.5s infinite linear;
	-ms-animation: spin 1.5s infinite linear;
}
.star2 {
    color: #ffe000 !important;
    margin-left: 8px;
    top: 5px;
	animation: spin 1.5s infinite linear;
	-webkit-animation: spin 1.5s infinite linear;
	-moz-animation: spin 1.5s infinite linear;
	-ms-animation: spin 1.5s infinite linear;
}
@-webkit-keyframes spin {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-ms-transform: rotate(359deg);
	}
}
.site_title {
    position: absolute;
    left: 10%;
    font-size: 21px;
    color: #ca015f;
    text-shadow: 1px 14px 11px black;
}
.news_list {
    width: 80%;
    border: 1px solid #bdbdbd;
    padding: 0px 0px 10px 0px;
	margin: 10px auto 0px auto;
	background: white;
	text-align: center;
	position: relative;
	box-shadow: 0px 1px 9px #00000047;
}
.news_section {
    float: left;
    width: 400px;
    border: 1px solid #bdbdbd;
    padding: 0px 0px 10px 0px;
    margin-top: 85px;
    margin-left: 5%;
	background: white;
    height: 300px;
	text-align: center;
	position: relative;
	box-shadow: 0px 1px 9px #00000047;
}
.middle_section{
	position: relative;
}
.news_list>h2  ,
.middle_section h2  ,
.news_section h2 {
    margin: 0;
    text-align: center;
    background: #9dc806;
    font-size: 17px;
    padding: 7px 0px;
    color: white;
    box-shadow: 0px 2px 5px #0000002e;
	margin-bottom: 5px;
}
.news_list>ul  ,
.middle_section .news_rows ul  ,
.news_section ul{
	list-style: none;
}
.news_list>ul li  ,
.middle_section .news_rows ul li  ,
.news_section ul li{
	position: relative;
}
.news_list>ul li a  ,
.middle_section .news_rows ul li a  ,
.news_section ul li a {
    display: block;
	width: 97%;
    background: white;
    border: 1px solid #e2e2e2;
    margin: 1px auto 0px auto;
    text-align: right;
    padding: 10px 16px 10px 2px;
    color: black;
    text-decoration: none;
    border-right: 3px solid #e9cd00;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}
.pagination_list>li a:before  ,
.news_list>ul li a:before  ,
.middle_section .news_rows ul li a:before  ,
.news_section ul li a:before{
	content: "";
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	position: absolute;
	width: 0.1%;
	height: 100%;
	background: #009fb3;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.3;
}
.news_list ul li:hover a ,
.middle_section .news_rows ul li:hover a ,
.news_section ul li:hover a{
	border-right: 5px solid #009fb3;
	color: blue;
}
.news_list ul li:hover a:before ,
.middle_section .news_rows ul li:hover a:before ,
.pagination_list li:hover a:before ,
.news_section ul li:hover a:before{
	width: 100%;
}
.all_news_btn {
    position: absolute;
    bottom: 10px;
    left: 34%;
    background: #9dc806b3;
}
.all_news_btn:hover {
    background: #009fb3;
	color: white;
}
.mention_arrow {
    width: 30px;
    height: 64px;
    background-image: url(../img_source/pencil.png);
    background-repeat: no-repeat;
    z-index: 2000;
    position: absolute;
    left: 7%;
    top: 77px;
    background-size: contain;
    display: block;
    transform: rotateY(180deg) rotateZ(24deg);
}
/*****************************/
footer {
    background: #009FB3;
    color: #e8e8e8;
    text-align: center;
    padding: 27px 5px;
}
.footer_div {
    padding: 15px 5px;
}
/*****************************/
.world_cover{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #dcdcdc;
	top: 0;
	left: 0;
	z-index: 10000;
	text-align: center;
	opacity: 1;
}
.world_cover h1 ,
.world_cover span {
	display: block;
	margin: 0;
	padding: 0;
}
.world_cover h1 {
    font-size: 21px;
    color: rgb(206, 41, 26);
    margin-top: 22px;
    text-shadow: 1px 7px 10px #0000005c;
}
.world_cover span {
    margin-top: 15px;
    color: #eb5c50;
}
.loading_icon {
    content: "";
    width: 100px;
    height: 100px;
    background: url(../img_source/loading_pencil.png) no-repeat;
    right: 46%;
    position: absolute;
    top: 35%;
	animation: loading-icon-spin 2s infinite linear;
	-webkit-animation: loading-icon-spin 2s infinite linear;
	-moz-animation: loading-icon-spin 2s infinite linear;
	-ms-animation: loading-icon-spin 2s infinite linear;
}
@-webkit-keyframes loading-icon-spin {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
		-webkit-transform: rotate(-359deg);
		-moz-transform: rotate(-359deg);
		-ms-transform: rotate(-359deg);
	}
}
/********************************************/
#common_page .row {
	padding: 0px 47px 0px 103px;
}
#common_page .logo_section h1 {
	margin-top: 5px;
	margin-bottom: 3px;
}
#common_page .navbar {
    padding-top: 15px;
}
.common_page{
	width: 100%;
	/*overflow: hidden;*/
	background: url("../img_source/main_cover.png") repeat;
	background: url("../img_source/red_bg2.png") repeat;
	background: url("../img_source/red_bg.png") repeat;
	position: relative;
	min-height: 400px;
}
.common_page>.row{
	text-align: center;
	position: relative;
}
.login_and_signup_btns {
    display: block;
    margin: 70px auto 0px auto;
}
.login_and_signup_btns .login {
    width: 150px;
    padding: 20px 0px;
    background: #CA015F;
	color: white;
	box-shadow: 0px 1px 7px #7d7d7d99;
}
.login_and_signup_btns .signup{
    width: 150px;
    padding: 20px 0px;
    background: #9DC806;
	color: white;
	box-shadow: 0px 1px 7px #7d7d7d99;
}
.login_and_signup_btns .login:hover ,
.login_and_signup_btns .signup:hover {
	background: #009FB3;
	box-shadow: 0px 1px 7px #6d6d6d;
}
.login_box {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(244,244,244,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(244,244,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
    width: 400px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    margin: 21px auto 15px auto;
    padding: 49px 50px 8px 50px;
    position: relative;
}
.login_box h2 {
    font-size: 16px;
    background: #9DC806;
    color: white;
    padding: 6px 3px;
    position: absolute;
    width: 100%;
    top: -20px;
    left: 0;
    z-index: 1000;
}
.login_box label {
    display: block;
    text-align: right;
}
.login_box select ,
.login_box input {
    display: block;
    margin: 0px auto 5px auto;
    box-shadow: 0px 1px 5px #00000017;
    margin-bottom: 12px;
}
.login_box select{
	padding: 0px 10px !important;
}
.login_box input[type="submit"] {
    margin-top: 31px;
    padding: 10px 39px;
    box-shadow: 0px 1px 5px #0000002b;
}
.forgoten_password_text {
    display: block;
    margin: 18px 0px;
    text-align: right;
    color: red;
}
.news_date {
    position: absolute;
    color: white;
    top: 3px;
    left: 20px;
    font-size: 16px;
}
.news_content {
    width: 90%;
    border: 1px solid #0000000d;
    margin: 0 auto;
    padding: 0px 10px 10px 10px;
}
.back_button_in_content_bottom {
    margin-top: 10px;
    background: #9dc806;
    color: white !important;
}
/********************************************/
.pagination_list input{
	display: none;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    width: 100%;
    margin: 0;
    display: block;
    text-align: center;
}
.pagination_list li:first-child a {
	
}
.pagination_list li:last-child a {
	border-left: 3px solid #e9cd00 !important;
}
.pagination_section {
    margin-top: 20px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.pagination_section .pagination_list{
	list-style: none;
}
.pagination_list li {
    display: inline-block;
	position: relative;
}
.pagination_list li a {
    background: white;
    border: 1px solid #e2e2e2;
    text-align: center;
    padding: 6px 13px;
    color: black;
    text-decoration: none;
    border-right: 3px solid #e9cd00;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.pagination_list li a.current_page {
    background: #5fdcfb;
}
.pagination_list li:hover a {
	border-right: 3px solid #009fb3 !important;
	color: blue;
}
.news_content {
    text-align: right;
    direction: rtl;
}
.news_content>h1 {
    font-size: 20px;
    background: #cbe7ff;
    padding: 6px 0px;
    text-align: center;
    border: 1px solid #00000017;
	color: #000000c7;
}
.aboutus_page .news_content {
    padding: 13px 20px;
    font-size: 14px;
}
.aboutus_page .news_content ul {
	list-style: none;
}
/************************************/
.img_security_reload_icon {
	cursor: pointer;
}
.img_security_reload_icon {
	margin-right: 10px;
	cursor: pointer;
}
.img_security, .img_security_reload {
	display: inline-block;
	position: relative;
}
.img_security_reload span{
	position: absolute;
	width: 200px;
	top: 37px;
	z-index: 100;
	background: rgba(0, 0, 0, 0.76);
	padding: 10px 0;
	color: whitesmoke;
	border-radius: 8px;
	font-size: 14px;
	display: none;
	text-align: center;
}
.sec_img_section {
	margin: 27px 0px 13px 0px;
}
/************************************/
.agents_list {
    position: absolute;
    width: 100%;
    text-align: center;
    display: none;
    z-index: 10000;
    padding: 10px 0px;
    height: 100%;
    background: ghostwhite;
	overflow-y: scroll;
	overflow-x: hidden;
}
.agents_list h2 ,
.select_state_area,
.agents_list_here {
    width: 70%;
    margin: 0 auto;
    background: white;
	border-left: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0;
}
.agents_list h2 {
    background: #9dc806;
    font-size: 18px;
    color: white;
    padding: 6px 0px;
}
.select_state_area {
    padding-top: 15px;
    padding-bottom: 10px;
	color: #000000d6;
}
.agents_list_here{
	
}
.agents_list_here table{
	
}
.close_agents_list {
    width: 100%;
    display: block;
}
.select_agent  {
    width: 100%;
    display: block;
}
.select_state_area select {
    box-shadow: 0px 0px 5px #0000002b;
    border: 1px solid #b5b5b5;
    margin-right: 7px;
    border-radius: 3px;
    width: 20%;
}
/************************************/
.table tr:first-child th ,
.table tr:first-child td {
	border-top: none;
}
.table th, 
.table td {
    text-align: center;
    border: 1px solid #dddddd;
    color: #000000d6;
}
.main_header th, .main_header td {
    background: antiquewhite;
    border-top: 1px solid #f73e3e !important;
}
.second_header th, 
.second_header td {
    background: #f8f8f8;
}
/************************************/
input#agentCode{
	background: #ffffff !important;
}
.please_wait_for_agent_list{
	display: none;
}
#confirm_this_rules{
	display: inline-block;
	margin-left: 10px;
}
.confirm_this_rules_content {
    line-height: 30px;
    text-align: justify;
}
/************************************/
/************************************/
.middle_section {
    width: 80%;
    border: 1px solid #bdbdbd;
    padding: 0px 0px 10px 0px;
	margin: 10px auto 0px auto;
	background: white;
	text-align: center;
	position: relative;
	box-shadow: 0px 1px 9px #00000047;
}
.common_table {
    width: 100%;
    margin-bottom: 25px;
    border: 1px solid #ddd;
}
.common_table thead>tr>th ,
.common_table tbody>tr>th ,
.common_table thead>tr>td ,
.common_table tbody>tr>td ,
.common_table tfoot>tr>td {
    padding: 8px;
    line-height: 1.42;
    border-top: 1px solid #ddd;
    text-align: center;
    /*color: black;*/
}
.common_table thead>tr>td ,
.common_table thead>tr>td ,
.common_table tbody>tr>td ,
.common_table tfoot>tr>td {
    color: black !important;
}
.common_table tbody>tr>td>a{
	color: red;
}
.common_table tbody>tr>td>a.btn{
	color: black;
}
.common_table thead>tr>th {
    background: aliceblue;
}
.common_table tbody>tr>td {
    border-left: 1px solid #e6e6e6;
}
.common_table>tbody>tr:nth-child(odd)>td, .common_table>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="number"], select, textarea {
    width: 200px;
    height: 35px;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 5px;
    box-shadow: 0px 1px 6px rgba(155, 154, 154, 0.24);
    padding: 0px 10px;
}
textarea {
    height: 200px;
    width: 50%;
}
.black{
	color: black !important;
}
.colorRed ,
.red{
	color: red !important;
}
.green{
	color: green !important;
}
.orange{
	color: orange !important;
}
.pass_alert {
    display: block;
    font-size: 12px;
}
.bg_light_blue{
	background: #4fc1d04a;
}
/*************************************/
.sidebar_menu {
    position: absolute;
    height: 100%;
    width: 250px;
    /*left: -250px;*/
    background: #35302d;
    z-index: 10000;
	display: none;
    left: 0;
	overflow: scroll;
}
.sidebar_menu ul {
    border-top: solid 1px #3C3735;
}
.sidebar_menu li {
    position: relative;
    overflow: hidden;
}
.sidebar_menu li {
    border-bottom: solid 1px #3C3735;
}
.sidebar_menu a {
    padding: 1.1em 0;
    color: #DFDBD9;
    font: 400 1.125em;
    text-align: center;
    text-transform: lowercase;
	text-decoration: none;
}
.sidebar_menu a {
    display: block;
    position: relative;
    z-index: 1;
    transition: .35s ease color;
}
.sidebar_menu a:hover {
    color: #fff;
}
*, :before, :after {
    box-sizing: border-box;
}
.sidebar_menu a:before{
	content: "";
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	position: absolute;
	width: 0.1%;
	height: 100%;
	background: #009fb3;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.3;
}
.sidebar_menu li:hover a:before{
	width: 100%;
	border-right: 4px solid red;
	border-left: 4px solid red;
}
.sidebar_menu_close_btn {
    width: 50px;
    z-index: 10000;
    height: 50px;
    background: #35302d;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    transition: opacity .5s ease;
    padding: 10px;
    border-left: 1px solid black;
    border-radius: 0px 0px 5px 0px;
    box-shadow: 0px 0px 3px #00000087;
}
.close_status .sidebar_menu_close_btn_inside{
	background: linear-gradient(to bottom, #dfdbd9  0%, #dfdbd9  20%, transparent 20%, transparent 40%, #dfdbd9  40%, #dfdbd9  60%, transparent 60%, transparent 80%, #dfdbd9  80%, #dfdbd9  100%);
	display: block;
    width: 100%;
    height: 100%;
	transition-duration: .5s;
}
.open_status .sidebar_menu_close_btn_inside{
	display: block;
    width: 100%;
    height: 100%;
	transition-duration: .5s;
	transform: rotate(360deg);
	overflow: hidden;
}
.xLines {
    opacity: 0;
    display: block;
    background: white;
    width: 3px;
    height: 100%;
    position: absolute;
    transition-duration: .5s;
}
.xLines.left_line {
    transform: rotate(45deg);
    top: -2px;
    left: 15px;
}
.xLines.right_line {
    transform: rotate(-45deg);
    top: -2px;
    left: 15px;
}
#common_page .navbar ul {
    list-style: none;
	margin-bottom: 0;
	float: left;
}
#common_page .navbar ul li a{
    color: black;
	text-decoration: none;
	font-size: 12px;
}
#common_page .navbar ul li a:hover{
    text-shadow: 0px 0px 5px white;
}
.user_avatar {
    float: right;
    display: block;
    border: 1px solid #f2e7e3a1;
    margin: 2px 0px 2px 0px;
    padding: 1px 1px 1px 15px;
    height: 70px;
    overflow: hidden;
    background: #0000001f;
    box-shadow: 0px 0px 5px #ffffff24;
	min-width: 190px;
}
.user_avatar:hover {
    box-shadow: 0px 0px 5px #ffffff94;
}
.user_avatar img {
    width: 70px;
    height: 70px;
    float: right;
}
.user_avatar span {
    color: white;
    display: block;
    float: right;
    padding-right: 6px;
    padding-top: 1px;
    font-size: 12px;
}
.user_avatar span a{
    color: white;
}
.user_avatar span a:hover{
    color: black;
	text-decoration: none;
}
/******************************************/
.menu_section_pre_login .navbar{
	padding-top: 51px !important;
	padding-right: 64px !important;
}
.menu_section_pre_login .navbar-nav {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
	float: right !important;
}
.menu_section_pre_login .navbar-nav li{
	float: right !important;
}
.menu_section_pre_login .navbar-nav>li.current>a, .menu_section_pre_login  .navbar-nav>li:hover>a:hover {
    background-color: #fd9220 !important;
}
.menu_section_pre_login .navbar-nav>li>a {
    font-size: 16px !important;
    color: #fff !important;
    padding: 4px 17px !important;
	text-decoration: none !important;
}
.menu_section_pre_login .navbar-toggler ,
.small_device_link{
	display: none !important;
}
.new_pagination td{
	padding-top: 20px !important;
}
#common_page #navbarNav .navbar-nav {
    float: right;
    margin-top: 20px;
}
#common_page #navbarNav .navbar-nav>li>a {
    font-size: 16px;
    color: #fff;
    padding: 4px 17px;
    text-decoration: none;
}
.login_box input[type="text"],
.login_box input[type="password"], 
.login_box input[type="tel"],
.login_box input[type="number"],
.login_box select,
.login_box textarea {
    width: 100%;
}
.sec_img_section .img_security img {
    border: 1px solid rgb(235, 235, 235);
    border-radius: 5px;
    box-shadow: 0px 1px 6px rgba(155, 154, 154, 0.24);
    padding: 0px 10px;
    background: white;
}
.news_body {
    padding: 20px;
    border: 1px solid #dedede;
    margin: 0px 8px;
    box-shadow: 0px 4px 6px #00000029;
    border-radius: 3px;
    text-align: justify;
    direction: rtl;
    font-size: 14px;
    line-height: 33px;
    color: #484848;
}
.top_date_in_title {
    position: absolute;
    top: 0;
    left: 10px;
    color: white;
    font-size: 14px;
}
.wide_back_btn {
    margin-top: 17px;
    width: 98%;
    background-color: #f9f9f9;
}
.wide_back_btn:hover {
	background-color: #c1c1c1;
}
.overlay_cover{
	display: none;
}
.classNameField{
	background: #ffcbcb !important;
}
.exam_roles_page td{
	text-align: right !important;
	line-height: 30px !important;
}
.exam_roles_page .exam_roles_page_last_row{
	text-align: center !important;
}
.acceptRulesForm{
	position: relative;
}
.alert_to_confirm_rules {
    display: none;
    color: red;
    font-weight: bold;
    margin-bottom: 10px;
}
.confirmRulesBtn {
    margin-top: 20px;
}
.acceptRulesForm label{
	cursor: pointer;
}
/*************************************/
.inputGroup_checkboxRadioBtn {
	background-color: #fff;
	display: block;
	margin: 10px 0;
	position: relative;
}
.inputGroup_checkboxRadioBtn label {
    padding: 12px 72px 12px 30px;
    width: 100%;
    display: block;
    text-align: right;
    color: green;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
}
.inputGroup_checkboxRadioBtn label:before {
	width: 100%;
	height: 10px;
	border-radius: 50%;
	content: '';
	background-color: #5562eb;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
		  transform: translate(-50%, -50%) scale3d(1, 1, 1);
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
	z-index: -1;
}
.inputGroup_checkboxRadioBtn label:after {
	width: 32px;
	height: 32px;
	content: '';
	border: 2px solid #c1c1c1;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
	background-repeat: no-repeat;
	background-position: 2px 3px;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
		  transform: translateY(-50%);
	cursor: pointer;
	transition: all 200ms ease-in;
}
.inputGroup_checkboxRadioBtn input:checked ~ label {
	color: #fff;
}
.inputGroup_checkboxRadioBtn input:checked ~ label:before {
	-webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
		  transform: translate(-50%, -50%) scale3d(56, 56, 1);
	opacity: 1;
}
.inputGroup_checkboxRadioBtn input:checked ~ label:after {
	background-color: #54E0C7;
	border-color: #54E0C7;
}
.inputGroup_checkboxRadioBtn input {
	width: 32px;
	height: 32px;
	order: 1;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
		  transform: translateY(-50%);
	cursor: pointer;
	visibility: hidden;
}
.btn.btn-default.start_exam {
    margin-bottom: 7px;
}
.wait_alert_cover{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #a8e8b0;
	text-align: center;
	top: 0;
	z-index: 2000;
}
.wait_alert {
    color: black;
    font-weight: bold;
    letter-spacing: 1px;
}
.examTimeTime {
    color: red;
    padding: 5px 5px;
}
.exam_page .middle_section>h2 {
    background: #4aea5e;
    padding: 1px 0px;
    margin: 0;
}
/****************************************/
.overlay_cover1{
	position: absolute;
	background: #00000078;
	width: 100%;
	height: 100%;
	top: 0;
	display: none;
}
.protest_form {
    position: absolute;
    background: white;
    width: 400px;
    right: 30%;
    top: 5px;
	border: 3px solid #4bbdad;
	padding: 10px;
}
#protest_content {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    margin-top: 4px;
    border: 1px solid rgb(191, 191, 191);
    box-shadow: 0px 1px 6px rgba(155, 154, 154, 0.52);
	padding: 5px;
}
.protest_feed_back {
    display: block;
    text-align: center;
    background: antiquewhite;
    padding: 2px 1px;
    color: black;
    margin-bottom: 10px;
    border: 1px solid red;
}
/*************************************/
.picture_selection_area{
	position: relative;
}
.picture_selection_area input{
	z-index: 1;
}
.picture_selection_area span {
    position: absolute;
    z-index: 100;
    right: 0px;
    background: antiquewhite;
    width: 100%;
    height: 100%;
    top: 0;
    padding-top: 7px;
    cursor: pointer;
}
/********************************/
.policy_page p ,
.aboutus_page p {
    text-align: right;
    padding: 0px 11px;
    line-height: 30px;
}
.center{
	text-align: center !important;
}
.policy_page h1 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 8px;
}
/*******************************/
.hidden{
	display: none;
}
/*******************************/
.all_question_area .questionTitle {
    background: beige;
    padding: 5px 3px;
}
.clear{
	clear: both;
}
.question_title_area {
    background: white;
    border: 1px solid rgba(16, 16, 16, 0.12);
    padding: 7px 10px;
    border-radius: 2px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.06);
    margin: 0px auto;
    width: 100%;
	text-align: right;
}
.question_title_area h1 {
    font-size: 17px;
    padding: 0;
    margin: 0;
}
.multipleItemQuestionHtmlArea {
    background: white;
    padding: 1px 1px 1px 1px;
    border-radius: 3px;
    box-shadow: 0px 0px 3px 2px rgba(80, 80, 80, 0.16);
}
.question_title_area p ,.multipleItemQuestionHtmlArea p {
    margin: 0;
}
.hiddenAnswers {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background: #dbf3f0;
	text-align: center;
}
.question{
	position: relative;
}
.question .answers {
    display: block;
}
.question .oneAnswer {
    display: block;
    background: #e2e2e2;
    padding: 5px 10px 5px 10px;
    margin-right: 5px;
    border-bottom: 1px solid #cccccc;
}
.hiddenAnswers .oneAnswer {
	display: block;
    width: 100% !important;
	cursor: pointer;
	margin-bottom: 3px;
}
.hiddenAnswers .oneAnswer:hover {
    color: #f72a2a;
}
.chooseYourAnswer ,.close_hidden_box {
    background: bisque;
    display: block;
    padding: 6px;
}
.close_hidden_box:hover {
    background: aquamarine;
	cursor: pointer;
}
.correctAnswersText{
	color: green;
}
.falseAnswersText{
	color: red;
}
.get_back_exam_page {
    width: 100%;
    text-align: center;
    background: aliceblue;
    margin-top: 10px;
    padding: 10px;
}
.answers_area {
    background: aliceblue;
    padding: 10px 10px 10px 5px;
}
.multiItems_table {
    margin-top: 0px;
    width: 100%;
}
.setAnswer {
    margin-top: 18px;
}
.answers_area {
    background: #e6e6e61a;
    padding: 10px 10px 10px 5px;
    border: 1px solid #cccccc;
    box-shadow: 0px 2px 5px #00000014;
}
.multiItems_table tbody>tr>th {
	border-top: 0 !important;
    border-bottom: 1px solid #ddd;
}
.multiItems_table tbody>tr>td {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.checkbox_cover{
	position: absolute;
	background: transparent;
	z-index: 1000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.selectionArea{
	position: relative;
}
.selectionAreaLabel1 ,
.selectionAreaLabel ,
.selectionArea {
	cursor: pointer;
}
/**************************************/
.green_status{
	background-color: #58a92c;
	color: white;
}
.orange_status{
	background-color: orange;
	color: white;
}
.red_status{
	background-color: red;
	color: white;
}
.btn_in_top_right ,
.btn_in_top_right2 ,
.btn_in_top_left ,
.btn_in_top_left2 {
    position: absolute;
    top: 3px;
    color: white;
    font-size: 14px;
    background: #009fb3;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #00000038;
    padding: 1px 13px 5px 13px;
}
a.btn_in_top_right:hover ,
a.btn_in_top_right2:hover ,
a.btn_in_top_left:hover ,
a.btn_in_top_left2:hover{
	text-decoration: none;
	color: black;
}
.btn_in_top_left{
	left: 10px;
}
.btn_in_top_right{
	right: 10px;
}
.small{
	font-size: small;
}
/*******************************/
.overlay_cover{
	display: none;
	position: absolute;
	width: 100%;
	height: 60%;
	background: white;
	top: 0;
}
.overlay_cover2{
	display: none;
	position: absolute;
	width: 100%;
	height: auto;
	background: white;
	top: 0;
}
.class_students_table {
    min-height: 100%;
}
/********************************/
.addQuestionPageCover{
	display: none;
}
/********************************/
.gallery_table{
	width: 100%;
}
.pictureAddressBox{
	width: 100% !important;
}
.wait {
    display: none;
	background: #009fb3;
    color: white;
}
/********************************/
.full_hidden_cover {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: antiquewhite;
	top: 0;
	left: 0;
	padding: 4px 20px 20px 20px;
}
.full_hidden_cover_content {
    background: rgba(97, 177, 185, 0.21);
    border-radius: 5px;
    padding: 10px 10px 20px 10px;
	overflow: scroll;
}
img.delete {
    border: 0;
}
.file_section * {
    float: right;
	cursor: pointer;
}
.file_section #file {
    margin-right: 41px;
    margin-top: 4px;
}
.pictureAddressRow{
	display: none;
}
.pictureAddressBox {
    width: 100% !important;
}
.full_hidden_cover {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: antiquewhite;
	top: 0;
	left: 0;
	padding: 4px 20px 20px 20px;
}
.full_hidden_cover_content {
    background: rgba(97, 177, 185, 0.21);
    border-radius: 5px;
    padding: 10px 10px 20px 10px;
	overflow: scroll;
}
.gallery_image {
    width: 150px;
    height: 130px;
    border: 3px solid #272727;
    border-radius: 3px;
    margin-left: 3px;
    margin-top: 5px;
    z-index: 1;
}
.load_more_images{
	cursor: pointer;
	display: block;
	text-align: center;
    margin-top: 20px;
    color: red;
}
.gallery_image_cover{
	position: relative;
    float: right;
    overflow: hidden;
}
.image_address ,.delete_image ,.open_image{
	position: absolute;
	/* display: none; */
    z-index: 2000;
    width: 95px;
    background: #1dad1b;
    color: white;
	border: 2px solid black;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.58);
	transition: all .4s ease-out;
}
.image_address {
	top: -50px;
	right: 24px;
}
.open_image {
	top: -50px;
	right: 24px;
}
.delete_image{
	top: -50px;
    right: 24px;
}
.close_gallery_page {
    display: block;
    border: 1px solid black;
}
#image_address_box {
    width: 83%;
    margin-bottom: 10px;
    margin-right: 14px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.34);
}
#image_address_box_label {
    margin-top: 10px;
}
/*************************************************/
.oneWordAnswer1 {
    width: 100px !important;
}
.width200{
	width: 200px;
}
.matchOptions input[type="text"]{
	margin-bottom: 20px;
}
/****************************************************/
select:disabled {
	background: #ebebe4;
}
.active_tab{
	background: wheat;
}
.step1 ,
.step2 ,
.step3 {
	width: 30%;
}
.step a{
	text-decoration: none;
	display: block;
}
/*****************************************************/
.selectCooperatorsQuestions{
	/*display: none;*/
	color: red;
}
.cooperators_questions_area {
    display: none;
    z-index: 1000;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    height: 100%;
    text-align: center;
    padding: 10px 10px;
}
.selectCooperatorsQuestionsCover td{
	background: #ffd1b1 !important;
}
.cooperatorsTableTitle {
    background: #7ad1f3;
}
.selected_question td{
	background : #ab91a0 !important;
}
/*********************************************/
.selectedQuestionArea{
	display: none;
	position: absolute;
	width: 100%;
	min-height: 100%;
	background: #ffffff;
	top: 0;
}
.closeSelectedQuestionArea {
	cursor: pointer;
}
.width200{
	width: 200px !important;
}
.width150{
	width: 150px !important;
}
.width100{
	width: 100px !important;
}
.width50{
	width: 50px !important;
}
.directionRtl {
	direction: rtl;
}
.directionLtr {
	direction: ltr;
}
.textAlignRight{
	text-align : right;
}
.textAlignLeft{
	text-align : left;
}
.textAlignCenter{
	text-align : center;
}
.view_verification_question {
    display: block;
    margin-bottom: 7px;
    cursor: pointer;
    color: red;
    text-shadow: 0px 1px 5px #a0a0a0;
}
.view_verification_question:hover {
    text-shadow: 0px 1px 5px #ffffff;
}
.old_topic {
    background: aliceblue;
    padding: 0px 8px;
    border-radius: 5px;
}
.charity_section {
    background: aqua !important;
}
.cover_all_page {
    position: fixed;
    z-index: 10001;
    width: 100%;
    height: 100%;
    background: #000000d9;
	display: none;
	overflow: scroll;
}
.alert_box {
    padding: 10px 20px 20px 20px;
    background: white;
    width: 80%;
    margin: 70px auto 0px auto;
    border-radius: 5px;
    text-align: center;
}
.close_cover_all_page {
    color: white;
    font-size: 14px;
    background: #009fb3;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #00000038;
    padding: 1px 13px 5px 13px;
}
.students_charity{
	display: none;
}
.detailed_answer {
    max-width: 200px !important;
    display: block;
    margin: 0 auto;
}
.lowMargin{
	margin: 10px 0px;
}
.charity_checkbox input[checked="checked"]{
	
}
.remove_request_file  ,
.remove_source_file {
    border: 1px solid #ff0000;
    color: red !important;
    font-size: 20px;
    margin-bottom: 15px;
}
/**************************************************/
#chat-wrap ,
#chat-wrap2 {
    border: 1px solid #eee;
    padding: 4px 0px;
}
#chat-area ,
#chat_area_cover ,
#chat_area_cover2 ,
#chat_area_cover3 {
	position: relative;
    height: 400px;
    width: 70%;
    overflow: auto;
    border: 1px solid #b3b3b3a3;
    padding: 20px;
    background: white;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #cecece;
    margin: 0 auto;
    margin-top: 6px;
}
#chat_area_cover ,
#chat_area_cover2 ,
#chat_area_cover3 {
    background: #d5e4f3a8;
	display: none;
}
#sendMessage {
    border: 1px solid #bfbfbf8f;
    width: 92%;
    padding: 10px;
    height: 50px;
    background: #d5e4f3;
    margin-top: 4px;
}
#chat-area p ,
#chat_area_cover3 p {
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
}
#chat-area .one_message ,
#chat_area_cover3 .one_message {
    display: block;
    width: 100%;
    margin: 11px 0px;
    position: relative;
    border-radius: 5px;
    min-height: 40px;
}
#chat-area .message ,
#chat_area_cover3 .message {
    float: right;
    box-shadow: 0px 0px 5px #e8e8e894;
    padding: 0px 8px 5px 4px;
    border: 1px solid #d0d0d070;
    text-align: right;
    line-height: 26px;
}
#chat-area .teacher_bg ,
#chat_area_cover3 .teacher_bg {
    background: aliceblue;
}
#chat-area .student_bg ,
#chat_area_cover3 .student_bg {
    background: antiquewhite;
}
#chat-area span.username ,
#chat_area_cover3 span.username {
    color: white;
    background: #75c1c1;
    padding: 4px 8px;
    border-radius : 0px 50px 8px 25px;
    -moz-border-radius: 0px 50px 8px 25px;
    -webkit-border-radius: 0px 50px 8px 25px;
    margin: 0 0 0 0;
    float: right;
}
#chat-area .chat_header ,
#chat_area_cover3 .chat_header {
    display: block;
    border-bottom: 1px solid #dedede;
    padding-right: 7px;
    font-size: 12px;
	opacity: .8;
}
#chat-area .chat_role ,
#chat_area_cover3 .chat_role {
	font-size: 10px;
	color: red;
}
#send-message-area {
    width: 70%;
    margin: 0 auto;
}
#send-message-area .attach_file {
    vertical-align: super;
    box-shadow: 0px 0px 5px #0000007d;
    border-radius: 4px;
    width: 45px;
    height: 45px;
	cursor: pointer;
	background: antiquewhite;
}
#send-message-area .attach_file:hover {
    box-shadow: 0px 0px 5px #000000;
}
.oldMessageButton {
    display: block;
    padding: 4px 20px;
    background: #f9f9f9;
    margin-top: 10px;
    width: 70%;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #61ff3940;
    border-radius: 5px;
    margin: -10px auto 9px auto;
}
.oldMessageButton:hover {
	box-shadow: 0px 1px 4px #6d6d6d38;
}
.replay_message ,
.delete_message {
    float: left;
    color: black;
    background: #f76f6f;
    padding: 0px 15px;
    border-radius: 5px;
    font-size: 12px;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0px 1px 4px #98959599;
}
.replay_message {
    background: #a9f952;
	color: black !important;
}
.replay_message:hover ,
.delete_message:hover {
    box-shadow: 0px 1px 4px #0f0f0f99;
    text-decoration: none;
    color: yellow;
}
.class_students {
    position: absolute;
    width: 270px;
	z-index: 1001;
    top: 47px;
    right: 0;
    background: #5a6e78;
	height: 450px;
	overflow-y: scroll;
	display: none;
}
.class_students ul {
	margin: 0;
}
.class_students ul li {
    list-style: none;
    display: block;
    padding: 0px 2px 0px 30px;
    border-bottom: 1px dotted #cccccc;
    margin-top: 3px;
    float: right;
    width: 100%;
}
.class_students ul li:hover {
    background: #009fb3;
}
.class_students ul li img {
    float: right;
	border-radius: 3px;
}
.class_students ul li span {
    color: #f3f3f3;
    float: right;
    margin-right: 6px;
    margin-top: 5px;
}
.class_students ul li span .block_user ,
.class_students ul li span .unblock_user {
    color: #f3f3f3;
    text-decoration: none;
    cursor: pointer;
    background: #f75f5f;
    border-radius: 5px;
    padding: 0px 5px;
}
.class_students ul li span .unblock_user {
    background: #57a95d;
}
.class_students ul li span .block_user:hover ,
.class_students ul li span .unblock_user:hover {
    box-shadow: 0px 0px 5px #0000006b;
}
.one_message img {
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    margin-top: 3px;
    box-shadow: 0px 0px 5px #d0d0d0;
}
.close_chat_area_cover ,
.close_chat_area_cover3 {
    position: absolute;
    padding: 5px 14px;
    background: white;
    box-shadow: 0px 0px 5px #b3b3b3;
    top: 10px;
    left: 10px;
    border-radius: 3px;
    cursor: pointer;
}
.close_chat_area_cover:hover ,
.close_chat_area_cover3:hover {
    box-shadow: 0px 0px 5px #555353;
}
.one_message .message>img{
	cursor: pointer;
}
.one_message .message>img:hover {
	box-shadow: 0px 0px 5px #555353;
}
.cover_all_page2 {
    position: fixed;
    z-index: 10001;
    width: 100%;
    height: 100%;
    background: #000000d9;
	display: none;
	overflow-y: scroll;
	cursor: pointer;
}
.cover_all_page_inner2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.close_cover_all_page1 {
    color: white;
    font-size: 14px;
    background: #009fb3;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #00000038;
    padding: 1px 13px 5px 13px;
}
#chat_area_cover3 h3 {
    margin: 0;
    font-size: 15px;
	margin-bottom: 40px;
}
.one_message video ,
.one_message audio {
	margin-top: 10px;
}
.message2 {
    border: 1px solid #ababab;
    padding: 3px;
    opacity: .5;
    margin-top: 7px;
    border-radius: 3px;
	margin-right: 25px;
}
.teacher_bg1 {
	background: azure;
}
.student_bg1 {
	background: #d5d8d8;
}
.message2 div{
	padding-right: 7px;
}
.chat_header2 {
    border-bottom: 1px dotted #b1b1b1;
    display: block;
}
.messageDate {
    font-size: 12px;
    margin-right: 30px;
    color: black !important;
    border-radius: 5px;
    background: white;
    display: inline-block;
    padding: 0px 8px;
    direction: ltr;
}
.unreadMessages {
    background: white;
    color: red;
    padding: 0px 3px;
    border-radius: 5px;
    font-size: 12px;
    margin-right: 5px;
    box-shadow: 0px 0px 5px beige;
}
.dashboard td span {
	float: right;
}
.dashboard td span a {
    background: white;
    display: inline-block;
    width: 100%;
    margin: 10px 0px;
    padding: 30px 5px;
    color: black;
    border: 2px dotted #9dc806;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #9a9a9a6b;
	text-decoration: none;
	font-size: 14px;
}
.dashboard td span a.guide {
	background: #1090ff26;
}
.dashboard td span a:hover {
    text-decoration: none;
    color: red;
    border: 2px dotted #009fb3;
    box-shadow: 0px 0px 5px #403e3e;
	background-image: linear-gradient(to right, #E0EAFC 0%, #CFDEF3 51%, #E0EAFC 100%);
}
.guide_page p {
    background: white;
    padding: 10px 13px;
    border-radius: 3px;
    line-height: 26px;
	text-align: justify;
}
.guide_page img {
    border: 1px solid #a5a5a5;
    padding: 7px;
    box-shadow: 0px 0px 5px #b3b3b3;
    border-radius: 3px;
    width: 80%;
}
.guide_page img {
	cursor: pointer;
}
.guide_page_header {
    background: antiquewhite;
    padding: 6px 0px;
    margin: 0px !important;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #00000038;
}
.cooperators_questions_area_inner h1 {
	font-size: 15px;
}
.questions_list_table tr td.first_col {
	width: 200px !important;
}
.questions_list_table tr td.first_col * {
	color: black !important;
	font-size: 14px !important;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: none !important;
	line-height: 24px;
}
.questions_list_table tr td.first_col img {
	max-width: 500px !important;
}
.multiOptionOptions .parent>span {
    background: wheat;
    display: block;
    margin-bottom: 6px;
    padding: 3px 0px;
}
.displayBlock {
	display: block;
}
.detailed_answer_box {
	padding: 10px;
}
.addGroupStudentsToClass ,
.deleteAllClassStudents {
    text-decoration: none;
    background: #ff0000c9;
    color: white;
    padding: 0px 7px;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #c3c3c3;
}
.addGroupStudentsToClass:focus ,
.addGroupStudentsToClass:hover ,
.deleteAllClassStudents:focus ,
.deleteAllClassStudents:hover {
	text-decoration: none;
}
#dialog-holder #dialog-center td .dialog-alert .dialog-message {
	font-size: 15px;
	font-family: "yekan" ,"b_yekanregular";
	color: red;
	padding-bottom: 25px !important;
	padding-top: 30px !important;
}
#dialog-holder #dialog-center td .dialog-alert .dialog-cancel.dialog-confirm ,
#dialog-holder #dialog-center td .dialog-alert .dialog-confirm.dialog-confirm {
	font-family: "yekan" ,"b_yekanregular";
}
#dialog-holder #dialog-center td .dialog-alert .dialog-cancel,
#dialog-holder #dialog-center td .dialog-alert .dialog-confirm {
	font-family: "yekan" ,"b_yekanregular";
	color: red;
}
.view_questions{
	display: none;
}
.question_section {
    border: 1px solid black;
    border-bottom: 3px solid black;
    padding: 10px;
    margin-bottom: 10px;
}
.mobile_bg {
    background: #ffffff;
    display: block;
    width: 70%;
    margin: 10px auto 0px auto;
    border-radius: 3px;
    box-shadow: 0px 1px 7px #6d6d6d;
    padding: 8px 3px;
    color: black;
    line-height: 25px;
    font-size: 17px;
	direction: ltr;
}
.navbar {
	float: left;
	width: 50%;
}
.navbar_login {
	width: 100%;
}
.avatar_section {
	float: right;
	width: 50%;
}
.online_time {
    margin-left: 10px;
}