body {
	margin: 0;
	padding: 0;
	background: #f4f4f4;
	font-size: 14px;
	text-align: center;
}

a:link, a:visited {
	color: #0073c3;
	text-decoration: none;
}

h2, h3 {
	font-family: Arial,Verdana;
	font-weight: 600;
	font-size: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h2 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 2px solid #ddd;
}

.display-web .header h2 {
	text-transform: none;
}

h3 {
	font-size: 20px;
}

h3.first {
	border-top: 0;
}

.break, h3 {
	border-top: 1px solid #ddd;
	padding-top: 15px;
	margin-top: 15px;
}

.col-left h3:first-child, .col-right h3:first-child {
	margin-top: 0;
	padding-top: 15px;
	border-top: 0;
}

p {
	line-height: 1.5em;
}

p.above-ul {
	padding: 0; 
	margin: 0 0 10px 0;
}

li {
	padding-bottom: 10px;
}

.wrap {
	margin: 0 auto 0 auto;
	width: 1000px;
	text-align: left;
}

header, .content {
	background: #fff;
}

.content {
	padding-top: 2rem;
}

a.branding:link, a.branding:visited {
	display: block;
	position: absolute;
	width: 288px;
	height: 128px;
	left: 50%;
	margin-left: -144px;
	z-index: 1000;
	background: url('/img/branding.png') no-repeat top center;
}

header {
	height: 108px;
}

header, header section, .org-nav, .settings-nav {
	display: block;
	margin: 0;
	padding: 0;
	color: #111;
}

header section:nth-child(1), .org-nav, .settings-nav {
	background: #111;
	height: 30px;
	font-family: Arial,Verdana;
	font-weight: 600;
	font-size: 11px;
	letter-spacing: 1px;
}

.org-nav {
	background-color: #333;
}

.settings-nav {
	background-color: #222;
}


header section:last-child {
	background: #ddd;
	height: 42px;
	font-family: Arial,Verdana;
	font-weight: 300;
	font-size: 13px;
}

header a:link, header a:visited, .org-nav a:link, .org-nav a:visited, .settings-nav a:link, .settings-nav a:visited {
	display: inline-block;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 15px 0 15px;
}

header a:link:last-child, header a:visited:last-child {
	padding-right: 0;
}

header a:hover {
	text-decoration: underline;
}

header section:nth-child(1) a:link, header section:nth-child(1) a:visited, .org-nav a:link, .org-nav a:visited, .settings-nav a:link, .settings-nav a:visited {
	line-height: 30px;
}

header section:last-child a:link, header section:last-child a:visited {
	line-height: 42px;
}


header section:nth-child(1) .top-left a:link, header section:nth-child(1) .top-left a:visited {

}

header section:nth-child(1) .top-right {
	color: #fff;
	text-align: right;
}

header section:nth-child(1) .top-right a:link, header section:nth-child(1) .top-right a:visited {
	background: url('/img/navsep.jpg') no-repeat top left;
}



.top-left a:link, .top-left a:visited,
.top-right a:link, .top-right a:visited {
	color: #00c1fe;
}

nav {
	display: inline-block;
	width: 487px;
}

nav.main-left {
	width: 100%;
}

nav.top-left {
	width: 700px;
}

nav.top-right {
	width: 250px;
}

nav.top-right, nav.main-right {
	position: relative;
	left: 2px;
	color: #111;
}

.org-nav nav.top-right {
	color: #fff;
	text-align: right;
}

nav.main-right {	
	text-align: right;
}

.settings-nav .top-left div {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	line-height: 30px;
	font-size: 11px;
	color: #999;
	text-transform: uppercase;
	padding: 0 15px;
	z-index: 1000;
}

.settings-nav .top-left div span {
	display: none;
}

.settings-nav .top-left div:hover span {
	display: block;
	position: absolute;
	top: 30px;
	left: -15px;
	width: 300px;
	background: #111;
	padding: 0 15px;
}

