/*
@import url(https://fonts.googleapis.com/css?family=Roboto);
*/

html, body {
	width:100%; 
	height:100%;
	margin:0px; 
	padding:0px; 
	background-color:#fff;
	/* background: #ecf0f5; */
	/* backgrounds: vmeste #f8f8f8, adminlte #ecf0f5, google #f1f1f1, vk #edeef0 */
}

body, td, input, select, textarea, a  {
	/* font-family:Roboto, sans-serif; */
	font-family: Verdana, Arial, sans-serif;
	font-size:13px;
	color:#333;
}

h1 {
    font-size: 1.4em;  
    margin-block-start: 0.2em;
    margin-block-end: 0.8em;
    font-weight: bold;
}
h3 {
	/* fix iframe height bug */
	margin-block-start: 0;
  padding-top: 4px;
}


a {
	/* color:#295784; */
	/* color:#4040c0; */
	/* color:#005cb1; */
	color:#295794;
	text-decoration: none;
}

a:hover{
	/* text-decoration:underline; */
}

a.url {
 word-break: break-all;
}

img {border:0px;}

input, select, textarea {
	font-size: 13px;
	margin-bottom: 4px;
	padding: 8px 8px;
	box-sizing: border-box;
	border: 1px #ccc solid;
	border-radius: 3px;
	background:#fff;
	max-width:100%;
}

input[type=checkbox] {
	width:20px; height:20px; border:0px;
	vertical-align:middle;
}

input[type=file] {
	border:0px;
}

button, input[type=button], input[type=submit] {
	cursor:pointer;
	font-size:13px;
	padding:8.5px 12px;
	border:0px; 
	color: white;
	background-color:#377BB5;
}
button:hover, input[type=button]:hover, input[type=submit]:hover {
	background-color:#4080c0;
}

input:invalid {
    background-color: lightpink;
}

/* BB codes */
.vm_bb {
	margin-right:2px;
}
input.vm_bb {
	font-family: Verdana;
	font-size: 1em;
	width:25px; 
	padding-left:0px;
	padding-right:0px;
	text-align:center;
	background:#ddd;  
	color:black;
} 
input.vm_bb:hover {
	background:#eee;  
}


