/* BASIC STYLES */
.mv-wrapper {
	width:100%;
}

.mv-content {
	width:100%;
	padding:0;
}

.mv-clear {
	clear:both; 
}

.mvhr {
	height:1px;
	width:100%;
	background:none;
	border-top:dotted 2px #F4F4F4;
	margin:20px 0 20px 0;
	padding:0;
}

/* FILE VIEW */

.file-thumb img {
	width:100%!important;
}

.file-title {
	font-size:30px;
	margin:20px 0 5px 0;
	font-weight:normal; 
}

.file-info {
	color:#858585;
	font-size:95%;
	margin-bottom:20px;
}

.file-date {
	text-decoration:underline;
	font-style:italic;
}

.file-info a:active, .file-info a:visited, .file-info a:link {
	text-decoration:none;
}

.file-details-title {
	font-size:20px;
	margin:20px 0 20px 0;
	font-weight:normal; 
}

.file-details-wrapper {
	width: 100%;
	margin-bottom: 10px;
}

.file-details {
	background:#f4f4f4;
	padding: 10px;
	border-bottom: 5px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.file-data {
	float:left;
	padding-left:25px;/*70px*/
	margin: 10px;
	height: 30px;/*70px*/
	background-size: contain !important;/* Sublimar */
}

/* Start Extension Icons */
.file-pdf {
	background:url(http://ale.webself.it/wp-content/plugins/multiverso/images/pdf.png) no-repeat left center;
}
.file-txt {
	background:url(../images/txt.png) no-repeat left center;
}
.file-zip {
	background:url(../images/zip.png) no-repeat left center;
}
.file-rar {
	background:url(../images/rar.png) no-repeat left center;
}
.file-doc {
	background:url(../images/doc.png) no-repeat left center;
}
.file-xls {
	background:url(../images/xls.png) no-repeat left center;
}
.file-ppt {
	background:url(../images/ppt.png) no-repeat left center;
}
.file-gif {
	background:url(../images/gif.png) no-repeat left center;
}
.file-png {
	background:url(../images/png.png) no-repeat left center;
}
.file-jpg {
	background:url(../images/jpg.png) no-repeat left center;
}
.file-none {
	background:url(../images/nofile.png) no-repeat left center;
}
.file-others {
	background:url(../images/file.png) no-repeat left center;
}


/* End Extension Icons */

.file-name {
	font-size:110%;
	line-height:33px;
	margin-left: 20px;
}

.file-name a:visited, .file-name a:link, .file-name a:active {
	text-decoration:none;
}

.file-data-list {
	list-style:none;
	padding: 0;
	margin: 0 0 0 20px !important;
	display:none;/* Sublimar */
}

.file-data-list li {
	display:inline-block;
	line-height:33px;
	font-size:95%;
	margin: 0 5px 0 0 !important;
}

.file-data-list i {
	color:#bfbfbf;
	margin-right:10px;
}

.file-owner {
}

.file-publish {
	font-style:italic;
}

.file-access {
}

.file-public {
	color:#7ca444;
}

.file-registered {
	color:#C00;
}

.file-personal {
	color:#06C;
}

.file-dw-button {
	float: right;
	margin: 0;/* 10px 0 */
}

.file-dw-button.disabled span{
	background:#dfdfdf;
	cursor:not-allowed;
}

.file-dw-button a {
	text-decoration:none;
}

.mv-btn {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;/*50px*/
    margin: 10px 5px;
	height: 30px;/*50px*/
	padding: 0 10px;
    text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.mv-btn:hover, .mv-btn:focus, .mv-btn:active, .mv-btn.active, .mv-btn.disabled, .mv-btn[disabled] {
}
.mv-btn:active, .mv-btn.active {
}
.mv-btn:hover, .mv-btn:focus, .mv-btn:active, .mv-btn.active, .mv-btn.disabled, .mv-btn[disabled] {
}
.mv-btn:active, .mv-btn.active {
}
.mv-btn:first-child {
}
.mv-btn:first-child {
}
.mv-btn:hover, .mv-btn:focus {
    text-decoration: none;
}
.mv-btn:focus {
}
.mv-btn.active, .mv-btn:active {
    outline: 0 none;
}
.mv-btn.disabled, .mv-btn[disabled] {
    background-image: none;
    box-shadow: none;
    cursor: default;
    opacity: 0.65;
}

.mv-btn-success {
    background-color: #2ECC71;
    color: #FFFFFF !important;
}

.mv-btn-success:hover, .mv-btn-success:focus, .mv-btn-success:active, .mv-btn-success.active, .mv-btn-success.disabled, .mv-btn-success[disabled] {
    background-color: #03A678;
    color: #FFFFFF !important;
}


.mv-btn-success:active, .mv-btn-success.active {
}


/* CATEGORY VIEW */

.cat-title {
	font-size:20px!important;/* 30px!important; */
	margin:0 0 10px 0!important;/* 0 0 20px 0!important; */
	font-weight:normal!important;
	padding-left:25px!important;/* 60px!important; */
	line-height:20px!important;/* 40px!important; */
	background:url(../images/category.png) no-repeat left center/*!important*/;
	background-size: contain;/* Sublimar */
}

.subcat.cat-title {
	font-size:24px!important;
	background:url(../images/subcategory.png) no-repeat left center!important;
}

.cat-desc {
	margin-bottom:20px!important;
}

.cat-file-wrapper {
	margin:20px 0 20px 0;
}

.cat-file-name {
	font-size:130%;
	line-height:33px;
}

.cat-file-name a {
	text-decoration:none;
}

.subcat {
	margin-left:40px;
}



/* ALL FILES VIEW */

.cat-files {
	overflow:hidden;
	margin-bottom:20px!important;
}



/* SHOW/HIDE FILES */

.mv-show {  
    display:block;
}

.mv-hide  {  
	display:none;
}

.mv-button-hide {
	display:none;
	cursor:pointer;
	margin-left:10px;
	font-size:70%;
	color:#444;/*#BFBFBF*/
}

.mv-button-show {
	display:inline-block;
	cursor:pointer;
	margin-left:10px;
	font-size:70%;
	color:#444;/*BFBFBF*/
}


/* SEARCH VIEW */

.search-title {
	font-size:30px;
	margin:20px 0 5px 0;
	font-weight:normal; 
}

.mvsearch-icon {
	color:#C0C4CC;
	margin-right:10px;
}

/* BACKEND - OTPIONS SETTINGS */

.mv_opt_types {
	list-style:none;
	padding:0;
	margin:0;
}

.mv_opt_types li {
	line-height:65px;
	width:100px;
	margin:20px 20px 20px 0;
	background-position: 20px; center;
	display:inline-block;
}

.mv-options textarea.large {
	height:600px;
	width:800px;
}

.mv-options textarea.small {
	height:200px;
	width:800px;
}

.mv-options .file-others {
	width:60px;
	height:65px;
	display:inline-block;
	margin-right:10px;
}

.post-type-multiverso input.medium {
	width:40%;
}

.post-type-multiverso input.small {
	width:80px;
}

.post-type-multiverso input.small2 {
	width:160px;
}

.post-type-multiverso hr {
	border-top: solid 1px #dfdfdf;
	border-bottom:none;
}

/* LOGIN/REGISTER Widget */

ul.tabs_login {
	padding: 0; margin: 20px 0 0 0;
	position: relative;
	list-style: none;
	font-size: 14px;
	z-index: 1000;
	float: left;
	}
ul.tabs_login li {
	border: 1px solid #E7E9F6;
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	 -webkit-border-top-left-radius: 10px;
	 -khtml-border-radius-topleft: 10px;	
	 -moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	line-height: 28px; /* = */ height: 28px;
	padding: 0; margin: 0 5px 0 0;
	position: relative;
	background: #fff;
	overflow: hidden;
	float: left;
	}
ul.tabs_login li a {
	text-decoration: none;
	padding: 0 10px;
	display: block;
	outline: none;
	}
html ul.tabs_login li.active_login {
	border-left: 1px solid #E7E9F6;
	border-bottom: 1px solid #fff;
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	 -webkit-border-top-left-radius: 10px;
	 -khtml-border-radius-topleft: 10px;	
	 -moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	background: #fff;
	color: #333;
	}
html body ul.tabs_login li.active_login a { font-weight: bold; }
.tab_container_login {
	background: #fff;
	position: relative;
	margin: 0 0 20px 0;
	border: 1px solid #E7E9F6;
	 -webkit-border-bottom-left-radius: 10px;
	 -khtml-border-radius-bottomleft: 10px;	
	 -moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	 -webkit-border-bottom-right-radius: 10px;
	 -khtml-border-radius-bottomright: 10px;	
	 -moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	z-index: 999;
	float: left;
	width: 100%;
	top: -1px;
	}
.tab_content_login {
	padding: 7px 15px 15px 15px;
	padding-top: 10px;
	}
	.tab_content_login ul {
		padding: 0; margin: 0 0 0 15px;
		}
		.tab_content_login li { margin: 5px 0; }
		
/* global styles */
#mv-login-register-password {}
	#mv-login-register-password h3 {
		border: 0 none;
		margin: 10px 0;
		padding: 0;
		}
	#mv-login-register-password p {
		margin: 0 0 15px 0;
		padding: 0;
		}
/* form elements */
.wp-user-form {}
	.username, .password, .login_fields {
		margin: 7px 0 0 0;
		overflow: hidden;
		width: 100%;
		}
		.username label, .password label { float: left; clear: none; width: 100%; }
		.username input, .password input { 
			font: 12px/1.5 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
			float: left; clear: none; width: 200px; padding: 2px 3px; color: #777;
			}
.rememberme { width: 100%; margin-bottom: 7px; }
#rememberme { float: left; clear: none; margin: 4px 4px -4px 0; }
.user-submit { padding: 5px 10px; margin: 5px 0; }

.mv_error {
	width:80%;
	margin: 10px 0;
	padding:10px;
	background:#EB4F47;
	color:#fff;
}


/* MANAGE FILES */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);

