@charset "utf-8";




@font-face {
    font-family: 'Roboto';
    src: local('load/font/Roboto-Regular.ttf'),url('/load/font/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
*{
	font-family:'Roboto'
}
body{margin:0; padding:0; font-size:16px; color:#333; font-family: 'Roboto'; font-weight: 400;}

body{ background-color:#CCCCCC; background: url(images/sean-oulashin-KMn4VEeEPR8-unsplash.jpg) no-repeat center center fixed; background-size: cover;}

span[class*="fa-"], i[class*="fa-"], .fal, .fal:before, .far, .far:before, .fa, .fa:before {font-family:'Font Awesome 6 Pro'; font-weight:400; font-style:normal; font-variant:normal;}

/*-----------------------------*/


#balans{ text-align:center; margin-bottom:10px}
	#balans .div {
		padding-left: 15px;
		padding-right: 5px;
		height: 35px;
		line-height: 35px;
		border: 1px solid #a5a5a5;
		border-radius: 10px;
		box-shadow: 5px 5px 5px -5px rgb(34 60 80 / 60%);
		background-color: #C1EB85;
	}
	#balans .link {
	    
	    padding: 7px;
		border: 1px dashed #e81224;
		border-radius: 10px;
		box-shadow: 5px 5px 5px -5px rgb(34 60 80 / 60%);
		
	}
	#balans span{ font-size:22px; font-weight:bold; color:#2d2d2d;}
	#bal_text {
		border-bottom: 1px dashed #a9a9a9;
		color: #555555;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: 3px;
		padding: 5px 0;
		width: 95%;
		margin: auto;
		margin-bottom: 10px;
	}
	
	
	#user_menu{margin:auto; text-align:center;}
	#user_menu div {
		background-color: #FFFFFF;
		border-radius: 10px;
		border: 1px solid #e0e0e0;
		box-shadow: 5px 5px 5px -5px rgb(34 60 80 / 60%);
		transition: 0.2s;
		margin-bottom:5px;
		text-align:left;
		padding-left:20px;
		height:35px;
		line-height:35px;
	}	
	#user_menu a{ display:block}
	#user_menu span {
		letter-spacing: 1.2px;
		color: #4C4C4C;
		font-size: 16px;
		text-transform: uppercase;
		color: #2C343C;
		font-weight: bold;
		margin-left:3px
	}
		
	#user_menu div:hover{ 
		background-color:#F9F9F9;
	}
		
	#user_menu i{ vertical-align:middle; font-size:22px; width:40px}
	
	
	.context-ad {
    border: 1px solid #5da7ce;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.context-ad__row {
    padding: 0 10px;
    padding-top: 0px;
    padding-top: 10px;
}
.context-ad__link {
    color: #ba3143;
    text-decoration: none;
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    -o-transition: color .4s ease;
    text-decoration: none;
}
.context-ad__header {
    display: inline;
    font-size: 13px;
    line-height: 1.042;
    margin: 0;
    margin-bottom: 0px;
    text-align: left;
    margin-bottom: 2px;
    text-shadow: none;
    color: #5da7ce;
    font-weight: 400;
    border-bottom: 1px dotted #5da7ce;
}
.context-ad__text {
    font-size: 13px;
    line-height: 1.2;
    color: #000;
    margin: 0;
    word-break: break-word;
}
.context-ad__url {
    color: #47a447;
    margin: 0;
    word-break: break-word;
    font-size: 13px;
}
.context-ad__footer a {
    background-color: #5da7ce;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 10px;
    text-decoration: none;
    font-size: 13px;
}


#link_add{ border:1px solid #F5F5F5; background-color:#FDFDFD; width:97%; margin:auto; border-radius:5px; text-align:left;}
#link_add div{ border:0px solid #000000; margin-bottom:30px; margin-top:10px; margin-left:20px;}
#link_add input[type=text]{ width:87%}
#link_add select { width:60%}

