/* ========================================================================== */
/* Base Elements Selectors */
/* ========================================================================== */
/* Should be able to remove this from viewer header by changing base tag */
header {
    background-image: url("/img/defaults/headerBackground-2800px.png");
    background-position: right top;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    width: 100%;
}

@media (max-width: 991px) {
    header {
        background-position: left top;
    }
}

/* In viewer viewheader and downloader.html */
.nav {
    cursor: pointer;
}


/* ========================================================================== */
/* Bootstrap Overrides */
/* ========================================================================== */
.tooltip-inner {
    background-color: #2c2c2c;
}
.tooltip-arrow {
    border-top-color: #2c2c2c !important;
}
.btn .tooltip-inner {
    white-space: pre;
}
.no-wmodedirect-transparentlayering .wrap-master-player .tooltip-arrow {
    background-color: #000;
}


/* ========================================================================== */
/* Scaffolding & wrappers */
/* ========================================================================== */
.wrap-master {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height +1 */
    margin: 0 auto -31px;
    /* Pad bottom by footer height */
    padding: 150px 0 30px 0;
}

.content {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.5);
}

.content-flat {
    background-color: #fff;
}


.content-seperator {
    margin: 20px 0;
    border-top: 1px solid #ccc;
}
.fallback-header {
    color: #494948;
    width: 100%;
    font-size: 24px;
    height: 100px;
    line-height: 100px;
}

.fallback-header div {
    width: 75%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.content-title {
    margin-top: 0;
    margin-bottom: 20px;
}

@media screen and  (max-width: 991px)  {
    .content-title {
        margin-top: 20px
    }
}

.overlay {
  position:absolute;
  z-index:30;
  background-color: #000;
  width: 100%;
  height: 600px;
  margin-top: -600px;
  opacity: .3;
}

.header-folder-count {
    font-size: 16px;
    vertical-align: 2px;
    margin-left: -5px;
}

.breadcrumb-wrapper {
    padding-top: 10px;
    padding-bottom: 5px;
}

.item-count {
    font-size: 18px;
    line-height: 37px;
    height: 37px;
    display: inline-block;
    margin-right: 30px;
}

.content-header {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 4px;
    margin-top: 30px;
}

.wrap-master-no-header-footer {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.wrap-master-no-header-footer ~ footer {
    display: none;
}



/* ========================================================================== */
/* Login */
/* ========================================================================== */
@media screen and (min-width: 531px) {
    .login-container {
        width: 480px;
        margin: 0 auto 40px auto;
    }

    .wrap-master-login {
        padding-top: 100px;
    }
}

@media screen and (max-width: 530px) {
    .login-container {
        width: 85%;
        margin: 0 auto;
    }

    .wrap-master-login {
        padding-top: 16px;
    }
}

.login-banner {
    background-position: center top;
    background-repeat: no-repeat;
}

.login-fallback-header {
    color: #494948;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    position: relative;
}

.login-fallback-header img {
    height: auto;
    visibility: hidden;
    max-height: 100px;
    float: left;
}
.login-fallback-header div {
    padding-left: 3%;
    padding-top: 9%;
    width: 75%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}

.login-logo {
    height: auto;
    width: 100%;
}

.logo-background {
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}

.login-links {
    margin-top: 20px;
}

.login-links a {
    padding: 0 10px;
}


/* ========================================================================== */
/* Table Wrapper and Styles */
/* ========================================================================== */
.column-actions-wrapper {
    font-size: 16px;
}
.column-actions-wrapper .fa-pencil,
.column-actions-wrapper .fa-trash-o {
    position: relative;
    top: -2px;
}

.table-item-thumbnail-fixed-wrapper {
  line-height: 50px;
  background-color: #353535;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size:  0;
}

.table-item-thumbnail-fixed {
  max-width: 50px;
  max-height: 50px;
  vertical-align: middle;
}


/* ========================================================================== */
/* Forms, Inputs, Navigation, Lists, and Dropdowns */
/* ========================================================================== */
header .navbar-fixed-top {
    top: 100px;
}

header .navbar-fixed-player {
    top: 0px;
}

.navbar-inverse {
    -webkit-box-shadow: 0px 3px 5px rgba(25, 25, 25, 0.75);
    -moz-box-shadow: 0px 3px 5px rgba(25, 25, 25, 0.75);
    box-shadow: 0px 3px 5px rgba(25, 25, 25, 0.75);
    border-bottom: none;
}

.navbar-collapse {
    padding: 0;
}

.input-group-inverse input:not([type=submit]):not([type=file]) {
    color: #fff;
    background-color: #333333;
    border-color: #666;
    letter-spacing: .8px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1), 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.1), 0 0 10px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.1), 0 0 10px rgba(0,0,0,0.1);
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.navbar-inverse .navbar-toggle {
    color: #fff;
    border-color: #666;
    border-width: 2px;
    margin: 7px 15px 7px 0;
    padding: 6px 10px;
}

@media (max-width: 768px) {
    .navbar-collapse.in .nav,
    .navbar-collapse.collapsing .nav {
        margin: 7.5px 0;
    }
}

.dropdown-menu.selectable > li > a {
    padding-left: 30px;
}

.dropdown-menu.selectable > li > a.selected {
    padding-left: 10px;
}

