@font-face {
  font-family: "OpenSans_light";
	src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-Light.ttf')  format('truetype'),
	     url('fonts/opensans-light-webfont.svg#svgFontName') format('svg');
  }
  @font-face {
  font-family: "OpenSans_bold";
  src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-Bold.ttf')  format('truetype'),
	     url('fonts/opensans-bold-webfont.svg#svgFontName') format('svg');
  }
  @font-face {
  font-family: "OpenSans_boldItalic";
  src: url('fonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-BoldItalic.ttf')  format('truetype'),
	     url('fonts/opensans-bolditalic-webfont.svg#svgFontName') format('svg');
  }
  @font-face {
  font-family: "OpenSans_extraBold";
  src: url('fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-ExtraBold.ttf')  format('truetype'),
	     url('fonts/opensans-extrabold-webfont.svg#svgFontName') format('svg');
  }
  @font-face {
  font-family: "OpenSans_extraBoldItalic";
  src: url('fonts/opensans-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-ExtraBoldItalic.ttf')  format('truetype'),
	     url('fonts/opensans-extrabolditalic-webfont.svg#svgFontName') format('svg');
  }
  @font-face {
  font-family: "OpenSans_italic";
  src: url('fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-Italic.ttf')  format('truetype'),
	     url('fonts/opensans-italic-webfont.svg#svgFontName') format('svg');
  }
  @font-face {
  font-family: "OpenSans_lightItalic";
  src: url('fonts/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-LightItalic.ttf')  format('truetype'),
	     url('fonts/opensans-lightitalic-webfont.svg#svgFontName') format('svg');
  }
  @font-face {
  font-family: "OpenSans_regular";
  src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-Regular.ttf')  format('truetype'),
	     url('fonts/opensans-regular-webfont.svg#svgFontName') format('svg');
  }
  @font-face {
  font-family: "OpenSans_semiBold";
  src: url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-Semibold.ttf')  format('truetype'),
	     url('fonts/opensans-semibold-webfont.svg#svgFontName') format('svg');
  }
  @font-face {
  font-family: "OpenSans_semiBoldItalic";
  src: url('fonts/opensans-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/OpenSans-SemiBoldItalic.ttf')  format('truetype'),
	     url('fonts/opensans-semibolditalic-webfont.svg#svgFontName') format('svg');
  }
  
  

html {
	overflow: hidden;
	height: 100%;
	width: 100%;
}

body {
	overflow: hidden;
	background: #fff;
	font-family: "OpenSans_light";
	font-size: 14px;
	color: #000;
	width: 100%;
	height:100%;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
	border-radius: 5px;
}

h1{
	font-family: "OpenSans_light";
	font-size: 40px;
	font-weight: normal;
	text-shadow: 0 1px 0 #FFFFFF;
}

h2{
	font-family: "OpenSans_light";
	font-size: 21px;
	font-weight: normal;
	text-shadow: 0 1px 0 #FFFFFF;
	margin-top: 0px;
}

#container {
	float: left;
	margin: 0px;
	width: 100%;
	height:100%;
}

#intro {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

#intro > img {
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}

#intro_close {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

#intro_remember {
	position: absolute;
	top: 12px;
	right: 34px;
	background: #1B1B1B;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	border-radius: 5px;
}

#menu {
	padding-top: 20px;
	float: left;
	width: 53px;
	height: 100%;
	background: #1b1b1b;
	border-right: 1px solid #252525;
}

#menu_buttons {
	margin-left: 7px;
}

#menu_buttons img{
	margin-bottom: -6px;
}

#menu img {
	padding: 0px;
	margin-bottom: -6px;
	border-radius: 0;
	cursor: pointer;
}

@media screen and (min--moz-device-pixel-ratio:0) { 
	#menu img {
		margin-bottom: -7px;
	}
}

.paokBCLogo {
    bottom: 10px;
	left: 3px;
    position: fixed;
}

#slide{
	margin: 20px 15px;
	width: 32px;
	height: 32px;
	background: url('img/ui/slide.png') center no-repeat;
	cursor: pointer;
}

#sidebar {
	overflow-y: auto;
	overflow-x: hidden;
	float: left;
	width: 410px;
	height: 100%;
	background: #f6f6f6 url('img/ui/shadow_scroll.png') 380px top repeat-y;
}

#contents {
	padding-top: 20px;
}

#footer {
    background: none repeat scroll 0 0 rgba(246, 246, 246, 0.9);
    bottom: 0;
    height: 45px;
    position: fixed;
    width: 393px;
	left: 54px;
}

.viLabs_logo {
	width: 25px;
	float: left;
	margin-top: 15px;
	margin-left: 6px;
	margin-right: -7px;
}

.block {
	float: left;
	margin-left: 10px;
	width: 378px;
}

.block.last {
	padding-bottom: 50px;
}

.over {
  margin-left: 8px;
  border: 2px dashed #000;
}

.error {
	color: red;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
}

#error_container {
	bottom: 35px;
    height: auto !important;
    min-height: 50px;
    position: fixed;
    width: 400px;
    z-index: 10;
}

.alert_container {
	width: 400px;
	height: 50px;
	background: #F00;
	min-height: 50px;
	height: auto!important;
	float: left;
	display: none;
}

.alert_container .error {
	color: #F6F6F6;
	text-align: center;
	text-shadow: 0 1px 0 #580505;
}

#terms_check {
	margin-bottom: 20px;
}

.separator {
	width: 378px;
	height: 2px;
}

#login_panel .resizable {
	float: left;
	width: 378px;
	margin-top: -20px;
}

.profile_link {
	cursor: pointer;
}

.user_settings_button {
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.user_more {
	display: none;
}

.userstngsbtn {
	width: 18px;
	height: 18px;
	border: none;
	background: #F6f6f6 url('img/ui/usr_set.png');
	cursor: pointer;
}

.user_settings_block {
	float: left;
	width: 610px;
	margin-left: 25px;
}

#user_panel .resizable .user_settings_block p {
	font-family: "OpenSans_light";
	font-size: 14px;
	color: #000;
	text-align: left;
	margin: 0px;
	padding-bottom: 5px;
}

#usrname {
	width: 370px;
	height: 25px;
	font-family: "OpenSans_light";
	font-size: 16px;
	text-shadow: 0 1px 0 #FFFFFF;
	border: none;
	background: #eeeeee;
	//border-bottom: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	padding-left: 5px;
}

.user_settings {
	height: 25px;
	font-family: "OpenSans_light";
	font-size: 14px;
	text-shadow: 0 1px 0 #FFFFFF;
	border: none;
	background: #f6f6f6;
	//border-bottom: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	padding-left: 5px;
	margin-bottom: 5px;
}

#levelDescription {
	font-family: "OpenSans_semiBold";
	font-size: 18px;
	margin-top: 10px;
	padding: 0px;
	text-shadow: 0 1px 0 #FFFFFF;
}

.levelPoints {
	font-family: "OpenSans_light";
	font-size: 14px;
	margin-top: 10px;
	padding: 0px;
	text-shadow: 0 1px 0 #FFFFFF;
}

.level_bar_container {
    width: 375px;
    margin-left: 0;
    height: 20px;
    margin-top: 0px;
    background: #eee;
    border-radius: 4px;
    border-bottom: 1px solid #ddd;      
    overflow: hidden;
    border-radius: 5px;
}

.level_bar_current {
    //background: #1b1b1b;
	background: #1CC394;
    height: 20px;
    float: left;
	display: none;
}

.level_bar_current.gradient_bar {
	background-image: linear-gradient(left , rgb(28,195,148) 17%, rgb(46,171,136) 59%);
	background-image: -o-linear-gradient(left , rgb(28,195,148) 17%, rgb(46,171,136) 59%);
	background-image: -moz-linear-gradient(left , rgb(28,195,148) 17%, rgb(46,171,136) 59%);
	background-image: -webkit-linear-gradient(left , rgb(28,195,148) 17%, rgb(46,171,136) 59%);
	background-image: -ms-linear-gradient(left , rgb(28,195,148) 17%, rgb(46,171,136) 59%);
}

.level_bar_current_points {
	padding: 0;
    margin: 0;
    color: #f6f6f6;
    float: right;
	font-size: 14px;
    font-family: openSans_bold;
    margin-right: 5px;
}

.level_bar_points {
    font-size: 14px;
	padding: 0;
    margin: 0;
    color: #1b1b1b;
    float: right;
    font-family: openSans_bold;
    margin-right: 5px;
}

.address {
	
}

.birthday {
	width: 100px;
}

.calendar_icon {
	position: relative;
	margin-left: 5px;
	top: 3px;
	border-radius: 0;
}

.more {
	cursor: pointer;
}

.button {
	position: absolute;
	margin-top: -43px;
	margin-left: 188px;
}

#usrpass {
	width: 370px;
	height: 25px;
	font-family: "OpenSans_light";
	font-size: 16px;
	text-shadow: 0 1px 0 #FFFFFF;
	border: none;
	background: #eeeeee;
	//border-bottom: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	padding-left: 5px;
}

.form_buttons {
	float: right;
}

.submitbtn {
	left: 200px;
	font-family: "OpenSans_light";
	font-size: 18px;
	text-shadow: 0 1px 0 #FFFFFF;
	border: none;
	background: #eeeeee;
	//border-bottom: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	width: 100px;
	height: 34px;
	margin: 5px 3px 10px 0;
	cursor: pointer;
	border-radius: 4px;
}

#logoutbtn {
	float: right;
	height: 29px;
	padding-top: 4px;
	text-align: center;
}

#uploadbtn {
	background: url("img/ui/upload.png") no-repeat scroll 0 0 #eeeeee;
    float: right;
    height: 29px;
    padding-left: 30px;
	padding-right: 8px;
    padding-top: 4px;
    width: auto;
}

#uploadbtn:hover, #uploadbtn.hovered {
	background: url("img/ui/upload_hover.png") no-repeat scroll 0 0 #1b1b1b;
}