#div2 {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #C9D1D3;
    border-radius: 5px;
    font-weight: bold;
    color: #0d0d0d;
    text-align: left;
}
#div2:hover{ background-color:#F7FCFC}

button[type=submit] {
    background-color: #5da7ce;
    padding: 5px;
    height: 46px;
    border: 1px solid #a7a7a7;
    border-radius: 5px;
    text-align: center;
    outline: none;
    width: 250px;
    font-weight: 700;
    transition: .2s;
    color: #fff;
    box-shadow: 0 0 5px 0 rgb(117 117 117 / 64%);
}

button:hover[type=submit]:hover{background-color:#fff;color:#7a7a7a}


input {
    background-color: #fff;
    color: #737373;
    padding: 5px 20px 5px 22px;
    height: 35px;
    width: 241px;
    line-height: 30px;
    transition: .5s;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #e9e9e9;
}

.footbtn {color: #fff !important;margin: 0; display: block;width:100%;height: 40px;line-height: 40px;text-align:center;font-weight:bold; font-size:18px;}
    .footbtn:hover {background:#2a7a7f;}

#wrapper {
    border: 0px solid #5f8386;
    text-align: center;
    width: 1150px;
    min-height: 150vh;
    border-style: hidden;
    border-radius: 10px;
    background-color: #F9F9F9;
    box-shadow: inset 0 0px 4px 0 rgb(21 21 21 / 77%), 0 4px 15px;
}


#content,#footer,#leftbar{ border:1px solid #DDDDDD; padding:15px; vertical-align:top}
#header{ border:1px solid #DDDDDD; background-color:#F9F9F9; border-radius: 10px 10px 0 0;}
#footer{ background-color:#38858B}
#leftbar{ background-color:#F9F9F9}
#content{ background-color:#FFFFFF; padding-bottom:100px;}
/*-----------*/

.fa-fan, .fa-star-of-life {
	animation-name: rotation;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes rotation {
	0% {
		transform:rotate(0deg);
	}
	100% {
		transform:rotate(360deg);
	}
}

.farub{ background-color:#c1eb85; border-radius:50%; width:25px; height:25px; line-height:25px; text-align:center; border:1px solid #777777;}
#rub{
	font-size: 12px;
    font-weight: bold;
    background-color: #C1EB85;
    padding: 2px 5px;
    border-radius: 5px;
    border: 1px solid #8e8e8e;
	}

/*-----------*/
.bons {
animation-duration: 5s;
animation-iteration-count: infinite;
animation-name: bons;
animation-timing-function: linear;
}
@keyframes bons {
	0%   { transform: translateX(0); }
	50%  { transform: translateX(-5px); }
	100% { transform: translateX(0); }
}

.bons2 {
animation-duration: 5s;
animation-iteration-count: infinite;
animation-name: bons2;
animation-timing-function: linear;
}
@keyframes bons2 {
	0%   { transform: translateX(0); }
	50%  { transform: translateX(5px); }
	100% { transform: translateX(0); }
}
   #blink {
  -webkit-animation: blink 2s linear infinite;
  animation: blink 1s linear infinite;
}
@-webkit-keyframes blink {
  100% { color: #fdd866; }
}
@keyframes blink {
  50% { color: rgb(254, 34, 34); }
}





.zoom {
	-moz-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	-webkit-transition: all .1s ease-out;
	transition: all .1s ease-out
}
.zoom:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
a:link, a:active, a:visited {
	color: #333;
	text-decoration: none
}
a:hover {
	color: #000
}
a:link, a:active, a:visited {
	color: #333;
	text-decoration: none
}
a:hover {
	color: #000
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #636363;
	text-shadow: 1px 1px 0 #d8d8d8
}
.rub {
	line-height: 5px;
	width: .4em;
	border-bottom: 1px solid;
	display: inline-block
}
#page_head {
	background-color: #757575;
	border-bottom: 1px solid #656565;
	border-top: 1px solid #656565;
	margin-bottom: 20px;
	box-shadow: 0 0 5px rgb(0 0 0/13%);
	border-radius: 0;
	padding: 3px;
	color: #fff;
	height: 25px;
	line-height: 25px;
	letter-spacing: 3px; 
	font-size:20px;
}
#page_info {
	letter-spacing: 1.1px;
	text-align: left;
	background-color: #efffe5;
	color: #2f2f2f;
	line-height: 25px;
	padding: 12px;
	margin-bottom: 24px;
	border-radius: 10px;
	border: 1px solid #bfe4a8;
	border-left: 10px solid #bfe4a8;
	border-radius: 10px;
	padding-left: 20px;
	box-shadow: 5px 5px 5px -5px rgb(34 60 80/60%)
}
#page_info:hover {}

#page_error {
	letter-spacing: 1.1px;
	text-align: left;
	background-color: #efffe5;
	color: #2f2f2f;
	line-height: 25px;
	padding: 12px;
	margin-bottom: 24px;
	border-radius: 10px;
	border: 1px solid #da251c;
	border-left: 10px solid #da251c;
	border-radius: 10px;
	padding-left: 20px;
	box-shadow: 5px 5px 5px -5px rgb(34 60 80/60%)
}