.wrap-navbar-search {
    padding-right: 8px;
}

.wrap-navbar-search form {
    padding-right: 0px;
    margin-top: 10px;
}

.navbar-collapse.in .wrap-navbar-search form,
.navbar-collapse.collapsing .wrap-navbar-search form {
    padding-right: 15px;
}
.navbar-collapse.in .wrap-navbar-search,
.navbar-collapse.collapsing .wrap-navbar-search {
    padding-right: 15px;
}

/* Bootstrap media override */
@media (min-width: 768px) {
    .wrap-navbar-search .navbar-form.navbar-right:last-child {
        margin-right: 0;
    }
}
.form-horizontal .control-label.text-left {
    text-align: left;
}

.list-unstyled a {
    font-weight: bold;
    padding-bottom: 10px;
}

.navbar-nav .dropdown-menu {
    max-height: 500px;
    overflow-y: auto;
}

.navbar-nav .fa-users {
    display: block;
    position: relative;
    float: left;
    padding: 3px 5px 0 0;
}

.add-items-dropdown {
    text-align: left;
    margin-right: 14px;
    max-width: 250px;
}

.dropdown-menu>li>a,
.dropdown-menu>li>form>a {
    padding: 3px 20px 3px 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    o-text-overfkiw: ellipsis;
}
.dropdown-menu>li>form>a {
    text-decoration: none;
    color: #535353;
    display: block;
}
.dropdown-menu>li>form>a:hover {
    color: #464646;
    text-decoration: none;
    background-color: #eaeaea;
}


.typeahead-loading {
    position: absolute;
    top: 8px;
    left: 100%;
}

.tab-padding10-wrapper .row {
    margin-top: 10px;
}

.input-height34 {
    height: 34px !important;
}

form .datepicker-wrapper input.form-control.ng-dirty,
form .datepicker-wrapper input.form-control.ng-dirty ~ span.input-group-btn > .btn-input-white,
form .form-control.ng-dirty {
    border: solid 2px #54A844;
}

form .form-control.ng-invalid {
    border: solid 2px #a94442;
}

form.no-highlight .form-control.ng-invalid,
form.no-highlight .form-control.ng-dirty,
form.no-highlight .datepicker-wrapper input.form-control.ng-dirty,
form.no-highlight .datepicker-wrapper input.form-control.ng-dirty ~ span.input-group-btn > .btn-input-white,
form.no-dirty-highlight .form-control.ng-dirty,
form.no-dirty-highlight .datepicker-wrapper input.form-control.ng-dirty,
form.no-dirty-highlight .datepicker-wrapper input.form-control.ng-dirty ~ span.input-group-btn > .btn-input-white
{
    border: solid 2px #ccc;
}

form .datepicker-wrapper input.form-control.ng-dirty { border-right-style: none !important; }
form .datepicker-wrapper input.form-control.ng-dirty ~ span.input-group-btn > .btn-input-white { border-left-style: none !important; }


.form-status {
    position: fixed;
    left: 0;
    top: 150px;
    height: 28px;
    z-index: 9999;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
}
.form-edited {
    background-color: #f5e4d1;
    color: #d96d00;
}
.form-invalid {
    background-color: #f2dede;
    color: #a94442;
}
.form-saved {
    background-color: #dff0d8;
    color: #3c763d;
}
.tab-actions-wrapper {
    margin-top: -42px;
    margin-bottom: 0;
    position: relative;
}
.text-validation {
    position: absolute;
    right: 25px;
}




/* ========================================================================== */
/* Buttons & Links */
/* ========================================================================== */
.btn-dark {
    color: #ffffff;
    background-color: #7c7c7c;
    border-color: #666;
    border-width: 2px;
}

.btn-input-white {
    color: #767676;
    background-color: #fff;
    border: 2px solid #ccc;
    border-left: none;
    padding: 5px 12px;
    line-height: 19px;
}

.input-group-sm > .input-group-btn > .btn {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
    color: #ffffff;
    background-color: #666;
}

.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
    background-image: none;
}

.btn-navbar {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #333333;
}

.close {
    filter: alpha(opacity=70);
    opacity: .7;
}

.btn-group > .btn:not(:first-child):before {
    content: "";
    position: absolute;
    width: 1px;
    height: 29px;
    border-left: 1px solid #999;
    top: 2px;
    left: 0;
}

.btn-default.disabled {
    color: #888;
}

.checkbox-select-button {
    background-color: #ddd;
    padding: 4px 6px;
    border-radius: 3px;
    margin: 0 0 -3px -3px;
    position: relative;
}
.checkbox-select-hit-area {
    width: 18px;
    display: inline-block;
    margin-left: 15px;
    padding-left: 5px;
}

.dropdown-menu>li>a.selected {
    color: #000;
    font-weight: 700;
}

.dropdown-menu>li>a.selected:hover {
    background-color: transparent;
}
.dropdown-menu>li>a.selected:before {
    content: "\f00c";
    position: absolute;
    left: 7px;
    font-family: 'FontAwesome';
}

.tab-button-wrapper-top {
    float: right;
    margin-top: -42px;
}

.button-badge {
    position: absolute;
    background-color: #889B3B;
    width:22px;
    height:22px;
    color: #fff;
    font-size:10px;
    font-weight: 700;
    line-height: 20px;
    border-radius: 11px;
    top: -10px;
    right:-10px;
    border: 1px solid #fff;
}

