html {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
}
body {
    font: 13px 'Roboto', Helvetica, sans-serif;
    color: #000;
	cursor: default;
	overflow: hidden;
	background: white no-repeat center center fixed;
	background-size: cover;
}
a {
	text-decoration: none;
}

#loadMsg {
	text-align:center;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 30px;
	font-family: Helvetica, sans-serif;
}
#loadMsg div {
	background-color:white;
	border-radius:2px;
	padding:10px;
	box-shadow: 0 4px 8px rgba(0,0,0,.32),0 8px 40px rgba(0,0,0,.4);
}

::-webkit-scrollbar {
	width: 6px;
}
::-webkit-scrollbar-thumb {
	background-color: #CCCCCC;
}

a:hover {text-decoration: underline;}

#logoContainer {
    height:38px;
    margin-left:14px;
    overflow:hidden;
}
#logoContainer img {max-height:38px;}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.logo3d {
    margin-left: 28px;
    margin-right: 12px;
    font-size: 23px !important;
    color: #555;
}
.logo3d a {
    text-decoration: none;
}

.fr-thumbnail {
	background-size: cover;
	background-position: center;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
	border-radius: 1px;
}
.fr-folder {box-shadow: none;}

.eventItem {
    width: 350px;
}
.eventItem .ico {
    float:left;
    width:50px;
    height:50px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}
.eventItem .txt {
    position:relative;
    float:left;
    width:260px;
    margin:5px;
    color:darkslategray;
}
.eventItem .txt .fn {
    margin-bottom:2px;
    font-size:14px;
    color:#999;
    width:230px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: normal;
}
.eventItem .txt .d {
    margin-top:3px;
    color:#333;
    font-size:12px;
    width:230px;
    white-space: normal;
}
.eventItem .txt .t {
    color:#999;
    font-size:11px;
}
.eventItem .txt .new {
    position:absolute;
    top:5px;
    right:0;
}


.comments {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 40px;
}
.comments .comment {
	position: relative;
	margin: 10px 5px 1px 5px;
}
.comment .text {
	margin-top:5px;
	margin-left:50px;
	margin-right:5px;
	vertical-align: top;
	border-radius:5px;
	padding: 7px 10px;
	color: #4B4F56;
	line-height: 1.28;
	position:relative;
	background-color: #F1F0F0;
}
.comment .text .inner:after, .comment .text .inner:before {
	position: absolute;
	right: 100%;
	top: 13px;
	border: 4px solid transparent;
	border-right-color: #F1F0F0;
	content: ' ';
	height: 0;
	width: 0;
	pointer-events: none;
	margin-top: -5px;
}
.comment .avatar {
	float: left;
	border-radius: 50%;
	height: 35px;
	width: 35px;
	background-size: cover;
	margin: 0 auto;
}
.comment .name {
	float:left;
	font-size:12px;
	min-width: 35px;
	text-align: center;
}
.comment .time {
	float:right;
	font-size: 11px;
	margin-top: 2px;
	color: #999999;
	margin-right: 5px;
}
.comment.own .name {
	float:right;
	margin-right: 5px;
}
.comment.own .time {float:left;}
.comment.own .avatar {
	float:right;
	margin-right: 5px;
}
.comment.own .text {
	margin-right:50px;
	margin-left:5px;
}
.comment.own .text a {color:white;}
.comment.own .text .inner:after, .comment.own .text .inner:before {
	right: auto;
	left: 100%;
}
.comment.followup .name {display:none;}
.comment.followup {margin-top: 0;}
.comment.followup .text {padding: 5px 10px;margin-top: 0;}
.comment.followup .text .inner:after, .comment.followup .text .inner:before {display:none;}
.comments .removeBtn {
	position:absolute;
    width:16px;height:16px;
    top: 2px;
	right: -2px;
    visibility: hidden;
}
.comments .comment:hover .removeBtn {
    visibility: visible;
}
.comments .removeBtn a {
    display: block;
    width:16px;height:16px;
    cursor: pointer;
}
.comments .own .removeBtn a {
	color: white;
}
.comments .removeBtn a:hover {
    text-decoration:none;
}
.commentsEmpty {
    text-align:center;
    color: gray;
    font-size:14px;
    margin-top:30px;
}

