/* CSS RESET */

	input[type="checkbox"],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,font,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 { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; }
	body { line-height:1; -webkit-tap-highlight-color: rgba(0,0,0,0); }
	ol,ul { list-style:none; }
	blockquote,q { quotes:none; }
	blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
	:focus { outline:0; }
	ins { text-decoration:none; }
	del { text-decoration:line-through; }
	table { border-collapse:collapse;border-spacing:0; }
	
/* END CSS RESET */

/*

LOGGEDIN

logo    91
tabs    370
search  230
upload  26
user    273

LOGGEDOUT

logo    91
tabs    370
search  256
upload  0
user    273

*/

/* GENERAL */

body {
	background-color: #fff;
	color: #1E1E1E;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin-top: 70px;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-smooth: always;
}

a, a:link, a:visited, a:active {
	color: #0093cc;
	text-decoration: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;	
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-user-select: none;
}

a:hover, a.Selected {
	color: #1E1E1E;
}

/* INPUT BOXES */

input, textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

label {
	font-size: 18px;
	margin-bottom: 8px;
	display: block;
	/*color: #0093CC;*/
}

input {
	width: 95%;
	max-width: 620px;
	padding: 5px;
}

input[type=text],
input[type=password],
input[type=email],
textarea {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#txtReportInappropriate,
#txtOriginalUrl {
	border: 1px solid #aaa;
    margin-bottom: 10px;
    border-radius: 2px;
}

input[type=submit] {
	width: initial;
}

#Content input[type=submit],
#btnLogin,
#btnReportInappropriateNo,
#btnAddToPlayList,
#btnDeleteNo,
#btnCompose,
#btnDeletePms,
#btnCopyPmTemplate {
	width: initial;
	background: #153d6e;
    color: #FFF;
    border: 0;
    border-radius: 3px;
    padding: 7px 20px;
    font-weight: 600;
	-webkit-appearance: none;
}

#sbPmTemplates {
	height: 32px;
	float: left;
	padding: 0 10px;
	border-radius: 3px;
	margin-right: 5px;
}

/* HEADER */

#Header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	border-bottom: 1px solid #d9d9d9;
	background: #fff;
}

#HeaderInner {
	margin: 0 auto;
	width: 100%;
	max-width: 990px;
	position: relative;
	display: block;

}

#HeaderLogo {
	display: block;
	width: 126px;
	height: 52px;
	overflow: hidden;
	float: left;
	text-align: left;
}

#HeaderLogo a img {
	width: 36px;
	height: 36px;
    float: left;
    margin-right: 10px;
    margin-top: -8px;
}

#HeaderLogo a {
	color: #1E1E1E;
	display: inline-block;
	font-size: 14px;
	height: 22px;
	letter-spacing: 0.5px;
	line-height: normal;
	padding-top: 16px;
	padding-bottom: 14px;
	font-weight: bold;
}

#HeaderLogo a:hover {
	color: #0093cc;
}

#HeaderTabs {
	display: block;
	width: 370px;
	height: 52px;
	overflow: hidden;
	float: left;
	text-align: center;	
}

#HeaderTabs ul {
	display: block;
}

#HeaderTabs li {
	display: inline-block;
	text-align: center;		
}

#HeaderTabs li a {
	display: inline-block;
	font-size: 14px;
	height: 22px;
	letter-spacing: 0.5px;
	line-height: normal;
	padding-top: 16px;
	padding-bottom: 14px;
	padding-right: 3px;
	padding-left: 3px;
}

#HeaderTabs li a.ActiveLink, #HeaderUser li a.ActiveLink, #SortByContainer a.Selected {
	color: black;
}

#HeaderUser li a.ActiveLink {
	max-width: 115px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}

@media only screen and (min-width: 768px) {
	#HeaderUser li a.ActiveLink {
		max-width: 80px;
	}
}

.HeaderTabsIcon {
	display: none;
}

.HeaderTabsIcon svg {
	width: 26px;
	height: 26px;
}

#FbLoginLinkBig img {
	width: 137px;
}

#SideLogo {
	width: 35px;
	float: left;
}

#SideLogo img {
	width: 30px;
	height: 30px;

}

/* search */
#HeaderSearch {
	float: left;
	width: 230px;	
	padding-top: 12px;
	margin-left: auto;
	margin-right: auto;
}

.Wide#HeaderSearch {
	width: 256px;
}

#HeaderSearch form {
	margin-left: auto;
	margin-right: auto;
	width: 205px;
}

#txtSearch {
	border: 1px solid #E3E3E3;
	border-right: none;
	padding: 0;
	outline: none;
	float: left;
	width: 168px;
	height: 26px;
	padding-left: 7px;
	font-size: 13px;
	border-radius: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	margin-bottom: 2px;
	box-shadow: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.txtSearchDefault {
	color: #000;
}