.button-badge--warning {
    background-color: #a94442;
}


/* ========================================================================== */
/* Transitions, Animations, Progress Bars, D&D, & Spinners */
/* ========================================================================== */

.animate-show,
.animate-hide {
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}


.animate-show.ng-hide-remove,
.animate-hide.ng-hide-add {
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;
}

.animate-show.ng-hide,
.animate-hide.ng-hide {
    filter: alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}

.repeat-item.ng-enter,
.repeat-item.ng-leave,
.animate-repeat.ng-leave {
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.repeat-item.ng-enter,
.repeat-item.ng-leave.ng-leave-active,
.animate-repeat.ng-leave.ng-leave-active {
    filter: alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}

.repeat-item.ng-leave,
.repeat-item.ng-enter.ng-enter-active,
.animate-repeat.ng-leave {
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity:1;
}
.fade-out {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}

.fade-out.ng-hide-add,
.fade-out-on-hide.ng-hide {
    filter: alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    display:block!important;
}

.fade-out-if.ng-leave {
    -webkit-transition: all linear 0.5s 2s;
    -moz-transition: all linear 0.5s 2s;
    -o-transition: all linear 0.5s 2s;
    transition: all linear 0.5s 2s;
}

.fade-out-if.ng-enter,
.fade-out-if.ng-leave.ng-leave-active {
  opacity:0;
}

.fade-out-if.ng-leave,
.fade-out-if.ng-enter.ng-enter-active {
  opacity:1;
}

.pause-animation {
    -webkit-transition: all 0 linear !important;
    -moz-transition: all 0 linear !important;
    -o-transition: all 0 linear !important;
    transition: all 0 linear !important;
}

.wrap-spinner {
    position: absolute;
    left: 50%;
    margin-left: -30px;
    width: 60px;
}

.video-spinner {
    color:#fff;
    position:absolute;
    z-index:9999;
}

.progress {
    margin-bottom: 3px;
}

.progress-bar a:before {
    content: "|";
    color: #4BA1BD;
    position: relative;
    left: -10px;
}
.progress-bar a {
    padding-left: 15px;
    color: #252525;
    text-decoration: none;
}
.progress-bar a:hover {
    color: #666;
}
.progress-text {
    margin-left: 10px;
    position: absolute;
    width: 100%;
}

@-webkit-keyframes fade-in-then-hide {
    0%   { opacity: 0; font-size: 20px; line-height: 40px; margin-top: -20px; height: 200px; width: 200px; }
    50%  { opacity: 1; }
    100%  { opacity: 0; font-size: 100px; line-height: 200px; margin-top: -100px; height: 200px; width: 200px;}
}
@-moz-keyframes fade-in-then-hide {
    0%   { opacity: 0; font-size: 20px; line-height: 40px; margin-top: -20px; height: 200px; width: 200px; }
    50%  { opacity: 1; }
    100%  { opacity: 0; font-size: 100px; line-height: 200px; margin-top: -100px; height: 200px; width: 200px;}
}
@-o-keyframes fade-in-then-hide {
    0%   { opacity: 0; font-size: 20px; line-height: 40px; margin-top: -20px; height: 200px; width: 200px; }
    50%  { opacity: 1; }
    100%  { opacity: 0; font-size: 100px; line-height: 200px; margin-top: -100px; height: 200px; width: 200px;}
}
@keyframes fade-in-then-hide {
    0%   { opacity: 0; font-size: 20px; line-height: 40px; margin-top: -20px; height: 200px; width: 200px; }
    50%  { opacity: 1; }
    100%  { opacity: 0; font-size: 100px; line-height: 200px; margin-top: -100px; height: 200px; width: 200px;}
}

.video-overlay.ng-hide-remove,
.video-overlay.ng-hide-add {
    -webkit-animation: fade-in-then-hide .4s;
    -moz-animation: fade-in-then-hide .4s;
    -o-animation: fade-in-then-hide .4s;
    animation: fade-in-then-hide .4s;
}
.video-overlay.ng-hide-add {
    display: block !important;
}

/* D&D: Drop-zone for drag and drop. Needed for chrome */
.drop-mask {
    background: #59B200;
    opacity: .7;
    position:absolute;
    width:100%;
    height:100%;
    z-index:999;
    display:none;
}
.drop-message {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    width: 100%;
    text-align: center;
}
.drop-zone {
    min-height: 150px;
}

/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* CSS-Components (potential components - isolated markup) */
/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */




/* ========================================================================== */
/* CSS-Component: Browse Items (browse/items.html) */
/* ========================================================================== */
.title .tooltip {
    left: 0 !important;
}

.title .tooltip-arrow {
    left: 18px !important;
}

.title .tooltip-inner {
    /*max-width: 234px;*/
    max-width: 100%;
    white-space: initial;
}




/* ========================================================================== */
/* CSS-Component: Timeline */
/* ========================================================================== */
.wrap-slider-timeline {
    position: relative;
}
.timeline-tooltip.tooltip {
   margin-top:-109px;
   margin-left: 0;
   position: absolute;
   top:0;
}
.timeline-tooltip .tooltip-inner {
  height: 96px;
  width: 166px;
  padding: 3px !important;
}
a.left-edge + .tooltip .tooltip-inner,
.left-edge.tooltip .tooltip-inner {
    border-bottom-left-radius: 0;
    position: relative;
    left: 96px;
}

.left-edge.tooltip .tooltip-inner { left: 78px; }

a.right-edge + .tooltip .tooltip-inner {
    border-bottom-right-radius: 0;
    position: relative;
    left: -95px;
}
.right-edge.tooltip .tooltip-inner {border-bottom-right-radius: 0;}
.right-edge.tooltip .tooltip-arrow {left: 161px;}

.tipThumbnail {
    background-size: 800px 450px;
    background-repeat: no-repeat;
    height: 90px;
    width: 160px;
    margin: 0;
    padding:72px 0 0;
}

.tipThumbnail .time,
.drag-timeline-zoom-thumbnail .time {
  background-color: #252525;
  opacity: .85;
  padding: 1px 3px;
}

.drag-timeline {
  position: absolute;
  width: 100%;
  height: 148px;
  margin: -160px auto;
  z-index: 50;
  overflow: hidden;
  display:none;
}

.drag-timeline-zoom {
  position: absolute;
  width: 258px;
  height: 148px;
  z-index: 60;
  left: 50%;
  margin-left: -129px;
  padding: 3px;
  background-color: #232323;
}

.drag-timeline-zoom-thumbnail {
  background-size: 1260px 710px;
  background-repeat: no-repeat;
  width: 252px;
  height: 142px;
  text-align: center;
  padding-top: 122px;
}

.drag-timeline-strip-wrap {
  margin-top: 30px;
  height: 90px;
  width: 2400px;
  z-index: 50;
    }

.drag-timeline-strip,
.drag-timeline-strip1,
.drag-timeline-strip2,
.drag-timeline-strip3 {
  height: 90px;
  width: 800px;
  float: left;
}




/* ========================================================================== */
/* CSS-Component: - Comment Panel */
/* ========================================================================== */
.comment-tooltip-wrapper .tooltip-inner {
    width: 200px;
}




/* ========================================================================== */
/* CSS-Component: Page Header Styles */
/* ========================================================================== */
.page-header-icon-wrapper {
    float: left;
    display: inline-block;
    text-align: center;
    width: 40px;
    margin-right: 10px;
}
.page-header-icon-wrapper a {
    font-size: 13px;
    margin-bottom: 5px;
    display: inline-block;
}
.page-header-icon {
    height: 40px;
    width: 40px;
    display: inline-block;
    float: left;
    line-height: 40px;
    background-color: #eaeaea;
}

.page-header-icon .fa-home {
    font-size: 36px;
    color: #767676;
    margin: 4px 2px;
}

.page-header-icon img {
    width: 40px;
    height: auto;
    max-height: 40px;
}

.page-header-title {
    display: block;
    min-height: 40px;
}
.page-header-title > div {
    min-height: 40px;
}


/* ========================================================================== */
/* CSS-Component: Viewer Player */
/* ========================================================================== */

.wrap-player-info {
    padding: 50px 0;
    height: 100%;
    width: 100%;
    color: #fff;
    background-color: #000;
    position: relative;
}

.wrap-player-info object,
.wrap-player-info video,
.wrap-player-info embed {
    height: 351px;
    min-height: 351px;
    width: 100%;
}

.wrap-player-info {
    zoom: 1;
    padding: 0;
    min-height: 351px;
}

.player-container {
    padding: 0 10px;
}

.wrap-player-controls,
.wrap-player-controls-info {
    width: 100%;
    background-color: #363636;
    height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
    z-index: 1001;
}
.wrap-player-controls-info {
    position: static;
    height: 43px;
}

.wrap-player-controls.thin {
    height: 38px;
}
.wrap-player-controls-info.thin {
    height: 31px;
}

.wrap-player-controls-info .timeline .completed {
    height: 12px;
}

.navbar-toggle-simple {
    padding: 0 10px;
}

.navbar-toggle-simple .nav>li {
    float: left;
}

.video-overlay {
    color: #fff;
    font-size: 100px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    margin-left: -100px;
    margin-top: -100px;
    top: 50%;
    left: 50%;
    z-index: 1000;
    overflow: hidden;
    height: 0;
    width: 0;
    line-height: 200px;
}

.play-pause-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
.resume-wrapper {
    height: 100%;
    width: 100%;
    background-color: #000;
    position: absolute;
    z-index: 1010;
    text-align: center;
}

@media (max-width: 460px) {
    .expanded-state .playback-progress,
    .expanded-state .playback-duration {
        display: none;
    }
}


@media (min-width: 768px) {
    .navbar-toggle-simple {
        display: none;
    }
}

html.wmodedirect-layering.no-wmodedirect-transparentlayering .video-hit-area {
    display: none !important;
}

html.wmodedirect-layering.no-wmodedirect-transparentlayering .modal-open .wrap-player object {
    visibility: hidden !important;
}
html.wmodedirect-layering.no-wmodedirect-transparentlayering .navbar-nav .tooltip {
    -moz-opacity: 1 !important;
    opacity: 1 !important;
}

html.wmodedirect-layering.no-wmodedirect-transparentlayering .tooltip-inner {
    border-radius: 0
}
html.no-wmodedirect .modal-open .wrap-player > * {
    visibility: hidden;
}




/* ========================================================================== */
/* CSS-Component: Document Carousel */
/* ========================================================================== */
.wrap-master-document {
    background-color: #656565;
}
.wrap-document {
    height: 100%;
}

.wrap-document-inner {
    display: table;
    height: 100%;
    width: 100%;
    padding: 52px 0 50px;
    table-layout: fixed;
}

.wrap-document-inner .carousel {
    vertical-align: middle;
    text-align: center;
    background-color: #656565;
    width: 100%;
}

.wrap-document .carousel-control.left,
.wrap-document .carousel-control.right {
    background-image: none;
}
.wrap-document .carousel-caption,
.wrap-document .carousel-indicators,
.wrap-document .carousel-control { display: none;}

.document-controls-footer {
    height: 50px;
    background-color: #363636;
    color: #fff;
    padding-left: 10px;
    z-index: 1022;
}

.document-controls-arrows {
    padding-right: 10px;
    margin-top: 9px;
    font-size: 24px;
}
.document-controls-arrows a:hover {
    color: #fff;
}

.document-controls-arrows span {
    padding-right: 8px;
}


.document-controls-footer .navbar-text {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 400px) {
    .document-controls-footer .navbar-text {
        font-size: 12px;
    }
}

.document-controls-footer .navbar-form {
    width: auto;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.zoom-to-fit .wrap-document-inner {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.zoom-to-fit .wrap-document-inner .carousel {
    display: inline-block;
    max-height: 100%;
    height: 100%;
    width: 100%;
}

.zoom-to-fit .carousel-inner,
.zoom-to-fit .carousel-inner > .item,
.zoom-to-fit .carousel-inner > .item >img {
    height: 100%;
    max-height: 100%;
}

.wrap-document-inner .carousel-inner .item div {
    height: 100%;
}

.zoom-to-fit .wrap-document-inner .carousel-inner .item div:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -4px;
    width: 0;
}

.zoom-to-fit .wrap-document-inner .carousel-inner .item > img {
    display: inline-block;
    vertical-align: middle;
}

.carousel-spinner {
    font-size: 60px;
    color: #333;
    position: fixed;
    margin-left: -24px;
}

.zoom-to-fit .carousel-spinner {
    top: 211px;
}

.has-scrolling .carousel-spinner {
    left: 50%;
    top: 20px;
    margin-top: 192px;
}

.zoom-to-fit .carousel-inner .img-responsive {
    max-height: 100%;
}

.prev .carousel-spinner,
.next .carousel-spinner,
.right .carousel-spinner,
.left .carousel-spinner { visibility: hidden;}




/* ========================================================================== */
/* CSS-Component: Search Results */
/* ========================================================================== */
.wrap-thumbnail,
.search-thumbnail {
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    width: 100%;
}
.wrap-thumbnail .img-responsive {
    display: inline-block;
}

.search-thumbnail {
    position: relative;
    padding-bottom: 100%;
}

.search-thumbnail a {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 50;
}

.search-thumbnail img {
    max-height: 100%;
}

.thumbnail-spinner {
    margin: 120px 0;
    font-size: 60px;
    line-height: 60px;
    padding: 0;
    color: #333;
}

.search-hierarchy-wrapper {
    border-top: 1px solid #ddd;
    margin: 30px 0;
    padding-top: 20px;
}
.search-overlay {
    color: #fff;
    font-size: 100px;
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    -khtml-opacity: .75;
    opacity: .75;
    position: absolute;
    margin-left: -50px;
    margin-top: -50px;
    top: 50%;
    left: 50%;
    z-index: 1000;
    overflow: hidden;
    height: 100px;
    width: 100px;
    line-height: 100px;
    display: none;
}
.search-thumbnail a:hover .search-overlay {
    display: block;
}




/* ========================================================================== */
/* CSS-Component: Comments */
/* ========================================================================== */
.comment-wrapper,
.note-wrapper {
    background-color: #fff;
    width: 100%;
    padding: 20px 15px;
    margin: -10px 0 30px;
    font-size: 16px;
    border: 1px solid #ddd;
}
.note-wrapper {
    border: none;
    margin: 0 0 30px;
    padding-bottom: 40px;
}

.note-time {
    font-style: italic;
    color: #ccc;
    margin-top: 8px;
}
.comment-author {
    background-color: #ddd;
    color: #767676;
    padding: 0 15px;
    font-size: 16px;
    line-height: 24px;
}
.comment-author.darken {
    background-color: #363636;
    color: #fff;
}

.comment-arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ddd;
    position: relative;
    left: 49%;
}
.comment-arrow-down.darken {
    border-top-color: #363636;
}
.notes-panel {
    background-color: #f6f6f6;
    width: 30%;
    position: fixed;
    right: -30%;
    overflow-x:hidden;
    overflow-y: auto;
    padding: 0;
    margin: 0;
}

.fold-corner {
    position: relative;
}

.fold-corner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 20px solid #ddd;
    border-right: 20px solid transparent;
}