.settingsbtn {
	background: #f6f6f6;
}

.submitbtn:hover, .submitbtn.hovered {
	background: #1b1b1b;
	border-bottom: 1px solid #fff;
	color: #eeeeee;
	text-shadow: 0 1px 0 #353535;
}

#close {
	-webkit-margin-before: -44px;
    float: right;
    height: 28px;
    margin-left: 4px;
    padding-top: 5px;
    text-align: center;
}

#cancel_reset {
    float: right;
    height: 28px;
    margin-left: 4px;
    padding-top: 5px;
    text-align: center;
}

.multi_fb_share_container {
	height: 40px;
}

#multi_fb_share {
    float: none;
    left: 25px;
    margin-left: 10px;
    margin-top: 5px;
    padding-left: 30px;
    padding-right: 5px;
    position: absolute;
    text-align: left;
    width: auto;
}

.fb {
	background: url("img/ui/fb.png") no-repeat scroll 11px 6px #3B5998;
	//border-bottom: 1px solid white;
	border-bottom: 1px solid #26385f;
	color: white;
	float: right;
	height: 29px;
	margin-left: 4px;
	padding-right: 10px;
	padding-top: 4px;
	text-align: right;
	text-shadow: none;
	width: 95px;
}

.fb:hover {
	background: url("img/ui/fb.png") no-repeat scroll 11px 6px #26385f;
	border-bottom: 1px solid #3B5998;
}

.resetpswrd {
	font-size: 11px;
	float: right;
	margin: 0;
	color: red;
	text-align: right;
	margin-right: 8px;
	cursor: pointer;
}

.showhelp {
	float: right;
	cursor: pointer;
	width: 32px;
}

.help_hint {
    position: absolute;
    background: #1b1b1b;
    width: 378px;
	max-width: 378px;
	min-width: 100px;
    height: 71px;
    z-index: 100;
    color: #eee;
	border: 1px solid #353535;
    border-radius: 5px;
    box-shadow: 0 0 2px #1b1b1b;
	cursor: pointer;
	display: none;
}

.help_arrow {
	position: absolute;
	height: 32px;
	width: 32px;
}

.help_arrow.up {
	background: url('img/ui/arrow_up_full.png');
	margin-top: -16px;
}

.help_arrow.down {
	background: url('img/ui/arrow_down_full.png');
	margin-top: 55px;
}

.help_arrow.left {
	margin-left: 11px;
}

.help_arrow.right {
    margin-left: 340px;
}

.help_arrow.side {
	margin-top: 5px;
}

.help_arrow.side.left {
	background: url('img/ui/arrow_left_full.png');
	margin-left: -17px;
}

.help_arrow.side.right {
	background: url('img/ui/arrow_right_full.png');
	margin-left: 363px;
}

.help_close {
    float: right;
    width: 20px;
    margin-right: 4px;
    margin-top: 4px;
}

#avatar {
	float: left;
	margin-right: 5px;
	//border: 1px solid #b6b6b6;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-bottom: 1px solid #ddd;
}

#user_name {
	float: left;
	font-family: "OpenSans_bold";
	font-size: 30px;
	margin: -6px 0px;
	padding: 0px;
	text-shadow: 0 1px 0 #FFFFFF;
}

#seat {
	font-family: "OpenSans_semiBold";
	font-size: 18px;
	margin-top: 10px;
	padding: 0px;
	text-shadow: 0 1px 0 #FFFFFF;
}

.seat_no {
	font-family: "OpenSans_light";
}

.minimize {
	float: right;
	cursor: pointer;
}

#user_panel .resizable {
	float: left;
	width: 378px;
	padding: 0px;
	margin-top: -13px;
}

#user_panel .resizable p {
	
}

#stats img {
	margin-left: -15px;
	margin-bottom: 0px;
}

#tickets {
    margin-top: 0px;
    width: 378px;
}

#game {
    background: none repeat scroll 0 0 #1B1B1B;
    height: 33px;
    width: 375px;
}

.games {
    padding-top: 4px;
	margin-bottom: 1px;
}

.games > label {
    color: #F6F6F6;
    margin-left: 12px;
    margin-top: 2px;
    position: absolute;
}

.styled.games_select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #eeeeee;
    position: absolute;
    right: 19px;
    width: auto;
}

#selected_seat_container {
    height: 58px;
	margin-bottom: 3px;
	display: none;
}

#seat_number {
    width: 82px;
}

.selected_seat {
    background: none repeat scroll 0 0 #eeeeee;
    //border-bottom: 1px solid #FFFFFF;
	border-bottom: 1px solid #ddd;
    float: left;
    height: 58px;
    margin-right: 1px;
    margin-top: 1px;
	border-radius: 5px;
}


#seat_diazoma {
    width: 82px;
}


#seat_price {
    width: 104px;
}


#seat_availability {
    width: 104px;
}

.seat_number_title {
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 5px;
    margin-top: 0;
    padding-top: 0;
}

.seat_number_num {
    //font-family: OpenSans_regular;
    font-family: OpenSans_light;
	font-size: 40px;
    margin-bottom: 0;
    margin-left: 3px;
    margin-top: -10px;
    text-shadow: 0 1px 0 #FFFFFF;
	height: 51px;
	overflow: hidden;
}

.seat_number_num > span {
	position: relative;
}

.availability.enabled{
    background: url("img/ui/available_tick.png") repeat scroll 0 0 transparent;
    float: left;
    height: 38px;
    margin-left: 3px;
    width: 38px;
}

.availability.disabled{
    background: url("img/ui/available_wrong.png") repeat scroll 0 0 transparent;
    float: left;
    height: 38px;
    margin-left: 3px;
    width: 38px;
}


.shopping_basket.enabled {
    background: url("img/ui/basket.png") repeat scroll 0 0 transparent;
    float: right;
    height: 38px;
    margin-right: 23px;
    margin-top: -1px;
    width: 38px;
	cursor: pointer;
}

.shopping_basket.disabled {
    background: url("img/ui/basket_dis.png") repeat scroll 0 0 transparent;
    float: right;
    height: 38px;
    margin-right: 23px;
    margin-top: -1px;
    width: 38px;
}

.game {
    background: none repeat scroll 0 0 #1B1B1B;
	border-bottom: 1px solid #3E3E3E;
    height: 33px;
    width: 375px;
	border-radius: 5px;
	margin-top: 5px;
}

.selected_seats_title {
    color: #F6F6F6;
    float: left;
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 12px;
    margin-top: 6px;
}

.selected_seats_title.num {
    float: right;
    font-size: 18px;
    margin-right: 10px;
    margin-top: 3px;
}

#cart_seat_number {
    width: 82px;
}

.cart_seat {
    background: none repeat scroll 0 0 #eeeeee;
    //border-bottom: 1px solid #FFFFFF;
	border-bottom: 1px solid #ddd;
    float: left;
    height: 21px;
    margin-right: 1px;
	border-radius: 5px;
}


#cart_seat_diazoma {
    width: 94px;
}


#cart_seat_price {
    width: 126px;
}


#cart_seat_remove {
    width: 70px;
}

#seats_shopping_cart p {
    font-size: 12px;
}

.cart_seat_number_title {
    color: #989898;
    float: left;
    margin: 2px 0 0 5px;
}

.cart_seat_number_num {
    float: right;
    margin: 2px 5px 0 0;
    text-shadow: 0 1px 0 #FFFFFF;
}

.cart_seat_remove_title {
    color: red;
    float: left;
    margin: 2px 0 0 5px;
	cursor: pointer;
}

#shopping_cart {
    list-style: none outside none;
    margin: 1px 0 0;
    padding: 0;
    width: 376px;
}


#seats_shopping_cart {
    margin-bottom: 4px;
}


#shopping_cart li {
    height: 21px;
}

.title_container {
	cursor: pointer;
	height: 58px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.title_container {
		height: 57px;
	}
}

.multimedia_tip {
	padding: 0;
	margin: 0;
}

.multimedia_tip_img {
	margin: 0;
	padding: 0;
	margin-top: -21px;
	position: absolute;
	margin-left: 221px;
	width: 25px;
}

.multimedia_tip_end {
	margin: 0;
	padding: 0;
	position: relative;
	margin-top: -19px;
	margin-left: 243px;
}

.title {
	float: left;
	padding: 0px;
	margin-top: 0px;
	font-family: "OpenSans_regular";
	font-size: 24px;
	text-shadow: 0 1px 0 #FFFFFF;
}

.news_counter {
	background: #E90000;
    border-radius: 5px;
    color: #F6F6F6;
    float: left;
    margin-left: 5px;
    margin-top: 9px;
    padding-left: 5px;
    padding-right: 5px;
}

#gallery_panel .resizable {
	float: left;
	width: 378px;
	margin-top: -16px;
	margin-bottom: 10px;
}

#users_panel .resizable {
    float: left;
	width: 378px;
	margin-top: -16px;
	margin-bottom: 10px;
	display: none;
}

#activity_admin_container {
	margin: auto; 
	width: 350px; 
	height: 108px; 
	overflow: hidden;
}

#activity_admin_list {
	margin: 0;
	width: 350px;
	padding: 0px;
	height: 108px;
}

.activity_admin_item {
	width: 326px; 
	background: url("img/ui/admin_message_background.jpg");
	border-radius: 5px; 
	list-style: none; 
	margin: 3px;  
	overflow: hidden; 
	font-size: 21px;
	height: 100px;
	border: 1px solid #FFFFFF;
	box-shadow: 0 0 2px #BCBCBC;
	float: left;
	cursor: pointer;
}

.activity_admin_item:hover {
	box-shadow: 0 0 5px #BCBCBC;
}

.activity_admin_quote_up {
	position: absolute!important;
}

.activity_admin_date {
	color: #BCBCBC;
	float: right;
    font-family: openSans_light;
    font-size: 11px;
    margin-right: 6px;
    margin-top: 3px;
	margin-bottom: 0;
}