.comment .text blockquote {
	border-left: 2px solid silver;
	margin:5px;
	padding-left: 5px;
}
.comment.own .text blockquote {
	border-color: whitesmoke;
}
.comment .text code {
	box-shadow: inset 0 1px 10px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255,0.1),0 -1px 0 rgba(0,0,0,0.3);
	border-radius: 2px;
	padding: 1px 3px;
}
.comment .text ul {
	list-style-type: initial;
	margin-left:10px;
}
.comment .text ol {
	list-style-type: decimal;
	margin-left:10px;
}

.fr-cart-item {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin:2px;
    padding:5px;
}
.fr-cart-item .ico {
	width:32px;
	height:32px;
	float: left;
	margin-right: 10px;
}
.fr-cart-item .fa-folder {
	color:gray;
	text-align: left;
	padding-left: 2px;
	padding-right:1px;
	font-size:30px;
	vertical-align:middle;
}


.fr-details-fields {
	display: none;
	margin-top: 10px;
}
.fr-details-fields .field {
	display: table;
	width:100%;
}
.fr-details-fields .field .name {
	display: table-cell;
	width: 37%;
	text-align: right;
	vertical-align: top;
	padding: 5px;
	color: #757575;
}
.fr-details-fields .field .value {
	display: table-cell;
	padding: 5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #212121;
}
.fr-details-fields .field.title .name {
	color: darkgray;
}
.fr-details-fields .field.title .value {
	text-align:right;
}
.fr-details-fields .field.title .value a {
	color:silver;
}
.fr-details-fields .field .value a {
	cursor: pointer;
}
.fr-info-panel .x-tab-strip span.x-tab-strip-text {
	color: #7D7D7D;
	padding: 8px;
}

.fr-details-panel .map {
	text-align:center;
	padding: 5px 0;
}


.fr-details-panel .north .title {
	display: table;
	margin: 15px 10px 0 15px;
}
.fr-details-panel .north .title .icon {
	display:table-cell;
}
.fr-details-panel .north .title i {
	font-size: 35px;color:#8F8F8F;
}
.fr-details-panel .north .title .icon img {
	border-radius: 5px;
}
.fr-details-panel .north .title .filename {
	display:table-cell;
	padding-left: 10px;
	vertical-align:middle;
	word-wrap: break-word;
	word-break: break-all;
	font-size:20px;
	color: #000000;
}

.fr-details-panel .status {
    margin: 10px 0;
    padding:5px;
    color: gray;
}
.fr-details-panel .text {
    float: left;
    margin-left: 15px;
}
.fr-details-panel .size {
    float:right;
    margin-right: 15px;
}

.fr-details-thumb {
	display: none;
}

.fr-details-thumb img {
	margin: 15px 0 15px 15px;
	cursor: pointer;
	box-shadow: 0 0 4px 0 rgba(0,0,0,.2)
}


.fr-details-panel .x-superboxselect {
	background-color:white;
	padding:10px;
	border-color:white !important;
	box-shadow: none !important;
}
.fr-details-panel .x-superboxselect-item {
	background-color: white;
	padding: 4px 8px;
	color: #424242;
	font-size:12px;
	border-radius: 12px;
}
.fr-details-panel .x-superboxselect-input input {
	margin-left: 7px;
	margin-top: 3px;
	font-size: 12px;
}
.fr-details-readme {
	display: none;
	border-top: 1px solid #EBEBEB;
	margin-top:5px;
}


/* Image Preview */
.fr-prv-tbar {
    padding-top: 7px;
	padding-bottom: 7px;
    margin-left: 10px;
}
.fr-prv-tbar .frBtn {
	padding: 8px;
	margin-right:10px;
	color: white;
}
.fr-prv-tbar .frBtn.x-btn-over {
	border-color: transparent;
	background-color: rgba(150,150,150,0.6);
}
.fr-prv-tbar .x-btn-icon .x-btn-text {
	color: white;
}
.fr-prv-tbar .frBtn.x-btn-pressed {
	border-color: transparent;
	background-color: rgba(150,150,150,0.6);
}


