@charset "utf-8";
/* CSS Document */

/* Bootstrap mods */

body {
  padding-top: 70px;
}
body.iframe {
  padding-top: 0;
}

iframe {
  width: 100%;
  height: 345px;
  border-radius: 6px;
}

textarea {
  height: 100px !important;
}

.error {
  color: red;
}

.navbar-brand img {
  margin-top: -10px;
}

.navbar-default .navbar-nav > li > a.icon {
  padding-right: 0;
  padding-left: 0;
}

.navbar-sub {
  background-image: linear-gradient(to right, #008248 0%, #005e34 100%);
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type='email'] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type='password'] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.alert {
  margin: 10px 0;
}

.thumbnail {
  margin: 5px;
}

.nav-tabs {
  margin-bottom: 10px;
}

.img-main {
  padding: 30px !important;
}
.img-main .btn {
  width: 100%;
  margin: 5px 0;
}

#browse_subnav .btn {
  width: 100%;
  margin: 5px 0;
}

.panel-heading.collapsed {
  cursor: pointer;
}
.panel-heading h4 {
  display: inline-block;
}
.XXX .panel-heading:after {
  font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
  content: '\e114'; /* adjust as needed, taken from bootstrap.css */
  float: right;
  color: #999;
}
.XXX .panel-heading.collapsed:after {
  content: '\e080'; /* adjust as needed, taken from bootstrap.css */
}

.panel-body {
  /*	overflow: hidden; */ /* NEED TO KNOW WHY THIS WAS PUT IN AND JUST DO IT FOR SPECIFIC PANELS, NOT ALL */
}
.panel-body h4 {
  margin-top: 0;
}
.panel-body label {
  margin-right: 20px;
}
.panel > .list-group .list-group-item:first-child {
  border-top: 1px solid #ddd;
}

.form-control {
  height: auto;
}

.glyphicon {
  margin-right: 10px;
}

.tt-query,
.tt-hint {
  width: 396px;
  height: 33px;
  padding: 8px 12px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-dropdown-menu {
  width: 422px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: relative !important;
}

.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 0;
}

#panel-search .tt-dropdown-menu {
  width: inherit;
  margin-top: 30px;
}

.jumbotron.lightbox {
  clear: both;
  padding: 10px;
  margin: 20px 0;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

/* Workle mods */

ul.error_list {
  padding: 0;
}
ul.error_list li {
  list-style: none;
}

.admin_only,
.not_admin,
.can_upload,
.can_download,
#cri,
#cri_img,
#parents,
#share_panel,
#create_lightbox,
#owner_id {
  display: none;
}

.check_login {
  height: 20px;
  color: white;
  background-color: white;
}

/* Wookmark */

.tab-content {
  position: relative;
}

.wookmark_tile {
  width: 100%;
  height: 150px;
  margin: 0.5%;
  overflow: hidden;
  float: left;
  background-color: #ffffff;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 5px;
  position: relative;
  text-align: center;
}
.wookmark_tile.Public {
  border: 5px solid #5ddc5d;
}

@media (min-width: 768px) {
  .wookmark_tile {
    width: 49%;
  }
  .filter_container .wookmark_tile {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .wookmark_tile {
    width: 24%;
  }
  .filter_container .wookmark_tile {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .filter_container {
    width: 100%;
  }
  .wookmark_tile {
    width: 19%;
  }
  .filter_container .wookmark_tile {
    width: 24%;
  }
}

.cover-video {
  width: 100%;
}

.wookmark_tile .cover {
  cursor: pointer;
  margin: 0 auto;
}
.wookmark_tile .cover-video {
  cursor: pointer;
  width: 160px;
  display: none;
}
.wookmark_tile h3 {
  font-size: 12px;
  margin: 7px 0;
}

.wookmark_tile .tile_id {
  width: 30%;
  height: 20px;
  position: absolute;
  bottom: 23px;
  background-color: white;
  overflow: hidden;
  text-align: left;
}
.wookmark_tile .tile_title {
  width: 65%;
  height: 20px;
  position: absolute;
  bottom: 23px;
  right: 5px;
  background-color: white;
  overflow: hidden;
  text-align: right;
}

.wookmark_tile .title {
  width: 94%;
  position: absolute;
  background-color: #fff;
  bottom: 23px;
  height: 23px;
}
.wookmark_tile .title.subtitle {
  bottom: 0px;
  height: 15px;
  font-size: 10px;
}

.wookmark_tile .toolbar {
  width: 95.5%;
  position: absolute;
  bottom: 0px;
  border-bottom: 3px solid white;
  background-color: white;
}
.wookmark_tile .toolbar img {
  margin: 0 5px;
  cursor: pointer;
}

/* Galleries */

.gallery_tile {
  float: left;
  width: 47%;
  height: 150px;
  border: 1px solid #dedede;
  border-radius: 6px;
  padding: 5px;
  overflow: hidden;
  position: relative;
  margin: 10px;
}
.gallery_tile .info {
  width: 98%;
  background-color: #fff;
  overflow: hidden;
  font-size: 15px;
  height: 65px;
  position: absolute;
  bottom: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .gallery_tile {
    width: 30%;
    height: 250px;
  }
}

.roundedCheck {
  float: right;
  width: 28px;
  height: 28px;
  background: #fcfff4;

  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
  margin: 1px;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;

  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  position: relative;
}

.roundedCheck input {
  display: none;
}

.roundedCheck label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  left: 4px;
  top: 4px;

  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 1);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 1);

  background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
  background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
  background: -o-linear-gradient(top, #222 0%, #45484d 100%);
  background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
  background: linear-gradient(top, #222 0%, #45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.roundedCheck label:after {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 12px;
  height: 7px;
  background: transparent;
  top: 5px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.roundedCheck label:hover::after {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.roundedCheck input[type='checkbox']:checked + label:after {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
}

#scroll_finished {
  display: none;
}
#lazyloader {
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 5px;
  width: 100%;
  text-align: center;
}

/* General */

#workspace_popup {
  position: fixed;
  left: 100%;
  top: 50px;
  width: 100%;
  background-color: #e7e7e7;
  border: 1px solid #0093c1;
  padding-bottom: 10px;
}
#workspace_popup div {
  color: #555;
  margin: 5px 0 0 5px;
}
#workspace_popup input {
  color: white;
}
#workspace_popup img {
  height: 50px;
}