.activity_admin_msg {
	height: 65px;
	margin-left: 12px;
    padding: 0;
    width: 300px;
	overflow: hidden;
	text-shadow: 0 1px 0 #FFF;
}

.activity_admin_quote_down {
	margin-left: 290px!important; 
	position: absolute!important; 
	margin-top: 68px!important;
}

#activity_admin_controls {
	position: absolute;
	width: 200px; 
	height: 12px; 
	margin-top: -19px; 
	margin-left: 138px; 
	padding: 0px;
}

.admin_controls_circle {
	height: 10px; 
	background: #BCBCBC;
	border-radius: 50% 50% 50% 50%;
	width: 10px; 
	float: right; 
	list-style: none;
	margin-left: 5px;
	cursor: pointer;
}

.admin_controls_circle.selected {
	background: #1B1B1B;
	cursor: auto;
}

#activity_panel .resizable {
	float: left;
	width: 378px;
	margin-top: -16px;
	margin-bottom: 10px;
	display: none;
}

#activity_container {
	width: 350px;
	margin: auto;
	max-height: 498px;
	min-height: 100px;
	overflow: auto;
}

#activity_list {
	margin-left: -43px;
	padding: 0;
	margin: 0;
}

.activity_item {
	width: 326px;
	height: 50px;
	margin: 3px;
	background: #EEE;
	border: 1px solid #FFF;
	list-style: none;
	border-radius: 5px;
	cursor: pointer;
}

.activity_item:hover {
	box-shadow: 0 0 2px #BCBCBC;
}

.activity_item_thumb {
	height: 50px;
	width: 67px;
	float: left;
	margin-left: -1px;
	cursor: pointer;
	border-radius: 5px;
}

//.activity_item_thumb:hover {
	//box-shadow: 0 0 5px #1B1B1B;
//}

.activity_item_video_thumb {
	width: 67px;
	height: 50px;
	float: left;
}

.activity_item_video_icon {
	width: 25px;
	height: 25px;
	margin-top: 25px;
	margin-left: -26px;
	float: left;
}

.activity_item_info {
	margin-left: 72px;
	height: 50px;
	overflow: hidden;
}

.activity_item_date {
	font-family: openSans_light;
	font-size: 11px;
	color: #BCBCBC;
	float: right;
	margin-top: 3px;
	margin-right: 6px;
}

.activity_item_multi {
	font-family: openSans_regular;
	text-shadow: 0 1px 0 #FFF;
	padding: 0;
	margin: 0;
	padding-top: 4px;
	font-size: 14px;
	cursor: pointer;
}

.activity_item_type {
	margin-top: -3px;
}

.activity_item_icon {
	width: 25px;
	float: left;
}

.activity_item_user {
	font-family: openSans_light;
	padding: 0;
	margin: 0;
	margin-top: 2px;
	font-size: 14px;
	float: left;
	margin-left: 2px;
}


.styled.games_select {
	background: #fff;
    border: 1px solid #eeeeee;
	width: auto;
}

.avatar_small {
	float: right;
	padding: 0px;
	margin: 5px 5px 0 10px;
}

.activity_title {
	padding: 0px;
	float: right;
}

.activity_user {
	text-align: right;
	font-family: "OpenSans_semiBold";
	font-size: 18px;
	text-shadow: 0 1px 0 #FFFFFF;
	padding:0px;
	margin: 0px;
}

.activity_date {
	text-align: right;
	font-size: 12px;
	padding:0px;
	margin:0px;
}

.white {
	background: #fff;
}

.quotes_down {
	float: right;
	margin: 0px;
	padding: 0px;
}

.activity_msg {
	width: 378px;
}

#canvas {
	position: relative;
	overflow: hidden;
	height: 100%;
	background: #1b1b1b;
}

#zoomCanvas {
	position: absolute;
}

#settings {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(234, 234, 234, 0.98);
	overflow: auto;
	display: none;
}

#canvas_controls {
	position: absolute;
	bottom: 10px;
	left: 20px;
}

.controls {
	position: absolute;
	left: 20px;
}

.controls.top {
	top: 10px;
}

.c_controls {
	float: left;
	width: 85px;
	height: 55px;
	margin-left: -6px;
	cursor: pointer;
}

.logo_img {
	background: url('img/buttons/logo-150x90.png');
	width: 150px;
	height: 90px;
}

.vilabs_logo {
	background: url('https://vilabs.eu/vl-uploads/2018/03/Vilabs_LOGO_Transparent.png');
	width: 150px;
	height: 90px;
	margin-left: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x:center;
	background-position-y:center;
}

#canvas_left {
	background: url('img/buttons/cControl_left.png');
}

#canvas_right {
	background: url('img/buttons/cControl_right.png');
}

#canvas_out {
	background: url('img/buttons/cControl_zOut.png');
}

#canvas_in {
	background: url('img/buttons/cControl_zIn.png');
}

#canvas_back {
	
}

#canvas_over_panel {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(27, 27, 27, 0.98);
	overflow: auto;
	display: none;
}

#canvas_over_container {
    margin: auto;
}

#background {
	height: 350px;
    overflow: hidden;
    position: absolute;
    width: 100%;
	min-width: 705px;
	border-bottom: 1px solid #3b3b3b;
}

.normal_photo {
	min-height: 355px;
}

.photo{
	border: 1px solid #4b4b4b;
    box-shadow: 0 1px 19px #000000;
    margin-left: 70px;
    margin-top: 75px;
    position: relative;
	display: none;
}

.video_player_container {
	position: absolute;
	margin-top: 75px;
	margin-left: 70px;
	box-shadow: 0 1px 19px #000;
	border: 1px solid #4b4b4b;
	border-radius: 5px;
}

.video-js {
	border-radius: 5px;
	display: none;
}

#video_loading_msg {
	background: none repeat scroll 0 0 #1B1B1B;
    border-radius: 5px 5px 5px 5px;
    color: white;
    font-size: 20px;
    margin-left: 114px;
    margin-top: -187px;
    position: absolute;
    text-align: center;
    width: 400px;
}

.photo:-webkit-full-screen  {
	margin: auto;
}

.resize_img {
	border: medium none;
    box-shadow: none;
    cursor: pointer;
    display: none;
    left: 75px;
    position: absolute;
    top: 80px;
}

.back_photo {
	margin-top: -250px;
	margin-left: -5px;
	min-width: 1100px;
    width: 110%;
	-webkit-filter: blur(25px);
	filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
	display: none;
}

#img_functions_controls {
	width: 30px;
	position: absolute;
	top: 100px;
	left: 27px;
}

#img_report {
	background: #1B1B1B;
	width: 43px;
	height: 47px;
	border-radius: 4px 0 0 4px;
	border: 1px solid #7E7E7E;
	cursor: pointer;
}

#img_report > img {
	margin-left: 5px;
	margin-top: 9px;
}

#img_close {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

#img_title {
	color: #eeeeee;
    font-size: 40px;
    margin-left: 100px;
    margin-top: 15px;
    position: absolute;
	text-shadow: 0 1px 19px #000000;
}

#img_info {
	height:auto!important;
	height: 40px;
	min-height: 40px;
    background: none repeat scroll 0 0 rgba(75, 75, 75, 0.53);
    //border-bottom: 1px solid #3B3B3B;
	border-bottom: 1px solid #000;
    margin-bottom: 3px;
    margin-left: 70px;
    width: 583px;
	border-radius: 5px;
}

#img_more_info {
	color: #F6F6F6;
}

#img_more_info > img {
	width: 30px;
	height: 30px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	//border-radius: 50%;
}

.multiOwner_loading {
	height:16px;
	width:16px;
	margin-top: 12px!important;
	margin-left: 12px!important;
}

#img_more_info_container_uploader {
	border-left: none;
}

#img_more_info_container_section {
	
}

#report_image {
	border-left: 1px solid #424040;
	padding-right: 10px;
	border-right: 1px solid #222020;
	float: left;
	height: 40px;
	color: #F6F6F6;
	text-align: center;
	width: auto;
	cursor: pointer;
}

#report_image > img {
	margin-top: 5px;
	width: 16px;
	margin-left: 5px;
}

/*Multimedia Rating thumbs*/
#rate_image { 
    float: left;
    height: 40px;
    border-left: 1px solid #424040;
    max-width: 100px;
}

#rating_bar { 
    height: 40px;
	width: 3px;
    background: #494949;
    float: left;
	margin-left: 4px;
}

#positive_ratings { 
	width: auto;
    height: 50%;
    background: #66ce00;
}

#negative_ratings { 
	width: auto;
    height: 50%;
    background: #F70000;
}

.thumbs_rating { 
    float: left;
    height: 40px;
    min-width: 25px;
    text-align: center;
}

.thumbs_rating > img { 
    margin-top: 3px;
}

.thumbs_up {
    background: url("img/ui/thumbs_up.png");
    height: 22px;
    margin-top: 3px;
    width: 22px;
	cursor: pointer;
}

.thumbs_up:hover {
	background: url("img/ui/thumbs_up_hover.png");
}

.thumbs_up.inactive {
	background: url("img/ui/thumbs_up_inactive.png");
	cursor: auto;
}

.thumbs_up.inactive:hover {
	background: url("img/ui/thumbs_up_inactive.png");
}

.thumbs_up.selected {
	background: url("img/ui/thumbs_up_hover.png");
}

.thumbs_down {
    background: url("img/ui/thumbs_down.png");
    height: 22px;
    margin-top: 3px;
    width: 22px;
	cursor: pointer;
}

.thumbs_down:hover {
	background: url("img/ui/thumbs_down_hover.png");
}

.thumbs_down.inactive {
	background: url("img/ui/thumbs_down_inactive.png");
	cursor: auto;
}

.thumbs_down.inactive:hover {
	background: url("img/ui/thumbs_down_inactive.png");
}

.thumbs_down.selected {
	background: url("img/ui/thumbs_down_hover.png");
}

.thumbs_rating > p { 
    padding: 0;
    margin: 0;
    color: #f6f6f6;
    font-size: 11px;
    text-align: center;
    margin-top: -2px;
}

