table a:link, table a:visited {
	color: #00adee;
	text-decoration: none;
}
.spaces .line-table tr.add-new .tags.add {
    min-height: 20px;
    min-width: 100px;
    cursor: pointer;
    background-size: auto;
    background-position: left;
    padding-left: 30px;
    box-sizing: border-box;
}

.item-wrapper, .preview-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
    display: none;
}

.item-selector, .preview {
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    background: #fff;
    z-index: 1001;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px 25px;
    display: none;
}

.item-wrapper.show, .item-selector.show, .preview-wrap.show, .preview.show {
    display: block;
}

.item-selector span.close {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #00adee;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}

.item-selector h2 {
    font-weight: 400;
    color: #18505E;
    font-size: 21px;
}

.item-selector .item-options {
    border: 1px solid #eee;
    max-height: 200px;
    overflow: auto;
    margin-bottom: 15px;
}

.item-selector .item-options div {
    box-sizing: border-box;
    padding: 7px 15px;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
}

.item-selector .item-options div.on {
    background: #efefef;
}

.item-selector button {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    border-radius: 4px;
    background: #00adee;
    padding: 7px 25px;
    min-width: 120px;
    text-transform: uppercase;
    float: right;
}

.item-selector a:link, .item-selector a:visited {
    color: #111;   
    font-size: 11px;
    margin-right: 5px;
}

.add-new {
    display: none;
}

.add-new.show {
    display: table-row;
}

.line-table tr .icon-trash-red {
    background: url(/assets/Icons/MeetingRooms/icon-trash-grey.svg) no-repeat center center/cover;
}

.line-table tr .icon-checkmark-green {
    display: none;
}
.line-table tr .icon-cross-red {
    display: none;
}
.line-table tr .icon-pencil-forest {
    display: inline-block;
}

.line-table tr.unlocked .icon-trash-red {
    background: url(/assets/Icons/MeetingRooms/icon-trash-red.svg) no-repeat center center/cover;
}

.line-table tr.unlocked .icon-checkmark-green, .line-table tr.show .icon-checkmark-green {
    display: inline-block;
}
.line-table tr.unlocked .icon-cross-red {
    display: inline-block;
}
.line-table tr.unlocked .icon-pencil-forest {
    display: none;
}

tr .tags .add-new, .spaces .line-table tr .tags a.add-new {
    display: none;
}

tr .tags div, .spaces .line-table tr .tags div {
    background: transparent;
    color: #929497;
}

tr .tags div a, .spaces .line-table tr .tags div a {
    display: none;
}


tr.unlocked .tags .add-new, .spaces .line-table tr.unlocked .tags a.add-new {
    display: inline-block;
}

tr.unlocked .tags div, .spaces .line-table tr.unlocked .tags div {
    background: #f1f1f2;
    color: #16505e;
}

tr .tags div a, .spaces .line-table tr.unlocked .tags div a {
    display: inline-block;
}

.spaces .line-table tr.add-new .tags.add {
    height: auto;
    width: auto;
}

.search .filter div select {
    width: auto;
    min-width: 172px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 500;
    color: #18505E;
    position: relative;
    padding: 12px 15px 12px 45px;
    display: inline-block;
    appearance: normal;
    height: 44px;
    border: 2px solid #E0E1E2;
    border-radius: 4px;
}

.event-item.add-new-row {
    display: none;
}

.event-item.add-new-row.show {
    display: block;
}

.layouts.in-events .box {
    display: none;
}

.layouts.in-events .box.show {
    display: block;
}

.preview {
    width: 360px;
    margin-left: -180px;
    height: 640px;
}

.layouts.in-events .layout .content .box {
    width: 100%;
}

.container .event-item.disabled .event-info div {
	opacity: 0.5;	
}

.container .event-item.disabled .event-info div fieldset.upload-logo label {
	padding: 0;
	color: #ccc;
}

.container .event-item.disabled .event-info div fieldset.upload-logo label:before {
	display: none;	
}

/* Calendar Popup */

.pop-cal-splash, .active-task-splash {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
    bottom: 0;
    margin-top: 0px;
    z-index: 9999;
	background-color: rgba(0,0,0,0.7);
}

.pop-cal-splash.hide {
	display: none!important;
}

.pop-cal {
	position: fixed;
	top: 100px;
	left: 50%;
	width: 242px;
	margin-left: -121px;
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 2px solid #999;
    z-index: 20000;
    opacity: 1;
    padding: 20px 0px;
    min-width: auto!important;
}

.pop-cal select.month, .pop-cal select.year {
	font-size: 12px!important;
	width: auto!important;
	height: auto!important;
    text-indent: 0!important;
    -webkit-appearance: none!important;
    border: 1px solid #969696!important;
    padding: 2px 10px!important;
    background: #fff!important;
    color: #000!important;
    border-radius: 2px;
    text-transform: initial!important;
    margin: 0px 5px!important;
    min-width: auto!important;

}

.pop-cal section {
	display: block;
}

.pop-cal section span {
    display: inline-block!important;
    min-width: initial!important;
}

.with-cal div {
    display: block!important;
    margin-top: 0px!important;
    margin:0px!important;
}

.pop-cal.pop-cal span {
    font-weight: bold!important;
    min-width: initial!important;
	display: inline-block!important;
	width: 32px!important;
	height: 32px!important;
	margin: 1px!important;
	padding: 3px!important;
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
	font-size: 11px!important;
    vertical-align: top!important;
    background: none!important;
    border: none!important;
}

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

.pop-cal span.day.nextmonth {
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
}

.pop-cal span.day.passed {
	opacity: 0.4;
	-webkit-opacity: 0.4;
	-moz-opacity: 0.4;
}


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

.pop-cal span.day.over {
	background-color: #f00;
	color: #fff;
}

.pop-cal span.day.today {
	color: #000;
	font-style: italic;
	text-decoration: underline;
}

.pop-cal span.day.full {
	background-color: #e8590c;
	color: #fff;
}

.pop-cal span.day.half {
	background-color: #f3edac;
}

.pop-cal span.day i, .pop-cal span.day.today i {
	font-weight: 100;
	text-decoration: none;
	font-style: normal;
	position: relative;
	font-size: 8px;
	display: block;
	padding-top: 5px;
	text-align: right;
	font-family: Verdana;
}

.pop-cal span.day i b {
	font-size: 1.2em;
}

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

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

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

.pop-cal .header {
	position: relative;
	min-height: 0;
	padding: 0;	
}

.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;
	background: none;
    border: 0;
    position: initial!important;
    padding: 3px!important;
    font-weight: bold;
    color: #3EC0F2;
    cursor: pointer;
    font-size: 12px!important;
    margin: 0px 5px!important;
    width: auto!important;
}