.settings-nav .top-left div span a {
	display: block;
	text-decoration: none;
}

.settings-nav .top-left div span a:hover {
	text-decoration: underline;
}


.content {
	padding-bottom: 25px;
}

.col-left, .col-right {
	display: inline-block;
	vertical-align: top;
}

.col-left {
	width: 400px;
}

.col-left.menus {
	width: 440px;
}

.col-right {
	width: 400px;
	float: right;
}

.col-right.menus {
	width: 440px;
}

.col-left.equal-width, .col-right.equal-width {
	width: 440px;
}

.clear {
	clear: both;
}

footer {
	border-top: 1px solid #ddd;
	padding: 25px 0 25px 0;
	font-size: 10px;
	color: #bbb;
}

footer a:link, footer a:visited {
	color: #bbb;
}

footer a:hover {
	color: #999;
}


#PagingContainer a:link, #PagingContainer a:visited {
	display: inline-block;
	padding: 5px;
	margin-right: 3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #f4f4f4;
	color: #999;
}

#PagingContainer a.currentPage:link, #PagingContainer a.currentPage:visited, #PagingContainer a:hover {
	font-size: 1.5em;
	font-weight: bold;
	border: 1px solid #eee;
	color: #0073c3;
}


form.search-bar {
	display: inline;
	margin: 0;
	padding: 0;
	position: relative;
	top: 10px;
	float: right;
}

form.search-bar input[type="text"] {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
	border: 1px solid #ccc;
	margin-right: 5px;
	width: 280px;
}


.alert {
	display: none;
	position: fixed;
	top: 20%;
	margin-left: 50%;
	left: -100px;
	width: 200px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 15px;
	text-align: center;
	background: #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	font-family: Verdana;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-transition: opacity 200ms ease-in;
	-moz-transition: -moz-opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
	z-index: 2147310;
}

.alert.show-alert {
	opacity: 1;
	-moz-opacity: 1;
}

.saved {
	font-weight: bold;
	font-size: 24px;
	padding: 10px;
	color: #129007;
	border: 2px solid #129007;
	margin-bottom: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

table td, table th {
	padding: 5px 0;
}

table.users th { text-align: left; }

table td.short { width: 50px; text-align: center; }
table td.short2 { width: 30px; text-align: center; }
table td.promo-img, table th.promo-img { width: 60px; }
table td.promo-name { width: 210px; }
table td.promo-date { width: 100px; text-align: center; }
table td.mid { width: 90px; }
table .promo-img img {
	max-width: 60px;
	max-height: 60px;
}

table th.th-left { text-align: left; }

table td.shortdate {
	font-size: 0.9em;
	text-align: left;
}

table .promo-img.weather img {
	max-width: 300px;
	max-height: 200px;
}

table td.message {
	padding: 15px;
	border-bottom: 2px solid #aaa;
	line-height: 1.5em;
}

table.messages th {
	border-bottom: 2px solid #aaa;
}

.bgs .default-bg, .bgs a:link, .bgs a:visited, .tile-bg, .other-bgs a:link, .other-bgs a:visited {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 0;
	width: 50px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #111;
	background-color: #ddd;
}

.bgs.bgs-admin .default-bg, .bgs.bgs-admin a:link, .bgs a:visited {
	width: 100px;
	height: 60px;
}

.bgs a.bg-side:link, .bgs a.bg-side:visited, .contentForm label.bg-side, .bg-side, .other-bgs a.bg-side:link, .other-bgs a.bg-side:visited, .bgs .default-bg.bg-side {
	width: 26px;
	height: 40px;
}

.bgs.bgs-admin a.bg-side:link, .bgs.bgs-admin a.bg-side:visited {
	width: 40px;
	height: 60px;
}

.bgs a.bg-bottom:link, .bgs a.bg-bottom:visited, .bg-bottom, .other-bgs a.bg-bottom:link, .other-bgs a.bg-bottom:visited {
	width: 50px;
	height: 40px;
}

#PagingContainer {
	padding-bottom: 25px;
}