#img_report_form {
	background: none repeat scroll 0 0 rgba(75, 75, 75, 0.53);
	//border-bottom: 1px solid #3B3B3B;
	border-bottom: 1px solid #000;
	margin-bottom: 3px;
	margin-left: 70px;
	width: 583px;
	border-radius: 5px;
	display: none;
}

.report_multi_check {
	width: 188px;
    margin-left: 15px;
    padding-top: 15px;
}

label[for=check_box] p {
	padding: 0;
    margin: 0;
    margin-left: 16px;
    margin-top: -4px;
    color: #f6f6f6;
}

.report_area {
	/*width: 552px;
	margin-left: 9px;
	height: 77px;
	margin-top: 9px;
	background-color: #EEE;
	border: 1px solid #6B6B6B;
	padding: 5px;
	margin-right: 0px;
	resize:vertical;*/
	width: 392px;
	margin-left: 168px;
	height: 108px;
	margin-top: -105px;
	background-color: #EEE;
	border: 1px solid #6B6B6B;
	padding: 5px;
	margin-right: 0px;
	resize: vertical;
}

#reportMultibtn {
	padding-top: 4px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 369px;
	text-align: center;
	background: #F70000;
	color: #EEE;
	border: none;
	text-shadow: none;
	width: 100px;
	height: 29px;
}

#reportMultibtn:hover, #reportMultibtn.hovered {
	background: #C00;
}

#cancelReportMultibtn {
	padding-top: 4px;
	margin-top: -38px;
	margin-bottom: 9px;
	margin-left: 472px;
	text-align: center;
	background: #6B6B6B;
	color: #EEE;
	border: none;
	text-shadow: none;
	width: 100px;
	height: 29px;
}

#cancelReportMultibtn:hover {
	background: #1B1B1B;
}

.img_more_info_container {
	float: left;
	width: 100px;
	height: 40px;
	border-right: 1px solid #222020;
	border-left: 1px solid #424040;
	min-width: 100px;
	width: auto;
}

#img_more_info_top {
	font-size: 14px;
	margin-top: 3px;
	font-family: openSans_semiBold;
	margin-left: 5px;
}

#img_more_info_bottom {
	font-size: 11px;
	margin-top: -16px;
	margin-left: 5px;
}

#img_more_info_bottom.no_user {
    margin-left: 10px;
    margin-top: 12px;
}

#img_des {
	height:auto!important;
	height: 40px;
	min-height: 40px;
    background: none repeat scroll 0 0 rgba(75, 75, 75, 0.53);
    //border-bottom: 1px solid #3B3B3B;
	border-bottom: 1px solid #000;
    margin-bottom: 3px;
    margin-left: 70px;
    width: 583px;
	border-radius: 5px;
}

#img_des > p {
	color: #eeeeee;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px;
}

.next_photo {
	border-left: 1px solid #424040;
    float: right;
    height: 20px;
    padding: 10px;
    width: 20px;
	cursor: pointer;
	border-radius: 0;
}

.next_photo.inactive {
	cursor: auto;
}

.previous_photo {
	border-right: 1px solid #222020;
    float: right;
    height: 20px;
    padding: 10px;
    width: 20px;
	cursor: pointer;
	border-radius: 0;
}

.previous_photo.inactive {
	cursor: auto;
}

.comments_loading {
	left: 80px;
	position: relative;
	top: 10px;
}
	
#img_comments {
    color: #eeeeee;
    list-style-type: none;
    margin-left: 30px;
    margin-top: 0;
    text-decoration: none;
    width: 635px;
}

#img_comments li {
	height:auto!important;
	height:80px; 
	min-height:80px; 
    margin-bottom: 3px;
	width: 583px;
	display: none;
	border-radius: 5px;
}

textarea {
	border-radius: 5px;
}

.no_comments {
	box-shadow: 0 1px 19px #FF000A;
	margin-top: 20px;
}

.remove_comment_container {
	margin-left: 568px;
    padding: 0;
    position: absolute;
}

.remove_comment {
	width: 15px;
	cursor: pointer;
	display: none;
}

.removed_comment {
	border: 1px solid #525050;
	box-shadow: 0 1px 19px red!important;
	margin-left: -1px;
}

.removed_comment > .comment_container {
	border: none;
}

.remove_comment_form {
	position: absolute;
	background: rgba(73,73,73,0.97);
	height: 72px;
	width: 495px;
	margin-top: 3px;
	margin-left: 3px;
	border: 1px solid #525050;
	border-radius: 5px;
}

.remove_comment_message {
	margin: 5px;
}

#deleteCommentbtn {
	text-align: center;
	background: rgb(247, 0, 0);
	border: none;
	text-shadow: none;
	width: 100px;
	height: 30px;
	margin: 14px 0 0 290px;
}

#deleteCommentbtn:hover {
	background: rgb(204, 0, 0);
}

#cancelDeleteCommentbtn {
	text-align: center;
	background: #6b6b6b;
	border: none;
	text-shadow: none;
	width: 100px;
	height: 30px;
	margin: -30px 0 0 392px;
}

#cancelDeleteCommentbtn:hover {
	background: #1b1b1b;
}

.edit_comment {
	width: 15px;
	cursor: pointer;
	display: none;
}

.share_comment {
	width: 15px;
	cursor: pointer;
	display: none;
}

.share_comment_url_container {
	height: 26px;
    margin-left: -541px;
    margin-top: -17px;
    width: 541px;
	display: none;
}

.share_comment_url_input {
	background: none repeat scroll 0 0 #000000;
	outline: none;
    border: 1px solid #6B6B6B;
    box-shadow: 0 1px 19px #000000;
    color: #F6F6F6;
    float: right;
    width: 336px;
	margin-top: 0px;
	border-radius: 0;
}

input[type="text"].share_comment_url_input {
	border-radius: 0;
}

.share_comment_url_p {
	background: none repeat scroll 0 0 #525050;
    box-shadow: 0 1px 19px #000000;
    float: right;
    font-size: 12px;
    margin: 0;
    padding: 1px 3px 2px 3px;
}

#img_comments > li:hover, #img_comments > li.hovered {
	background: rgba(0,0,0,0.53);
}

#img_comments > .no_comments:hover {
	box-shadow: 0 1px 19px #FF000A;
    margin-left: 0;
    margin-top: 20px;
}

#img_comments > li:hover .remove_comment {
    display: block!important;
}

#img_comments > li:hover .edit_comment {
    display: block!important;
}

#img_comments > li:hover .share_comment {
    display: block!important;
}

.comment_container {  
    height:auto!important;
	height:79px; 
	min-height:79px; 
    width: 503px;
	background: none repeat scroll 0 0 rgba(75, 75, 75, 0.53);
    //border-bottom: 1px solid #3B3B3B;
	border-bottom: 1px solid #000;
    float: left;
	border-radius: 5px;
}

li.user_comment .comment_container {
	float: right;
}

.user_comment .user_info_container {
	float: left;
}

.edited_comment {
    border: 1px solid #525050;
    box-shadow: 0 1px 19px orange!important;
    margin-left: -1px;
}

.edited_comment > .comment_container {
	border: none;
}

.edited_comment > .user_info_container > img {
  
}

.edited_comment > .comment_container textarea {
    color: #eeeeee;
    font-family: opensans_light;
    font-size: 12px;
	background: rgba(75, 75, 75, 0.53);
	border: 1px solid #6B6B6B;
	height: 45px;
	margin-left: 6px;
	margin-top: 6px;
	resize: none;
	width: 478px;
	padding: 5px;
}

.guide {
    font-size: 10px;
    margin: 0;
    padding: 0;
    margin-left: 6px;
}

.comment_date {
    color: #7B7B7B;
    float: right;
    font-size: 11px;
    margin-right: 6px;
    margin-top: 3px;
}


.quote_up {
    margin-left: 6px;
}


.comment_text {
	font-size: 12px;
    margin-left: 33px;
    margin-top: -8px;
	width: 437px;
}


.quote_down {
    margin-left: 467px;
    margin-top: -10px;
	margin-bottom: -2px;
}

.load_more_comments {
	color: #F6F6F6;
    height: 24px;
    margin-left: 70px;
    text-align: right;
    width: 582px;
	cursor: pointer;
}

.comments_load_line {
	background: none repeat scroll 0 0 #6B6B6B;
    height: 1px;
    width: 583px;
}

.comment_form > p {
    color: #FFFFFF;
    margin-bottom: 6px;
    margin-left: 86px;
    margin-top: 24px;
}

.comment_form textarea {
    background: none repeat scroll 0 0 rgba(75, 75, 75, 0.53);
    //border: 1px solid #4B4B4B;
	border: 1px solid rgba(75, 75, 75, 0.53);
	border-bottom: 1px solid #000;
    color: #FFFFFF;
    height: 100px;
    padding: 10px;
    width: 560px;
}

.comment_form form {
	margin-left: 70px;
    width: 586px;
	margin-bottom: 15px;
}

.commentbtn {
    background: none repeat scroll 0 0 #353535;
    //border-bottom: 1px solid #4B4B4B;
	border-bottom: 1px solid #000;
    color: #FFFFFF;
    float: right;
    height: 29px;
    margin-right: 4px;
    padding-top: 4px;
    text-align: center;
    text-shadow: none;
}

.commentbtn:hover, .commentbtn.hovered {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.53);
    border-bottom: 1px solid #2B2B2B;
}

#commentbtn {
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
}

#morecommentsbtn {
	width: auto; 
	padding-left: 5px; 
	padding-right: 5px; 
	margin: 0px;
}

.user_info_container {
    float: right;
	width: 80px;
	height: 80px;
}

.user_info_container > img {
    width: 80px;
}

.no_comments .user_info_container > img {

}

.username {	
	font-family: openSans_semiBold;
    font-size: 14px;
    margin-bottom: 8px;
    margin-left: 35px;
    margin-top: -28px;
}