.mv-file-managing {
	font-family: 'Open Sans', sans-serif;
	font-size:14px!important;
	color:#333333!important;
}

.mv-file-managing * {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.mv-file-managing a {
	text-decoration:none;
	color:#444;/* 9F9F9F */
}

.mv-file-managing a:hover {
	color:#333!important;
}


.mv-file-managing i {
	font-size:20px;
	line-height:26px;
	margin-left:10px;
}

table.mv-editfile {
	width:100%!important;
	margin:20px auto!important;
	background:#fafafa!important;
	border:solid 5px #efefef!important;
	
}

tr.mv-editfile-head {
	background:#efefef;	
}

table.mv-editfile th {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:15px!important;
	font-weight:300!important;
}

table.mv-editfile td {
	
}


table.mv-editfile td, table.mv-editfile th {
	padding:10px;
	vertical-align:middle;
	line-height:20px!important;
}

th.mv-editfile-title {

}

th.mv-editfile-folder {
	min-width:120px;
}

th.mv-editfile-status, td.mv-editfile-status {
	text-align:center;
	min-width:80px;
}

th.mv-editfile-actions {
	min-width:70px;
}

td.publish {
	background: #65C6BB;
	color: #fff;
}

td.pending {
	background: #EB974E;
	color: #fff;
}


td.draft {
	background: #BDC3C7;
	color: #fff;
}

td.trash {
	background: #E74C3C;
	color: #fff;
}

.mv-addfile-wrap {
	position:relative;
	width:100%;
	height:50px;
	margin-bottom:20px;
	
}

.mv-addfile-wrap a {
	position:absolute;
	right:0;
	top:0;
	line-height:30px;
	width:auto;
	padding:10px;
	text-transform:uppercase;
	text-decoration:none;
	color:#ffffff!important;
	background:#65C6BB;
}

.mv-addfile-wrap a:hover {
	background: #2ABB9B;
	color:#ffffff!important;
}

h3.mv-addfile-title {
	background:#EFEFEF;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px!important;
	padding-left:10px;
	width:100%;
	position:relative;
	margin-bottom:0!important;
}
h3.mv-addfile-title span {
	position:absolute;
	right:10px;
	top:0;
}

.mv-addfile-form {
	padding:10px;
	background:#FAFAFA;
	font-family:"Open Sans", sans-serif;
}

.mv-addfile-form input, .mv-addfile-form textarea {
	border:solid 1px #dfdfdf;
	border-radius:5px;
}

input[name="fileTitle"] {
	width:100%;
	font-size:20px;
	margin-bottom:10px;
}

textarea[name="fileContent"] {
	width:100%;
	margin-bottom:10px;
}

.mv-file-managing label {
	display:block;
	float:left;
	width:200px;
}

.mv-basicfields {
	background:#efefef;
	padding:10px 10px 0 10px;
	margin-bottom:10px;
}

.mv-basicfields label {
	font-size:16px;
	text-transform:uppercase;
	color:#333;
}

.mv-basicfields select {
	min-width:240px;
	background:#fff;
	border:1px solid #DFDFDF;
	border-radius:5px;
	height:30px;
	line-height:30px;
	font-size:18px;
	font-family:'Open Sans Condensed', sans-serif;
	color:#444;
	margin-bottom:10px;
}

.mv-advancedfields {
	padding:0 10px 10px 10px;
	font-size:14px;
	color:#333;
}

.mv-advancedfields label {
	min-width: 240px;
	margin-bottom:10px;
}

.mv-advancedfields label b {
	text-transform:uppercase;
}

.mv-advancedfields label em {
	font-size:12px;
	color:#bbb;
}

.mv-advancedfields input, .mv-advancedfields select, .mv-advancedfields span {
	display:block;
	min-width:240px;
}

.mv-advancedfields input[type=checkbox] {
	min-width:12px;/*40*/
	display: inline-block;/*inline*/
}

.mv-advancedfields select{
	min-width:240px;
	background:#fff;
	border:1px solid #DFDFDF;
	border-radius:5px;
	height:30px;
	line-height:30px;
	font-size:18px;
	font-family:'Open Sans Condensed', sans-serif;
	color:#444;
	margin-bottom:10px;
}

#mv_file  {
	background:#fff;
	border:1px solid #DFDFDF;
	border-radius:5px;
	height:30px;
	line-height:30px;
	font-size:14px;
	font-family:'Open Sans Condensed', sans-serif;
	color:#444;
	margin-bottom:10px;
	display:inline-block!important;
}