h2 img {
  margin-right: 20px;
}

.gallery_search {
  max-width: 300px;
  margin-bottom: 5px;
}

.ws_image {
  height: 75px;
  float: left;
  margin: 2px;
}

@media (max-width: 767px) {
  .gallery_search {
    margin: 0 0 10px;
  }
  .long_title {
    display: none;
  }
}

.tab-pane {
  position: relative;
}

#sort_chrono {
  text-decoration: underline;
}

.sort {
  position: absolute;
}
.sort #alphabet {
  display: none;
}
.sort #alphabet a {
  cursor: pointer;
}

.subnav {
  margin: -8px 0 25px 0;
  width: 100%;
  text-align: right;
}
.subnav .btn {
  margin-bottom: 5px;
}
.subnav .glyphicon {
  margin-right: 5px;
}

#subnav_options,
.sel {
  display: none;
}
#image_subnav_options {
  margin-top: 10px;
}

#panel-search {
  margin-bottom: 5px;
  overflow: visible;
}

.remove_filter {
  height: 35px;
  line-height: 30px;
}
.remove_filter .remove_filter_button {
  width: 34px;
  margin-bottom: 5px;
  text-align: left;
  float: right;
}
.remove_filter.all a {
  width: auto;
}

.filter-item {
  position: relative;
  overflow: hidden;
}
.filter-item .filter-item-count {
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
}

/* Upload */

#show_files {
  display: none;
  width: 100%;
}
#show_files img {
  max-width: 200px;
  max-height: 200px;
  margin: 5px;
}

.icon-refresh-animate {
  -webkit-animation-name: rotateThis;
  animation-name: rotateThis;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes rotateThis {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@keyframes rotateThis {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}

#page_title {
  position: relative;
  overflow: hidden;
}
#page_title h1 {
  display: block;
  width: 75%;
  float: left;
  font-size: 20px;
}
#page_title h2 {
  display: block;
  width: 24%;
  float: right;
  font-size: 20px;
  text-align: right;
}
#page_title.gallery_title {
  margin-top: -20px;
}

#tabs-vi h1 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  margin-top: 10px;
}
#tabs-vi h1 button {
  margin-right: 5px;
}

#tabs-im {
  position: relative;
  padding-right: 1px;
}

table.lister {
  width: 100%;
}

fieldset {
  max-width: 400px;
}

.properties {
  padding: 20px;
}
.properties .row {
  padding: 10px;
}
.properties .row:nth-of-type(odd) {
  background-color: #ddd;
}
.properties .row:nth-of-type(even) {
  background-color: #ccc;
}
.properties .row .col-sm-4 {
  font-weight: bold;
}

.properties .row video {
  width: 100%;
}

.panel-expand {
  position: relative;
  /*	max-height: 205px; */
  overflow: hidden;
}
.panel-expand .more {
  position: absolute;
  bottom: 0;
  color: #428bca;
  background-color: white;
  width: 100%;
}

img.main {
  margin: 0 auto 20px auto;
}

/* Stewart's additions */