#multi_title_input.edit_multi_title {
	margin-left: 95px;
    margin-top: 14px;
    position: absolute;
    font-size: 40px;
    color: #eeeeee;
    text-shadow: 0 1px 19px #000;
    background: none;
    border-left: 2px solid #eeeeee;
    outline: none;
    border-bottom: none;
}

#multi_description_input.edit_multi_description {
	margin-top: 0;
	font-size: 14px;
	margin-bottom: 0;
	color: #eeeeee;
	text-shadow: 0 1px 19px black;
	background: none;
	border: none;
	outline: none;
	padding: 10px;
	border-left: 2px solid #eeeeee;
	height: 20px;
	width: 556px;
	resize:vertical;
}

.photo.edit	{
	max-width: 700px;
	max-height: 480px;
	border: none;
}

#upload_multi_container {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(234, 234, 234, 0.98);
	overflow: auto;
	display: none;
}

.upload_multi_block {
	float: left;
	width: 607px;
	margin-left: 25px;
}

#multi_title_input{
	font-size: 25px;
    height: auto;
    margin-bottom: 10px;
}

#dropbox.dropbox_multimedia{
	height: 310px;
	width: 600px;
	display: none;
}

#multi_url_container {
	width: 620px;
	height: 40px;
}

#multi_url_input {
	font-size: 16px;
	height: 24px;
	width: 473px;
	float: left;
	border-radius: 0 5px 5px 0;
}

#multi_url_container label {
	background: #1b1b1b;
	color: #f6f6f6;
	height: 19px;
	width: 118px;
	padding: 4px;
	float:left;
	border-radius: 5px 0 0 5px;
}	

#multi_url_input.disabled {
	opacity: .5;
}

#multi_url_container label.disabled {
	opacity: .5;
}

#multi_description_input{
	font-family: "OpenSans_light";
	text-shadow: 0 1px 0 white;
	background: #F6F6F6;
	//border: 1px solid white;
	border: 1px solid #F6F6F6;
	border-bottom: 1px solid #ddd;
	padding-left: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	width: 595px;
	height: 24px;
}

#cancel_upload, #multi_upload, #multi_edit, #cancel_email, #send_email{
	-webkit-margin-before: 0;
	float: right;
	height: 28px;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 4px;
	padding-top: 5px;
	text-align: center;
	margin-top: 10px;
}

.submitbtn.settingsbtn.disabled {
	cursor: auto;
	background: #eaeaea;
	color: #b6b6b6;
}

.submitbtn.settingsbtn.disabled:hover {
	text-shadow: 0 1px 0 #fff;
	border-bottom: 1px solid #ddd;
}


.submitbtn.settingsbtn.enabled {
	cursor: pointer;
}

#dropbox.dropbox_multimedia > .preview {
	height: 299px;
	width: 600px;
}

.styled.multi {
	font-size: 14px;
	margin-right: 5px;
	width: auto;
	padding-left: 0px;
}

#dummy_dropbox {
	border-radius: 5px;
}

#dummy_dropbox.dropbox_multimedia {
	height: 310px;
	width: 600px;
	background: #f6f6f6;
	display: inline-block;
	position: relative;
	margin: 0 0px 5px;
	overflow: hidden;
	border: 2px dashed #b6b6b6;
	opacity: 0.4;
}

#dummy_dropbox .message {
	font-size: 14px;
    text-align: center;
    padding-top: 50px;
    display: block;
	color: red;
}

#connect_to_seat {
	margin-bottom: 15px;
}

#connect_to_seat_info {
	height: auto!important;
	height: 55px;
	min-height: 55px;
	margin-bottom: 15px;
}

.connect_to_seat_info_container {
	width: 135px;
    height: 55px;
    background: #f6f6f6;
    border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}

.connect_to_seat_info_container:hover {
	background: #EEE;
}

.connect_to_seat_info_data {
	width: 115px;
    float: right;
    margin: 0px;
    margin-top: -6px;
    overflow: hidden;
}

.connect_to_seat_info_seat {
	margin: 0;
    font-size: 25px;
    font-family: OpenSans_regular;
    float : left;
    margin-left: 3px;
}

.connect_to_seat_info_diaz {
	margin: 0;
    font-size: 25px;
    float: left;
}

.connect_to_seat_info_game {
	margin: 0;
    float: left;
    width: 300px;
    margin-top: -8px;
    margin-left: 5px;
	position: relative;
}

.connect_to_seat_info_season {
	margin: 0;
    float: left;
    margin-left: 5px;
    margin-top: -4px;
}

#choose_other_seat .connect_to_seat_info_season {
	margin-top: 6px;
	font-size: 12px;
}

.connect_to_seat_info_check {
	background: #1b1b1b;
    width: 20px;
    height: 55px;
    float: right;
}

#choose_other_seat .connect_to_seat_info_check {
	background: slategrey;
}

input[type=radio].check_box {
	margin-left: 3px;
	margin-top: 3px;
	z-index: 10;
	position: relative;
	opacity: 0;
	cursor: pointer;
}

input[type=radio].check_box + label  span {
	display: inline-block;
	width: 13px;
	height:13px;
	background: url('img/ui/radio_unchecked.png') left top no-repeat;
	margin-left: -16px;
	margin-top: 3px;
}

input[type=radio].check_box:checked  + label span {
    background:url('img/ui/radio_checked.png') left top no-repeat;
}

.seat_select_container {
	height: 55px;
}

.advanced_seat_select {
	
}

.stadium_map {
	font-size: 11px;
    color: #FF0000;
    margin-left: 15px;
	width: 335px;
	cursor: pointer;
}

.stadium_map_image {
    width: 451px;
	height: 410px;
	background: #f6f6f6 url('img/ui/paok_arena_map.jpg');
	position: absolute;
	top: 298px;
	left: 250px;
	box-shadow: 0 1px 0 #ddd;
	display: none;
	border-radius: 5px;
	border: 1px solid #fff;
	box-sizing: border-box;
}

label[for=upload_games_select], label[for=simple_upload_games_select]
{
    position: absolute;
    margin-left: 10px;
}

#upload_games_select, #simple_upload_games_select {
	background: #f6f6f6;
    //border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
    width: 173px;
	margin-top: 25px;
    margin-left: 10px;
    margin-bottom: 0;
}

label[for=upload_gates_select]
{
    position: absolute;
    margin-left: 5px;
}

#upload_gates_select {
	margin-left: 5px;
}

label[for=upload_diazoma_select]
{
    position: absolute;
    margin-left: 5px;
}

#upload_diazoma_select {
	margin-left: 5px;
}

#prechosen_upload {
	height: 22px;
	border-radius: 3px;
	margin-left: 5px;
	width: 155px;
}

#fbshare_check {
	margin-top: 0;
}

#user_profile {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(234, 234, 234, 0.98);
	overflow: auto;
	display: none;
}

.user_profile_container {
	float: left;
	width: 607px;
	margin-left: 25px;
	padding-top: 35px;
}

.user_profile_header {
	height: 97px;
   	width: 700px;
}

#user_profile_avatar {
	width: 80px;
    height: 80px;
   	float: left;
   	margin: 0;
   	margin-right: 10px;
    margin-left: 15px;
	//border: 1px solid #B6B6B6;	
	border-radius: 50%;
	border-bottom: 1px solid #ddd;
}

.user_profile_h1 {
	font-size: 48px;
    font-family: "OpenSans_regular";
   	margin: 0;
}

.user_profile_signature {
	margin: 0;
    margin-top: -10px;
    font-size: 14px;
}

.user_profile_email {
	float: right;
	margin-top: -55px;
	font-size: 18px;
	margin-right: 3px;
	text-shadow: 0 1px 0 #fff;
}

.user_profile_stats {
	min-width: 210px;
	height: 45px;
	float: right;
	margin: 0;
	margin-top: -33px;
	margin-bottom: 13px;
}

.user_profile_stats_blocks {
	min-width: 70px;
	height: 45px;
	float: left;
	text-align: center;
}

.user_profile_stats_blocks_container.description {
	float: right;
	margin-top: 22px;
}

.user_profile_stats_blocks_container > p {
	font-size: 38px;
	text-shadow: 0 1px 0 white;
	margin: 0;
	margin-top: -5px;
	float: right;
}

.user_profile_stats_blocks_container.description  > p, .user_profile_stats_blocks_container.description > img {
	float: left;
}

.user_profile_stats_blocks_container > img {
	float: right;
	margin-top: 15px;
}

.user_profile_cover {
 	width: 700px;
    height: 270px;
    overflow: hidden;
    box-shadow: 0px 1px 19px black;
	display: none;
	cursor: pointer;
	border-radius: 5px;
}

.user_profile_cover.no_multimedia {
	cursor: auto;
}

.user_profile_cover_description_container {
	width: 524px;
   	height: 70px;
   	position: absolute;
   	margin-top: 95px;
    margin-left: 13px;
    border: 1px solid #fff;
    box-shadow: 0 1px 19px #000;
	border-radius: 5px;
}

.user_profile_description_container {
	height: 70px;
   	background: rgba(246, 246, 246, .95);
   	width: 420px;
   	float: left;
	cursor: pointer;
}

.user_profile_description {
	max-width: 325px;
	height: 70px;
	float: left;
	overflow: hidden;
}

.user_profile_description > p.cover_title {
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}

.user_profile_description > p {
	margin: 0;
    margin-left: 10px;
}

.user_profile_container .comment .user_profile_description > p {
    margin: 5px 0 0 10px;
}

.user_profile_date {
	float: right;
  	height: 70px;
   	width: 104px;
    background: #1b1b1b;
	border-radius: 0 5px 5px 0;
}

.user_profile_date > p {
	color: #F6F6F6;
}

.user_profile_month {
	margin: 0;
	float: right;
	margin-top: 8px;
	margin-right: 20px;
}

.user_profile_day {
	margin: 0;
	float: right;
	margin-top: 8px;
}

.user_profile_dayname {
	margin: 0;
	float: right;
	margin-top: 8px;
}

