:root{
	--main-gray-color: rgb(55, 60, 61);
	--color-link: rgb(3, 137, 170);
	--color-accent: #5cb944;
	--color-accent-hover-bg: rgba(92, 185, 68, 0.1);
	--color-accent-hover-border: rgba(92, 185, 68, 0.34);
	--color-accent-inverse: #DDD74A;
	--color-gray-light: #bfbfbf;
	--color-very-light-gray: #EEEEEE;
}


html{background-attachment:fixed;background-repeat:repeat;background-position:left top;background-color:#E5E5E5;}

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	text-align: left;
	color: #000;
	margin: 52px 0 25px;
	padding: 0; 
}

table {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
}

a:any-link{
	color: var(--color-link);
	text-decoration: underline;
	cursor: pointer;
}

a:-webkit-any-link{
	color: var(--color-link);
	text-decoration: underline;
	cursor: pointer;
}

hr{
	border-color: rgba(193, 193, 193, 0.29);
}

form {
	margin: 0;
	padding: 0;
}

pre{
	white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.none{
	display: none;
}

.topFixer{
	width:100%;
	position:fixed;
	z-index:94;
	top:0;
	left:0;
	background-color: rgb(55, 60, 61);
}

#menu {
	width: 100%;
	height: 42px;
	margin: auto;
	padding: 0;
	position: relative;
	background-repeat: repeat-x;
	background-position: top left;
}

#menuCenter {
	display: block;
	position: relative;
	width: 940px;
	height: 42px;
	margin: 0 auto;
}

.logo {
	display: block;
    width: 40px;
    height: 40px;
    margin-left: 38px;
    padding: 1px 0 2px 10px;
    float: left;
}

.logo_txt {
	display: block;
    width: 70px;
    height: 40px;
    padding: 3px 0 0 15px;
    float: left;
}

.logo-back:before{
	content:url('../images/menu_back_white.png');
	position: absolute;
	left: 0;
	margin-left: 35px;
	top: 6px;
}

a.link-menu {
	display: block;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	color: var(--color-accent-inverse);
	background-color: transparent;
	float: right;
	white-space: nowrap;	
	padding-right: 4px;
	padding-left: 4px;
}

#menuCenter .active {
	color: white;
	background-color: #4c4c4c;
}

a.link-menu:hover {
	color: white;
	background-color: #4c4c4c;
}

.top_profile_login{
	float: left;
	display: inline-block;
	line-height: 14px;
	text-align: center;
	line-height: 42px;
	padding-right: 4px
}

.top_profile_name{
	float: left;
	display: inline-block;
	line-height: 14px;
	text-align: center;
	line-height: 42px;
	padding-right: 4px
}

.top_profile_img{
	display: inline-block;
	border-radius: 100%;
	height: 35px;
	width: 35px;
	line-height: 42px;
	margin: 3px 0;
}

.top_profile_arrow{
	display: inline-block;
	background: url(/images/icons/head_arrow.png) no-repeat;
    background-position: right 0;
    margin: 20px 8px 0 7px;
    width: 8px;
    height: 4px;
    opacity: 0.45;
    filter: alpha(opacity=45);
    line-height: 42px;
    vertical-align: top;
}

.top_profile_dropdown{
	position: absolute;
    list-style-type: none;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    right: 0;
    top: 37px;
    display: none;
    padding: 0px;
	border: 1px solid #c5d0db;
}

.top_profile_mrow{
	display: block;
    white-space: nowrap;
    position: relative;
    height: 30px;
    line-height: 30px;
    padding: 0 25px;
    color: #41658c;
    font-weight: normal;
}

.top_profile_mrow:hover{
	background-color: #e4eaf0;
}

.top_profile_sep {
    margin: 4px 4px;
    border-top: 1px solid #dbe4ec;
}

.sitemap a{
	color: gray;
}
.sitemap a:hover{
	color: rgb(0, 204, 255);
}

#page_conatiner{
	width: 920px;
	margin: 0 auto;
}

#side_menu {
	padding: 3px;
	padding-right: 20px;
	margin: 0 auto 10px;
	float: left;
}

#side_menu_inner{
	width: 155px;
	position: relative;
	z-index: 10;
}

#side_menu_inner ul{
	margin: 0px;
}

#side_menu_inner li{
	list-style: none;
	border-radius: 2px;
	cursor: pointer;
}

#side_menu_inner li:hover{
	background-color: #bed4e4;
}

#side_menu_inner ul li a{	
	display: block;
	height: 20px;
    padding: 3.5px;
}