.fold-corner:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 19px solid #f6f6f6;
    border-left: 19px solid transparent;
}

.wrap-player.collapsed,
.wrap-document.collapsed {
    width: 70%;
    float: left;
}

.wrap-document.collapsed {
    overflow-y: auto;
}

@media (max-width: 1250px) {
    .wrap-player.collapsed,
    .wrap-document.collapsed {
        width: 50%;
    }
    .notes-panel.expanded {
        width: 50% !important;
    }
    .notes-panel {
        width: 50%;
        right: -50%;
    }
}

.video-comments-wrap,
.document-comments-wrap {
    height: 100%;
    width: 100%;
}
.video-comments-wrap .wrap-player {
    float: left;
}

.expanded.notes-panel {
    padding: 0 10px;
    height: 100%;
}

.note-column,
.comment-column {
    display: none;
}

.row > .note-column,
.row > .comment-column {
    display: block;
}

#comment-ticks {
    position: absolute;
    margin-top: -12px;
}

.note-page-header {
    font-size: 14px;
}




/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* Angular-Components (targeted for move to js component location) */
/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */




/* ========================================================================== */
/* Angular-Component: Datepicker */
/* ========================================================================== */
.datepicker-wrapper input.form-control {
    background-color: #fff;
    border-color: #ccc;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-right: none;
    box-shadow: none;
}