.tile-bg {
	cursor: pointer;
}

.tile-bg.hide {
	display: none;
}

.bgs a:hover {
	border-color: #fff;
}

.bgs a.delete:link, .bgs a.delete:visited {
	width: auto;
	height: auto;
	border: none;
	background: none;
	position: relative;
	top: -6px;
}

.bgs .default-bg {
	border: 10px solid #ffab00;
}

.other-bgs {
	display: none;
	z-index: 1000;
}

.msg-bg {
	position: relative;
}

.msg-bg:hover .other-bgs {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	padding: 10px;
	background: rgba(255,255,255,0.9);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #999;
}

.other-bgs a span {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0;
	background: rgba(255,255,255,0.4);
	font-size: 9px;
	color: #111;
	text-align: center;
	display: block;
}

.other-bgs a:hover {
	border-color: #129007;
	border-width: 2px;
}

.field.with-cal, .with-cal {
	position: relative;
}

.pop-cal {
	position: absolute;
	top: -100px;
	left: 20px;
	width: 210px;
	background: #000;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 2px solid #fff;
	z-index: 20000;
}

.pop-cal section {
	display: block;
}

.pop-cal span {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 1px;
	padding: 3px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 11px;
	vertical-align: top;
}

.pop-cal span.day {
	cursor: pointer;
	font-weight: bold;
	background: #f4f4f4;
}

.pop-cal span.day:hover {
	background: #a4cdff;
}

.pop-cal.hide {
	display: none;
}

.pop-cal {
	text-align: center;
}

.pop-cal section, .pop-cal div {
	text-align: left;
}

.pop-cal section.header {
	border: 0;
	height: 26px;
	width: auto;
	background: transparent;
	display: block;
}

.pop-cal h2 {
	border: 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	text-align: center;
	display: block;
	margin: 0;
}

.pop-cal button {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #ccc;
	background: none;
	border: 0;
}

.pop-cal button:hover {
	color: #fff;
}

.pop-cal section.header span {
	color: #fff;
	text-align: center;
	font-size: bold;
	height: 18px;
}

.pop-cal a.close {
	display: block;
	font-size: 11px;
	padding: 3px;
	text-align: center;
	cursor: pointer;
}

/* Albums */

.albumThumb {
	display: block;
	height: 150px;
	margin: 5px 15px 10px 5px;
	border: 1px solid #999;
	background-position: top center;
	background-repeat: no-repeat;
}

.albumThumb span {
	display: block;
	margin: 0;
	padding: 3px 5px 3px 5px;
	background-color: rgba(255,255,255, 0.8);
	color: #555;
}


a.eventThumb:link, a.eventThunb:visited {
	display: inline;
	float: left;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px;
}

.eventThumb div {
	width: 180px;
	height: 270px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 180px;
}


/* Photos */

.albumsPhoto {
	display: inline;
	float: left;
	margin: 0 15px 15px 0;
}


.albumBlock {
	display: inline-block;
/* 	float: left; */
	margin: 0 10px 10px 0;
	padding: 2px;
	border: 1px solid #eee;
	text-align: center;
}

.albumBlock img {
	width: 12px;
	height: 12px;
	display: inline-block;
}

.albumBlock a.thumb:link, .albumBlock a.thumb:visited {
	display: block;
	width: 200px;
	height: 150px;
	margin: 0 0 5px 0;
	border: 1px solid #555;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-color: #27292a;
}

.albumBlock span.timestamp {
	display: block;
	font-size: 12px;
	font-family: "ronnia-condensed";
	font-weight: 600;
	text-transform: uppercase;
	color: #999;
}

