.page-logo a > h1 {
  color: #fff;
  font-weight: 400;
  margin: 3px;
}

.page-lock .page-logo a {
  text-decoration: none;
  text-align: center;
  text-shadow: 2px 2px 5px blue;
}

.page-lock .copyright {
  color: #FFF;
}

#cover {
  position: absolute;
  background-color: #E6E6E6;
  background-color: rgba(230,230,230,0.60);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  z-index: 100; 
}

section.debug {
  border-top: 2px dashed #DDD;
  margin-top: 20px;
  padding: 10px;
  background-color: #FFF;
}

section.debug h3 {
  margin: 10px 0 0;
}

section.debug ul li strong:after {
  content: ':';
}

section.debug ul li:before {
  font-family: "FontAwesome";
  content: "\f101    ";
}

section.debug li {
  list-style: none outside none;
}

.image-list > li {
  border: 1px solid #ddd;
  display: block;
  float: left;
  height: 150px;
  margin: 5px;
  padding: 5px;
  width: 210px;
  background: #fff;
}

.image-list a {
  display: block;
  margin: 0 0 3px;
}

.image-list .title {
  display: inline-block;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.image-list i.fa-arrows {
  cursor: move;
}

.image-list i.edit-item {
  cursor: pointer;
}

.image-list {
  list-style: inside none none;
  padding: 0;
}

#slides_list .image-list > li {
  height: 120px;
  width: 174px;
  cursor: pointer;
}

#slides_list .image-list > li img {
  height: 90px;
}

.image-list > li.active {
  background: none repeat scroll 0 0 #a6c6f8;
}

#slide_selector .modal-footer {
  margin-top: -20px;
}

#slide_selector .pagination li {
  cursor: pointer;
}


#slides_list_pager {
  border-top: 1px solid #ddd;
  text-align: center;
}

.calibrate-box {
  padding: 20px;
  position: relative;
}

.calibrate-box .screen {
  background: none repeat scroll 0 0 #ddd;
  display: block;
  padding: 60px;
}

.calibrate-box input.coordinate {
  position: absolute;
  width: 150px;
}

.calibrate-box input.coordinate.top {
  left: 50%;
  margin-left: -75px;
  top: 0;
}

.calibrate-box input.coordinate.bottom {
  left: 50%;
  margin-left: -75px;
  bottom: 0;
}

.calibrate-box input.coordinate.left {
  top: 50%;
  margin-top: -19px;
  left: 0;
}

.calibrate-box input.coordinate.right {
  top: 50%;
  margin-top: -19px;
  right: 0;
}

#screen_calibrate .wait-box {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.table-scrollable {
  overflow: visible !important;
}

.frame_colour {
  border: 1px solid #ddd;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.form .bootstrap-filestyle .form-control[disabled] {
  background: #eee none repeat scroll 0 0 !important;
}

.logo img {
  max-height: 200px;
  max-width: 100%;
}

.logo {
  position: relative;
  border: 1px dashed #AAA;
  padding: 5px;
  text-align: center;
}


.logo .remove {
  background-color: #FFFFFF;
  border: 3px solid #BBBBBB;
  border-radius: 32px 32px 32px 32px !important;
  color: red;
  height: 23px;
  line-height: 15px;
  right: -11px;
  top: -11px;
  width: 23px;
  font-size: 11px;
  font-weight: normal;
  position: absolute;
  text-align: center;
  text-decoration: none;
}

.logo .remove:hover {
  border-color: #F4C0B1;
}

.logo:hover {
  border-color: #F59942;
  box-shadow: none;
}

.ui-helper-hidden-accessible {
  display: none;
}

#event_details p {
  font-size: 14px;
  font-weight: bold;
}

.schedule-event {
  cursor: pointer;
}

.calendar-all .fc-event {
  cursor: pointer;
}

.ui-front {
  z-index: 100001;
}

.margin-left {
  margin-left: 10px;
}

.table-datatable-container div.dataTables_paginate {
  float: left;
}

.tx-editor-wrapper {
  position: relative;
  width: 100%;
  height: 100px;
}

.tx-editor-wrapper .tx-editor.expanded {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 80%;
  z-index: 500;
}
.tx-editor-wrapper .tx-editor {
    height: 70px;
}
.tx-editor-wrapper .tx-editor .tx-icon {
  position: absolute;
  right: 25px;
  top: 5px;
  width: 18px;
  height: 16px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABV0RVh0Q3JlYXRpb24gVGltZQA4LzE2LzEzspl6ugAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAB7SURBVDiN7ZOxCsAgDESvxXyhi5P/Fif/0i6NGJH2KIUufVOUJB45s6lqw0DOGQylFHfeqSqCYEGMESJCF6aUAAC1Vt9IRPolixtDG1DVxjLnhtVL8yAvlZy8Nuy/0T1L19g1cY3Mavupd9bPWL5T9ERJV2SBrcfn238A3whjoYEPESwAAAAASUVORK5CYII=');
  cursor: pointer;
  z-index: 3;
}
.tx-editor-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
  opacity: 0;
}
