html {
	
}
invisible{
	visibility:hidden;
	opacity:0;
}
.hide{
	display:none;
}
.clear{
	clear:both;
}
.fright{
	float:right;
}
.fleft{
	float:left;
}
.fixwidth1{
	width:300px;
}
.nomargin{
	margin:0;
}
.nopadding{
	padding:0;
}
.spacer{
	clear:both;
	padding-top:5px;
}
.spacer10{
	clear:both;
	padding-top:10px;
}
.spacer20{
	clear:both;
	padding-top:20px;
}
.spacer30{
	clear:both;
	padding-top:30px;
}
.formdivider{
	margin-bottom:20px;
	clear:both;
	border-bottom:1px solid #e5e5e5;
}
.txt-bigger{
	font-size:125%;
}
.txt-bold{
	font-weight:bold;
}
.open > .dropdown-menu li a{
	padding-right:10px;
}
.help-block, .help-inline {
    color: #999999;
}
.greytxt{
	color: #999999;
}



/*Non responsive sheet*/
body{
	min-width:900px;
}
body.iframed{
	min-width:0px;
}



/*Extended properties*/
.glyphicons {
    color: #999999 !important;
    display: inline-block;
    font-size: 14px;
    line-height: 48px;
    margin-right: 20px;
    text-align: left;
    width: 150px;
}
.glyphicons i:before {
    color: #666666 !important;
    line-height: 55px !important;
}
.dashboard-stat.grey{
    background-color: #666;
}
.dashboard-stat.grey .more {
    background-color: #999;
}
.modal.bigger{
	margin-left: -380px;
	width:760px;
}
.modal.smaller{
	margin-left: -160px;
	width:320px;
}
.modal-body {
    max-height: auto;
    overflow-y: auto;
    padding: 15px;
    position: relative;
}
.modal-body.iframed{
	padding:0;
	overflow-y: hidden;
}
.modal-body iframe{
	width:100%;
	min-height:400px;
}
body.iframed{
	background:#ffffff !important;
}
.fright.btn{
	margin-left:3px;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    background-color: #f4f4f4 !important;
    cursor: not-allowed;
}
.CodeMirror{
	border:1px solid #cfcfcf;
}



/*Header*/
li.header-right{
	color:#ddd;
}
li.header-right .hr-text{
	padding:10px 20px 0 0;
}
li.header-right .hr-text .soft{
	color:#666;
}



/*Sidebar*/
.page-sidebar ul li *[class^="icon-"]:before, .page-sidebar ul li *[class*=" icon-"]:before {
	width:15px;
} 



