html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:visited{
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}
a.link:hover{
	text-decoration: none;
	border-color: inherit;
}
a.link.under{
	border-color: inherit!important;
}

.link{
	cursor: pointer;
	color: inherit;
	}
	.link:visited{
		color: inherit;
	}
	.link label{
		cursor: pointer!important;
	}

.bold{
	font-weight: bold;
	}
	.bold label{
		font-weight: bold;
	}

/*@font-face {*/
	/*font-family: PT Sans;*/
	/*src: url('../fonts/solomon_normal-webfont.eot');*/
	/*src: url('../fonts/solomon_normal-webfont.eot?#iefix') format('embedded-opentype'),*/
	/*url('../fonts/solomon_normal-webfont.woff') format('woff'),*/
	/*url('../fonts/solomon_normal-webfont.ttf') format('truetype'),*/
	/*url('../fonts/solomon_normal-webfont.svg#solomon_normalregular') format('svg');*/
	/*font-weight: normal;*/
	/*font-style: normal;*/
/*}*/
/*@font-face {*/
	/*font-family: PT Sans;*/
	/*src: url('../fonts/solomon_bold-webfont.eot');*/
	/*src: url('../fonts/solomon_bold-webfont.eot?#iefix') format('embedded-opentype'),*/
	/*url('../fonts/solomon_bold-webfont.woff') format('woff'),*/
	/*url('../fonts/solomon_bold-webfont.ttf') format('truetype'),*/
	/*url('../fonts/solomon_bold-webfont.svg#solomon_boldregular') format('svg');*/
	/*font-weight: bold;*/
/*}*/
/*@media screen and (-webkit-min-device-pixel-ratio:0) {*/
	/*@font-face {*/
		/*font-family: 'PT Sans';*/
		/*src: url('../fonts/solomon_normal-webfont.svg#solomon_normalregular') format('svg')!important;*/
		/*font-weight: normal;*/
		/*font-style: normal;*/
	/*}*/
/*}*/
/*@media screen and (-webkit-min-device-pixel-ratio:0) {*/
	/*@font-face {*/
		/*font-family: 'PT Sans';*/
		/*src: url('../fonts/solomon_bold-webfont.svg#solomon_boldregular') format('svg')!important;*/
		/*font-weight: bold;*/
	/*}*/
/*}*/

html, body{
	font-family: PT Sans, sans-serif;
	-webkit-font-smoothing: antialiased;
	height:100%;
}

body {
	font: normal 14px/1.4em "PT Sans", Arial, Helvetica, sans-serif;
	cursor: default;
	color: #2f2f2f;
}

.inBox{
	-moz-box-sizing:	border-box;
	-webkit-box-sizing: border-box;
	box-sizing:	    border-box;
}

.centerDiv{
    margin: 0 auto;
    position: relative;
}

.blur.blured{
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}

/*
div:not(.selectable),
table:not(.selectable),
tr:not(.selectable),
td:not(.selectable),
span:not(.selectable){
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}
*/

#topPanel .topPanelButton div
#viewerContainer div,
.viewer-content div{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

.inlineDiv{
    display: inline-block;
	vertical-align: top;
}

.centerText{
    text-align: center;
}

.floatRight{
    float: right;
}

.floatRightMargin{
	float: right;
	margin-right: 5px!important;
}

.floatLeft{
    float: left;
}

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.floatLeftMargin{
    float: left;
    margin-left: 5px!important;
}

.round4all{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -khtml-border-radius: 4px;
}

.round4top{
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    -khtml-border-radius: 4px 4px 0px 0px;
}

.round4bottom{
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    -khtml-border-radius: 0px 0px 4px 4px;
}

.round4right{
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
    -khtml-border-radius: 0px 4px 4px 0px;
}

.round4left{
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
    -khtml-border-radius: 4px 0px 0px 4px;
}

.labelBtn{
	cursor: pointer;
}
.labelBtn.withIco{
	height: 39px;
	margin-top: 9px;
}
.labelBtn.withIco .label{
	margin-top: 14px;
}
.labelBtn:not(.withIco){
	height: 15px;
}
.label{
	font-size: 15px;
	height: 15px;
	line-height: 15px;
	border-bottom: 1px transparent solid;
	float: left;
}
/*GRAY*/
.label.gray{
	color: rgb(141, 141, 141);
}
.label.gray:hover,
.labelBtn:hover .label.gray{
	border-bottom-color: rgb(179, 179, 179);
}
/*BLUE*/
.label.blue{
	color: #017bd9;
}
.label.blue:hover,
.labelBtn:hover .label.blue,
.labelBtn.hover .label.blue{
	border-bottom-color: rgb(66, 173, 255);
}
/*RED*/
.label.red{
	color: red;
}
.label.red:hover,
.labelBtn:hover .label.red,
.labelBtn.hover .label.red{
	border-bottom-color: rgb(255, 54, 54);
}
/*BLACK*/
.label.black{
	color: #333333;
}
.label.black:hover,
.labelBtn:hover .label.black,
.blackButtonsContainer.hover .label.black.onHover{
	border-bottom-color: rgb(126, 126, 126);
}

.black{
	color : #333333;
}
/*DARK GRAY*/
.label.darkgray{
	color: #505050;
}
.label.darkgray:hover,
.labelBtn:hover .label.darkgray{
	border-bottom-color: #686868;
}

body[data-page-type="userProfile"],
body[data-page-type="userFeed"]{
	overflow-y: scroll;
}

.page-container{
	min-height: 100%;
	position: relative;
}

.page-content{
	padding-bottom: 45px;
}