.user_profile_year {
	margin: 0;
	font-size: 32px;
	margin-top: -5px;
	text-align: center;
	float: left;
	margin-left: 16px;
}

.user_profile_cover > img {
	margin-top: -50px;
   	width: 700px;
}

.user_profile_cover.no_multimedia > img {
   	margin-top: 0;
	width: 700px;
}

.user_profile_cover.no_multimedia > p {
   position: absolute;
	margin-left: 10px;
	margin-top: 80px;
	font-size: 32px;
	width: 700px;
	overflow: hidden;
	text-shadow: 0 1px 0 #FFF;
}

.user_profile_level {
 	width: 700px;	
	margin-top: 15px;
	height: 205px;
}

.user_profile_level_container {
    border-radius: 5px;
    margin-top: 7px;
    height: 241px;
}

.user_profile_level_title {
    font-family: openSans_semiBold;
    text-shadow: 0 1px 0 #fff;
	margin: 0px;
    margin-top: 25px;
    margin-left: 25px;
	font-size: 21px;
}

.user_profile_level_bar_container {
    margin-top: 5px;
    width: 669px;
    height: 30px;
    background: rgba(246, 246, 246, 0.95);
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #fff;
    margin-left: 14px;
	box-shadow: 0 0 4px #bebebe;
}

.user_profile_level_bar_current {
    //background: #1b1b1b;
	background-image: linear-gradient(left , rgb(28,195,148) 17%, rgb(46,171,136) 59%);
	background-image: -o-linear-gradient(left , rgb(28,195,148) 17%, rgb(46,171,136) 59%);
	background-image: -moz-linear-gradient(left , rgb(28,195,148) 17%, rgb(46,171,136) 59%);
	background-image: -webkit-linear-gradient(left , rgb(28,195,148) 17%, rgb(46,171,136) 59%);
	background-image: -ms-linear-gradient(left , rgb(28,195,148) 17%, rgb(46,171,136) 59%);
    //width: 450px;
    height: 30px;
    float: left;
	display: none;
}

.user_profile_level_bar_current_points {
    padding: 0;
    margin: 0;
    color: #f6f6f6;
    float: right;
    font-size: 18px;
    font-family: openSans_bold;
    margin-top: 2px;
    margin-right: 5px;
}

.user_profile_level_bar_points {
    padding: 0;
    margin: 0;
    color: #1b1b1b;
    float: right;
    font-size: 18px;
    font-family: openSans_bold;
    margin-top: 2px;
    margin-right: 5px;
}

.user_profile_level_place_container {
    width: 140px;
    margin-left: 25px;
    margin-top: 10px;
    height: 135px;
    float: left;
}

.user_profile_level_place_title {
    margin: 0;
    padding: 0;
}

.user_profile_level_place_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.user_profile_level_place_item {
	padding-top: 35px;
}

.user_profile_level_place_item_name {
    padding: 0;
    margin: 0;
    float: left;
    padding: 5px;
    background: #f6f6f6;
    border-radius: 5px 0 0 5px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    //border-bottom: 1px solid #fff;
	border-bottom: 1px solid #ddd;
    min-width: 65px;
}

.user_profile_level_place_item_place {
    padding: 0;
    margin: 0;
    float: left;
    padding: 5px;
    background: #1b1b1b;
    border-radius: 0 5px 5px 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    //border-bottom: 1px solid #fff;
	border-bottom: 1px solid #ddd;
    color: #f6f6f6;
}

.user_profile_level_place_separator {
	height: 101px;
	width: 1px;
	float: left;
	background: #CFCFCF;
	margin-top: -70px;
	margin-left: 25px;
	box-shadow: 0 0 2px #FFF;
}

.user_profile_level_achievements_container {
    width: 520px;
    float: left;
    margin-top: 10px;
    height: 135px;
}

.user_profile_level_achievements_title {
    margin: 0;
    padding: 0;
}

.user_profile_level_achievements_top {
    width: 100px;
    height: 100px;
    //background: url('img/ui/ach1.png');
    margin-top: 10px;
    float: left;
    border-radius: 50%;
    box-shadow: 0 0 10px#9C9C9C;
	display: none;
}

.user_profile_level_achievements_separator {
	height: 80px;
	width: 1px;
	float: left;
	background: #CFCFCF;
	margin-top: 20px;
	margin-left: 10px;
	box-shadow: 0 0 2px #FFF;
	display: none;
}

.user_profile_level_achievements_separator.top {
	height: 100px;
	margin-top: 10px;
}

.user_profile_level_achievements_badge {
    width: 60px;
    height: 60px;
    //background: url('img/ui/ach2.png');
    margin-top: 30px;
    float: left;
    margin-left: 10px;
    background-size: 60px;
    border-radius: 50%;
    box-shadow: 0 0 10px #9c9c9c;
	display: none;
}

.user_profile_container > .loading.level {
	position: absolute;
	margin-left: -15px;
	margin-top: 300px;
}

.user_profile_container > .loading.last {
	position: absolute;
	margin-left: -15px;
	margin-top: 500px;
}

.user_profile_activity {
	width: 700px;
}

.user_profile_activity_multi_title {
	font-size: 21px;
	margin: 0px;
	margin-top: 20px;
}

#user_profile_comments_title {
	margin-top: 80px;
}

.user_profile_activity_multi_more {
    font-size: 18px;
    margin: 0;
    float: right;
    margin-top: -25px;
    margin-right: 19px;
    color: red;
    text-shadow: 0 1px 0 #fff;
	cursor: pointer;
}

.user_profile_activity_container {
	width: 684px;
	height: 72px;
	margin-top: 10px;
	cursor: pointer;
}

.user_profile_activity_container:hover .user_profile_activity_description_container{
	box-shadow: 0 0 2px #BCBCBC;
}

.user_profile_thumb {
	width: 140px;
   	height: 72px;
    overflow: hidden;
    float: left;
    margin-left: 15px;
    padding: 0;
    margin-right: 3px;
	margin-bottom: 15px;
	border-radius: 5px;
}

.user_profile_thumb > img {
	margin: 0;
    padding: 0;
    width: 140px;
    margin-top: -15px;
}

.user_profile_video_thumb {
	float: left;
	width: 140px;
	height: 72px;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: 3px;
}

.user_profile_video_thumb > .video_icon {
	margin-left: 102px;
	margin-top: 34px;
}

.user_profile_video_thumb > .user_profile_thumb {
	margin-left: 0;
	margin-top: -78px;
	margin-right: 0;
	margin-bottom: 0;	
}

.user_profile_activity_description_container {
	width: 524px;
   	height: 70px;
    border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
    float: left;
	margin-bottom: 15px;
	border-radius: 5px;
}

.load_more_profile_user_multimedia {
	float: right;
	background: none repeat scroll 0 0 #F6F6F6;
	//border-bottom: 1px solid white;
	border-bottom: 1px solid #ddd;
	padding: 5px 15px;
	text-align: center;
	text-shadow: 0 1px 0 white;
	font-size: 16px;
	margin-right: 16px;
	width: auto;
	border-radius: 4px;
	margin-bottom: 15px;
}

.load_more_profile_user_multimedia:hover, .load_more_profile_user_multimedia.hovered {
	background: none repeat scroll 0 0 #1B1B1B;
	color: #EEE;
	text-shadow: 0 1px 0 #353535;
	cursor: pointer;
}

#password_reset_form {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(234, 234, 234, 0.98);
	overflow: auto;
	display: none;
}

#resetbtn {
	width: auto;
}

#newpassbtn {
	width: auto;
}

#changebtn {
	width: auto;
}

#gallery_organize_controls {
	position: absolute;
	margin-top: 43px; 
	left: 60px; 
	display: none;
	z-index: 1;
}

#gallery_filter_controls {
	position: absolute;
	margin-top: 43px;
	left: 100px;
	display: none;
	z-index: 1;
}

.gallery_controls {
	background-color: #eeeeee;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px 15px;
	text-align: center;
	text-shadow: 0 1px 0 #FFFFFF;
	font-size: 16px;
	cursor: pointer;
}

.gallery_controls:hover {
	background-color: #1b1b1b;
	text-shadow: 0 1px 0 #353535;
	color: #eeeeee;
}

.gallery_controls.selected {
	background-color: #1b1b1b;
	text-shadow: 0 1px 0 #353535;
	color: #eeeeee;
	cursor: auto;
}

.gallery_controls.owner.selected {
	cursor: pointer;
}

.gallery_controls.owner.inactive {
	background: #DFDFDF;
	color: #b6b6b6;
	cursor: auto;
}

.gallery_controls.owner.inactive:hover {
	background: #DFDFDF;
	color: #b6b6b6;
	text-shadow: 0 1px 0 #FFFFFF;
	cursor: auto;
}

#gallery_controls_separator {
	height: 2px;
	background: #1b1b1b;
	padding: 0px;
	cursor: auto;
}

#recent_multimedia {
	border-radius: 4px 4px 0 0;
}

#recent_comments {
	border-radius: 0 0 4px 4px;
}

#all_multimedia {
	border-radius: 4px 4px 0 0;
}

#stadium_multimedia {
	border-radius: 0 0 4px 4px;
}


#gallery_viewbtn {
	
}

#gallery_viewbtn.multimedia_circular {
	background: url('img/ui/circular_btn.png') center left no-repeat;
}

#gallery_viewbtn.multimedia_circular.grid {
	background: url('img/ui/multimedia_grid_view.png') center left no-repeat;
}

#gallery_viewbtn.multimedia_circular.list {
	background: url('img/ui/multimedia_list_view.png') center left no-repeat;
}

#gallery_filterbtn {
	background: url('img/ui/multimedia_filter_settings.png') center left no-repeat;
}

#gallery_filterbtn.multimedia_circular.clicked {
	background: url('img/ui/multimedia_filter_settings_clicked.png') center left no-repeat;
}

#gallery_organizebtn {
	background: url('img/ui/multimedia_organize_settings.png') center left no-repeat;
}