.datepicker-wrapper input.form-control:focus {
    outline-style:none;
    box-shadow:none;
    border-color: #ccc;
}

.datepicker-wrapper input.form-control[disabled] {
    background-color: #e5e5e5;
}

.datepicker-wrapper input.form-control {
    background-color: #fff;
    border-color: #ccc;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-right: none;
    box-shadow: none;
}

.datepicker-wrapper input.form-control:focus {
    outline-style:none;
    box-shadow:none;
    border-color: #ccc;
}

.datepicker-wrapper input.form-control[disabled] {
    background-color: #e5e5e5;
}

.datepicker-wrapper.input-group {
    float: left;
}
.datepicker-wrapper table {
    margin: 5px;
}

.datepicker-wrapper .btn-default {
    border-bottom: none;
    background-color: #fff;
    border: 1px solid #ccc;
}


.datepicker-wrapper .btn-success {
    background-color: #565656;
    border-bottom: none;
}

.datepicker-wrapper .btn-info,
.datepicker-wrapper .btn-danger {
    background-color: #7c7c7c;
    border-bottom: none;
}
.datepicker-wrapper .btn-default:hover {
    background-color: #ccc;
}
.datepicker-wrapper .btn-danger:hover,
.datepicker-wrapper .btn-info:hover,
.datepicker-wrapper .btn-success:hover {
    background-color: #252525;
}