.fr-prv-tbar-icon {
    margin-right:5px;
}
.fr-prv-tbar-icon img {
	border-radius:1px;
}
.fr-prv-tbar-filename {
    font-size:14px;
	color:white;
	line-height: 40px;
	padding-left: 10px;
	overflow: hidden;
	white-space: nowrap;
	max-width: 250px;
}
.fr-prv-tbar-status {
    width: 100px;
    font-size:13px;color:silver;
    margin-left: 20px;
}
.fr-prv-nav-left-wrap {
    position: absolute;
	top: 45%;
	left: 20px;
    width: 40px;
    height: 40px;
	z-index: 2;
}
.fr-prv-nav-right-wrap {
    position: absolute;
    top: 45%; right: 20px;
    width: 40px;
    height: 40px;
	z-index: 2;
}

.fr-prv-nav-btn {
	margin-top:5px;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.5);
	border-radius: 50%;
	color: white;
	text-align:center;
	cursor: pointer;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: background .2s,opacity .34s,transform .34s cubic-bezier(0.4,0.0,0.2,1);
}

.fr-prv-nav-btn i {
	margin-top: 14px;
}
.fr-prv-tbar-slider {
    margin-right: 20px;
}
.image-viewer {
	background:rgba(0,0,0,0.95);
}
.image-viewer .canvas {
	position:relative;
	padding: 20px 80px;
}
.image-viewer.mobile .canvas {
	padding: 0;
}
.image-viewer .centered {
	width: 100%;
	height: 100%;
}
.image-viewer .spinner {
	visibility: hidden;
	position: absolute;
	z-index: 99;
	width: 80px;
	height: 80px;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.image-viewer .activeImage {
	visibility:hidden;
	background-size: contain;
	background-repeat:no-repeat;
	background-position: center;
}
.image-viewer .dragging {
	position: absolute;
}


#explorer-shadow {
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
    height:70px;
    width: 100%;
    position:absolute;
    top:0;
    z-index:150;
	pointer-events: none;
}

table {font-size: 13px;}

table.niceborder {
    background-color: silver;
}
table.niceborder a {
    color: navy;
}
table.niceborder tr.header td {
    background-color: whitesmoke;
    font-weight:bold;
}
table.niceborder td {
    background-color: white;
    padding: 2px;
}
table.niceborder td.header {
    background-color: whitesmoke;
    font-weight:bold;
}

.basicAvatar {
	border-radius: 50%;
	height: 35px;
	width: 35px;
	background-size: cover;
}
.basicAvatar.smaller {
	width: 20px;
	height: 20px;
}
.basicAvatar.square {
	border-radius: 0;
}

.avatarSelector * {
	border-radius:50%;
}
.avatarSelector .cameraIcon {
	background-image:url(../images/icons/camera_overlay.png);
	background-repeat:no-repeat;
	background-size: 24px;
	background-position:center;
	background-color: #343434;
	height:60px;
	width:60px;
	position:absolute;
	top:0;
	left:0;
	opacity: 0.8;
	visibility:hidden;
}
.avatarSelector:hover .cameraIcon {visibility:visible;}

.bubbleCount {
	position:absolute;
	right: -2px;
	top: -30px;
}
.bubbleCount div {
	font-weight: bold;
	border-radius: 50%;
	font-size:8px;
	padding:2px 5px;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3);
}
.fr-info-panel .x-tab-strip-active .bubbleCount {
	display: none;
}


#FR-AudioPlayer .x-panel-body {
	padding: 5px 5px 0 5px;
	box-shadow: grey 0 5px 7px -5px inset;
}
#FR-AudioPlayer iframe {
	height:100%;width:100%;
	border:0;padding:0;
	overflow:hidden;
}

.rating-star li {
	color:#FFD700;
	text-shadow: 0 1px 1px gray;
}
.rating-star li.unsel {
	visibility:hidden;
	color: whitesmoke;
}
.rating-star:hover li.unsel {
	visibility:visible;
}
.rating-star li:hover {
	text-shadow: 0 2px 1px gray;
}
.rating-star.empty li.unsel {
	visibility:visible;
}