#mv_download_limit, label[for="mv_download_limit"], #mv_access, label[for="mv_access"] {
	margin-top:10px;
}

span.mv_user {
	font-size:18px;
	text-transform:uppercase;
	color:#16a085;
}

.mv-submitfields {
	position:relative;
}

.mv-submitfields button{
	background:#65C6BB;
    color: #FFFFFF !important;
    line-height: 30px;
    padding: 10px;
    text-transform: uppercase;
    width: auto;
	border:none;
}

.mv-submitfields button:hover{
	color: #FFFFFF !important;
	background:#2ABB9B;
}

h3.mv-editfile-title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px!important;
	padding-left:0px;
	width:100%;
	position:relative;
	margin:0!important;
}
h3.mv-editfile-title span {
	position:absolute;
	right:0;
	top:0;
}


/* Placeholder style */

.mv-file-managing ::-webkit-input-placeholder {
   color: #aaa;
}

.mv-file-managing ::-webkit-textarea-placeholder {
   color: #aaa;
}

.mv-file-managing :-moz-placeholder { /* Firefox 18- */
   color: #aaa;  
}

.mv-file-managing ::-moz-placeholder {  /* Firefox 19+ */
   color: #aaa;  
}

.mv-file-managing :-ms-input-placeholder {  
   color: #aaa;  
}

.mv-file-managing :-ms-textarea-placeholder {  
   color: #aaa;  
}