.datepicker-wrapper .dropdown-menu {
    background-color: #eaeaea;
}
.datepicker-wrapper th {
    font-size: 12px;
    line-height: 16px;
}
.datepicker-wrapper .btn-input-white {
    padding: 6px 12px 5px;
}
.datepicker-wrapper .btn-input-white:hover {
    background-color: #fff;
}
.datepicker-wrapper .btn-input-white[disabled] {
    background-color: #e5e5e5;
    opacity: 1;
}




/* ========================================================================== */
/* Angular-Component: View Header */
/* ========================================================================== */
.navbar-title {
    max-width: 348px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
@media (max-width: 767px) {
    .navbar-title {
        display: none;
    }
}
@media (min-width: 767px) and  (max-width: 899px) {
    .navbar-title {
        max-width: 180px;
    }
}
@media (min-width: 900px) and  (max-width: 999px) {
    .navbar-title {
        max-width: 300px;
    }
}
@media (min-width: 1000px) and  (max-width: 1069px) {
    .navbar-title {
        max-width: 400px;
    }
}
@media (min-width: 1070px) and  (max-width: 1235px) {
    .navbar-title {
        max-width: 480px;
    }
}
@media (min-width: 1236px) and  (max-width: 1329px) {
    .navbar-title {
        max-width: 640px;
    }
}
@media (min-width: 1320px)  {
    .navbar-title {
        max-width: 730px;
    }
}

.view-detail-wrapper:before {
    content: "|";
    position: absolute;
    color: #767676;
    left: -5px;
    top: 13px;
}
.view-detail-wrapper.no-border:before {
    content: "";
}
.navbar-nav > li.view-detail-wrapper > a {
    text-decoration: underline;
}


/* ========================================================================== */
/* Angular-Component: DateTimeZonePicker */
/* ========================================================================== */
.timepicker-wrapper {
    padding: 0;
}
.timepicker-wrapper table {
    margin-top: -26px;
    border-collapse: separate;
    border-spacing: 2px;
}
.timepicker-wrapper .btn-link {
    padding: 0 12px;
}
.timepicker-wrapper .btn-default {
    background-color: #fff;
    border-bottom: none;
    padding: 0 3px;
}
.timepicker-wrapper td.form-group {
    width: 14px !important;
}
.timepicker-wrapper td.form-group input {
    padding: 0;
}

.timepicker-wrapper.disabled {
    padding-top: 7px;
}
.timezone-dropdown {
    right: 0;
    left: auto;
    max-height: 200px;
    overflow: auto;
}
.timezone-wrapper a.dropdown-toggle {
    text-decoration: none;
}

.timezone-wrapper span {
    display: inline-block;
    margin: 5px 0 0 10px;
    color: #767676;
}

.timezone-select:before {
    content: "Time zone:";
    position: relative;
    left: -82px;
    top: 27px;
    font-size: 14px;
    font-weight: bold;
}




/* ========================================================================== */
/* Angular-Component: Header */
/* ========================================================================== */
.dropdown-header {
    color: #767676;
}




/* ========================================================================== */
/* Angular-Component: Navoverlay */
/* ========================================================================== */
.nav-overlay-wrapper {
    color: #535353;
    min-height: 300px;
}

.nav-overlay-wrapper a:hover {
    color: #252525;
}

.nav-overlay-wrapper .table a {
    color: #363636;
}
.nav-overlay-wrapper .table a:hover {
    color: #757575;
}

.nav-overlay-wrapper th {
    color: #666;
}

.nav-overlay-wrapper th span {
    font-weight: normal;
}

.nav-overlay-close {
    margin-left: 9px;
    float: right;
    padding-top: 9px;
}

.nav-overlay-title h4 {
    display: inline-block;
    float: left;
}

.nav-overlay-wrapper .table tr:first-child td {
    border-top: none;
}

.nav-overlay-wrapper .document-detail-link {
    background-color: #252525;
    position: relative;
}

.nav-overlay-wrapper .document-detail-link:hover {
    background-color: #000;
}

.nav-overlay-wrapper .document-detail-link img {
    opacity: .75;
    filter: alpha(opacity=75);
    max-height: 300px;
    margin: 0 auto;
}

.nav-overlay-wrapper .next-up-wrapper .document-overlay {
    font-size: 50px;
    height: 50px;
    width: 50px;
    margin-left: -25px;
    margin-top: -25px;
    line-height: 50px;
    display: block;
}

.nav-overlay-wrapper .document-overlay.continue {
    font-size: 24px;
    height: 24px;
    width: 120px;
    margin-left: -60px;
    margin-top: -12px;
    line-height: 24px;
    display: block;
}




/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* 3rd Pary Component Overrides */
/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */




/* ========================================================================== */
/* ui-sortable
/* ========================================================================== */
.table-drag-handle.ui-sortable-handle {
    cursor: move;
}




/* ========================================================================== */
/* ng-tag-input
/* ========================================================================== */
tags-input .tags {
    -moz-appearance: inherit;
    -webkit-appearance: inherit;
    padding: 1px;
    overflow: hidden;
    word-wrap: break-word;
    cursor: text;
    background-color: white;
    border: 2px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
tags-input .tags .tag-item {
    font-size: 14px;
    font-family: inherit;
    background: inherit;
    background-color: #eaeaea;
}
tags-input .tags .tag-item.selected {
    background: inherit;
    background-color: #f2dede;
    color: #a94442;
}
tags-input .tags .tag-item .remove-button {
    text-decoration: none;
}
tags-input .tags .input {
    font-size: 14px;
    font-family: inherit;
}




/* ========================================================================== */
/* bootstrap-slider
/* ========================================================================== */
.slider {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.wrap-slider-timeline .slider {
    display: block;
    position: relative;
    background-color: #494949;
    vertical-align: top;
}


.slider.slider-horizontal {
    width: 120px !important;
    height: 20px;
}
.wrap-slider-timeline .slider.slider-horizontal {
    width: 100% !important;
    height: 12px;
}


.slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    margin-top: -7px;
    top: 50%;
    left: 0;
}
.wrap-player-controls-info .slider.slider-horizontal .slider-track {
    height: 6px;
    margin-top: -9px;
}
.wrap-slider-timeline .slider.slider-horizontal .slider-track {
    height: 12px;
    top: 0;
    margin-top: 0;
    overflow: hidden;
}


.slider.slider-horizontal .slider-selection {
    height: 100%;
    top: 0;
    bottom: 0;
}
.wrap-slider-timeline .slider.slider-horizontal .slider-selection {
    -webkit-transition: width .1s linear;
    -moz-transition: width .1s linear;
    -o-transition: width .1s linear;
    transition: width .1s linear;
}

.slider.slider-horizontal .slider-handle {
    margin-left: -10px;
    margin-top: -3px;
}
.wrap-player-controls-info .slider.slider-horizontal .slider-handle {
    margin-top: -5px;
}
.wrap-slider-timeline .slider.slider-horizontal .slider-handle {
    margin-left: -12px;
    margin-top: 0;
    -webkit-transition: left .1s linear;
    -moz-transition: left .1s linear;
    -o-transition: left .1s linear;
    transition: left .1s linear;
}

.slider.slider-horizontal .slider-handle.triangle {
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0;
}

.slider.slider-vertical {
    height: 210px;
    width: 20px;
}

.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    margin-left: -5px;
    left: 50%;
    top: 0;
}

.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}