.btn {
  white-space: normal !important;
}

/* After 10/02/16 */

.panel-body {
  overflow: hidden;
}

.panel-body .fgi {
  width: 20%;
  padding: 5px;
  overflow: hidden;
  float: left;
}
.panel-body .fgi-check {
  cursor: pointer;
  margin-left: 5px;
}

.clickable {
  cursor: pointer;
}

#editor {
  overflow: scroll;
  min-height: 100px;
  max-height: 600px;
  border: 1px solid #ccc;
  background-color: white;
  border-radius: 4px;
}

.cover-img-ind {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: Green;
  font-size: 0.6em;
  padding: 2px 4px;
  color: white;
  border: 1px solid black;
  border-radius: 3px;
  display: none;
}

#results_count {
  position: absolute;
  right: 15px;
  top: 15px;
}

/* Stewart's changes 08/03/16 */

.jumbotron {
  padding-bottom: 45px;
  padding-top: 15px;
}

.jumbotron p {
  line-height: 20px;
  font-size: 14px;
}

.home_2,
.home_3,
.home_4,
.home_5,
.home_6,
.ajax_19,
.ajax_21,
.ajax_22,
.ajax_23 {
  -webkit-box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 1);
  -moz-box-shadow: 6px 6px 5px 0px rgba(112, 108, 112, 1);
  box-shadow: 6px 6px 5px 0px rgba(112, 108, 112, 1);
  color: #fff;
}
.home_1,
.ajax_18,
.ajax_20,
.lightboxes_1 {
  background-color: #333;
  color: #fff;
}

.home_2 {
  background-color: #8d20ae;
  text-align: center;
}

.home_3 {
  background-color: #060;
  text-align: center;
}
.home_4 {
  background-color: #282a7f;
  text-align: center;
}

.home_5 {
  background-color: #990000;
}

.home_6 {
  background-color: #ff0;
  text-align: center;
  color: #000;
}

.home_6 a {
  color: #000;
}

.ajax_19 {
  background-color: #ff0;

  color: #000;
}

.ajax_20 {
  text-align: center;
}

.ajax_21 {
  background-color: #090;
}
.ajax_22 {
  background-color: #06f;
  text-align: center;
}

.ajax_23 {
  background-color: #8d20ae;
  text-align: center;
}

.remove_filter {
  line-height: 30px;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  border: 0px solid #000000;
  background-color: #333;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.remove_filter.all {
  background-color: transparent;
  margin-top: 10px;
  margin-bottom: 15px;
}

.remove_filter_conjunction {
  text-align: center;
}

.remove-fix {
  margin-top: 5px;
}

.smallprint {
  font-size: 12px;
  color: #999;
}

.sort-placeholder {
  height: 2em;
  width: 100%;
  background: green;
}

.complete {
  border: 3px solid green;
  color: green;
  text-align: center;
  font-size: 18px;
}

.btn-nav {
  display: none;
}

.container.workspace .img-main .btn-nav,
.container.gallery .img-main .btn-nav {
  display: initial;
  position: absolute;
  opacity: 0.5;
  color: #fff;
  cursor: pointer;
  width: 25%;
  height: 90%;
}
.container.workspace .img-main .btn-nav::before,
.container.gallery .img-main .btn-nav::before {
  border-style: solid;
  border-width: 0.5em 0.5em 0 0;
  content: '';
  display: inline-block;
  height: 4em;
  position: relative;
  top: 45%;
  vertical-align: top;
  width: 4em;
}
.container.workspace .img-main .btn-nav:hover,
.container.gallery .img-main .btn-nav:hover {
  color: #fff;
  opacity: 1;
}
.container.workspace .img-main .btn-nav.btn-prev,
.container.gallery .img-main .btn-nav.btn-prev {
  left: 0px;
}
.container.gallery .img-main .btn-nav.btn-next,
.container.workspace .img-main .btn-nav.btn-next {
  right: -15px;
}
.container.gallery .img-main .btn-nav.btn-prev:before,
.container.workspace .img-main .btn-nav.btn-prev:before {
  left: 25%;
  transform: rotate(-135deg);
}
.container.workspace .img-main .btn-nav.btn-next:before,
.container.gallery .img-main .btn-nav.btn-next:before {
  right: -40%;
  transform: rotate(45deg);
}

.container.workspace .img-main .asset-btns div {
  height: 30px;
}

.tf-prev-next {
  position: relative;
  float: right;
}
.tf-prev-next .btn-nav {
  display: initial;
}

.asset-view {
  position: relative;
  top: -3px;
}

.scroll-top {
  position: fixed;
  bottom: 10px;
  display: none;
  border: solid 5px #fff;
  z-index: 10;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
  margin-top: -4px;
}