/*Models*/
.media-ckimg img{
	width:120px; 
	height:76px; 
	margin:1px;
	float:left;
	opacity:0.8;
	cursor:pointer;
  -webkit-filter: grayscale(30%);
  -moz-filter: grayscale(30%);
  -ms-filter: grayscale(30%);
  -o-filter: grayscale(30%);
  filter: grayscale(30%);
}
.media-ckimg img:hover{
	opacity:1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.media-btn{
	width:100%;
	padding:40px 0; 
}
.mediaSelect img, .mediaOptions img{
	width:150px;
	height:90px;
	padding:2px;
	border:1px solid #cfcfcf;
	border-radius:1px;
	margin:0px 5px 5px 0;
	cursor:pointer;
	opacity:0.8;
}
.mediaSelect img:hover, .mediaOptions img:hover{
	opacity:1;
}
.mediaOptions span.mediaspan{
	display:none !important;
}
.mediaOptions img.mediaselected{
	opacity:0.2 !important;
}
.table-striped tbody td.cellthumbnail{
	padding:0;
	text-align:right;
}
.table-striped thead th.cellthumbnail{
	padding:0;
	width:100px;
}
.table-striped tbody td.cellthumbnail a{
	opacity:0.8;
}
.table-striped tbody td.cellthumbnail a:hover{
	opacity:1;
}
.table-striped tbody td.cellthumbnail img{
	width:100px;
	height:40px;
}
.table-striped tbody td.cellfile{
	white-space: nowrap;
}
.table thead tr th {
    font-size: 13px;
}
.table th.sorting, .table th.sorting_asc, .table th.sorting_desc{
	padding-right:15px;
}
.ms-container ul.ms-list {
    width: 210px !important;
}
.ms-container {
    background-position: 220px 80px;
}
.cropperarea{
	padding:5px;
	border:1px solid #ccc;
	-webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
	border-radius: 2px !important;
}
.cropperarea img{
	width:100%;
}
.cropped img{
	max-width:50%;
	padding:5px;
	border:1px solid #ccc;
	-webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
	border-radius: 2px !important;
}
.asearch-filters{
	padding:0 0 10px 0;
}
.asearch-filters a.btn{
	margin:0 0 5px 0;
}
.portlet-body{
	position:relative;
}



/*Newsletter media*/
#manatee-wrapper{
	margin-top:10px;
	width:100%;
	background:#efefef;
	-webkit-border-radius: 10px !important;
  	-moz-border-radius: 10px !important;
  	border-radius: 10px !important;
  	border:1px solid #cfcfcf;
  	overflow:hidden;
}
#manatee-wrapper.nobg{
	background:#fff;
  	overflow:hidden;
}
#manatee-wrapper iframe{
	width:100%;
	height:500px;
	-webkit-border-radius: 10px !important;
  	-moz-border-radius: 10px !important;
  	border-radius: 10px !important;
}
#media-wrapper .gallery img{
	width:100%;
}
#media-wrapper .gallery .galleryimage{
	cursor:pointer;
	padding:3px;
	width:160px;
	height:110px;
	float:left;
	margin:5px;
	overflow:hidden;
	background:#fff;
	border:1px solid #ccc;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}
#media-wrapper .gallery .galleryimage .gimgin{
	cursor:pointer;
	width:160px;
	height:110px;
	float:left;
	margin:0;
	overflow:hidden;
	background:#333;
}
#media-wrapper .gallery .galleryimage .gimgin:hover{
	background:#666;
}
#media-wrapper .caption{
	width: 94%;
	padding:10px;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	background:#efefef;
}
#media-wrapper .caption .url{
	padding:0 0 10px 0;
}
#media-wrapper .error{
	color:#EE0000;
}
#media-wrapper span.copyText {
    position: relative;
    display: block;
    color:#666;
}
#media-wrapper textarea {
    position: absolute;
    background:transparent;
    top: 0;
    left: 0;
    width: 99%;
    height: 100%;
    border: 0 none transparent;
    margin: 0;
    padding: 0;
    outline: none;
    resize: none;
    overflow: hidden;
    font-family: inherit;
    font-size: 1em;
    box-shadow:none;
    color:#666;
}
#shortcodes span.copyText {
    position: relative;
    display: block;
}
#shortcodes textarea {
    position: absolute;
    background:transparent;
    top: 0;
    left: 0;
    width: 99%;
    height: 100%;
    border: 0 none transparent;
    margin: 0;
    padding: 0;
    outline: none;
    resize: none;
    overflow: hidden;
    font-family: inherit;
    box-shadow:none;
    font-size: 1em;
}
#linklist{
	list-style:none;
	margin-left:0;
}



/*General utils*/
#hiloading{
	position:fixed;
	z-index:9996;
	top:0px;
	left:0px;
	background: url('../img/loading.gif') no-repeat 50% 50% #ffffff;
	opacity:0;
	filter: "alpha(opacity=0)";
}
#hiloading .msg{
	position:absolute;
	z-index:9997;
	top:55%;
	left:50%;
	margin-left:-350px;
	width:700px;
	color:#666;
	text-align:center;
	font-size:1.75em;
}

	
	
/*Buf fixes*/
.iframed .uneditable-input {
    height: 34px !important;
    width:206px;
}