.slider.slider-vertical .slider-handle {
    margin-left: -12px;
}

.slider.slider-vertical .slider-handle.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #0480be;
    margin-left: 0;
}

.slider input {
    display: none;
}

.slider .tooltip-inner {
    white-space: nowrap;
}

.slider-track {
    position: absolute;
    cursor: pointer;
    background-color: #999;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.wrap-slider-timeline .slider-track {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


.slider-selection {
    position: absolute;
    background-color: #889B3B;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.wrap-slider-timeline .slider-selection {
    background-color: #888;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


.slider-handle {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #fafafa;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    border: 0px solid transparent;
}
.wrap-slider-timeline .slider-handle {
    background-color: #889B3B;
    position: absolute;
    width: 12px;
    height: 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

.slider-handle.round {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.slider-handle.triangle {
    background: transparent none;
}

#video-slider {
    background-color: #494949;
    height: 12px;
    width: 100%;
}

.wrap-slider-audio {
    position: relative;
    width: 0;
    overflow: hidden;
    height: 38px;
}
.wrap-slider-audio .slider {
    position: absolute;
    right: -130px;
    top: 11px;
}





/* ========================================================================== */
/* fine-uploader
/* ========================================================================== */
.block {
    display: block;
}
.uploader-row {
    width: 100%;
}
.uploader-col1,
.uploader-col3 {
    width: 45%;
    float: left;
}
.uploader-col2 {
    width: 10%;
    float: left;
}

.uploader-or {
    font-size: 16px;
    color: #767676;
    line-height: 54px;
    height: 54px;
    text-align: center;
}
.uploader-folder .uploader-or {
    font-size: 22px;
    line-height: 70px;
    height: 70px;
}
a.uploader-import:hover,
a.uploader-url:hover {
    text-decoration: underline;
    color: #767676;
    cursor: pointer;
}

.uploader-media .uploader-url,
.uploader-thumb .uploader-url,
.uploader-bulk .uploader-url {
    display: none;
}
#airshipMain .container #contentList #editingArea .bulkEditorWrapper .uploader-container textarea {
    width: 95% !important;
}
#airshipMain .container #contentList #editingArea #bulkEditorWrapper .uploader-container .cancel {
    padding: 3px 10px;
}


.qq-prompt-text {
    font-size: 18px;
    font-weight: bold;
    position: static;
    top: -25px;
    color: #666;
    width: 100%;
    padding: 0 0 2px 5px;
    margin-bottom: 10px;
    text-align: left;
}

.qq-upload-drop-area {
    background-color: #fff;
    position: static;
    border: 2px dashed #999;
    position: relative;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #767676;
    font-size: 16px;
    margin-bottom: 20px;
}

.uploader-folder .qq-upload-drop-area {
    height: 70px;
    line-height: 70px;
}
.uploader-thumb .qq-upload-drop-area {
    color: #f0ad4e;
    font-size: 16px;
}

.qq-upload-drop-area-active {
   color: #5CB85A;
    border-color: #5CB85A;
}

.qq-upload-button {
    display: block;
    background-color: transparent;
    color: #333;
    border-bottom: none;
    width: auto;
    text-align: left;
    text-decoration: underline;
    padding: 0;
    line-height: 20px;
}

.qq-upload-button:hover {
    color: #767676;
}

.qq-upload-list li {
    padding: 0;
    margin-bottom: 5px;
    background-color: #f5f5f5;
    line-height: inherit;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.qq-progress-bar-container-selector,
.qq-progress-bar-selector {
    height: 100%;
    border-radius: 0;
}


.qq-progress-bar {
    background-color: #5bc0de;
    background-image: none;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
    margin: 0;
}
.uploader-list-item-row {
    padding: 6px 0 6px 10px;
    width: 542px;
}
.uploader-folder .uploader-list-item-row {
    width: 950px;
}

.qq-progress-bar-container-selector.qq-hide + .uploader-list-item-row {
    margin-top: 0;
    padding-top: 10px;
}

.qq-progress-bar-container-selector.qq-hide {
    display: inline-block;
}
.qq-progress-bar-container-selector.qq-hide .qq-progress-bar {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.qq-upload-retryable a.qq-upload-retry {
    color: #fff;
}
.qq-upload-retryable a.qq-upload-retry:hover {
    text-decoration: underline;
    color: #ccc;
}
.qq-upload-list li.qq-upload-fail {
    background-color: #d9534f;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
}

a.qq-upload-cancel:hover {
    text-decoration: underline;
    color: #767676;
}

.qq-upload-list li.qq-upload-success {
    background-color: #5CB85A;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
}

.qq-upload-file,
.qq-upload-status-text {
    font-size: 13px;
}

.uploader-folder .qq-upload-file,
.uploader-folder .qq-upload-status-text {
    font-size: 16px;
}


/* ========================================================================== */
/* Angular-Component: Visibility Popover */
/* ========================================================================== */
.visibility-popover .popover-title,
.visibility-popover .popover-content {
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
}

.visibility-popover .popover {
    z-index: 5000;
}


/* ========================================================================== */
/* Equal Height Columns
/* ========================================================================== */

/* columns of same height styles */
.container-xs-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
}
.row-xs-height {
    display:table-row;
}
.col-xs-height {
    display:table-cell;
    float:none;
}
@media (min-width: 768px) {
    .container-sm-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-sm-height {
        display:table-row;
    }
    .col-sm-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 992px) {
    .container-md-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-md-height {
        display:table-row;
    }
    .col-md-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 1200px) {
    .container-lg-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-lg-height {
        display:table-row;
    }
    .col-lg-height {
        display:table-cell;
        float:none;
    }
}

/* firefox fix --  Removed until equal cols are implemented - breaks viewer doc scaling */
/*.img-responsive {
    width: 100%;
}*/

/* This style is still needed on the v2 user pages in Viewer */
.col-bottom {
    vertical-align:bottom;
}