.pop-cal section.header {
    background: #efefef;
    margin-top: 10px;
    padding: 5px 0px;
    font-weight: bold;
}

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

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

.pop-cal p.small, .colRight .pop-cal p.small {
	margin: 0;
	padding: 3px;
	text-align: left;
}

.pop-cal p.small b {
	font-weight: bold;
}

.pop-cal p.small.btn.unscheduled {
	padding: 3px;
	background-color: #e0e0e0;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
    cursor: pointer;
}

.pop-cal p.small.btn.unscheduled:hover {
	color: #555;
	background-color: #a4cdff;
}

form fieldset.with-cal {
	position: relative;
}

tr td .text-view + input {display: none;}
tr.unlocked td .text-view + input {display: inline-block;}
tr.unlocked td .text-view {display: none;}

.ping i {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00d925;
    vertical-align: middle;
    margin-left: 5px;
}

.ping i.issue {
    background: #f00;
}


.search form, .search .filter div {
    flex-direction: column;
}

.search form button, .search .filter div button {
    padding: 12px 10px;
    position: relative;
    top: -2px;
    margin-left: 20px;
}

.icon-hide-cyan {
    width: 22px;
    height: 17px;
    display: inline-block;
    background: url("/assets/Icons/MeetingRooms/icon-eyeHide-cyan.svg") no-repeat center center / cover;
}

.icon-hide-cyan-all {
    width: 22px;
    height: 17px;
    display: inline-block;
    background: url("/img/icons/icon-eyeHide-cyan-all.png") no-repeat center center / cover;
}


.search .filter .date-icon {
    position: relative;
}

.search .filter .date-icon input.calendar-pop{
    padding-left:35px;
    width: 100%;
    box-sizing: border-box;
}

.search .filter .date-icon:before {
    content: "";
    width: 17px;
    height: 17px;
    top:12px;
    position: absolute;
    left:10px;
    bottom:3px;
    z-index:999;
    display: inline-block;
    background: url("/assets/Icons/MeetingRooms/icon-calendar-forest.svg") no-repeat center center / cover;
}

.search .filter div span:before,
.search .filter div span:after {
    display: none;
}


.contents .content-item .media-list .media {
	background-color: #eee;
	text-align: center;
}

.contents .content-item .media-list .media img {
	max-width: 100%;
}

.layouts .layout .content .box form {
	width: 100%;
	text-align: right;
	height: 100px;
	bottom: -100px;
	background: #fff;
}

.layouts .layout .content {
	padding-bottom: 100px;
}

