﻿
/*------------------- Catalog ----------------------------*/

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: #333333;
    background: rgba(0, 0, 0, 0.75);
}

.catalog {
    width: 700px;
    margin: 0px auto;
}

.catimage {
    width: 700px;
}

.carousel-caption h2,
.carousel-caption p {
  line-height: 10px;
  color: #ffffff;
}

.carousel-caption h2 {
  margin: 0 0 5px;
}

.centre {
    width: 100%;
}

.catalogLink:link {
    color: white;
    font-size: 16px;
    text-decoration: underline;
}
.catalogLink:visited {
    color: white;
    font-size: 16px;
    text-decoration: underline;
}
.catalogLink:hover {
    color: white;
    font-size: 16px;
    text-decoration: none;
}
.categoryImage {
    height: 20px !important;
}
.inline {
    display: inline-block;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

/*Enlarge Image*/
.modal.modal-wide .modal-dialog {
  width: 750px;
  text-align: center;
}
.modal-wide .modal-body {
  overflow-y: auto;
}

#enlargeImageModal .modal-body p { margin-bottom: 700px }

.rollovertag {
    width: 25px;
    height: 30px;
    background-color: gold;
    color: black;
    border-radius: 6px;
    position: relative;
    text-align: center;
    padding-top: 1px;
    font-size: 18pt;
    font-weight: 600;
}
.dragdropcontainer {
    display: none;
}
.rollovercontainer{
    display: none;
}
.dragzone {
    position: relative;
}
.dropzonevisible {
    position: absolute;
    background-color: gold;
    opacity: 0.3;
}
.dragitem {
    background-color: gold;
    width: 30px;
    height: 30px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-top: 2px;
    border: solid 1px #b99c00;
    text-align: center;
    position: absolute;
    z-index: 1;
}
.dragsource {
    border: solid 1px grey;
    background-color: silver;
    min-height: 200px;
    min-width: 40px;
}
.dragsource > li > div {
    position: relative;
}
.dropHover {
    background-color: gold;
    opacity: 0.8;
}

#filterBar {
    margin-bottom:20px;
}

#filterBar table {
    border: none;
}

#filterBar td {
    border: none;
}

/*--------------------FEEDBACK FORM--------------------------*/

.silver-cell {
    background-color: silver;
}

.borderless {
    border: none !important;
}

.borderless td, .borderless th {
    border: none !important;
}

.radio-label {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 4px;
}

.radio-check {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 32px;
}

.feedback-fields > .editor-field {
}

.assessment-image{
    text-align: center;
}

/*--------------------------------Assessment-------------------------------------------------------*/

.answer-rich-text {
    vertical-align: middle;
}

@media only screen and (max-width: 600px) {
    .navbar {
        padding-left: 12px !important;
    }
}