#gallery_organizebtn.multimedia_circular.clicked {
	background: url('img/ui/multimedia_organize_settings_clicked.png') center left no-repeat;
}

#gallery_reloadbtn {
	background: url('img/ui/multimedia_reload.png') center left no-repeat;
	margin-left: 15px;
}

.multimedia_circular {
	width: 32px;
	height: 32px;
	float: left;
	margin-top: 1px;
	margin-bottom: 5px; 
	margin-left: 5px; 
	cursor: pointer;
}

.gallery_game {
	background: none repeat scroll 0 0 #1B1B1B;
	border-bottom: 1px solid #3E3E3E;
	height: 29px;
	width: 181px;
	margin-left: 164px;
	border-radius: 5px;
	padding-top: 4px;
}

#gallery_games_select {
	background: white;
	border: 1px solid #EEE;
	right: 49px;
	width: 173px;
	position: absolute;
}

.off {
	cursor: auto;
	background: url('img/buttons/cControl_back_off.png');
}

.on {
	cursor: pointer;
	background: url('img/buttons/cControl_back.png');
}

input[type="text"] {
	margin-left: 0px;
	border-radius: 5px;
}

input[type="password"] {
	margin-left: 0px;
	border-radius: 5px;
}

.styled {
	border: none;
	width: 160px;
	height: 25px;
	font-family: "OpenSans_light";
	font-size: 14px;
	text-shadow: 0 1px 0 #FFFFFF;
	background: transparent;
	background: #f6f6f6;
	padding-left: 5px;
	margin-bottom: 5px;
	border-radius: 3px 0 0 3px;
	border-bottom: 1px solid #ddd;
}

.styled.job {
	width: 300px;
}

.styled.doy {
	width: 350px;
}

.styled.status {
	width: 200px;
}

.styled.langs {
    float: right;
    font-size: 12px;
    height: 20px;
    margin-right: 5px;
    margin-top: 20px;
    width: 80px;
}

.copyright {
    float: left;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 22px;
}

.contact {
	float: left;
	font-size: 12px;
	margin-left: 5px;
	margin-top: 22px;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
	background: #f6f6f6;
	//border-bottom: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}

.ui-datepicker-prev.ui-corner-all {
	display: none;
}

.ui-datepicker-next.ui-corner-all {
	display: none;
}

.ui-datepicker-title {
	float: right;
}

table.ui-datepicker-calendar {
	width: 100%;
}

.ui-datepicker-calendar thead {
	display: none;
}

.ui-datepicker-calendar tbody {
	background: #eaeaea;
}

a.ui-state-default {
	color: #1b1b1b;
	text-shadow: 0 1px 0 #fff;
	text-decoration: none;
}

.ui-state-default {
	color: #b6b6b6;
}

.user_settings_block > form {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #F6F6F6;
	padding: 15px;
}

.user_settings_block label {
	float: left;
	padding-right: 16px;
	padding-top: 5px;
	text-align: right;
	width: 180px;
}

.ui-datepicker-year {
	border: none;
	font-family: "OpenSans_light";
	text-shadow: 0 1px 0 #FFFFFF;
	background: transparent;
	background: #f6f6f6;
}

.ui-datepicker-month {
	border: none;
	font-family: "OpenSans_light";
	text-shadow: 0 1px 0 #FFFFFF;
	background: transparent;
	background: #f6f6f6;
}

#result{
    margin-left: 5px;
}
 
#result.short{
    color: #FF0000;
}
 
#result.weak{
    color: #E66C2C;
}
 
#result.good{
    color: #2D98F3;
}
 
#result.strong{
    color: #266A2E;
}

input[type="text"]:disabled
{
	color: #B6B6B6;
}

.tips {
	margin-top: 40px;
	font-size: 12px;
	padding-bottom: 15px;
	text-align: center;
	text-shadow: 0 1px 0 #FFFFFF;
}

#registerbtn {
	width: 140px;
}

.warning {
	margin-left: 8px;
	color: #FF0000;
}

.warning.multi_title > img {
	margin-top: 11px;
}

.resolved {
	color: #B6B6B6;
	text-decoration: line-through;
}

.warning > img {
	position: absolute;
	margin-top: 6px;
}

.warning > .text {
	margin-left: 18px;
}	

.avatar_tips {
	font-size: 10px;
	position: absolute;
	left: 53px;
	text-align: right;
	margin-top: 23px;
	color: grey;
}

#status {
	position: absolute;
	margin-top: 0px;
	float: right;
	position: absolute;	
	margin-top: -30px;
	margin-left: 360px;
	color: red;
	display: none;
}

#upload {
	width: 120px;
	margin-left: 200px;
	margin-bottom: 5px;
	font-family: "OpenSans_light";
	font-size: 14px;
	color: #000;
	text-shadow: 0 1px 0 #FFFFFF;
	text-decoration: none;
	border: none;
	background:  #F6F6F6;
	//border-bottom: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	padding: 5px 15px;
	cursor: pointer;
	display: none;
}

#upload.hover {
	background: #1b1b1b;
	border-bottom: 1px solid #fff;
	color: #eeeeee;
	text-shadow: 0 1px 0 #353535;
}

#upload.upload_multimedia {
	margin-left: 0px;
	margin-top: -5px;
}

#delete_avatar {
	margin-top: 0px;
	margin-left: 202px;
	font-size: 11px;
	cursor: pointer;
}

#delete_avatar:hover {
	color: red;
}

.check_box {
	margin-top: 8px;
}

#signature {
	height: 50px;
	font-family: "OpenSans_light";
	font-size: 14px;
	text-shadow: 0 1px 0 white;
	background: #F6F6F6;
	//border: 1px solid white;
	border: 1px solid #F6F6F6;
	border-bottom: 1px solid #ddd;
	width: 248px;
	padding-left: 5px;
	margin-bottom: 5px;
}


.fbconnect_account {
    margin-left: 15px;
}


.nofb {
    color: red;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-shadow: 0 1px 0 #FFFFFF;
}

.load_more {
	float: left;
    background: none repeat scroll 0 0 #eeeeee;
    //border-bottom: 1px solid #FFFFFF;
	border-bottom: 1px solid #ddd;
    padding: 5px 15px;
    text-align: center;
	text-shadow: 0 1px 0 #FFFFFF;
	font-size: 16px;
    margin-left: 17px;
	width: 297px;
	border-radius: 4px;
}

.load_more:hover, .load_more.hovered{
    background: none repeat scroll 0 0 #1b1b1b;
	color: #eeeeee;
	text-shadow: 0 1px 0 #353535;
	cursor:pointer;
}

#image_container{
	width: 350px;
	margin: auto;
	max-height: 516px;
	min-height: 100px;
	overflow: auto;
}

/*#mCSB_2 {
	width: 344px;
	margin-left: 14px;
	max-height: 516px;
	min-height: 100px;
	overflow: auto;
}

#mCSB_2  .mCSB_scrollTools {
	height: 514px;
	margin-top: 2px;
}

#mCSB_2 .mCSB_dragger_bar {
	width: 10px;
	border-radius: 2px;
}*/

.thumb {
    float: left;
    height: 80px;
    margin: 3px;
    width: 105px;
	cursor: pointer;
}

.thumb:hover, .thumb.hovered {
	box-shadow: 0 0 5px #1b1b1b;
}

.video_thumb {
	float: left;
	width: 105px;
	height: 80px;
	padding: 0;
	margin-right: 6px;
	margin-bottom: 6px;
}

.my_thumb {
	float: left;
	width: 105px;
	height: 80px;
	padding: 0;
	margin-right: 6px;
	margin-bottom: 6px;
}

.video_thumb > .thumb {
	margin-top: -85px;
}

.video_thumb.my_thumb > .thumb {
	margin-top: -83px;
}

.ie .video_thumb.my_thumb > .thumb {
	margin-top: -83px;
}

.my_thumb > .thumb {
	margin-top: -17px;
}

.multimedia_remove {
	cursor: pointer;
}

.multimedia_edit {
	cursor: pointer;
}

.video_thumb.my_thumb > .multimedia_remove {
	
}

.video_thumb.my_thumb > .multimedia_edit {

}

.my_thumb > .multimedia_remove {
	width: 16px;
	height: 16px;
	margin-left: 89px;
}

.my_thumb > .multimedia_edit {
	width: 16px;
	height: 16px;
	margin-left: -35px;
}

.my_thumb > .multimedia_reported {
	width: 16px;
	height: 16px;
	margin-left: -35px;
}

.my_thumb > .multimedia_edit.pending {
	margin-left: 89px;
}

/*Internet explorer specific css*/
.ie .video_thumb > .thumb { 
	margin-top: -80px;
}

.video_icon {
	margin-top: 44px;
	margin-left: 69px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.video_thumb.my_thumb > .video_icon {
	margin-top: 22px;
}

/*Internet explorer specific css*/
.ie .video_icon {
	margin-top: 39px;
	margin-left: 64px;
}

.multimedia_remove_form {
	border-radius: 5px;
}

.multimedia_remove_form.grid {
	width: 327px;
	height: 100px;
	background: #1b1b1b;
	margin-left: 3px;
	float: left;
	display: none;
}

.multimedia_remove_form.list {
	width: 325px;
	height: 100px;
	background: #1B1B1B;
	margin-left: 3px;
	display: none;
	padding: 1px;
	margin-bottom: 8px;
}

.remove_multimedia_message {
	margin: 5px;
	color: #f1f1f1;
}

#cancelDeleteMultibtn {
	text-align: center;
	color: #eeeeee;
	background: #6b6b6b;
	border: none;
	text-shadow: none;
	width: 100px;
	height: 30px;
	float: right;
	margin-top: 19px;
}

#cancelDeleteMultibtn:hover {
	background: #3A3A3A;
}

#deleteMultibtn {
	text-align: center;
	color: #eeeeee;
	background: #F70000;
	border: none;
	text-shadow: none;
	width: 100px;
	height: 30px;
	float: right;
	margin-top: 19px;
}