#side_menu_inner ul li a span{vertical-align: middle;}

#wrapper {
	float: right;
	display: block;
	width: 685px;
	height: auto;
	padding: 25px;
	border: 0;
}

.box {
    background: none repeat scroll 0 0 #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
}

.wrapper-top {
	margin: 0 auto 10px;
}

.wrapper-title{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

small{
	color:gray;
}

#footer {
	margin-top: 10px;
	color: gray;
}

.footer-item {
	display: inline-block;
	padding: 0 4px;
	font-size: 13px;
	white-space: nowrap;
	line-height: 25px;
	vertical-align: middle;
}

#dialog-changeLang a{
	color: #0389aa;
	font-size: 13px;
	padding: 4px;
	width: 60px;
}

.text-bold {
	font-weight: bold;
}

.rank{line-height: 30px;}

.rank .thumb {
	color: black;
}

.rank a:visited, a:link{	
	text-decoration: none;
}
.rank:hover{	
	text-decoration: underline;
}

.norm .thumb img{
	height: 50px;
    width: 80px;
}

.norm .info .text{
	color: black;
	cursor: pointer;
}
.norm .info .text:hover{
	text-decoration: underline;
}

.norm .target{
	padding-top: 18px;
}

.progress-full{
	color: #189a01;
	float: right;
}

.progress-empty{
	color: #d36259;
	float: right;
}
.progress-started{
	color: #ca0;
	float: right;
}

.rating-progressbar {
    background-color: #656464;
    border-radius: 13px;
    padding: 3px;
    height: 10px;
}

.rating-progressbar > div {
   background-color: #37A3FF;
   height: 10px;
   border-radius: 10px;
}

.appdata-youtube-div {
	background-color: #1b1b1b;
	color: #fff;
	margin-top: 0;
	padding: 0;
}

.left{
	float: left!important;
}

.right{
	float: right!important;
}

.center{
	text-align: center;
}

.white, .hover-white:hover {
	color: #000!important;
	background-color: #fff!important;
}

.radiobtn {
	cursor: pointer;
	line-height: 1.27em;
}

.radiobtn:hover div {
  background-position: 0px -28px;
}
.radiobtn.disabled:hover div {
  background-position: 0px 0px;
}
.radiobtn.on div {
  background-position: 0px -14px;
}
.radiobtn.on:hover div {
  background-position: 0px -42px;
}
.radiobtn.disabled.on:hover div {
  background-position: 0px -14px;
}
.radiobtn.on.radiobtn_hover div {
  background-position: 0px -42px;
}

.radiobtn div {
	float: left;
	width: 15px;
	margin-right: 5px;
	height: 14px;
	margin-bottom: 1px;
	background: url('/images/icons/radio.gif') 0px 0px no-repeat;
}

.simple-input{
	margin-top: 5px;
	margin-bottom: 5px;
}

.simple-input-wide{
	display:block;
	width:100%;
	height:30px;
	margin-bottom: 10px;
}

.simple_button {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333 !important;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
	text-align: center;
	margin-top: 10px;
}
.simple_button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.simple_button:active {
	position:relative;
	top:1px;
}

.simple_button_disabled, .simple_button:disabled {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777 !important;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin-top: 10px;
	cursor: not-allowed;
}

.link-button{
	background: none;
	border: none;
	/*text-decoration: underline;*/
	cursor: pointer;
}

.text-paragraph{
	text-align: justify;
}

.input-error{
	border: 1px solid red;
}
.input-updated{
	border: 1px solid green;
}

.error{
	color: red;
	font-size: 12px;
}
.dError{
	background-color:#FF9966;
	padding:20px;
}

.status-confirmed{
	color: #007F0E;
}

.status-waits{
	color: #7F7902;
}

.status-rejected{
	color: #7F0000;
}

.more{
	display: block;
  cursor: pointer;
  color: #6A7989;
  background: #E9EDF1;
  height: 16px;
  padding: 9px 0px 8px;
}

.text-small{
	font-size: 12px;
	color: gray;
}

.more div{
	text-align: center;
}

.comment_container .comment{
	margin: 6px 0px;
}
.comment_container .comment-image{
	float:left
}

.comment_container .comment-info{
	padding-left: 10px;
	overflow: hidden;
}

.clear{clear: both;}
.clear-after{clear-after: both;}

.dinfo{	
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #838282;
    display: none;
}

.leftHeader{
	font-weight: bold;
    color: #939494;
    margin-top: 10px;
}

