.chocolat-zoomable.chocolat-zoomed .chocolat-img {
  cursor: zoom-out;
}
.chocolat-open {
  overflow: hidden;
}
.chocolat-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
  display: none;
  opacity: 0.8;
}
.chocolat-wrapper {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 16;
  color: #fff;
}
.chocolat-zoomable .chocolat-img {
  cursor: zoom-in;
}
.chocolat-loader {
  height: 32px;
  width: 32px;
  position: absolute;
  left: 50%;
  top: 50% ;
  margin-left: -16px;
  margin-top: -16px;
  z-index: 11;
  background: url(../images/loader.gif);
  display: none;
}
.chocolat-content {
  position: fixed;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  z-index: 14;
  text-align: left;
}
.chocolat-content .chocolat-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.chocolat-wrapper .chocolat-left {
  position: absolute;
  left: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(../images/left.png) 50% 50% no-repeat;
  z-index: 17;
  display: none;
}
.chocolat-wrapper .chocolat-right {
  position: absolute;
  right: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(../images/right.png) 50% 50% no-repeat;
  z-index: 17;
  display: none;
}
.chocolat-wrapper .chocolat-right.active {
  display: block;
}
.chocolat-wrapper .chocolat-left.active {
  display: block;
}
.chocolat-wrapper .chocolat-top {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  z-index: 17;
  margin-bottom: 10px;
}
.chocolat-wrapper .chocolat-close {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/close.png) 50% 50% no-repeat;
}
.chocolat-wrapper .chocolat-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  z-index: 17;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0.2);
  text-align: right;
  margin-top: 10px;
}
.chocolat-wrapper .chocolat-set-title {
  display: inline-block;
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.chocolat-wrapper .chocolat-pagination {
  float: right;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/
}
.chocolat-wrapper .chocolat-fullscreen {
  width: 16px;
  height: 40px;
  background: url(../images/fullscreen.png) 50% 50% no-repeat;
  display: block;
  margin: auto;
  cursor: pointer;
  float: right;
}
.chocolat-wrapper .chocolat-description {
  display: inline-block;
  float: left;
}
/* no container mode*/
body.chocolat-open > .chocolat-overlay {
  z-index: 15;
}
body.chocolat-open > .chocolat-loader {
  z-index: 15;
}
body.chocolat-open > .chocolat-content {
  z-index: 17;
}
/* container mode*/
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay {
  position: absolute;
}
.chocolat-in-container {
  position: relative;
}
/* uncomment to hide controls when zoomed-in*/
/*
.chocolat-zoomable .chocolat-top,
.chocolat-zoomable .chocolat-bottom,
.chocolat-zoomable .chocolat-right,
.chocolat-zoomable .chocolat-left {
    transition: opacity .3s ease, visibility 0s .3s;
   opacity: 1;
}

.chocolat-zoomable.chocolat-zoomed .chocolat-top,
.chocolat-zoomable.chocolat-zoomed .chocolat-bottom,
.chocolat-zoomable.chocolat-zoomed .chocolat-right,
.chocolat-zoomable.chocolat-zoomed .chocolat-left {
    visibility: hidden;
    opacity: 0;
}
*/
body {
  margin-top: 80px;
}
html {
  min-height: 100%;
}
@media (max-width: 767px) {
  body {
    margin-top: 60px;
  }
}
nav.mainmenu {
  color: white;
}
nav.mainmenu .navbar-brand {
  font-size: 20px;
  font-family: "robotoBlack", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: white;
  background: transparent;
}
nav.mainmenu .navbar-brand img {
  float: left;
  display: inline-block;
  margin-right: 12px;
}
nav.mainmenu .mainmenu-upper {
  background-color: black;
  line-height: 24px;
  min-height: 24px;
}
nav.mainmenu .mainmenu-upper .navbar-brand {
  padding: 0;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
}
nav.mainmenu .mainmenu-upper .navbar-brand img {
  margin-left: 15px;
}
nav.mainmenu .sitename {
  color: #777;
  font-weight: bold;
  padding-right: 20px;
}
@media (max-width: 767px) {
  nav.mainmenu .navbar-header {
    background-color: black;
  }
}
h1 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 40px;
}
h1 .btn {
  margin-left: 0.8em;
}
.glyphicon {
  font-size: 0.8em;
}
.help {
  color: #aaa;
  font-size: 0.9em;
  font-weight: normal;
}
.text-green {
  color: limegreen;
}
.text-red {
  color: crimson;
}
.colorsample {
  display: inline-block;
  margin: 0 0.35em;
  width: 0.7em;
  height: 0.7em;
  border-radius: 0.35em;
  border: 1px solid gray;
}
.table {
  border-bottom: 2px solid #ddd;
}
.table thead th {
  color: #aaa;
  font-size: 0.9em;
  padding-bottom: 4px !important;
  font-weight: normal;
}
.table a {
  color: inherit;
}
.table td.table-thumbnail {
  vertical-align: top;
  font-size: 10px;
}
.table td.table-thumbnail img {
  margin-right: 0.7em;
  float: left;
  max-width: 80px;
  max-height: 45px;
}
.lastright th:last-child,
.lastright td:last-child {
  text-align: right;
}
.statusicon {
  font-size: 1.0em;
}
a.actionlink,
button.actionlink {
  color: #00aeef;
  display: inline-block;
  padding: 2px 4px;
  margin: 0 8px;
  font-size: 0.85em;
  text-transform: uppercase;
  font-weight: bold;
  border: 0;
  background-color: transparent;
}
a.actionlink .glyphicon,
button.actionlink .glyphicon {
  margin-right: 0.33em;
}
a.actionlink:hover,
button.actionlink:hover {
  text-decoration: none;
  background-color: #00aeef;
  color: white;
}
a.actionlink:first-child,
button.actionlink:first-child {
  margin-left: 0;
}
a.actionlink:last-child,
button.actionlink:last-child {
  margin-right: 0;
}
.btn,
.button {
  text-transform: uppercase;
}
.btn-outline {
  background: transparent;
  border: 2px solid #333333;
  color: #333333;
}
.btn-outline.btn-xs {
  border: 1px solid #333333;
}
.btn-outline.btn-sm {
  border: 1px solid #333333;
}
.btn-outline:hover,
.btn-outline:focus {
  background: #333333;
  color: white;
}
.btn-noborder {
  border: none;
  color: #333333;
  background: transparent;
}
.btn-noborder:hover {
  background-color: #333333;
  color: white;
}
.loginbox {
  background: black;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 0 20px 20px 20px;
}
.loginbox label {
  font-weight: normal;
}
.loginbox .btn-outline {
  background: transparent;
  border: 2px solid white;
  color: white;
}
.loginbox .btn-outline.btn-xs {
  border: 1px solid white;
}
.loginbox .btn-outline.btn-sm {
  border: 1px solid white;
}
.loginbox .btn-outline:hover,
.loginbox .btn-outline:focus {
  background: white;
  color: black;
}
.loginbox .input-captcha {
  display: inline-block;
  width: 110px;
}
body.logged-out {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2a3c81+0,7f56c6+100 */
  background: #2a3c81;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #2a3c81 0%, #7f56c6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #2a3c81 0%, #7f56c6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #2a3c81 0%, #7f56c6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a3c81', endColorstr='#7f56c6', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100%;
}
body.logged-out nav.mainmenu {
  background-color: black;
}
.slides-timeline-editor {
  position: relative;
  height: 250px;
  padding: 10px 0 0 0;
  background-color: black;
  margin: 0 -15px;
}
.slides-timeline-editor .slides-container {
  margin-right: 60px;
  min-height: 220px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,424242+100 */
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #424242 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, #424242 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, #424242 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#424242', GradientType=0);
  /* IE6-9 */
}
.slides-timeline-editor a.slide-adder {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 60px;
  height: 250px;
  text-align: center;
  background-color: #5cb85c;
}
.slides-timeline-editor a.slide-adder .glyphicon {
  display: block;
  margin: auto;
  margin-top: 105px;
  font-size: 36px;
  color: white;
}
.slides-timeline-editor a.slide-adder:hover,
.slides-timeline-editor a.slide-adder:active {
  color: inherit;
  text-decoration: none;
  background-color: #3d8b3d;
}
.slides-timeline-editor a.slide-adder:focus {
  color: inherit;
  text-decoration: none;
}
ul#slides-sortable {
  list-style: none;
  width: 100%;
  height: 240px;
  width: auto;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow-x: scroll;
  display: block;
}
ul#slides-sortable li {
  display: inline-block;
  position: relative;
  /*float: left;
        clear: none;*/
  padding: 0;
  width: 160px;
  height: 215px;
  background-color: gray;
  margin: 0 10px;
  overflow: hidden;
}
ul#slides-sortable li .slide-thumbnail {
  display: block;
  position: relative;
  width: 100%;
  height: 90px;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0e0e0+0,878787+100 */
  background: #e0e0e0;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #e0e0e0 0%, #878787 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #e0e0e0 0%, #878787 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #e0e0e0 0%, #878787 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#878787', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  overflow: hidden;
}
ul#slides-sortable li .slide-thumbnail img {
  margin: auto;
}
ul#slides-sortable li .slide-thumbnail .glyphicon {
  color: white;
  display: block;
  margin: auto;
  margin-top: 25px;
  font-size: 36px;
}
ul#slides-sortable li .slide-thumbnail .slide-type {
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px 4px;
  font-size: 11px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
}
ul#slides-sortable li .slide-meta {
  padding: 5px 5px 0 5px;
  height: 80px;
  overflow: hidden;
  color: white;
  font-size: 10px;
}
ul#slides-sortable li .slide-meta p {
  margin: 0;
}
ul#slides-sortable li .slide-actions {
  position: absolute;
  bottom: 6px;
  width: 100%;
}
ul#slides-sortable li .slide-actions .row {
  margin: 0;
  padding: 0;
}
ul#slides-sortable li .slide-actions .row .slide-action-link {
  padding: 0;
  text-align: center;
}
ul#slides-sortable li .slide-actions .row .slide-action-link a {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.4em;
  font-size: 1em;
  border-radius: 0.75em;
  background-color: black;
  color: white;
  text-decoration: underline;
  text-align: center;
}
ul#slides-sortable li .slide-actions .row .slide-action-link a:hover {
  color: white;
  background-color: #00aeef;
}
#slideshowDetail {
  margin-bottom: 20px;
}
#slideshowDetail h2 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}
#slideshowDetail img.slideshowdetail-thumbnail {
  max-width: 32px;
  max-height: 18px;
  margin: 0 0.5em;
}
.noslides-text {
  padding: 10px;
  color: #eeeeee;
}
#timelineStatusIndicator {
  display: inline-block;
  padding-left: 20px;
}
.form-inline {
  padding-bottom: 40px;
}
.form-inline select,
.form-inline input,
.form-inline button,
.form-inline label {
  margin-right: 0.7em;
}
.form-inline legend {
  font-size: 1em;
}
label {
  font-weight: normal;
}
.spacetop {
  margin-top: 40px;
}
input[type="color"] {
  width: 60px;
  /*padding: 0;*/
  display: inline-block;
}
.colorpickers input[type="text"] {
  width: 120px;
}
.colorpickers input {
  display: inline-block;
}
.colorpickers label {
  display: block;
}
.imagepicker label {
  display: block;
}
.imagepicker input[type="text"] {
  width: 70%;
}
.form-thumbnail {
  max-width: 80px;
  max-height: 45px;
  border: 1px solid #555555;
  margin: 0 0.7em 0 0;
  float: left;
}
input.shortest {
  width: 4em;
}
.form-filter-history label {
  padding-left: 2px;
}
.form-history-action {
  display: inline-block;
  margin-bottom: 20px;
}
.line-right {
  border-right: 1px solid #eeeeee;
}
body.image-list-window {
  margin: 0;
  padding: 0;
}
body.image-list-window h1 {
  margin: 15px 0;
}
.image-list-container {
  background-color: black;
  padding: 0 15px 60px 15px;
  margin: 0 -15px;
  float: none;
  clear: both;
}
.image-preview {
  width: 320px;
  overflow: hidden;
}
.image-preview-box {
  display: block;
  float: left;
  margin: 10px;
  width: 162px;
  height: 120px;
  background-color: #555555;
}
.image-preview-box .image-preview-container {
  border: 1px solid #555555;
  height: 92px;
  text-align: center;
  background-color: #222;
  overflow: hidden;
}
.image-preview-box .image-preview-container img {
  margin: auto;
}
.image-preview-box .image-preview-name {
  padding: 6px;
  color: white;
  font-size: 10px;
  overflow: hidden;
}
.image-preview-box .image-preview-name a {
  color: inherit;
}
.image-preview-box .image-preview-actions {
  padding: 6px;
  /*color: white;
        font-size: 10px;*/
  overflow: hidden;
}
.image-preview-box-big {
  height: 180px;
}
.image-preview-box-big a.actionlink {
  color: white;
  margin-left: 0;
  margin-right: 0;
}
.footer {
  font-size: 0.65em;
  color: #bbb;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer a {
  text-decoration: none;
  color: inherit;
}
.modal-640 {
  width: auto;
  width: 640px;
}
.modal-preview .modal-dialog .modal-body {
  padding: 0;
}
.modal-preview .modal-dialog .modal-body iframe {
  border: none;
  margin: auto;
}
.modal-inverse .modal-dialog .modal-content {
  /*.modal-footer, .modal-header {
                background-color: dimgray;
            }*/
  background-color: dimgray;
  color: #eeeeee;
}
.modal-inverse .modal-dialog .modal-content .modal-body {
  background-color: black;
}
.modal-inverse .modal-dialog .modal-content .modal-header {
  border-bottom-color: gray;
}
.modal-inverse .modal-dialog .modal-content .modal-footer {
  border-top-color: gray;
}
.modal-inverse .modal-dialog .modal-content .close {
  color: white;
  opacity: 0.75;
}