#deleteMultibtn:hover{
	background: #CC0000;
}

#gallery_list {
	margin-left: -43px;
	padding: 0;
	margin: 0;
}

.gallery_item {
	width: 326px;
	height: 80px;
	margin: 3px;
	background: #eeeeee;
	border: 1px solid #fff;
	list-style: none;
	border-radius: 5px;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
}

.gallery_item:hover {
	box-shadow: 0 0 2px #BCBCBC;
}

.gallery_item  .multimedia_remove{
    width: 16px;
    height: 16px;
    float: right;
	margin-top: -3px;
	margin-right: 3px;
}

.gallery_item  .multimedia_edit{
    width: 16px;
    height: 16px;
    float: right;
    margin-right: 3px;
    margin-top: -3px;
}

.gallery_item  .multimedia_reported{
    width: 16px;
    height: 16px;
    float: right;
    margin-right: 3px;
    margin-top: -3px;
}

.list_thumb .thumb:hover {
	box-shadow: none!important;
}

.list_thumb > img {
	margin: 0;
}

.list_thumb > .video_thumb {
	margin-right: 0;
	margin-bottom: 0;
}

.list_thumb > .video_thumb > .video_icon {
	margin-top: 41px;
	margin-left: 66px;
}

/*Internet explorer specific css*/
.ie .list_thumb > .video_thumb > .video_icon {
	margin-top: 36px;
	margin-left: 61px;
}

.list_thumb > .video_thumb > .thumb {
	margin: -86px 0 0 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.list_thumb > .video_thumb > .thumb {
		margin: -85px 0 0 0;
	}
}

/*Internet explorer specific css*/
.ie .list_thumb > .video_thumb > .thumb {
	margin: -80px 0 0 0;
}

.list_info {
	margin-left: 114px;
	height: 80px;
	overflow: hidden;
}

.list_item_title {
	font-family: openSans_regular;
	text-shadow: 0 1px 0 #fff;
	padding: 0;
	margin: 0;
	font-size: 16px;
	padding-top: 4px;
}

.list_item_description {
	font-family: openSans_light;
	padding: 0;
	margin: 0;
}

.list_item_comments_count {
	margin-top: -3px;
}

.list_item_comments_count_num {
	margin: 0;	
	padding: 0;
	float: left;
	margin-top: 2px;
	font-size: 22px;
}

.list_item_comments_count > img {
	float: left;
	height: 25px;
	margin-top: 5px;
	margin-left: 3px;
}

.list_item_comments_last {
	margin-top: 1px;
}

.list_item_comments_last > p {	
	margin: 0;
	padding: 0;
	float: left;
	margin-top: 8px;
	font-size: 12px;
	margin-left: 3px;
}

.load_more_activity {
	float: left;
    background: none repeat scroll 0 0 #eeeeee;
    border-bottom: 1px solid #FFFFFF;
    padding: 5px 15px;
    text-align: center;
	text-shadow: 0 1px 0 #FFFFFF;
	font-size: 16px;
    margin-left: 17px;
	width: 297px;
	border-radius: 4px;
}

.load_more_activity:hover, .load_more_activity.hovered {
    background: none repeat scroll 0 0 #1b1b1b;
	color: #eeeeee;
	text-shadow: 0 1px 0 #353535;
	cursor:pointer;
}

#users_reloadbtn {
	background: url('img/ui/multimedia_reload.png') center left no-repeat;
	margin-left: 15px;
}

.users_title {
	width: 282px;
	margin-left: 53px;
	height: 28px;
	border-radius: 5px;
	border-bottom: 1px solid #3E3E3E;
	background: #1B1B1B;
	color: #F6F6F6;
	padding-left: 10px;
	padding-top: 6px;
	margin-bottom: 12px;
}

#new_users_title > p {
	margin: 0;
}

#users_organizebtn {
	background: url('img/ui/multimedia_organize_settings.png') center left no-repeat;
	margin-left: 15px;
	margin-top: -5px;
}

#users_organizebtn.multimedia_circular.clicked {
	background: url('img/ui/multimedia_organize_settings_clicked.png') center left no-repeat;
}

#users_organize_controls {
	position: absolute;
	margin-top: 38px;
	left: 24px;
	display: none;
	z-index: 1;
}

#new_users_title {
    margin-top: -6px;
	margin-bottom: -5px; /**/
}

.users_container {
	margin-top: -5px;
	//margin-left: 11px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#all_users_container {
	margin-bottom: 0;
	min-height: 131px;
	//max-height: 265px;
	max-height: 270px;
	width: 352px;
	overflow: auto;
	padding-top: 4px; /**/
}

.user_avatar {
	width: 60px;
	height: 60px;
	//margin-left: 5px;	
	margin-left: 7px;
	margin-top: 3px;
	//border: 1px solid #B6B6B6;
}

.user_avatar:hover {
	box-shadow: 0 0 5px #1B1B1B;
}

#all_users {
	border-radius: 5px 5px 0 0;
}

#most_videos {
	border-radius: 0 0 5px 5px;
}

.load_more_users {
	float: left;
    background: none repeat scroll 0 0 #eeeeee;
    //border-bottom: 1px solid #FFFFFF;
	border-bottom: 1px solid #ddd;
    padding: 5px 15px;
    text-align: center;
	text-shadow: 0 1px 0 #FFFFFF;
	font-size: 16px;
    margin-left: 17px;
	width: 297px;
	border-radius: 4px;
}

.load_more_users:hover, .load_more_users.hovered {
    background: none repeat scroll 0 0 #1b1b1b;
	color: #eeeeee;
	text-shadow: 0 1px 0 #353535;
	cursor:pointer;
}

#invite_panel .resizable{
	display: none;
}

#invite_email {
	width: 267px;
	height: 31px;
	font-family: "OpenSans_light";
	font-size: 16px;
	text-shadow: 0 1px 0 #FFF;
	border: none;
	background: #EEE;
	//border-bottom: 1px solid #FFF;
	border-bottom: 1px solid #ddd;
	padding-left: 5px;
}

.invite {
	float: right;
	height: 29px;
	margin-left: 4px;
	padding-right: 9px;
	padding-top: 4px;
	text-align: center;
	width: auto;
	padding-left: 9px;
}

#invite_panel .warning {
	margin-left: -20px;
}

#invite_panel .warning > img {
	margin-top: 9px;
}

#message_container {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(234, 234, 234, 0.98);
	overflow: auto;
	display: none;
}

.message_block {
    float: left;
    margin-left: 25px;
    width: 610px;
}

.message_text {
    border: 1px solid #F6F6F6;
    border-radius: 5px 5px 5px 5px;
    height: auto;
    min-height: 150px;
    padding: 15px;
}

.message_text > h2 {
	min-height: 150px;
}

#cancel_admin {
	float: right;
    height: 28px;
    margin-left: 4px;
    padding-top: 5px;
    text-align: center;
}

.admin_message_controls {
	position: relative;
	top: -30px;
}

#previous_admin {
	float: right;
    height: 28px;
    margin-left: 4px;
    padding-top: 5px;
    text-align: center;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}

#previous_admin.hovered {
	cursor: auto;
}

#next_admin {
	float: right;
    height: 28px;
    margin-left: 4px;
    padding-top: 5px;
    text-align: center;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}

#next_admin.hovered {
	cursor: auto;
}

#previous_admin .adminMsgbtn_loading {
	margin-left: 10px;
}

#next_admin .adminMsgbtn_loading {
	margin-right: 10px;
}

#contact_container {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(234, 234, 234, 0.98);
	overflow: auto;
	display: none;
}

.contact_block {
	float: left;
	width: 607px;
	margin-left: 25px;
}

#contact_title_input, #contact_email_input {
	font-size: 25px;
	height: auto;
	margin-bottom: 10px;
}

#message_input {
	font-family: "OpenSans_light";
	text-shadow: 0 1px 0 #FFF;
	background: #F6F6F6;
	border: 1px solid #FFF;
	padding-left: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	width: 595px;
	height: 24px;
}

/*-------------------------
	Dropbox Element
--------------------------*/

#dropbox{
	background: #f6f6f6;
	display: inline-block;
	position: relative;
	margin: 0 0px 5px;
	overflow: hidden;
	height: 125px;
    width: 250px;
	border: 2px dashed #b6b6b6;
	border-radius: 5px;
}

#dropbox .message{
	font-size: 14px;
    text-align: center;
    padding-top: 50px;
    display: block;
}

#dropbox .message i{
	color:#ccc;
	font-size:10px;
}

#dropbox:before{
	border-radius:3px 3px 0 0;
}

/*-------------------------
	Image Previews
--------------------------*/

#dropbox .preview{
	width: 252px;
	height: 114px;
	float:left;
	margin: 10px 0 0 1px;
	position: relative;
	text-align: center;
}

#dropbox .preview img{
	max-width: 240px;
	max-height:110px;
	border:3px solid #fff;
	display: block;

	box-shadow:0 0 2px #000;
}

#dropbox .imageHolder{
	display: inline-block;
	position:relative;
}

#dropbox .uploaded{
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background: url('img/ui/upload_done.gif') no-repeat right bottom rgba(255,255,255,0.5);
	display: none;
}

#dropbox .preview.done .uploaded{
	display: block;
}

/*-------------------------
	Progress Bars
--------------------------*/

#dropbox .progressHolder{
	position: absolute;
	background-color:#eaeaea;
	height:12px;
	width:100%;
	left:0;
	bottom: 0;
}

#dropbox .progress{
	background-color:#1b1b1b;
	position: absolute;
	height:100%;
	left:0;
	width:100%;

	box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;

	-moz-transition:0.25s;
	-webkit-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}

#dropbox .preview.done .progress{
	width:100% !important;
}


#dropbox .preview .progressHolder .bytesOf {
    color: red;
    margin: -18px 0 0;
    padding: 0;
    position: absolute;
    right: 5px;
    z-index: 1;
}