.albumBlock span.albumVenue {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.albumBlock a.albumTitle:link, .albumBlock a.albumTitle:visited {
	display: block;
	font-size: 13px;
	font-family: "ronnia-condensed";
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 0 5px 0;
}

.home section {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 4px solid #c1d82e;
}

.left, .right {
	float: none !important;
}

.col {
	display: inline-block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	vertical-align: middle;
	vertical-align: top;
}

.col.left {
	width: 500;
}

.col.right {
	width: 320px;
	margin-left: 80px;
}

.right.home h2 {
	border: 0;
	font-size: 48px;
}

.right.home p {
	font-size: 24px;
}

/* Calendar */

.calHead, .calDay {
	display: inline;
	float: left;
	width: 135px;
	margin: 0 5px 5px 0;
	text-align: center;
	background: #eee;
}

.calDay {
	height: 150px;
	overflow: auto;
}

.calHead span {
	font-size: 14px;
	font-weight: 500;
	padding: 5px;
	display: block;
}

.calDay .calDayTitle {
	font-size: 16px;
	font-weight: 900;
	text-align: left;
	padding: 5px 0 5px 5px;
}

.calDay ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.calDay ul li { 
	text-align: left; 
	padding: 0;
	margin: 3px;
}

.calDay ul li a:link, .calDay ul li a:visited {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow-y: auto;
}

.calDay ul li a.withmedia:link, .calDay ul li a.withmedia:visited {
	height: 80px;
}

table.groups th, table.displays th {
	text-align: left;
}

table.groups tr.create td {
	border-top: 3px solid #aaa;
}

table.displays select {
	width: 100px;
}

form .displays label input, form .displays-selected label input {
	display: none;
}

form .displays, form .displays-selected {
	display: block;
	margin-left: 130px;
    padding: 0 0 15px 0;
}

form .displays-selected {
	display: inline-block;
	width: 780px;
	margin-left: 0;
	vertical-align: top;
	margin-bottom: 20px;
}

form .multi-wrap {
	padding: 10px 0;
	background: #eee;
	border-radius: 10px;
	border: 1px solid #999;
	margin-bottom: 15px;
}

form .group-options {
	text-align: right;
	padding-right: 15px;
}

form .displays button, form .displays-selected button {
	margin: 5px 5px 0 0;
}

form select[name="groupID"], form select[name="subGroupID"] {
	width: 150px;
	display: inline-block;
	vertical-align: top;
}

form .displays label, form .displays-selected label {
	display: inline-block;
	width: 140px;
	background: #fff;
	border-radius: 5px;
	margin: 0 2px 2px 0;
	padding: 5px;
	cursor: pointer;
	border: 1px solid #999;
}

form .displays-selected label.selected {
	background: #e5ecf9;
	border: 1px solid #333;
	background: #eee;
}

.preview-displays {
	position: relative;
}

.preview-displays div {
    position: absolute;
    top: 0;
    left: -30;
    background: #fff;
    padding: 6px 10px;
    width: 200px;
    text-align: left;
    border: 1px solid #333;
    border-radius: 6px;
	display: none;
	z-index: 1000;
}

.preview-displays:hover div {
	display: block;
}

.preview-displays div p {
	margin: 0;
	padding: 0 0 2px 0;
}

.top-select, .top-label {
	display: inline-block;
	float: right;
	margin: 0 0 0 10px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
    position: relative;
    top: 10px;
}

.sorts {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ddd;
}

.sorts select {
	margin-right: 30px;
}

.sorts select:last-child {
	margin-right: 0;
}

.sorts .top-select, .sorts .top-label {
	float: none;
	top: 0;
}

.contentForm .field.breaker {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 2px solid #ccc;
}

.promos-create .col:nth-child(3), .promos-edit .col:nth-child(4) {
	width: 310px;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 2px solid #ccc;
}

.promos-create .col:last-child, .promos-edit .col:last-child {
	width: 600px;
}

form h4 {
	font-size: 1em;
	font-weight: 500;
	margin: 0;
	padding: 15px 0 5px 5px;
}

.contentForm label.h4 {
	font-size: 1em;
	font-weight: 500;
}

.contentForm label.h4.wide {
	width: 150px;
}

.contentForm .texttype label.h4, .contentForm .texttype input, .contentForm .texttype span {
	display: inline-block;
	vertical-align: middle;	
	line-height: 30px;
	margin: 0 5px 0 0;
	padding: 0;
}

.contentForm .texttype span {
	font-size: 12px;
}

.mini-cols span {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	text-transform: uppercase;
	width: 30px;
}

.contentForm .input.calendar-pop {
	width: 140px;
}

.contentForm .cal-trigger {
	vertical-align: middle;
	position: relative;
	top: 2px;
	cursor: pointer;
}

.show-icon {
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	width: 16px;
	margin: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.show-icon.screens { background-image: url('/img/icons/screens.png'); }
.show-icon.web { background-image: url('/img/icons/web.png'); }
.show-icon.calendar { background-image: url('/img/icons/calendar.png'); }
.show-icon.bulletin { background-image: url('/img/icons/bulletin.png'); }
.show-icon.kiosk { background-image: url('/img/icons/kiosk.png'); }

.footnotes {
	text-align: right;
	font-size: 10px;
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
}

.footnotes .show-icon {
	height: 12px;
	width: 12px;
}

span.fineprint {
	display: block;
	font-size: 10px;
	color: #999;
}

.field.textbg {
	max-height: 350px;
	overflow-y: auto;
}

.contentForm label.tile-bg {
	width: 55px;
	height: 40px;
	margin-right: 0;
}

.contentForm label.tile-bg.larger {
	width: 110px;
	height: 80px;
}

.contentForm label.tile-bg.bg-side {
	width: 25px;
	height: 40px;
	margin-right: 0;
}

.contentForm label.tile-bg.larger.bg-side {
	width: 75px;
	height: 120px;
}

.contentForm .field input[type="checkbox"] {
	position: relative;
	top: 3px;
}

.field-wrap.hide {
	display: none;
}

.field-wrap textarea {
	width: 400px;
	height: 150px;
}

.contentForm .field-wrap .format-field {
	padding-bottom: 15px;
	padding-left: 135px;
}

.contentForm .field-wrap .format-field label {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 10px;
}

.contentForm .field-wrap .format-field select {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
}

.sub-display {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
}

.contentForm .field-wrap .input[name="title"], .contentForm .field-wrap .input[name="subtitle"] {
	width: 400px;
}

table th, table td {
	text-align: left;
}

table th.num, table td.num {
	width: 50px;
}

table th.mid, table td.mid {
	width: 80px;
}

.visitorlog tr:first-child td, .prolog tr:first-child td {
    border-top: 1px solid #000;
}

.visitorlog td:nth-child(odd) {
    font-weight: bold;
    width: 110px;
}

.visitorlog td:nth-child(2) {
	width: 170px;
}

.visitorlog td:nth-child(3) {
    font-weight: bold;
    width: 80px;
}


.visitorlog tr.break td {
    height: 1px;
    background: #000;
    border-bottom: 1px solid #000;
    font-size: 0;
    margin: 0;
    padding: 0;
}

.visitorlog tr:nth-child(even) td, .visitorlog tr.even td, .prolog tr:nth-child(even) td, .prolog tr.even td {
    background: #fff;
}

.visitorlog tr.odd td, .prolog tr.odd td {
    background: #e5ecf9 !important;
}

.visitorlog form, .prolog form {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px 5px 0;
	font-weight: bold;
}

.visitorlog form input[type="text"], .prolog form input[type="text"] {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 10px;
}

.visitorlog form input[name="dateFrom"], .visitorlog form input[name="dateTo"], .prolog form input[name="dateFrom"], .prolog form input[name="dateTo"] {
	width: 100px;
}

.visitorlog form input[name="roomNo"], .prolog form input[name="roomNo"] {
	width: 60px;
}

.visitorlog form input[type="submit"], .prolog form input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	padding: 5px 10px;
	display: inline-block;
	vertical-align: middle;
	background: #ccc;
	color: #000;
	text-transform: uppercase;
}

.visitorlog .cal-trigger, .prolog .cal-trigger {
	position: relative;
	top: 3px;
}