/* TABS */
ul.tabs { list-style-type: none; margin: 30px 0 0 0; padding: 0 0 0.3em 0; }
ul.tabs li { display: inline; }
ul.tabs li a { color: #42454a; background-color: #dedbde; border: 1px solid #c9c3ba; border-bottom: none; padding: 0.3em; text-decoration: none; }
ul.tabs li a:hover { background-color: #f1f0ee; }
ul.tabs li a.selected { color: #000; background-color: #f1f0ee; font-weight: bold; padding: 0.7em 0.3em 0.38em 0.3em; }
div.tabContent { border: 1px solid #c9c3ba; padding: 0.5em; background-color: #f1f0ee; }
div.tabContent.hide { display: none; }
/* end of TABS */

.wrapper_list_item{
	padding: 5px 0px;
    clear-after: both;
    border-bottom: 1px solid #e7e8ec
}

.wrapper_list_item .thumb, .wrapper-card .thumb{
	float:left;
}

.wrapper_list_item .target, .wrapper-card .target{
	float:right;
}

.wrapper_list_item  .time, .wrapper-card .target .time{
	color: gray;
}

.wrapper_list_item  .time:hover, .wrapper-card .target .time:hover{
	text-decoration: underline;
}

.wrapper_list_item .desc, .wrapper-card .desc{
	padding: 7px 0;
}

.wrapper_list_item .info, .wrapper-card .info{
	padding-left: 10px;
	overflow: hidden;
}

.wrapper_list_item .info .time, .wrapper-card .info .time{
	font-size: 12px;
	color: gray;
}

.program .thumb img{
	width: 300px; vertical-align: bottom;
}

.social-block{
	overflow: hidden;
}

.social-block .social-item{
	border: 1px solid transparent;
	display: inline-block;
	padding: 5px;
	float: right;
	text-align: center;	 
}

.social-block .color-accent{
	color : var(--color-accent);
}

.social-block .color-default{
	color : gray;
}

.social-block .clickable{
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
}

.social-block .clickable:hover{
  background: var(--color-accent-hover-bg);
  border: 1px solid var(--color-accent-hover-border);
}

.social-block span, .social-block i{
	vertical-align: middle;
}

.feed_icon{
	 background-color: var(--color-accent);
	 border: 2px solid #fff;
	 position: absolute;
	 width: 17px;
	 height: 17px;
	 border-radius: 50%;
	 bottom: 3px;
	 right: -1px;
	 z-index: 10;
 }

.feed_icon img{
	width:  13px;
	height: 13px;
	padding: 2px;
}

/* TABLE WITH FILTERS  */
#table_with_filters .main_panel{
	border-right: 1px solid #D9E1E7;
	width: 75%;
	padding: 0 15px 6px 0;
}

#table_with_filters div{
	vertical-align: top;
}


.filters_panel{
	width: 20%;
	padding: 5px 10px 10px 10px;
	float: right;
}

.filters_panel .sections_block {

}

.filters_panel .sections_block .label{
	font-weight: bold;
	cursor: default;
	color: #555;
	padding-bottom: 1px
}

.filters_panel .sections_block .sel{
	padding-bottom:16px;
}

.sel .radiobtn{
	display: block;
	height: 22px;
}

.sel select, .sel.dd{
	width: 100%;
}

.sections_block .simple_button{
	width: 100px;
}
.sections_block input[type="submit"]{
	width: 100%;
}
/* END OF FILTERS  */

/*home page */
.home-header{
	background-color: var(--main-gray-color);
	color:white; 
	padding:15px;
}

.home-logo{
	height:250px;
	width:100%;
}

/* Rules for sizing the icon. */
.stayfit-material-icons.md-13 { font-size: 13px; }
.stayfit-material-icons.md-14 { font-size: 14px; }
.stayfit-material-icons.md-16 { font-size: 16px; }
.stayfit-material-icons.md-18 { font-size: 18px; }
.stayfit-material-icons.md-24 { font-size: 24px; }
.stayfit-material-icons.md-36 { font-size: 36px; }
.stayfit-material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.stayfit-material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.stayfit-material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.stayfit-material-icons.md-light { color: rgba(255, 255, 255, 1); }
.stayfit-material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.wrapper-card {
	margin: 20px auto;
	background: white;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
	position: relative;
	z-index: 90;
}

.wrapper-card .thumb img{
	border-radius: 10px 0px 0px 10px;
}

.ribbon-wrapper-yellow {
	width: 85px;
	height: 88px;
	overflow: hidden;
	position: absolute;
	top: -3px;
	right: -3px;
}

.ribbon-yellow {
	font: bold 15px Sans-Serif;
	color: #333;
	text-align: center;
	text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	position: relative;
	padding: 7px 0;
	left: -5px;
	top: 15px;
	width: 120px;
	background-color: #FFC34E;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFC34E), to(#EDA10D));
	background-image: -webkit-linear-gradient(top, #FFC34E, #EDA10D);
	background-image:    -moz-linear-gradient(top, #FFC34E, #EDA10D);
	background-image:     -ms-linear-gradient(top, #FFC34E, #EDA10D);
	background-image:      -o-linear-gradient(top, #FFC34E, #EDA10D);
	color: #6a6340;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-yellow:before, .ribbon-yellow:after, .ribbon-yellow-small:before, .ribbon-yellow-small:after {
	content: "";
	border-top:   3px solid #7A5000;
	border-left:  3px solid transparent;
	border-right: 3px solid transparent;
	position:absolute;
	bottom: -3px;
}

.ribbon-yellow:before, .ribbon-yellow-small:before {
	left: 0;
}
.ribbon-yellow:after, .ribbon-yellow-small:after {
	right: 0;
}

.ribbon-wrapper-yellow-small {
	width: 40px;
	height: 45px;
	overflow: hidden;
	position: absolute;
	top: -3px;
	right: -3px;
}

.ribbon-yellow-small {
	font: bold 8px Sans-Serif;
	color: #333;
	text-align: center;
	text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	position: relative;
	padding: 5px 0;
	left: -2px;
	top: 3px;
	width: 59px;
	background-color: #FFC34E;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFC34E), to(#EDA10D));
	background-image: -webkit-linear-gradient(top, #FFC34E, #EDA10D);
	background-image:    -moz-linear-gradient(top, #FFC34E, #EDA10D);
	background-image:     -ms-linear-gradient(top, #FFC34E, #EDA10D);
	background-image:      -o-linear-gradient(top, #FFC34E, #EDA10D);
	color: #6a6340;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.black_hdr{
	background-color: var(--main-gray-color);
	height: 20px;
	color: white;
	padding: 5px 8px 5px 8px;
}

.black_hdr div{
	line-height: 20px
}

/* slider */
.slider{
	position: relative;
}

.slide-item {display:none; width: 100%;}
.slider-bottom{
	width: 100%;
	color: #fff!important;
	margin-top: 16px!important;
	margin-bottom: 16px!important;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	text-align: center!important;
	font-size: 18px!important;
	box-sizing: inherit;
}
.slider-bottom .left, .slider-bottom .right, .slider-bottom .badge {cursor:pointer}
.slider-bottom .left{padding-left: 16px!important;}
.slider-bottom .right{padding-right: 16px!important;}
.slider-bottom a, .slider-bottom .badge{
	-webkit-transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s,filter 0.3s;
	transition: background-color .3s,color .15s,box-shadow .3s,opacity 0.3s,filter 0.3s;
}
.slider-bottom a:hover{color: #b4aa50!important;}

.slider-bottom .badge {
	height:13px;
	width:13px;
	padding:0;
	border: 1px solid #ccc!important;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
}
/* slider end*/

.promo-container{
	display: inline-block;
	padding: 0 10px;
	margin: 4px;
	line-height: 35px;
	background-color:#5cb944;
	cursor: pointer;
	border-radius: 5px;
}

.promo-container a{
	color:white;
}

.promo-container a:hover{
	text-decoration: underline;
}

/*end of promo container*/

input.search_field{
	background: url(/images/icons/search_icon.png) no-repeat;
	-ms-high-contrast-adjust: auto;
	padding: 14px 44px 13px 28px;
	border-right: none;
	border-left: 20px solid transparent;
	border-bottom: 1px solid #e7e8ec;
	border-top: 1px solid #e7e8ec;
	background-position: 0;
	color: #000;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	line-height: 18px;
}

.search_reset{
	position: absolute;
	width: 38px;
	top: 0;
	bottom: 0;
	right: 0;
	cursor: pointer;
	z-index: 4;
	opacity: 0.75;
	display: none;
}


#photo_bigbox {
	position: fixed;
	top: 44px;
	left: 0;
	right: 0;
	bottom:0;
	background-color: rgba(0,0,0,0.8);
	z-index:100;
	padding-top: 30px;
	overflow-y: scroll;
}

.photobox_button {
	opacity: 0.1;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
.photobox_button:hover {
	opacity: 0.75;
}


#appleid-signin > div { <!-- https://forums.developer.apple.com/thread/122857 -->
	 width: 100% !important;
	 height: 100% !important;
}

