html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

html { min-height: 100%;}

a , a:hover{text-decoration:none;}

ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
:focus{
	outline:none !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* scrollbars */
::-webkit-scrollbar {
    width: 6px;
	height: 6px;
}
 
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
	background: rgba(255,255,255,0.2);
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #005ae0; 
    box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #C0C0C0; 
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/Roboto-Light.eot");
	src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"),
		 url("../fonts/Roboto-Light.woff2") format("woff2"),
		 url("../fonts/Roboto-Light.woff") format("woff"), 
		 url("../fonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	src: url("../fonts/Roboto-Bold.eot");
	src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"),
		 url("../fonts/Roboto-Bold.woff2") format("woff2"),
		 url("../fonts/Roboto-Bold.woff") format("woff"), 
		 url("../fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/IRANSansWeb.eot');
	src: url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/IRANSansWeb.woff2') format('woff2'),
		 url('../fonts/IRANSansWeb.woff') format('woff'),
		 url('../fonts/IRANSansWeb.ttf') format('truetype');
}

body{
	font-family: Roboto,Tahoma;
	font-size: 11pt;
	background:#ededed;
	min-height: 100vh;
}
.login-0{
	width:100%;
	float:left;
	min-height: calc(100vh - 55px);
	padding-bottom: 30px;
}
.login-1{
	width:450px;
	padding: 50px 0;
	margin:0 auto;
}
.login-2{
	width:100%;
	height:50px;
	margin:50px 0;
	float: left;
	background: url(../images/logo-1.png) no-repeat center;
	background-size: 65%;
}
.login-3{
	width:100%;
	float: left;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	border-bottom:5px solid #005ae0;
	padding: 20px 50px;
}
.page-detail {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.ft-copy {
	float: left;
	padding: 5px 50px;
	line-height: 150%;
	width:100%;
	text-align: center;
}
.text10, .text10 a {
    font-size: 11pt;
    color: rgba(255,255,255,0.4);
}
.text10 a:hover{
    color: rgba(255,255,255,0.8);
}
.footer{
	width:100%;
	background: #00388c;
	float: left;
	height: 55px;
}
   
.text1 , .text1 a{ font-size:12pt; color:#fff;}
.text2 , .text2 a{ font-size:10pt; color:rgba(255,255,255,0.5);}
.text3 , .text3 a{ font-size:11pt; color:#c0cbd6;}
.text4 , .text4 a{ font-size:10pt; color:#9da7b0;}
.text5 , .text5 a{ font-size:10pt; color:#797979;}
.text6 , .text6 a{ font-size:12pt; color:#fff;}
.text7 , .text7 a{ font-size:11pt; color:#9da7b0;}
.text8 , .text8 a{
	font-size:14pt;
	color:#113d49;
	font-weight: bold;
}
.text9 , .text9 a{
	font-size:12pt;
	color:#4F4F4F;
}

.text11 , .text11 a{ font-size:11pt; color:#ec6730;}
.text12 , .text12 a{ font-size:10pt; color:#ec6730;}
.text13 , .text13 a{ font-size:10pt; color:#fff;}
.text14 , .text14 a{ font-size:12pt; color:#25bed7;}
.text15 , .text15 a{ font-size:11pt; color:#729a15;}
.text16 , .text16 a{ font-size:11pt; color:#797979;}
.text17 , .text17 a{ font-size:11pt; color:#ec6730;}
.text18 , .text18 a{ font-size:11pt; color:#549500;}




.msg{display:none; width:calc(100% - 62px); background:rgba(236,103,48,0.2) url('../images/alert.png') no-repeat right center; padding:10px 50px 10px 10px; border:1px solid #ec6730; border-radius: 22px; -moz-border-radius: 22px; -webkit-border-radius: 22px; text-align:right;margin:10px 0; }
.done{width:calc(100% - 62px); background:rgba(84,149,0,0.2) url('../images/done.png') no-repeat right center; padding:10px 50px 10px 10px; border:1px solid #549500; border-radius: 22px; -moz-border-radius: 22px; -webkit-border-radius: 22px; text-align:right;margin:30px 0; }
.deactive{opacity: 0.5; filter: alpha(opacity=50); cursor:not-allowed;}

.side-bar{
	width:250px;
	height:100vh;
	position:fixed;
	left:0;
	top:0;
	overflow-y:auto;
	overflow-x: hidden;
	z-index:10;
	background: #00388c;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.side-bar-mini{
	width:50px;
}
.logo-menu{
	width:100%;
	height:80px;
	background: rgba(0,0,0,0.1);
	padding: 25px 20px;
}
.logo-menu-mini{
	height: 60px;
	padding: 15px 5px;
}
.logo-menu img{
	width:185px;
}
.logo-menu-mini img{
	width:150px;
}
.user-menu{
	width:100%;
	padding:15px 0 30px 0;
	text-align:center;
	color:rgba(255,255,255,0.50);
}
.user-menu-mini{
	padding:10px 0;
	height: 80px;
	overflow: hidden;
	line-height: 100px;
}
.user-avator{
	width: 100px;
	height: 100px;
	border-radius: 100px;
	border: 5px solid #fff;
	margin:20px;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	background: #fff;
}
.user-avator-mini{
	width: 40px;
	height: 40px;
	border-radius: 100px;
	border: 4px solid #fff;
	margin:0px;
}
.dd-menu1 , .dd-menu2 , .dd-menu3 , .dd-menu4 , .dd-menu5 , .dd-menu6 , .dd-menu7 , .dd-menu8 , .dd-menu9 {
	width:100%;
	margin-top:5px;
	padding:14px 10px 14px 55px;
	background:rgba(0,0,0,0.1);
	text-align:left;
	float:left;
	font-size:14pt;
	color:#fff;
	transition:all 0.3s;
	height:50px;
	overflow: hidden;
}
.dd-menu1:hover , .dd-menu2:hover , .dd-menu3:hover , .dd-menu4:hover , .dd-menu5:hover , .dd-menu6:hover , .dd-menu7:hover , .dd-menu8:hover , .dd-menu9:hover {
	border-left:solid 5px #0167ff;
	padding:14px 10px 14px 55px;
	background-color:rgba(0,0,0,0.3);
	color:#25bed7;
	margin-left:0;
}
.dd-menu1{
	background: rgba(0,0,0,0.1) url('../images/home.svg') no-repeat 12px 15px;
	background-size: 20px 20px;
}
.dd-menu2{
	background: rgba(0,0,0,0.1) url('../images/form.svg') no-repeat 12px 15px;
	background-size: 20px 20px;
}
.dd-menu3{
	background: rgba(0,0,0,0.1) url('../images/user.svg') no-repeat 12px 15px;
	background-size: 20px 20px;
}
.dd-menu4{
	background: rgba(0,0,0,0.1) url('../images/client.svg') no-repeat 12px 15px;
	background-size: 20px 20px;
}
.dd-menu5{
	background: rgba(0,0,0,0.1) url('../images/data.svg') no-repeat 12px 15px;
	background-size: 20px 20px;
}
.dd-menu6{
	background: rgba(0,0,0,0.1) url('../images/policy.svg') no-repeat 12px 15px;
	background-size: 20px 20px;
}
.dd-menu7{
	background: rgba(0,0,0,0.1) url('../images/footer.svg') no-repeat 12px 15px;
	background-size: 20px 20px;
}
.dd-menu8{
	background: rgba(0,0,0,0.1) url('../images/profile.svg') no-repeat 12px 15px;
	background-size: 20px 20px;
}
.dd-menu9{
	background: rgba(0,0,0,0.1) url('../images/company.svg') no-repeat 12px 15px;
	background-size: 20px 20px;
}
.menu-sub1:hover , .menu-sub2:hover , .menu-sub3:hover , .menu-sub4:hover , .menu-sub5:hover{width:170px; border-right:solid 5px #25bed7; padding:5px 75px 8px 0; background-color:rgba(0,0,0,0.2); color:#25bed7; background-position: right 45px center;}
.menu-sub3:hover , .menu-sub5:hover{background-position: right 43px center;}
.menu-sub4:hover{background-position: right 40px center;}

#publisher-submenu , #advertiser-submenu , #financial-submenu , #support-submenu{width:100%; display:none; background-color:rgba(0,0,0,0.1); float:right;}

.publisher-slide-icon , .advertiser-slide-icon , .financial-slide-icon , .support-slide-icon{ position:absolute; top:20px; left:25px; background:url('../images/slide-down.svg') no-repeat; width:15px; height:10px; float:left;}
.publisher-slide-icon2 , .advertiser-slide-icon2 , .financial-slide-icon2 , .support-slide-icon2{ position:absolute; top:20px; left:25px; background:url('../images/slide-up.svg') no-repeat; width:15px; height:10px; float:left;}
.mCSB_container{margin-right:0 !important;}
.mCSB_draggerRail{background:#6a7580 !important;}
.mCSB_dragger_bar{background:#a2b3c4 !important;}
.right-menu:hover .mCSB_scrollTools{opacity:0.8 !important; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; transition:all 0.5s;}

.result{
	width:100%;
	float: left;
	font-size: 12pt;
	padding: 15px 20px;
	cursor: pointer;
	background: #fff;
}
.result:hover{
	color:#0005FF;
	background:#E5E5E5;
}
.result_date{
	font-size: 11pt;
	float: right;
	color: #8B8B8B;
}
.result2{
	width:100%;
	float: left;
	font-size: 12pt;
	padding: 15px 15px 15px 60px;
	background:#fad1d2 url(../images/error.svg) top 15px left 25px no-repeat;
	color:#B80003;
	background-size: 20px 20px;
}
#display{
	width:780px;
	min-height:48px;
	max-height: 245px;
	float:left;
	position: absolute;
	left: calc(50% - 390px);
	top:100px;
	text-align:left;
	box-shadow:0 0 20px rgba(0,0,0,0.2);
	border-radius: 5px;
	overflow-y: auto !important;
	display: none;
	z-index: 2;
	background: #fff url(../images/loading.gif) no-repeat center;
}
.logourl{
	max-width:70px;
	max-height: 50px;
}
.logourl2{
	max-width: 150px;
	max-height: 150px;
	float: left;
	margin:0 50px 30px 50px;
}
.content-page{
	width:calc(100% - 250px);
	overflow:hidden;
	float:left;
	margin-left: 250px;
	padding-bottom:20px;
}
.content-page-mini{
	width:calc(100% - 50px);
	margin-left: 50px;
}
.top-bar{
	width:100%;
	height:60px;
	float:left;
	background:#fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	overflow:hidden;
}
.btn-left-menu{
	width:40px;
	height:40px;
	float:left;
	margin:10px 0 0 20px;
	border-radius: 50%;
	background:#c1c1c1 url('../images/icons1.png') no-repeat center;
	cursor:pointer;
}
.btn-logout{
	width:130px;
	margin:10px 20px;
	background:#005ae0 url('../images/icons3.png') no-repeat left 10px top 5px;
	float:right;
	padding:10px 20px 10px 50px;
	border-radius: 100px;
	transition:all 0.3s;
	font-size: 12pt;
	color:#fff;
}
.btn-logout2{
	width:130px;
	margin:10px 20px;
	background:#005ae0 url('../images/icons3.png') no-repeat left 10px top 5px;
	float:right;
	padding:10px 20px 10px 50px;
	border-radius: 100px;
	transition:all 0.3s;
	font-size: 12pt;
	color:#fff;
}
.content-page-div{
	width:calc(100% - 20px);
	float:left;
	margin:10px;
}

.block1{
	width:calc(50% - 20px);
	margin:10px;
	float:left;
	background:#fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	overflow:hidden;
}
.block2{
	width:calc(100% - 20px);
	margin:10px;
	float:left;
	background:#fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	/*overflow:hidden;*/
}
.main-1{
	width:calc(25% - 40px);
	float:left;
	height:200px;
	padding: 20px;
	text-align: left;
	margin: 20px;
	font-size:24pt;
	color:#000;
}
.main-1 span{
	width:100%;
	float:left;
	padding: 30px;
	text-align: right;
	font-size:50pt;
	color:#005ae0;
	font-weight: bold;
}
.micon-1{
	background:#E6E6E6 url(../images/company.svg) no-repeat left 20px bottom 10px;
    background-size: 30%;
}
.micon-2{
	background:#E6E6E6 url(../images/form.svg) no-repeat left 20px bottom 10px;
    background-size: 30%;
}
.micon-3{
	background:#E6E6E6 url(../images/client.svg) no-repeat left 20px bottom 10px;
    background-size: 30%;
}
.micon-4{
	background:#E6E6E6 url(../images/data.svg) no-repeat left 20px bottom 10px;
    background-size: 30%;
}

.b1-1{
	width:100%;
	float:left;
	padding:20px;
	border-bottom:1px solid #D9D9D9;
}
.b1-2{width:auto; float:right; height:40px; margin:20px; padding: 5px 50px 0 0; background:url('../images/b2.svg') no-repeat top right;}
.b1-3{width:auto; float:right; height:40px; margin:20px; padding: 5px 50px 0 0; background:url('../images/b3.svg') no-repeat top right;}
.b1-4{width:auto; float:right; height:40px; margin:20px; padding: 5px 50px 0 0; background:url('../images/b4.svg') no-repeat top right;}
.b1-13{width:auto; float:right; height:40px; margin:20px; padding: 5px 50px 0 0; background:url('../images/b13.svg') no-repeat top right;}
.b1-14{width:auto; float:right; height:40px; margin:20px; padding: 5px 50px 0 0; background:url('../images/b14.svg') no-repeat top right;}
.b1-15{width:auto; float:right; height:40px; margin:20px; padding: 5px 50px 0 0; background:url('../images/b15.svg') no-repeat top right;}
.b1-20{width:auto; float:right; height:40px; margin:20px; padding: 5px 50px 0 0; background:url('../images/b20.svg') no-repeat top right;}

.b2{
	width:100%;
	float:left;
	text-align:justify;
	min-height:100px;
	padding: 20px;
}
.b3{width:100%; float:right; margin:30px 0 10px 0;}

.b4{
	width:calc(100% - 40px);
	float:left;
	margin:0 20px;
	clear:both;
	text-align:center;
}
.b5{
	width:100%;
	float: left;
	padding: 10px 0;
}
.b5 span{
	width:150px;
	float: left;
	text-align: right;
	clear:both;
	padding: 20px 0 0 0;
}


.hexagon {
	position: relative;
	width: 200px; 
	height: 115.47px;
	background-color: #00388c;
	margin: 57.74px 5px;
	float:left;
	transition:all 0.3s;
}
.hexagon:hover {
	background-color: #00255E;
	box-shadow: 0 0 30px rgba(0,56,140,1);
}
.hexagon:before,
.hexagon:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 141.42px;
	height: 141.42px;
	-webkit-transform: scaleY(0.5774) rotate(-45deg);
	-ms-transform: scaleY(0.5774) rotate(-45deg);
	transform: scaleY(0.5774) rotate(-45deg);
	background-color: inherit;
	left: 29.2893px;
}

.hexagon:before {
	top: -70.7107px;
}

.hexagon:after {
	bottom: -70.7107px;
}

/*cover up extra shadows*/
.hexagon span {
	display: block;
	position: absolute;
	top:0px;
	left: 0;
	width:200px;
	height:115.4701px;
	z-index: 2;
	background: inherit;
	color:#fff;
	font-size: 20pt;
	padding: 20px 10px 0 10px;
	text-align: center
}
.hexa-div{
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
}
.hexa-div0{
	width: 100%;
	float: left;
	clear: both;
	height:650px;
}
.col-1{
	position: absolute;
	top:0px;
	left: 105px;
	z-index: 1;
	width: auto;
}
.col-2{
position: absolute;
	top:180px;
	left: 0px;
	z-index: 10;
	width: auto;
}
.col-3{
	position: absolute;
	top:360px;
	left: 105px;
	z-index: 1;
	width: auto;
}


.hexagon2 {
	position: relative;
	width: 200px; 
	height: 115.47px;
	background-color: #00388c;
	margin: 57.74px 5px;
	float:left;
	transition:all 0.3s;
}
.hexagon2:hover {
	background-color: #00255E;
	box-shadow: 0 0 30px rgba(0,56,140,1);
}
.hexagon2:before,
.hexagon2:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 141.42px;
	height: 141.42px;
	-webkit-transform: scaleY(0.5774) rotate(-45deg);
	-ms-transform: scaleY(0.5774) rotate(-45deg);
	transform: scaleY(0.5774) rotate(-45deg);
	background-color: inherit;
	left: 29.2893px;
}

.hexagon2:before {
	top: -70.7107px;
}

.hexagon2:after {
	bottom: -70.7107px;
}

/*cover up extra shadows*/
.hexagon2 span {
	display: block;
	position: absolute;
	top:0px;
	left: 0;
	width:200px;
	height:115.4701px;
	z-index: 2;
	background: inherit;
	color:#fff;
	font-size: 20pt;
	padding: 40px 10px 0 10px;
	text-align: center
}
.hexa-div2{
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
}
.hexa-div20{
	width: 100%;
	float: left;
	clear: both;
	height:650px;
}
.col-12{
	position: absolute;
	top:0px;
	left: 105px;
	z-index: 1;
	width: auto;
}
.col-22{
position: absolute;
	top:180px;
	left: 0px;
	z-index: 10;
	width: auto;
}
.col-32{
	position: absolute;
	top:360px;
	left: 105px;
	z-index: 1;
	width: auto;
}


.table-responsive{
    display: block;
    width: 100%;
    overflow-x: auto;
}
.table1{
	width:100%;
	min-width: 1000px;
	margin:10px 0 20px 0;
	text-align:center;
	/*table-layout: fixed; */
}
.row00 , .row00:hover{background:rgba(0,0,0,0.1) !important;}
.row1{
	width:100%;
	height:60px;
	border-bottom:3px solid #004BBB;
	background:#005ae0;
	color:#fff;
	font-size:13pt;
	vertical-align: middle;
}
.row1 a{
	color: #fff;
}
.row2{
	width:100%;
	border-bottom:1px solid #d4d4d4; color:#717171;
	font-size:12pt;
}

.row2deleted{
	width:100%;
	border-bottom:1px solid #d4d4d4; color:#717171;
	font-size:12pt;
	background:#ec67302b;
}
.row2:hover , .row2deleted:hover{
	background:rgba(0,0,0,0.05);
}
.read{background:rgba(0,0,0,0.07);}
.read:hover{background:rgba(0,0,0,0.1);}

th , td{
	font-family: Roboto,Tahoma;
	vertical-align: middle;
	overflow: hidden;
	text-align: left;
	padding: 10px;
	height: 60px;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
}
td a{
	color:#4F4F4F;
}
span.active{
	margin:16px auto 0 auto;
	background:#8cb824;
	color:#fff;
	font-size:10pt;
	padding:5px 20px 7px 20px;
	border-radius:100px;
}
.inactive{
	margin:16px auto 0 auto;
	background:#b3b3b3;
	color:#fff;
	font-size:10pt;
	padding:5px 20px 7px 20px;
	border-radius:100px;
}
.deleted{
	margin:16px auto 0 auto;
	background:#ec6730;
	color:#fff;
	font-size:10pt;
	padding:5px 20px 7px 20px;
	border-radius:100px;
}
.blue{
	margin:16px auto 0 auto;
	background:#005ae0;
	color:#fff;
	font-size:10pt;
	padding:5px 20px 7px 20px;
	border-radius:100px;
}
.edit{
	margin:16px auto 0 auto;
	border:1px solid #005ae0;
	color:#005ae0;
	font-size:10pt;
	padding:5px 20px 7px 20px;
	border-radius:100px;
	transition:all 0.3s;
}
.edit:hover{
	border:1px solid #005ae0;
	background:#005ae0;
	color:#fff;
}
.delete{
	margin:16px auto 0 auto;
	border:1px solid #ec6730;
	color:#ec6730;
	font-size:10pt;
	padding:5px 20px 7px 20px;
	border-radius:100px;
}
.delete:hover{
	border:1px solid #ec6730;
	background:#ec6730;
	color:#fff;
}

.desc{
	float: left;
	padding: 20px 0;
	font-size:12pt;
}

.page-num{
	width:40px;
	height:40px;
	margin:5px;
	background: #C3C3C3;
	color:#fff !important;
	font-size:12pt !important;
	padding:10px 0;
	border-radius:100px;
	float:left;
	text-align:center;
}
.page-num:hover{
	background:#005ae0;
}

.btn1{
	min-width: 150px;
	float:left;
	padding:10px 40px;
	background:#005ae0;
	border-radius: 100px;
	transition:all 0.3s;
	margin:10px;
	text-align:center;
	font-size:12pt;
	color:#fff;
	border:none;
	box-shadow: 0 4px 5px rgb(0,90,224,0.3);
}
.btn1:hover{
	background:#0042A6;
	box-shadow: 0 0px 3px rgb(0,90,224,0.1);
}
.btn2{
	min-width: 150px;
	float:left;
	padding:10px 40px;
	background:#fff;
	border:1px solid #ec6730;
	border-radius: 100px;
	transition:all 0.3s;
	margin:10px;
	text-align:center;
	font-size:12pt;
	color:#ec6730;
}
.btn2:hover{
	background:#ec6730;
	color:#fff;
}
.btn3{
	min-width: 150px;
	float:left;
	padding:10px 40px;
	background:#fff;
	border-radius: 100px;
	transition:all 0.3s;
	margin:10px;
	text-align:center;
	font-size:12pt;
	color:#636363;
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
.btn3:hover{
	background: #DCDCDC;
	color: #3D3D3D;
	box-shadow: 0 0px 3px rgba(0,0,0,0.1);
}
.btn9{
	float:right;
	padding:10px 25px;
	background:#fff;
	border-radius: 100px;
	transition:all 0.3s;
	margin:10px;
	color:#636363;
	font-size:11pt;
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
.btn9:hover{
	background: #E8E8E8;
	color:#000;
	box-shadow: 0 0px 3px rgba(0,0,0,0.1);
}
.btn90{
	float:left;
	padding:10px 40px;
	background:#fff;
	border-radius: 100px;
	transition:all 0.3s;
	margin:10px;
	color:#636363;
	font-size:12pt;
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
.btn90:hover{
	background: #E8E8E8;
	color:#000;
	box-shadow: 0 0px 3px rgba(0,0,0,0.1);
}
.btn33{
	min-width: 150px;
	float:right;
	padding:10px 40px;
	background:#ec6730;
	border-radius: 100px;
	transition:all 0.3s;
	margin:10px;
	text-align:center;
	font-size:12pt;
	color:#fff;
	border:none;
}
.btn34{
	min-width: 150px;
	float:right;
	padding:10px 40px;
	background:#fff;
	border-radius: 100px;
	transition:all 0.3s;
	margin:10px;
	text-align:center;
	font-size:12pt;
	color:#636363;
	border:1px solid #DCDCDC !important;
}


.form1{width:100%; float:right; clear:both; margin:40px 0;}

.topsearch{
	min-width:250px;
	border-radius: 100px;
	background:#fff;
	border: 1px solid #c3c3c3;
	transition:all 0.3s;
	float:right;
	margin:10px;
}
.intext1{
	min-width:200px;
	background:#fff;
	margin: 10px 10px 10px 20px;
	font-size:12pt;
	font-family:Roboto,Tahoma;
	color:#0005FF;
	text-align: left;
	border:none;
	transition:all 0.3s;
	float:left;
}

.topsubmit{
	width:30px;
	height:30px;
	float:left;
	background:url(../images/search.svg) top 5px left 5px no-repeat;
	background-size: 17px 17px;
	border-radius: 100px;
	border:none;
	margin:5px;
	cursor: pointer;
}
.intext2{
	width: 500px;
	max-width:calc(100% - 20px);
	border-radius: 100px;
	background: #fff;
	padding: 10px 20px;
	font-size: 12pt;
	font-family: Roboto,Tahoma;
	color: #0005FF;
	text-align: left;
	border: 1px solid #c3c3c3;
	transition: all 0.3s;
	float: left;
	margin: 10px;
}
.intext2-inactive{
	width: 500px;
	max-width:calc(100% - 20px);
	border-radius: 100px;
	padding: 10px 20px;
	font-size: 12pt;
	font-family: Roboto,Tahoma;
	color: #0005FF;
	text-align: left;
	background: #ebebeb;
	float: left;
	margin: 10px;
	min-height: 40px;
}
.breadcrumb-1{
	display: inline-block;
	padding: 8px 15px 8px 25px;
	font-size: 12pt;
	font-weight: normal;
	color: #a90000;
	border-radius: 5px;
	width: auto;
	background:rgba(236,103,48,0.2) url(../images/flash.png) no-repeat left center;
	vertical-align: middle;
	margin: 0 20px;
}
.msg-error{
	width:100%;
	float: left;
	text-align: left;
	background:url(../images/error.svg) top 17px left 25px no-repeat rgba(255,0,4,0.2);
	color:#B80003;
	border-bottom: 1px solid rgba(255,0,4,0.4);
	padding:20px 20px 20px 70px;
	font-weight:bold;
	margin-top:1px;
	background-size: 25px 25px;
	font-size:12pt;
}
.msg-success{
	width:100%;
	float: left;
	text-align: left;
	background:url(../images/success.svg) top 17px left 25px no-repeat rgba(34,255,0,0.2);
	color:#308A00;
	border-bottom: 1px solid rgba(34,255,0,0.4);
	padding:20px 20px 20px 70px;
	font-weight:bold;
	margin-top:1px;
	background-size: 25px 25px;
	font-size:12pt;
}
.intext3{
	width: 800px;
	border-radius: 100px;
	background: #fff;
	padding: 20px 30px;
	font-size: 14pt;
	font-family: Roboto,Tahoma;
	color: #0005FF;
	text-align: left;
	border: 1px solid #c3c3c3;
	transition: all 0.3s;
	float: left;
	margin: 30px;
	margin-left: calc(50% - 400px);
}
select:focus , select:hover , .form-date:hover , .intext2:focus , .intext2:hover{ border: 1px solid #fff; -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3); -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);}


.jconfirm-content{font-size:12pt;color:#797979;}

.page-bg{
	background: url(../images/login-back.jpg) no-repeat;
	background-size: 100% 100%;
}
.co-logo{
	width: 200px;
	float: left;
	margin: 10px 0 0 30px;
	height: 160px;
}
.co-logo img{
	width:100%;
	max-height: 160px;
}
.co-logo-tas{
	width:200px;
	margin:60px 30px 0 0;
	float: right;
}
.co-logo-tas img{
	width:100%;
	max-width:200px;
}
#logout{
	width: 170px;
	float: right;
	z-index: 11;
	padding: 0 30px 30px 0;
}
#start{
	width: 190px;
	float: left;
	z-index: 11;
	padding: 0 0 30px 0;
}
.options-form{
	width:500px;
	float: left;
	margin: 0 10px;
}
.opt-item{
	width: auto;
	float:left;
	margin:10px 0;
}
.more-text{
	width:100%;
	float:left;
	padding: 10px 30px;
	color:#0005FF;
	text-decoration: underline;
	cursor: pointer;
	max-width: 670px;
	text-align: right;
	font-size:11pt;
	clear: both;
}


*,*:before,*:after{
	box-sizing:border-box;
	margin:0;
	padding:0;
	transition:.25s ease-in-out;
	outline:none;
}
.toggles{
	width:50px;
	text-align:center;
	float:right;
	margin:10px 40px 10px 100px;
}
.ios-toggle,.ios-toggle:active{
	position:absolute;
	/*  top:-5000px; */
	height:0;
	width:0;
	opacity:0;
	border:none;
	outline:none;
}
.checkbox-label{
	display:block;
	position:relative;
	padding:10px;
	font-size:11pt;
	line-height:16px;
	width:50px;
	height:24px;
	border-radius:18px;
	background:#f8f8f8;
	cursor:pointer;
}
.checkbox-label:before{
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	line-height:24px;
	text-indent:40px;
	height:24px;
	width:24px;
	border-radius:100%;
	top:0px;
	left:0px;
	right:auto;
	background:white;
	box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
}
.checkbox-label:after{
	content:attr(data-off);
	display:block;
	position:absolute;
	z-index:0;
	top:0;
	left:-300px;
	padding: 4px 10px;
	height:100%;
	width:300px;
	text-align:right;
	color:#bfbfbf;
	white-space:nowrap;
}
.ios-toggle:checked + .checkbox-label{
	box-shadow:inset 0 0 0 20px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
}
.ios-toggle:checked + .checkbox-label:before{
	left:calc(100% - 24px);
	box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
}
.ios-toggle:checked + .checkbox-label:after{
	content:attr(data-on);
	left:50px;
	width:36px;
}

#checkbox1 + .checkbox-label , #checkbox2 + .checkbox-label , #checkbox3 + .checkbox-label , #checkbox4 + .checkbox-label , #checkbox5 + .checkbox-label{
	box-shadow:inset 0 0 0 0px rgba(19,191,17,1),0 0 0 2px #dddddd;
}
#checkbox1:checked + .checkbox-label , #checkbox2:checked + .checkbox-label , #checkbox3:checked + .checkbox-label , #checkbox4:checked + .checkbox-label , #checkbox5:checked + .checkbox-label{
	box-shadow:inset 0 0 0 18px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
}
#checkbox1:checked + .checkbox-label:after , #checkbox2:checked + .checkbox-label:after , #checkbox3:checked + .checkbox-label:after , #checkbox4:checked + .checkbox-label:after , #checkbox5:checked + .checkbox-label:after{
	color:rgba(19,191,17,1);
}

.searchby{
	width:40px;
	padding: 5px 0 5px 10px;
	float: left;
	text-align: left;
	border-left: 1px solid rgba(0,0,0,0.2);
	margin-top:6px;
	font-size: 11pt;
}
.sel_by{
	width:auto;
	padding: 5px 0;
	float: left;
	text-align: left;
	border:none;
	margin-top:6px;
	font-size: 11pt;
	font-family: Roboto,Tahoma;
	color: #0005FF;
	border-radius: 5px;
	transition: none;
}
.sel_by:hover , .sel_by:focus{
	border:none;
	box-shadow: none;	
}
.lang-3{
	width:110px;
	float:left;
	padding: 0 0 0 40px;
	font-size: 11pt;
	background: #fff;
	border-radius: 5px;
	margin:0 4px;
	height:30px;
	line-height: 30px;
	cursor: pointer;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center left 10px;
}
.lang-3:hover{
	color: #fff;
	background-color: #005ae0;
}
.lang-3-hover{
	color: #fff;
	background-color: #005ae0;
}
.s_EN{
	background-image:url(../images/en.png);
}
.s_FA{
	background-image:url(../images/ir.png);
	font-family: IRANSans,Tahoma;
}
.s_RU{
	background-image:url(../images/ru.png);
}
.s_CN{
	background-image:url(../images/cn.png);
}
.s_FR{
	background-image:url(../images/fr.png);
}
.lang_table{
	margin: 20px 0;
	float:left;
	background: #e4e4e4;
	border-radius: 100px;
	padding: 8px 20px;
	width:630px;
	margin-left: calc(50% - 315px);
}
.lang-inactive{
	opacity:0.3;
}
.lang-inactive:hover{
	color: #000;
	background-color: #fff;
	cursor: default;
}

@media only screen and (max-width: 1500px){ 
	.main-1{
		width:calc(50% - 40px);
	}

}

@media only screen and (max-width: 1060px){ 
	.hexagon2 {
		width: 140px; 
		height: 80.83px;
		margin: 40.41px 5px;
	}

	.hexagon2:before,
	.hexagon2:after {
		width: 98.99px;
		height: 98.99px;
		left: 20.5025px;
	}

	.hexagon2:before {
		top: -49.4975px;
	}

	.hexagon2:after {
		bottom: -49.4975px;
	}

	/*cover up extra shadows*/
	.hexagon2 span {
		width:140px;
		height:80.8290px;
		padding: 0 10px 0 10px;
		font-size:18pt;
	}
	.hexa-div2{
		width: 100%;
		max-width: 750px;
		margin: 0 auto;
	}
	.hexa-div20{
		height:480px;
	}
	.col-12{
		top: 0;
		left: 75px;
	}
	.col-22{
		top: 128px;
		left: 0;
	}
	.col-32{
		top: 256px;
		left: 75px;
	}
}


@media only screen and (max-width: 1000px){ 
	.b5 span {
	    text-align: left;
		padding: 20px 0 0 20px;
		width:100%;
	}
	.main-1{
		width:calc(100% - 40px);
		height:150px;
		font-size:18pt;
		margin: 10px 20px;
	}
	.main-1 span{
		font-size:34pt;
		padding: 20px;

	}
	.micon-1 , .micon-2 , .micon-3 , .micon-4 {
		background-size: 80px;
	}
	.lang_table{
		border-radius: 5px;
		padding: 8px;
		width:calc(100% - 20px);
		max-width:500px;
		margin: 20px 10px;
	}
	.lang-3{
		margin:5px;
	}
}

@media only screen and (max-width: 840px){ 
	.hexagon {
		width: 170px; 
		height: 98.15px;
		margin: 49.07px 5px;
	}

	.hexagon:before,
	.hexagon:after {
		width: 120.21px;
		height: 120.21px;
		left: 24.8959px;
	}

	.hexagon:before {
		top: -60.1041px;
	}

	.hexagon:after {
		bottom: -60.1041px;
	}

	/*cover up extra shadows*/
	.hexagon span {
		width:170px;
		height:98.1495px;
		font-size:18pt;
	}
	.hexa-div{
		width: 100%;
		max-width: 720px;
		margin: 0 auto;
	}
	.hexa-div0{
		height:550px;
	}
	.col-1{
		top: 0;
		left: 90px;
	}
	.col-2{
		top: 156px;
		left: 0;
	}
	.col-3{
		top: 312px;
		left: 90px;
	}
	.content-page-div {
		width: 100%;
		margin:0;
	}
	.searchby{
		width:50px;
		padding: 10px 0 10px 20px;
		border:none;
		border-top: 1px solid rgba(0,0,0,0.2);
		clear: both;
	}
	.sel_by{
		width:calc(100% - 90px);
		padding: 10px 0;
		border:none;
		border-top: 1px solid rgba(0,0,0,0.2);
		border-radius: 0;
	}
	.topsearch{
		min-width:calc(100% - 20px);
		border-radius: 7px;
	}
	.options-form{
		max-width:calc(100% - 20px);
	}

}
@media only screen and (max-width: 750px){
	.hexa-inactive{
		display:none;
	}
	.hexa-div20{
		width:450px;
		margin-left:calc(50% - 225px);
	}
	.ft-copy {
		padding: 5px 10px;
	}
	.jconfirm-box{
		width:80% !important;
	}
}

@media only screen and (max-width: 550px){
	.login-2{
		width:100%;
		margin:0 0 30px 0;
	}
	.login-1{
		width:90%;
		padding: 40px 0;
	}
	.login-3{
		padding: 20px 30px;
	}
	.footer {
		height: 80px;
	}
	.login-0{
		min-height: calc(100vh - 80px);
	}
	.co-logo{
		width: calc(50% - 20px);
		margin: 10px 0 0 20px;
	}
	.co-logo-tas{
		width: calc(50% - 20px);
		margin:70px 20px 0 0;
	}
	#logout{
		padding: 0 0 30px 0;
	}
	.topsearch{
		min-width:calc(100% - 20px);
	}
	.intext1{
		min-width:50px;
		width:calc(100% - 70px);
		margin: 10px 10px 10px 20px;
	}
	.btn9{
		float:left;
		padding: 7px 18px;
		margin: 7px;
	}
	.b4 {
		width: calc(100% - 20px);
		margin: 0 10px;
	}
}