.layouts .layout .content .box form fieldset, .layouts .layout .content .box form img {
	display: inline-block;
	vertical-align: top;
}

.layouts .layout .content .box form .img-prev {
	position: static;
}

.layouts .layout .content .box form a {
	display: none;
}

.layouts .layout .content .box form a.clear {
	color: #5a5b5c;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 10px;
	vertical-align: top;
}

.layouts .layout .content .box form:hover a {
	display: inline-block;
	cursor: pointer;
}

.layouts .layout .content .box form:hover img {
	display: none;
}

.layouts .layout .content .box form:hover a img {
	display: inline-block;
	opacity: 0.5;
	border: 2px solid #eee;
	cursor: pointer;
}

.layouts .layout .content .box form:hover a img:hover, .layouts .layout .content .box form:hover a img.selected {
	opacity: 1;
	border: 2px solid #aaa;
}


.layouts .layout .content .box form:hover label {
	display: none;
}

.layouts .layout .content .box form.bg-upload input {
	display: none;
}

.layouts .layout .content .box form.bg-upload:hover input {
	display: inline-block;
}


.layouts .layout .content .box form.bg-upload {
	text-align: left;

}

.layouts .layout .content .box.dnp div.event {
	background-image: url('/img/icon-occupied.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100px;
}

.container .event-list .event-item .event-info div fieldset.upload-logo.with-logo label {
	font-size: 0;
}

.container .event-list .event-item .event-info div fieldset.upload-logo.with-logo {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 162px;
}

.layouts .layout .content .box.type-c1 div.event, .layouts .layout .content .box.type-c2 div.event {
    height: 104px;
}

.layouts .layout .content .box .banner-ad img {
    position: relative;
    top: 10px;
}

.playlist .media-list, .contents .media-list {
    min-height: 250px;
}

td.serial form {
	display: none;
	margin: 0;
	padding: 0;
}

td.serial:hover span {
	display: none;
}

td.serial:hover form {
	display: block;
}

.table td.serial input, .line-table td.serial input {
	font-size: 10px;
	padding: 0 5px;
}

.table td.serial input[type="text"], .line-table td.serial input[type="text"] {
	min-width: 150px;
}

.play-item.pending {
	opacity: 0.2 !important;
}

.playlist-preview-wrap {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    display: none;
}

.playlist-preview {
    z-index: 10001;
    position: fixed;
    top: 100px;
    left: 50%;
    width: 270px;
    margin-left: 0 0 0 -135px;
    height: 480px;
    border: 2px solid #000;
    box-sizing: border-box;
    padding: 0;
    font-size: 0;
    background: #fff;
    display: none;
}

.playlist-preview-wrap.show, .playlist-preview-wrap.show + .playlist-preview {
    display: block;
}

.playlist-preview .zone-1, .playlist-preview .zone-2 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.playlist-preview .zone-2 {
    background-color: #eee;
}

.playlist-preview.layout-a .zone-1 {
    height: 100%;
    width: 100%;
}

.playlist-preview.layout-a .zone-2 {
    display: none;
}

.playlist-preview.layout-b .zone-1 {
    height: 433px;
}

.playlist-preview.layout-b .zone-2 {
    height: 47px;
}

.playlist-preview.layout-c .zone-1 {
    height: 355px;
}

.playlist-preview.layout-c .zone-2 {
    height: 124px;
}

.playlist-layout-picker {
    position: absolute;
    right: 100px;
    top: 26px;
}

.playlist .play-item .line-table .time select.out {
    border: 1px solid #f00 !important;
    color: #f00;
    font-weight: 900;
}

.duration-total {
    position: absolute;
    right: 300px;
    top: 26px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    margin-right: 5px;
    font-weight: normal;
    color: #231F20;
}

.duration-total span {
    display: inline-block;
    border: 1px solid #231F20;
    border-radius: 4px;
    height: 36px;
    line-height: 36px;
    padding: 0px;
    width: 60px;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    margin-left: 8px;
}


/* Common Players Box */

.layout.hide {
    display: none;
}

.playlist-layout {
    margin: 0;
    padding: 0;
    width: 1080px;
    height: 1920px;
    display: none;
}
.playlist-layout.show {
	display: block;
}

.playlist-layout.mini {
    width: 360px;
    height: 640px;
    border-bottom: 10px solid #000;
}

.playlist-layout header, .playlist-layout footer {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-color: #eee;
}

.playlist-layout p {
    color: #000;
    background: rgba(255,255,255,0.8);
    padding: 5px;
    border-radius: 4px;
    display: inline-block;
    margin: 5px 0 0 5px;
}

.playlist-layout header { height: 1920px; }
.playlist-layout.mini header{ height: 640px; }

.playlist-layout footer {
    display: none;
    background-color: #ddd;
}

.playlist-layout.layout-b header { height: 1730px; }
.playlist-layout.layout-b footer {
    display: block;
    height: 190px;
}
.playlist-layout.layout-b.mini header { height: 577px; }
.playlist-layout.layout-b.mini footer {
    display: block;
    height: 63px;
}

.playlist-layout.layout-c header { height: 1420px; }
.playlist-layout.layout-c footer {
    display: block;
    height: 500px;
}
.playlist-layout.layout-c.mini header { height: 473px; }
.playlist-layout.layout-c.mini footer {
    display: block;
    height: 167px;
}


.playlist-layout .layout header, .playlist-layout.mini .layout header, .playlist-layout .layout footer, .playlist-layout.mini .layout footer {
    height: auto !important;
}

.playlist-layout header header img {
    width: 100%;
}

.playlist-layout header footer {
    display: block;
}

.playlist-layout .layout {
    width: 100%;
    height: 100%;
}

.playlist-layout .layout header img {
    height: auto;
}

.playlist-layout .layout .content-container .list {
    min-height: 120px;
}

.playlist-layout .layout footer .icon {
    height: 50px;
    width: 90px;
    display: inline-block;
    vertical-align: middle;
}

.playlist-layout .layout footer .icon img {
    height: 20px;
    width: 15px;
    margin: 0 0 0 10px;
    left: 0;
    display: inline-block;
    vertical-align: middle;
}

.playlist-layout .layout footer .icon span {
    display: inline-block;
    font-size: 10px;
    vertical-align: middle;
}

.playlist-layout .layout footer h3 {
    display: inline-block;
    width: 190px;
    font-size: 14px;
    margin: 0 0 0 20px;
    vertical-align: middle;
}


.playlist-slide {
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: none;
}

.playlist-slide.show {
	display: block;
}

.icon-modePause-cyan {
    background: url(/assets/Icons/Playlists/icon-modePlay-cyan.svg) no-repeat center center/cover;
}
.icon-modePlay-cyan {
    background: url(/assets/Icons/Playlists/icon-modePause-cyan.svg) no-repeat center center/cover;
}

td.unitLog span {
    position: relative;
    display: inline-block;
}

td.unitLog span div {
    display: none;
    position: absolute;
    top: -100px;
    left: -150px;
    width: 400px;
    height: 200px;
    overflow: auto;
    box-sizing: border-box;
    padding: 15px;
    font-size: 12px;
    background: #fff;
    border: 1px solid #333;
    z-index: 1000;
}

td.unitLog:hover div {
    display: block;
}

.playlist-wrap .card.fullsize {
    display: block;
    position: absolute;
    top: 0;
    width: 1080px;
    height: 1920px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

a.delete-logo:link, a.delete-logo:visited {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #aaa;
    background: #eee;
    border-radius: 50%;
    text-decoration: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.clean-table th {
    color: #aaa;
    text-align: left;
    font-size: 0.8rem;    
}

.clean-table th, .clean-table td {
    padding: 0 25px 0 0;
}

.create-error {
    position: absolute;
    top: 50px;
    font-size: 13px;
    color: #f00;
}

/* .play-item .add-new .icon-settime {
    display: none;
} */

.event-item a.duplicate:link, .event-item a.duplicate:visited {
    position: relative;
    left: -20px;
    top: -3px;
}

.event-item.disabled a.duplicate:link, .event-item.disabled a.duplicate:visited {
    pointer-events: none;
    color: #BBBDBF;   
}

.rooms.table td select {
    pointer-events: none;
    opacity: 0.4;
    max-width: 200px;
    line-height: 36px;
    height: 36px;
    border-radius: 4px;
}

.rooms.table .line-table td input {
    border: none;
    padding: 0;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.rooms.table button {
    pointer-events: none;
    opacity: 0.4;
}

.rooms.table .show button {
    pointer-events: all;
    opacity: 1;
}

.rooms.table .unlocked td select, .rooms.table .unlocked button {
    pointer-events: all;
    opacity: 1;
}

.rooms.table .inner-time-picker {
    display: none !important;
}

.rooms.table .selector a.clear-timer-dates:link, .rooms.table .selector a.clear-timer-dates:visited {
    margin-top: 53px;
    display: inline-block;
}

.missing .icon-prev-forest {
    background-color: #f00;
    border-radius: 4px;
}

.playlist .play-item .line-table .missing td {
    background-color: #faa;
}

.layouts .layout .content .box.type-c2 .banner-ad {
    position: absolute;
    bottom: 5px;
}