/* General */
#statusobj {text-align:left;background-color:#dddddd;padding:5px;border:1px black solid; z-index:20; position:absolute; display:none;}
.vm_width {max-width:750px; margin:0 auto; padding:0 10px;}
.inv {display:none;}   
.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}
.vm_menupoints {float:right; cursor:pointer; margin:0 8px 0 12px; width:20px; height:20px; background:url(img/services/96/more.png); background-size:cover; vertical-align:middle;}
.vm_blocklinks b {padding:4px 6px; background:#eee;}
.vm_blocklinks a {padding:4px 6px; background:#ddd;}
.vm_blocklinks a:hover {background:#eee;}



/* Containers */
.vm_container {
	display:flex;
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
}
.vm_container:after {
  content: "";
  display: table;
  clear: both;
}
.vm_menu3 > :first-child {flex:1; text-align:left;}
.vm_menu3 > :nth-child(2) {flex:1; text-align:center;}
.vm_menu3 > :last-child {flex:1; text-align:right;}

.vm_col2 {
	float:left;
	width:50%;
}
.vm_col3 {
	float:left;
	width:33.333%;	
}
.vm_col4 {
	float:left;
	width:25%;	
}

	
/* Table styles */
.tb {border-collapse:collapse; margin:0px 0px 5px 0px; background:#fcfcfc; border-radius:5px; border: 1px #eee solid; box-shadow: 0 4px 12px rgb(0 16 64 / 8%); }
.tb tr {border-bottom: 1px #eee solid;}
.tb thead td {padding:8px 5px; background:#f7f7f7; text-align:center; font: normal 13px Verdana; white-space: nowrap; border: 1px solid #ddd;}
.tb td {padding:4px 5px; }
.tbeven tr:nth-child(even) { background:#f7f7f7;}
.tbwide {width:100%;}
.tbgray {background:#eee;}
.tblink, .tblink td {font-weight:bold !important; cursor:pointer;}


.vm_post {
	position:relative; background:#fcfcfc; text-align:left; padding:8px; margin:0px 0px 15px 0px; 
	border-radius:8px; border: 1px #eee solid; box-shadow: 0 4px 12px rgb(0 16 64 / 8%); 
}
.vm_postBottomOLD {
	display:none;
}



/* HEADER line */
#vm_topheader { background-color: #f0f0f0; height:33px; line-height: 33px;}
#vm_topheader select {
	padding: 7px 8px;
}
.vm_devinfo {display:inline-block;  padding:0 10px; white-space: nowrap; max-width: 60%;}
.vm_topmenu {padding-top:10px; padding-bottom:10px; line-height:60px;}


/* HEADER logo */
#vm_header {
	background-color:#fff;
	box-shadow: 0 5px 20px -10px rgba(0,0,0,0.2); 
	margin-bottom: 15px;
}
/* .vm_logo {cursor:pointer; float:left; display:block; width:160px; height:48px; background-image:url('img/logo.png');} */
.vm_logo {
	text-transform: uppercase;
	cursor:pointer; float:left; 
	display:flex; align-items: center; height:48px; 
	background: url("img/services/96/vmeste.png") no-repeat left;
	background-size: 48px 48px;
	padding-left:52px; 
	font: bold 19px Verdana;
	color: #38c;
	text-shadow: 0 0 2px #fff,   3px 3px 3px #ccc;
}


.vm_topmenuitems {float:right;}
.vm_topmenuitem {
	height: 48px; float:left; padding:0px 5px;
	display: flex; justify-content: center; align-items: center;
	cursor:pointer; font:15px Verdana; color:#295784; text-align:center; 
}
.vm_topmenuitem img { width:20px; height:20px; margin-right:4px;}
.vm_topmenuitem:last-child img { border-radius: 50%; }
.vm_topmenuitem:hover, .vm_topmenuitemhover { background:#f4f4f4; color:#295784;}


/* CONTENT */
#vm_content { padding: 8px 0; min-height:550px; }
#pagehtml {}


/* FOOTER */
#vm_footer {
	font: 13px Verdana;
	background-color: #F4F4F4;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding:15px 0;
}
.vm_footer_block {
	float:left;
	box-sizing: border-box;
	width:25%;
	padding:0 25px 10px;
	line-height:20px;
}
.vm_footer_block a {

}
.vm_footer_copyright {
	text-align:center;
}

/* Contacts */
.vm_supports {margin:0 5%;}
.vm_supports div div {margin-bottom:5px;}
.vm_supports img {margin:0 4px;}
.vm_ticketcats a {display:inline-block; background:#ddd; padding:6px; margin-bottom:10px;}
.vm_ticketcats a:hover, .vm_ticketcats a.hover {background:#eee;}


/* max-width 600px */
@media screen and (max-width: 700px) {
	.vm_topmenuitems img {width:32px; height:32px; margin:0px 2px;}
	.vm_topmenuitems span {display:none;}
	.vm_footer_block {width:50%;}
	.vm_service {flex-basis:50%;}
	.userprofile:nth-child(2) {display:none;}
	.vm_col2 {width:100%;}
	.vm_col3 {width:50%;}
	.vm_col4 {width:50%;}
}

  
.menubox {display:block; text-align:center; text-decoration:none;	font-size:12px;	font-weight: bold; background-color: #f4f4f4; margin-right:1px; padding:7px 8px 8px 8px;  border:1px solid #e8e8e8; border-bottom:0px; border-radius: 6px 6px 0 0;}
.menubox:hover, .menubox.selected {background-color: transparent;}

.menubox2 {text-align:center;}
.menubox2 {display:block; padding:8px 8px 8px 8px;  min-height: 16px; text-align:center; text-decoration:none;	font-weight: bold; }
.menubox2:hover, .menubox2.selected {border-bottom: 2px solid #295794;}

.border {background-color:#f0f0f0;text-align: center;}
.warn {border:1px red solid; padding:5px; }

.box {
	display:inline-block;
	vertical-align:top;
	background-color:#f8f8f8; 
  width:140px; 
	min-height:158px;
	overflow: hidden;
  padding:4px 0px 4px 0px; 
	margin:3px; 
  text-align:center; 
  font-family: Verdana;
  font-size: 11px;
	border-radius:6px;
}
.box2 {
	text-align:left;
	padding:8px;
} 
.boxsmall {background:#f8f8f8; margin:0px 0px 5px 0px;}
.box a, .boxsmall a {font-size:12px;}


/* USERS */
.ufoto {box-shadow: 0 0 5px rgba(0,0,0,0.5); cursor:pointer; border-radius: 6px; }
.ufile {box-shadow: 0 0 5px rgba(0,0,0,0.5); cursor:pointer; border-radius: 6px;}

.user_foto {
	position:relative;
	width:180px; height:180px;  
	background-size:cover; background-position:50% 20%; 
	box-shadow: 0 0 5px rgba(128,128,128,0.5); border-radius: 6px;
	cursor:pointer; 
	margin-bottom:10px;
}

.user_icon {
	height: 48px;
	width: 48px;
	background-position: 50% 20%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	box-sizing: border-box;
	overflow: hidden;
	display:inline-block;
	cursor:pointer;
}



.user_online {
	position:absolute; 
	width:7px; 
	height:7px; 
	border-radius:8px; 
	bottom:3px; 
	right:3px; 
	background:#33cc99; 
	border:2px white solid;
}
.user_online_mobile {
	background:#3388cc;
}

.user_menu {
	display:none;
	position:absolute; 
	width:16px; 
	height:16px; 
	margin:0 8px; 
	top:0px; 
	right:0px; 
	background:url(img/services/96/more.png); 
	background-size:cover;
	vertical-align:middle;
	cursor:pointer;
}

.user_icon_big {
	height: 128px;
	width: 128px;
	border-radius: 64px;
}
.user_icon_big .user_menu {display:block;}
.user_icon_big .user_online { width:8px; height:8px; bottom:16px; right:16px; }

.user_icon_mini {width:24px; height:24px; vertical-align:middle;}
.user_icon_mini .user_online { width:6px; height:6px;  bottom:-2px; right:-2px; }

.group_icon {border-radius:20%; border: 1px solid #66BBFF; box-shadow: 0px 0px 10px 0px #4488FF;}

#vm_smiles {
	background-color:#f0f0f0; 
	overflow: hidden;
  border:1px #d8d8d8 solid; 
  font-family: Verdana;
  font-size: 16px;
	position:absolute; 
	z-index:10; 
	display:none;
}
#vm_smiles span {margin:1px; cursor:pointer;}
.smileshead {
	background-color:#fcfcfc; 
  padding:4px; 
}
.smilesbox {
	width:225px; 
	height:200px; 
	overflow-y: scroll;
  padding:4px; 
  font-family: Verdana;
  font-size: 16px;
}






.itembox {width:60px; text-align:center; margin:10px; float:left;}


/* Navigation fixed */
.vm_forum_nav {display: flex; top:34px;}
.vm_forum_nav_posts {top:0px;}
.vm_nav_fixed {position:fixed; z-index:1000; width:750px; max-width:97%; box-sizing: border-box; padding:10px; padding-bottom:6px; border-radius:10px; background:#fff; box-shadow: 0 6px 20px rgb(0 16 64 / 15%); }

/* Comments */
.vm_deleteselected {display:none; position:fixed; z-index:1000; left:45%; bottom:10px; text-align:center; padding:10px 20px 5px; background:#f0f0f0; border-radius:10px; box-shadow: 0 0 10px rgba(0,0,0,0.2); }
.vm_commentForm {width:450px; max-width:100%;}
.vm_commentForm textarea {width:100%; height:65px;}
.vm_commentForm input[name=subject], .vm_commentForm input[type=submit] {width:100%;}
.vm_commentForm.extended {width:610px; }
.vm_commentForm.extended textarea {height:140px;}


/* Messages */
.ok,.success,.warn,.error,.info {margin:8px 0px; padding:5px 8px; border:1px green solid; background:#ffffff; border-radius:4px;}
.ok,.success {color:green; border:1px green solid;}
.info,.warn {border:1px orange dashed;}
.error {color:red; border:1px red solid;}

/* Home Services */

.vm_services {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.vm_service {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 30px;
}

.vm_service img {
	width: 48px;
	height: auto;
}

.vm_service .h3 {
	display: block;
	font-size: 1.17em;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 8px;
	color:#333;
}
.vm_services3 .vm_service {
	width: 33%;
}

.vm_services4 .vm_service {
	width: 24%;
}

.vm_payments {
	text-align: center;
}
.vm_payments img {
	width: 8%;
	height: auto;
}
.vm_payments .paypal {
	width: 9%;
}

/* Pay Zone */
.fieldsel {display:inline-block; margin:0px; border:1px #eeeeee solid; padding:5px; border-radius:7px;}
.fieldsel legend {font-size:11px; font-family:Verdana; font-weight:bold; margin-bottom:5px;}
.fieldsel select {width:210px; }
.curvalue {text-align:right;padding-right:5px;font-weight:bold; width:60px;}
.light {background:#FBFFFF;}

/* Files Imgs */
#dropbox {position:relative; cursor:pointer; width:180px; height:120px; padding:60px 10px 0px; text-align:center; border:2px gray dashed; background:#f0f0f0;}
#dropbox:hover {border-color:#44cc44;}
#dir img {cursor:pointer; max-width:180px; max-height:128px; border:1px solid transparent;}
.field {width:200px;}

/* World games */
#world_menu {margin-bottom:10px;}
.hero {border-collapse:collapse;}
.hero td {padding:0px; border: 1px #cccccc solid;}

/* News / Posts */
.vm_newsContent {
	position: relative;
	overflow-y: hidden;
}
.vm_hideContent {
	max-height: 600px;
}
.vm_hideContent::after {
	background: linear-gradient(0deg, rgba(250, 250, 250, 0.9) 0%, rgba(255, 255, 255, 0) 40px);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}
.vm_showContent {
	text-align:center;
	color: #295794;
	font-weight: bold;
	cursor: pointer;
	width: 100%;
	background: #f4f4f4;
	padding: 10px 0;
	border-radius:5px;
}


/* Social contacts */
.vm_socials {
	display: inline-block;
	align-items: center;
	margin-bottom: 4px;
	margin-right: 16px;
	max-width:230px;
	white-space: nowrap;
}

.vm_socials img {
	width: 24px;
	height: 24px;
	margin-right: 6px;
	vertical-align:middle;
}


/* Payment CARD form */
#payment-form {
	box-sizing: border-box;
	min-width: 500px;
}
#payment-element {
  margin-bottom: 24px;
}

/* Buttons and links */
#payment-button {
  background: #4080c0;
  font-family: Arial, sans-serif;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}
#payment-button:disabled {
  opacity: 0.5;
  cursor: default;
}