/* Sublimar */
@font-face {
	font-family: 'mvicomoon';
	src:url('../font/mvicomoon.eot?ww4jmg');
	src:url('../font/mvicomoon.eot?#iefixww4jmg') format('embedded-opentype'),
		url('../font/mvicomoon.woff?ww4jmg') format('woff'),
		url('../font/mvicomoon.ttf?ww4jmg') format('truetype'),
		url('../font/mvicomoon.svg?ww4jmg#mvicomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="mvico-"], [class*=" mvico-"] {
	font-family: 'mvicomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*
.mvico-home:before {
	content: "\e600";
}
.mvico-home2:before {
	content: "\e601";
}
.mvico-home3:before {
	content: "\e602";
}
.mvico-office:before {
	content: "\e603";
}
.mvico-newspaper:before {
	content: "\e604";
}
*/
.mvico-pencil:before {
	content: "\e605";
}
.mvico-pencil2:before {
	content: "\e606";
}
/*
.mvico-quill:before {
	content: "\e607";
}
.mvico-pen:before {
	content: "\e608";
}
.mvico-blog:before {
	content: "\e609";
}
.mvico-droplet:before {
	content: "\e60a";
}
.mvico-paint-format:before {
	content: "\e60b";
}
.mvico-image:before {
	content: "\e60c";
}
.mvico-image2:before {
	content: "\e60d";
}
.mvico-images:before {
	content: "\e60e";
}
.mvico-camera:before {
	content: "\e60f";
}
.mvico-music:before {
	content: "\e610";
}
.mvico-headphones:before {
	content: "\e611";
}
.mvico-play:before {
	content: "\e612";
}
.mvico-film:before {
	content: "\e613";
}
.mvico-camera2:before {
	content: "\e614";
}
.mvico-dice:before {
	content: "\e615";
}
.mvico-pacman:before {
	content: "\e616";
}
.mvico-spades:before {
	content: "\e617";
}
.mvico-clubs:before {
	content: "\e618";
}
.mvico-diamonds:before {
	content: "\e619";
}
.mvico-pawn:before {
	content: "\e61a";
}
.mvico-bullhorn:before {
	content: "\e61b";
}
.mvico-connection:before {
	content: "\e61c";
}
.mvico-podcast:before {
	content: "\e61d";
}
.mvico-feed:before {
	content: "\e61e";
}
.mvico-book:before {
	content: "\e61f";
}
.mvico-books:before {
	content: "\e620";
}
.mvico-library:before {
	content: "\e621";
}
.mvico-file:before {
	content: "\e622";
}
.mvico-profile:before {
	content: "\e623";
}
.mvico-file2:before {
	content: "\e624";
}
.mvico-file3:before {
	content: "\e625";
}
.mvico-file4:before {
	content: "\e626";
}
.mvico-copy:before {
	content: "\e627";
}
.mvico-copy2:before {
	content: "\e628";
}
.mvico-copy3:before {
	content: "\e629";
}
.mvico-paste:before {
	content: "\e62a";
}
.mvico-paste2:before {
	content: "\e62b";
}
.mvico-paste3:before {
	content: "\e62c";
}
.mvico-stack:before {
	content: "\e62d";
}
.mvico-folder:before {
	content: "\e62e";
}
.mvico-folder-open:before {
	content: "\e62f";
}
.mvico-tag:before {
	content: "\e630";
}
.mvico-tags:before {
	content: "\e631";
}
.mvico-barcode:before {
	content: "\e632";
}
.mvico-qrcode:before {
	content: "\e633";
}
.mvico-ticket:before {
	content: "\e634";
}
.mvico-cart:before {
	content: "\e635";
}
.mvico-cart2:before {
	content: "\e636";
}
.mvico-cart3:before {
	content: "\e637";
}
.mvico-coin:before {
	content: "\e638";
}
.mvico-credit:before {
	content: "\e639";
}
.mvico-calculate:before {
	content: "\e63a";
}
.mvico-support:before {
	content: "\e63b";
}
.mvico-phone:before {
	content: "\e63c";
}
.mvico-phone-hang-up:before {
	content: "\e63d";
}
.mvico-address-book:before {
	content: "\e63e";
}
.mvico-notebook:before {
	content: "\e63f";
}
.mvico-envelope:before {
	content: "\e640";
}
.mvico-pushpin:before {
	content: "\e641";
}
.mvico-location:before {
	content: "\e642";
}
.mvico-location2:before {
	content: "\e643";
}
.mvico-compass:before {
	content: "\e644";
}
.mvico-map:before {
	content: "\e645";
}
.mvico-map2:before {
	content: "\e646";
}
.mvico-history:before {
	content: "\e647";
}
.mvico-clock:before {
	content: "\e648";
}
.mvico-clock2:before {
	content: "\e649";
}
.mvico-alarm:before {
	content: "\e64a";
}
.mvico-alarm2:before {
	content: "\e64b";
}
.mvico-bell:before {
	content: "\e64c";
}
.mvico-stopwatch:before {
	content: "\e64d";
}
.mvico-calendar:before {
	content: "\e64e";
}
.mvico-calendar2:before {
	content: "\e64f";
}
.mvico-print:before {
	content: "\e650";
}
.mvico-keyboard:before {
	content: "\e651";
}
.mvico-screen:before {
	content: "\e652";
}
.mvico-laptop:before {
	content: "\e653";
}
.mvico-mobile:before {
	content: "\e654";
}
.mvico-mobile2:before {
	content: "\e655";
}
.mvico-tablet:before {
	content: "\e656";
}
.mvico-tv:before {
	content: "\e657";
}
.mvico-cabinet:before {
	content: "\e658";
}
.mvico-drawer:before {
	content: "\e659";
}
.mvico-drawer2:before {
	content: "\e65a";
}
.mvico-drawer3:before {
	content: "\e65b";
}
.mvico-box-add:before {
	content: "\e65c";
}
.mvico-box-remove:before {
	content: "\e65d";
}
.mvico-download:before {
	content: "\e65e";
}
.mvico-upload:before {
	content: "\e65f";
}
.mvico-disk:before {
	content: "\e660";
}
.mvico-storage:before {
	content: "\e661";
}
.mvico-undo:before {
	content: "\e662";
}
.mvico-redo:before {
	content: "\e663";
}
.mvico-flip:before {
	content: "\e664";
}
.mvico-flip2:before {
	content: "\e665";
}
.mvico-undo2:before {
	content: "\e666";
}
.mvico-redo2:before {
	content: "\e667";
}
.mvico-forward:before {
	content: "\e668";
}
.mvico-reply:before {
	content: "\e669";
}
.mvico-bubble:before {
	content: "\e66a";
}
.mvico-bubbles:before {
	content: "\e66b";
}
.mvico-bubbles2:before {
	content: "\e66c";
}
.mvico-bubble2:before {
	content: "\e66d";
}
.mvico-bubbles3:before {
	content: "\e66e";
}
.mvico-bubbles4:before {
	content: "\e66f";
}
.mvico-user:before {
	content: "\e670";
}
.mvico-users:before {
	content: "\e671";
}
.mvico-user2:before {
	content: "\e672";
}
.mvico-users2:before {
	content: "\e673";
}
.mvico-user3:before {
	content: "\e674";
}
.mvico-user4:before {
	content: "\e675";
}
.mvico-quotes-left:before {
	content: "\e676";
}
.mvico-busy:before {
	content: "\e677";
}
.mvico-spinner:before {
	content: "\e678";
}
.mvico-spinner2:before {
	content: "\e679";
}
.mvico-spinner3:before {
	content: "\e67a";
}
.mvico-spinner4:before {
	content: "\e67b";
}
.mvico-spinner5:before {
	content: "\e67c";
}
.mvico-spinner6:before {
	content: "\e67d";
}
.mvico-binoculars:before {
	content: "\e67e";
}
.mvico-search:before {
	content: "\e67f";
}
*/
.mvico-zoomin-dashboard:after {
	content: " \e680";
}
.mvico-zoomout-dashboard:after {
	content: " \e681";
}
/*
.mvico-expand:before {
	content: "\e682";
}
.mvico-contract:before {
	content: "\e683";
}
.mvico-expand2:before {
	content: "\e684";
}
.mvico-contract2:before {
	content: "\e685";
}
.mvico-key:before {
	content: "\e686";
}
.mvico-key2:before {
	content: "\e687";
}
.mvico-lock:before {
	content: "\e688";
}
.mvico-lock2:before {
	content: "\e689";
}
.mvico-unlocked:before {
	content: "\e68a";
}
.mvico-wrench:before {
	content: "\e68b";
}
.mvico-settings:before {
	content: "\e68c";
}
.mvico-equalizer:before {
	content: "\e68d";
}
.mvico-cog:before {
	content: "\e68e";
}
.mvico-cogs:before {
	content: "\e68f";
}
.mvico-cog2:before {
	content: "\e690";
}
.mvico-hammer:before {
	content: "\e691";
}
.mvico-wand:before {
	content: "\e692";
}
.mvico-aid:before {
	content: "\e693";
}
.mvico-bug:before {
	content: "\e694";
}
.mvico-pie:before {
	content: "\e695";
}
.mvico-stats:before {
	content: "\e696";
}
.mvico-bars:before {
	content: "\e697";
}
.mvico-bars2:before {
	content: "\e698";
}
.mvico-gift:before {
	content: "\e699";
}
.mvico-trophy:before {
	content: "\e69a";
}
.mvico-glass:before {
	content: "\e69b";
}
.mvico-mug:before {
	content: "\e69c";
}
.mvico-food:before {
	content: "\e69d";
}
.mvico-leaf:before {
	content: "\e69e";
}
.mvico-rocket:before {
	content: "\e69f";
}
.mvico-meter:before {
	content: "\e6a0";
}
.mvico-meter2:before {
	content: "\e6a1";
}
.mvico-dashboard:before {
	content: "\e6a2";
}
.mvico-hammer2:before {
	content: "\e6a3";
}
.mvico-fire:before {
	content: "\e6a4";
}
.mvico-lab:before {
	content: "\e6a5";
}
.mvico-magnet:before {
	content: "\e6a6";
}
.mvico-remove:before {
	content: "\e6a7";
}
*/
.mvico-remove2:before {
	content: "\e6a8";
}
/*
.mvico-briefcase:before {
	content: "\e6a9";
}
.mvico-airplane:before {
	content: "\e6aa";
}
.mvico-truck:before {
	content: "\e6ab";
}
.mvico-road:before {
	content: "\e6ac";
}
.mvico-accessibility:before {
	content: "\e6ad";
}
.mvico-target:before {
	content: "\e6ae";
}
.mvico-shield:before {
	content: "\e6af";
}
.mvico-lightning:before {
	content: "\e6b0";
}
.mvico-switch:before {
	content: "\e6b1";
}
.mvico-powercord:before {
	content: "\e6b2";
}
.mvico-signup:before {
	content: "\e6b3";
}
.mvico-list:before {
	content: "\e6b4";
}
.mvico-list2:before {
	content: "\e6b5";
}
.mvico-numbered-list:before {
	content: "\e6b6";
}
.mvico-menu:before {
	content: "\e6b7";
}
.mvico-menu2:before {
	content: "\e6b8";
}
.mvico-tree:before {
	content: "\e6b9";
}
.mvico-cloud:before {
	content: "\e6ba";
}
.mvico-cloud-download:before {
	content: "\e6bb";
}
.mvico-cloud-upload:before {
	content: "\e6bc";
}
.mvico-download2:before {
	content: "\e6bd";
}
.mvico-upload2:before {
	content: "\e6be";
}
.mvico-download3:before {
	content: "\e6bf";
}
.mvico-upload3:before {
	content: "\e6c0";
}
.mvico-globe:before {
	content: "\e6c1";
}
.mvico-earth:before {
	content: "\e6c2";
}
.mvico-link:before {
	content: "\e6c3";
}
.mvico-flag:before {
	content: "\e6c4";
}
.mvico-attachment:before {
	content: "\e6c5";
}
.mvico-eye:before {
	content: "\e6c6";
}
.mvico-eye-blocked:before {
	content: "\e6c7";
}
.mvico-eye2:before {
	content: "\e6c8";
}
.mvico-bookmark:before {
	content: "\e6c9";
}
.mvico-bookmarks:before {
	content: "\e6ca";
}
.mvico-brightness-medium:before {
	content: "\e6cb";
}
.mvico-brightness-contrast:before {
	content: "\e6cc";
}
.mvico-contrast:before {
	content: "\e6cd";
}
.mvico-star:before {
	content: "\e6ce";
}
.mvico-star2:before {
	content: "\e6cf";
}
.mvico-star3:before {
	content: "\e6d0";
}
.mvico-heart:before {
	content: "\e6d1";
}
.mvico-heart2:before {
	content: "\e6d2";
}
.mvico-heart-broken:before {
	content: "\e6d3";
}
.mvico-thumbs-up:before {
	content: "\e6d4";
}
.mvico-thumbs-up2:before {
	content: "\e6d5";
}
.mvico-happy:before {
	content: "\e6d6";
}
.mvico-happy2:before {
	content: "\e6d7";
}
.mvico-smiley:before {
	content: "\e6d8";
}
.mvico-smiley2:before {
	content: "\e6d9";
}
.mvico-tongue:before {
	content: "\e6da";
}
.mvico-tongue2:before {
	content: "\e6db";
}
.mvico-sad:before {
	content: "\e6dc";
}
.mvico-sad2:before {
	content: "\e6dd";
}
.mvico-wink:before {
	content: "\e6de";
}
.mvico-wink2:before {
	content: "\e6df";
}
.mvico-grin:before {
	content: "\e6e0";
}
.mvico-grin2:before {
	content: "\e6e1";
}
.mvico-cool:before {
	content: "\e6e2";
}
.mvico-cool2:before {
	content: "\e6e3";
}
.mvico-angry:before {
	content: "\e6e4";
}
.mvico-angry2:before {
	content: "\e6e5";
}
.mvico-evil:before {
	content: "\e6e6";
}
.mvico-evil2:before {
	content: "\e6e7";
}
.mvico-shocked:before {
	content: "\e6e8";
}
.mvico-shocked2:before {
	content: "\e6e9";
}
.mvico-confused:before {
	content: "\e6ea";
}
.mvico-confused2:before {
	content: "\e6eb";
}
.mvico-neutral:before {
	content: "\e6ec";
}
.mvico-neutral2:before {
	content: "\e6ed";
}
.mvico-wondering:before {
	content: "\e6ee";
}
.mvico-wondering2:before {
	content: "\e6ef";
}
.mvico-point-up:before {
	content: "\e6f0";
}
.mvico-point-right:before {
	content: "\e6f1";
}
.mvico-point-down:before {
	content: "\e6f2";
}
.mvico-point-left:before {
	content: "\e6f3";
}
.mvico-warning:before {
	content: "\e6f4";
}
.mvico-notification:before {
	content: "\e6f5";
}
.mvico-question:before {
	content: "\e6f6";
}
.mvico-info:before {
	content: "\e6f7";
}
.mvico-info2:before {
	content: "\e6f8";
}
.mvico-blocked:before {
	content: "\e6f9";
}
.mvico-cancel-circle:before {
	content: "\e6fa";
}
.mvico-checkmark-circle:before {
	content: "\e6fb";
}
.mvico-spam:before {
	content: "\e6fc";
}
.mvico-close:before {
	content: "\e6fd";
}
.mvico-checkmark:before {
	content: "\e6fe";
}
.mvico-checkmark2:before {
	content: "\e6ff";
}
.mvico-spell-check:before {
	content: "\e700";
}
.mvico-minus:before {
	content: "\e701";
}
.mvico-plus:before {
	content: "\e702";
}
.mvico-enter:before {
	content: "\e703";
}
.mvico-exit:before {
	content: "\e704";
}
.mvico-play2:before {
	content: "\e705";
}
.mvico-pause:before {
	content: "\e706";
}
.mvico-stop:before {
	content: "\e707";
}
.mvico-backward:before {
	content: "\e708";
}
.mvico-forward2:before {
	content: "\e709";
}
.mvico-play3:before {
	content: "\e70a";
}
.mvico-pause2:before {
	content: "\e70b";
}
.mvico-stop2:before {
	content: "\e70c";
}
.mvico-backward2:before {
	content: "\e70d";
}
.mvico-forward3:before {
	content: "\e70e";
}
.mvico-first:before {
	content: "\e70f";
}
.mvico-last:before {
	content: "\e710";
}
.mvico-previous:before {
	content: "\e711";
}
.mvico-next:before {
	content: "\e712";
}
.mvico-eject:before {
	content: "\e713";
}
.mvico-volume-high:before {
	content: "\e714";
}
.mvico-volume-medium:before {
	content: "\e715";
}
.mvico-volume-low:before {
	content: "\e716";
}
.mvico-volume-mute:before {
	content: "\e717";
}
.mvico-volume-mute2:before {
	content: "\e718";
}
.mvico-volume-increase:before {
	content: "\e719";
}
.mvico-volume-decrease:before {
	content: "\e71a";
}
.mvico-loop:before {
	content: "\e71b";
}
.mvico-loop2:before {
	content: "\e71c";
}
.mvico-loop3:before {
	content: "\e71d";
}
.mvico-shuffle:before {
	content: "\e71e";
}
.mvico-arrow-up-left:before {
	content: "\e71f";
}
.mvico-arrow-up:before {
	content: "\e720";
}
.mvico-arrow-up-right:before {
	content: "\e721";
}
.mvico-arrow-right:before {
	content: "\e722";
}
.mvico-arrow-down-right:before {
	content: "\e723";
}
.mvico-arrow-down:before {
	content: "\e724";
}
.mvico-arrow-down-left:before {
	content: "\e725";
}
.mvico-arrow-left:before {
	content: "\e726";
}
.mvico-arrow-up-left2:before {
	content: "\e727";
}
.mvico-arrow-up2:before {
	content: "\e728";
}
.mvico-arrow-up-right2:before {
	content: "\e729";
}
.mvico-arrow-right2:before {
	content: "\e72a";
}
.mvico-arrow-down-right2:before {
	content: "\e72b";
}
.mvico-arrow-down2:before {
	content: "\e72c";
}
.mvico-arrow-down-left2:before {
	content: "\e72d";
}
.mvico-arrow-left2:before {
	content: "\e72e";
}
.mvico-arrow-up-left3:before {
	content: "\e72f";
}
.mvico-arrow-up3:before {
	content: "\e730";
}
.mvico-arrow-up-right3:before {
	content: "\e731";
}
.mvico-arrow-right3:before {
	content: "\e732";
}
.mvico-arrow-down-right3:before {
	content: "\e733";
}
.mvico-arrow-down3:before {
	content: "\e734";
}
.mvico-arrow-down-left3:before {
	content: "\e735";
}
.mvico-arrow-left3:before {
	content: "\e736";
}
.mvico-tab:before {
	content: "\e737";
}
.mvico-checkbox-checked:before {
	content: "\e738";
}
.mvico-checkbox-unchecked:before {
	content: "\e739";
}
.mvico-checkbox-partial:before {
	content: "\e73a";
}
.mvico-radio-checked:before {
	content: "\e73b";
}
.mvico-radio-unchecked:before {
	content: "\e73c";
}
.mvico-crop:before {
	content: "\e73d";
}
.mvico-scissors:before {
	content: "\e73e";
}
.mvico-filter:before {
	content: "\e73f";
}
.mvico-filter2:before {
	content: "\e740";
}
.mvico-font:before {
	content: "\e741";
}
.mvico-text-height:before {
	content: "\e742";
}
.mvico-text-width:before {
	content: "\e743";
}
.mvico-bold:before {
	content: "\e744";
}
.mvico-underline:before {
	content: "\e745";
}
.mvico-italic:before {
	content: "\e746";
}
.mvico-strikethrough:before {
	content: "\e747";
}
.mvico-omega:before {
	content: "\e748";
}
.mvico-sigma:before {
	content: "\e749";
}
.mvico-table:before {
	content: "\e74a";
}
.mvico-table2:before {
	content: "\e74b";
}
.mvico-insert-template:before {
	content: "\e74c";
}
.mvico-pilcrow:before {
	content: "\e74d";
}
.mvico-lefttoright:before {
	content: "\e74e";
}
.mvico-righttoleft:before {
	content: "\e74f";
}
.mvico-paragraph-left:before {
	content: "\e750";
}
.mvico-paragraph-center:before {
	content: "\e751";
}
.mvico-paragraph-right:before {
	content: "\e752";
}
.mvico-paragraph-justify:before {
	content: "\e753";
}
.mvico-paragraph-left2:before {
	content: "\e754";
}
.mvico-paragraph-center2:before {
	content: "\e755";
}
.mvico-paragraph-right2:before {
	content: "\e756";
}
.mvico-paragraph-justify2:before {
	content: "\e757";
}
.mvico-indent-increase:before {
	content: "\e758";
}
.mvico-indent-decrease:before {
	content: "\e759";
}
.mvico-newtab:before {
	content: "\e75a";
}
.mvico-embed:before {
	content: "\e75b";
}
.mvico-code:before {
	content: "\e75c";
}
.mvico-console:before {
	content: "\e75d";
}
.mvico-share:before {
	content: "\e75e";
}
.mvico-mail:before {
	content: "\e75f";
}
.mvico-mail2:before {
	content: "\e760";
}
.mvico-mail3:before {
	content: "\e761";
}
.mvico-mail4:before {
	content: "\e762";
}
.mvico-google:before {
	content: "\e763";
}
.mvico-googleplus:before {
	content: "\e764";
}
.mvico-googleplus2:before {
	content: "\e765";
}
.mvico-googleplus3:before {
	content: "\e766";
}
.mvico-googleplus4:before {
	content: "\e767";
}
.mvico-google-drive:before {
	content: "\e768";
}
.mvico-facebook:before {
	content: "\e769";
}
.mvico-facebook2:before {
	content: "\e76a";
}
.mvico-facebook3:before {
	content: "\e76b";
}
.mvico-instagram:before {
	content: "\e76c";
}
.mvico-twitter:before {
	content: "\e76d";
}
.mvico-twitter2:before {
	content: "\e76e";
}
.mvico-twitter3:before {
	content: "\e76f";
}
.mvico-feed2:before {
	content: "\e770";
}
.mvico-feed3:before {
	content: "\e771";
}
.mvico-feed4:before {
	content: "\e772";
}
.mvico-youtube:before {
	content: "\e773";
}
.mvico-youtube2:before {
	content: "\e774";
}
.mvico-vimeo:before {
	content: "\e775";
}
.mvico-vimeo2:before {
	content: "\e776";
}
.mvico-vimeo3:before {
	content: "\e777";
}
.mvico-lanyrd:before {
	content: "\e778";
}
.mvico-flickr:before {
	content: "\e779";
}
.mvico-flickr2:before {
	content: "\e77a";
}
.mvico-flickr3:before {
	content: "\e77b";
}
.mvico-flickr4:before {
	content: "\e77c";
}
.mvico-picassa:before {
	content: "\e77d";
}
.mvico-picassa2:before {
	content: "\e77e";
}
.mvico-dribbble:before {
	content: "\e77f";
}
.mvico-dribbble2:before {
	content: "\e780";
}
.mvico-dribbble3:before {
	content: "\e781";
}
.mvico-forrst:before {
	content: "\e782";
}
.mvico-forrst2:before {
	content: "\e783";
}
.mvico-deviantart:before {
	content: "\e784";
}
.mvico-deviantart2:before {
	content: "\e785";
}
.mvico-steam:before {
	content: "\e786";
}
.mvico-steam2:before {
	content: "\e787";
}
.mvico-github:before {
	content: "\e788";
}
.mvico-github2:before {
	content: "\e789";
}
.mvico-github3:before {
	content: "\e78a";
}
.mvico-github4:before {
	content: "\e78b";
}
.mvico-github5:before {
	content: "\e78c";
}
.mvico-wordpress:before {
	content: "\e78d";
}
.mvico-wordpress2:before {
	content: "\e78e";
}
.mvico-joomla:before {
	content: "\e78f";
}
.mvico-blogger:before {
	content: "\e790";
}
.mvico-blogger2:before {
	content: "\e791";
}
.mvico-tumblr:before {
	content: "\e792";
}
.mvico-tumblr2:before {
	content: "\e793";
}
.mvico-yahoo:before {
	content: "\e794";
}
.mvico-tux:before {
	content: "\e795";
}
.mvico-apple:before {
	content: "\e796";
}
.mvico-finder:before {
	content: "\e797";
}
.mvico-android:before {
	content: "\e798";
}
.mvico-windows:before {
	content: "\e799";
}
.mvico-windows8:before {
	content: "\e79a";
}
.mvico-soundcloud:before {
	content: "\e79b";
}
.mvico-soundcloud2:before {
	content: "\e79c";
}
.mvico-skype:before {
	content: "\e79d";
}
.mvico-reddit:before {
	content: "\e79e";
}
.mvico-linkedin:before {
	content: "\e79f";
}
.mvico-lastfm:before {
	content: "\e7a0";
}
.mvico-lastfm2:before {
	content: "\e7a1";
}
.mvico-delicious:before {
	content: "\e7a2";
}
.mvico-stumbleupon:before {
	content: "\e7a3";
}
.mvico-stumbleupon2:before {
	content: "\e7a4";
}
.mvico-stackoverflow:before {
	content: "\e7a5";
}
.mvico-pinterest:before {
	content: "\e7a6";
}
.mvico-pinterest2:before {
	content: "\e7a7";
}
.mvico-xing:before {
	content: "\e7a8";
}
.mvico-xing2:before {
	content: "\e7a9";
}
.mvico-flattr:before {
	content: "\e7aa";
}
.mvico-foursquare:before {
	content: "\e7ab";
}
.mvico-foursquare2:before {
	content: "\e7ac";
}
.mvico-paypal:before {
	content: "\e7ad";
}
.mvico-paypal2:before {
	content: "\e7ae";
}
.mvico-paypal3:before {
	content: "\e7af";
}
.mvico-yelp:before {
	content: "\e7b0";
}
.mvico-libreoffice:before {
	content: "\e7b1";
}
.mvico-file-pdf:before {
	content: "\e7b2";
}
.mvico-file-openoffice:before {
	content: "\e7b3";
}
.mvico-file-word:before {
	content: "\e7b4";
}
.mvico-file-excel:before {
	content: "\e7b5";
}
.mvico-file-zip:before {
	content: "\e7b6";
}
.mvico-file-powerpoint:before {
	content: "\e7b7";
}
.mvico-file-xml:before {
	content: "\e7b8";
}
.mvico-file-css:before {
	content: "\e7b9";
}
.mvico-html5:before {
	content: "\e7ba";
}
.mvico-html52:before {
	content: "\e7bb";
}
.mvico-css3:before {
	content: "\e7bc";
}
.mvico-chrome:before {
	content: "\e7bd";
}
.mvico-firefox:before {
	content: "\e7be";
}
.mvico-IE:before {
	content: "\e7bf";
}
.mvico-opera:before {
	content: "\e7c0";
}
.mvico-safari:before {
	content: "\e7c1";
}
.mvico-IcoMoon:before {
	content: "\e7c2";
}
*/