#btnSearch {
	border: 1px solid #E3E3E3;
	border-left: none;
	background-color: white;
	float: left;
	background-image: url("/static/sys/img/svg/search.svg");
	background-size: 18px 18px;
	-moz-background-size: 18px 18px;
	-webkit-background-size: 18px 18px;
	-o-background-size: 18px 18px;
	background-position: center; 
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	cursor: pointer;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;	
}

#btnSearch img {
	padding-top: 5px;
}

div#AdvancedSearchContainer {
	float: none;
	clear: left;
	padding-top: 2px;
}

div#AdvancedSearchCenter {
	float: left;
	height: 20px;
	font-size: 12px;
	margin-top: -3px;
	white-space: nowrap;
}

#AdvancedSearchCenter input {
	vertical-align: text-top;
	margin-top: 3px;
	width: initial;
}

#AdvancedSearchCenter label {
	margin-left: 5px;
	margin-right: 10px;
	display: initial;
	font-size: 12px;
}

/* upload */

#HeaderUpload {
	float: left;
	padding-top: 12px;
	height: 40px;
	width: 26px;
}

#HeaderUpload #btnUpload {
	background-color: white;
	float: left;
	padding-top: 4px;
	text-align: center;
	height: 22px;
	width: 100%;
}

#AddContentLink svg {
	width: 22px;
}

div#AddContentContainer {
	border: 1px solid #E3E3E3;
	border-radius: 3px;
	display: none;
	margin-top: 5px;
	margin-left: -1px;
	background-color: #ffffff;
	padding-top: 10px;
	height: 130px;
	width: 95px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

#AddContentContainer a {
	color: #0093cc;
	line-height: 18px;
	display: block;
	width: 90px;
}

/* user */ 
#HeaderUser {
	float: right;
	height: 52px;
	text-align: right;
}

#HeaderUser ul {
	padding-top: 16px;
	height: 36px;
	display: block;
}

#HeaderUser li {
	display: inline-block;
	vertical-align: top;
}

#HeaderUser li a {
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: normal;
	padding-right: 3px;
	padding-left: 3px;
}

#HeaderUser img { 
	border-radius: 2px; 
	padding-top: 1px;
	margin-right: 4px;
	display: inline-block;
}	

#HeaderUser #FbLoginLink img { 
	height: 20px;
}	

#HeaderUser ul a { 
	font-size: 14px; 
	vertical-align: top; 
	line-height: 22px; 
}

#HeaderUser ul:nth-child(1) a { 
	padding-right: 1px;
}

#HeaderUser .Wide li:nth-child(2):before, #HeaderUser .Wide li:nth-child(3):before {
	color: #aaa;
	content: '\00B7';
	font-size: 22px;
	vertical-align: top;
	padding-right: 1px;
	line-height: 22px; 	
 }
 
/* pm */

#PmNewImage, #PmNoNewImage {
	padding-top: 1px;
	height: 20px;
	float: right;
	padding-right: 2px;	
}

#NotificationsNewImage, #NotificationsNoNewImage {
	padding-top: 4px;
	height: 20px;
	float: right;
	padding-right: 2px;	
}

/* help tool tips */

.HelpToolTip, .HelpBox {
	position: absolute;
	display: none;
	background-color: #EBEBEB;
	line-height: 15px;
	padding: 7px;
	z-index: 5000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 20px;
}

.HelpToolTipClose {
	display: block;
	float: right;
}

li#MobileLogout {
	display: none;
}

#MobileLogout a {
	font-weight: 600;
}

.pumpkin {
	margin-top: -12px !important;
}

/* FOOTER */

@media (max-width: 768px) {
	.FooterAdd {
		display: none;
	}
}

@media (min-width: 768px) {
	.FooterMobileAdd {
		display: none;
	}
}

#Footer {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#FooterInner {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #d9d9d9;
	margin: 0 auto;
	width: 100%;
	max-width: 990px;
	position: relative;
	display: block;
}

.FooterPageLinks ul {
	margin-top: 4px;
	display: block;
	text-align: center;
}

.FooterPageLinks li {
	display: inline-block;
	text-align: center;	
	line-height: 22px; 		
}

.FooterPageLinks a {
	font-weight: normal;
}

.FooterPageLinks li:after {
	position: relative;
    top: 6px;
	color: #aaa;
	content: '\00B7';
	font-size: 20px;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 6px;
	line-height: 22px; 	
 }
 
.FooterPageLinks li:last-child:after {
	display: none;
}
#FooterPageLinksTitle {
	padding-right: 10px;
}

/* COOKIES */

#CookieConsent {
	margin-top: 7px;
	display: block;
	text-align: center;
	padding: 5px;
}
#CookieConsent .LinkButton {
	margin-left: 10px;
}

/*Topbanner*/

.FrontTopBanner { margin-bottom: 7px; text-align: center; }
.FrontTopBanner-mobile { display: none; }

@media (max-width: 990px) {
	.FrontTopBanner { display: none; }
	.FrontTopBanner-mobile { display: block; margin-top: 20px; }
}