.page_tasks {
	letter-spacing: 1.1px;
	text-align: left;
	background-color: rgb(165,216,243,0.5);
	color: #2f2f2f;
	line-height: 25px;
	padding: 12px;
	margin-bottom: 16px;
	border-radius: 10px;
	border: 1px solid #2581b2;
	border-left: 10px solid #2581b2;
	border-radius: 10px;
	padding-left: 20px;
	box-shadow: 5px 5px 5px -5px rgb(34 60 80/60%)
}
.page_tasks:hover {}


#page_str {
	color: #666;
	letter-spacing: 1.5px;
	border-bottom: 1px dashed #dadada;
	text-shadow: 1px 1px 0 #d8d8d8;
	width: auto
}
input[type=submit] {
	background-color: #5da7ce;
	padding: 5px;
	height: 46px;
	border: 1px solid #a7a7a7;
	border-radius: 5px;
	text-align: center;
	outline: none;
	width: 220px;
	font-weight: 700;
	transition: .2s;
	color: #fff;
	box-shadow: 0 0 5px 0 rgb(117 117 117/64%)
}
input:hover[type=submit]:hover {
	background-color: #fff;
	color: #7a7a7a
}
#sub2 {
	padding: 5px;
	height: 46px;
	background-color: #69d473;
	border: 1px solid #a7a7a7;
	color: #fff
}
#sub2:hover {
	background-color: #fff;
	color: #7a7a7a
}
#sub3 {
	padding: 5px;
	height: 46px;
	background-color: #f58938;
	border: 1px solid #a7a7a7;
	color: #fff
}
#sub3:hover {
	background-color: #fff;
	color: #7a7a7a
}
#sub4 {
	padding: 5px;
	height: 46px;
	background-color: #da5e50;
	border: 1px solid #a7a7a7;
	color: #fff
}
#sub4:hover {
	background-color: #fff;
	color: #7a7a7a
}
#knp {
	border: 1px solid #a7a7a7;
	background-color: #5da7ce;
	border-radius: 5px;
	text-align: center;
	height: 46px;
	min-width: 160px;
	line-height: 46px;
	transition: .2s;
	box-shadow: 0 0 5px 0 rgb(117 117 117/64%)
}
#knp:hover {
	background-color: #fff
}
#knp a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: 700
}
#knp a:hover {
	color: #7a7a7a
}
#knp2 {
	border: 1px solid #a7a7a7;
	background-color: #69d473;
	border-radius: 5px;
	text-align: center;
	height: 46px;
	min-width: 160px;
	line-height: 46px;
	transition: .2s;
	box-shadow: 0 0 5px 0 rgb(117 117 117/64%)
}
#knp2:hover {
	background-color: #fff
}
#knp2 a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: 700
}
#knp2 a:hover {
	color: #7a7a7a
}
#knp3 {
	border: 1px solid #a7a7a7;
	background-color: #f58938;
	border-radius: 5px;
	text-align: center;
	height: 46px;
	min-width: 160px;
	line-height: 46px;
	transition: .2s;
	box-shadow: 0 0 5px 0 rgb(117 117 117/64%)
}
#knp3:hover {
	background-color: #fff
}
#knp3 a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: 700
}
#knp3 a:hover {
	color: #7a7a7a
}
#knp4 {
	border: 1px solid #a7a7a7;
	background-color: #da5e50;
	border-radius: 5px;
	text-align: center;
	height: 46px;
	min-width: 160px;
	line-height: 46px;
	transition: .2s;
	box-shadow: 0 0 5px 0 rgb(117 117 117/64%)
}
#knp4:hover {
	background-color: #fff
}
#knp4 a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: 700
}
#knp4 a:hover {
	color: #7a7a7a
}
#tab {
	border: 0 #ccc solid;
	cursor: default;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left
}
#tab td {
	padding-left: 10px
}
#tab #tab_head {
	height: 35px;
	text-align: center;
	background: #6b6767;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	border: 1px solid #e0e0e0;
	font-size: 14px
}
#tab #tab_head {
	box-shadow: 0 2px 4px rgba(0, 0, 0, .11);
	font-size: 12px
}
#tab tr:nth-child(odd) {
	background-color: #f9f9f9;
	height: 32px;
	border-left: 0 solid #e0e0e0;
	border-right: 0 solid #e0e0e0
}
#tab tr:nth-child(even) {
	background-color: #f9f9f9;
	height: 32px;
	border-left: 0 solid #e0e0e0;
	border-right: 0 solid #e0e0e0
}
#tab tr:nth-child(2) {}
#tab tr {
	border-bottom: 1px dashed #dedede
}
#modal {
	position: fixed;
	background-color: rgb(0 0 0/16%);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999
}
#info .message {
	background-color: #fff;
	border-radius: 5px;
	position: fixed;
	top: 30px;
	left: 0;
	right: 0;
	width: 50%;
	min-width: 600px;
	margin: auto;
	text-align: center;
	color: #464646;
	letter-spacing: 1.1px;
	-webkit-box-shadow: 0 0 20px 3px rgba(158, 158, 158, .17) inset;
	-moz-box-shadow: 0 0 20px 3px rgba(158, 158, 158, .17) inset;
	box-shadow: 0 0 20px 3px rgba(158, 158, 158, .17) inset
}
#info_close {
	background-color: #82e054;
	border: 0 solid #def7e0;
	width: 100%;
	line-height: 36px;
	border-radius: 5px 5px 0 0;
	margin: auto;
	text-align: right;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	-webkit-box-shadow: 0 0 4px 4px rgba(191, 199, 205, .2);
	-moz-box-shadow: 0 0 4px 4px rgba(191, 199, 205, .2);
	box-shadow: 0 0 4px 4px rgba(191, 199, 205, .2);
	border-bottom: 1px solid #5fb535
}
#info_close i {
	color: #fff;
	font-size: 32px;
	margin-right: 10px;
	vertical-align: middle
}
#info_close i:hover {
	color: #e7e7e7
}
#info .inf_txt {
	padding: 15px
}
.nav_str {
	font-weight: 700
}
.nav_str a {
	background-color: #fff;
	color: #38858b;
	padding: 3px 12px;
	margin-right: 3px;
	margin-bottom: 5px;
	border-radius: 3px;
	border: 5px solid #f9f9f9;
	display: inline-table
}
.nav_str a:hover {
	background-color: #f9f9f9
}
#_menu {
	display: flex;
	margin-bottom: 20px
}
#_menu div {
	width: 100%;
	background-color: #4daca5;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin-right: 3px
}
#_menu div:hover {
	background-color: #61b9b3
}
#_menu a:hover {
	color: #fff
}
#_menu a {
	display: block;
	color: #fff
}
.topstata i {
	color: #394551
}
.topstata b {
	color: #85ad4b
}
input[type=text], input[type=password] {
	background-color: #fff;
	color: #737373;
	padding: 5px 20px 5px 22px;
	height: 35px;
	width: 241px;
	line-height: 30px;
	transition: .5s;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #e9e9e9
}
input[type=text]:disabled {
	background-color: #f9f9f9
}
input:focus[type=text], input:focus[type=password] {
	background-color: #fff;
	box-shadow: none;
	border: 1px solid #e9e9e9;
	outline: none
}
input[type=text]:hover, input[type=password]:hover {
	border: 1px solid #dadada
}
#input_ico {
	position: relative
}
#input_ico i {
	position: absolute;
	border-right: 1px solid #dadada;
	height: 45px;
	margin: 1px;
	line-height: 46px;
	width: 45px;
	text-align: center;
	background-color: #f9f9f9;
	border-radius: 5px 0 0 5px;
	color: #4a4a4a
}
@-moz-document url-prefix() {
	#input_ico i {
		top: -16px
	}
}
#input_ico input {
	padding: 5px 3px 5px 60px
}
#input_ico2 {
	position: relative
}
#input_ico2 i {
	position: absolute;
	right: -1px;
	border-left: 1px solid #dadada;
	height: 45px;
	margin: 1px;
	line-height: 46px;
	width: 45px;
	text-align: center;
	background-color: #f9f9f9;
	border-radius: 0 5px 5px 0;
	color: #4a4a4a
}
@-moz-document url-prefix() {
	#input_ico2 i {
		top: -17px
	}
}
select {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuNCIgaGVpZ2h0PSIyOTIuNCI+PHBhdGggZmlsbD0iIzAwN0NCMiIgZD0iTTI4NyA2OS40YTE3LjYgMTcuNiAwIDAgMC0xMy01LjRIMTguNGMtNSAwLTkuMyAxLjgtMTIuOSA1LjRBMTcuNiAxNy42IDAgMCAwIDAgODIuMmMwIDUgMS44IDkuMyA1LjQgMTIuOWwxMjggMTI3LjljMy42IDMuNiA3LjggNS40IDEyLjggNS40czkuMi0xLjggMTIuOC01LjRMMjg3IDk1YzMuNS0zLjUgNS40LTcuOCA1LjQtMTIuOCAwLTUtMS45LTkuMi01LjUtMTIuOHoiLz48L3N2Zz4=), linear-gradient(to bottom, #ffffff 0%, #FFFFFF 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .9em auto, 100%;
	outline: none;
	border: 1px solid #c9d1d3;
	border-radius: 3px;
	padding-left: 53px;
	padding-right: 8px;
	height: 47px;
	width: 305px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	color: #394551
}
textarea {
	padding: 8px 9px;
	border: 1px solid #cecece;
	border-radius: 3px;
	height: 70px;
	min-width: 200px
}
input[type=checkbox] {
	width: 16px;
	height: 16px;
	border: 1px solid #cecece;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	cursor: pointer;
	border-radius: 3px
}
#alert-danger {
	letter-spacing: 1.1px;
	text-align: center;
	background-color: #efffe5;
	color: #2f2f2f;
	line-height: 25px;
	padding: 12px;
	margin-top: 5px;
	margin-bottom: 24px;
	border: 1px solid #ff3313;
	border-left: 10px solid #ff3313;
	border-radius: 10px;
	padding-left: 20px;
	box-shadow: 5px 5px 5px -5px rgb(34 60 80/60%)
}

#alert-warning {
	letter-spacing: 1.1px;
	text-align: center;
	background-color: #efffe5;
	color: #c73719;
	line-height: 25px;
	padding: 12px;
	margin-top: 5px;
	margin-bottom: 24px;
	border: 1px solid #fca238;
	border-left: 10px solid #fca238;
	border-radius: 10px;
	padding-left: 20px;
	box-shadow: 5px 5px 5px -5px rgb(34 60 80/60%)
}