﻿/*------------------- General Styling ----------------------------*/

#container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}

header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: black;
    border: none;
    line-height: 2em;
    font-size: 2.5em;
    vertical-align: middle;
}

#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
    border: 1px solid #999;
}

#footer {
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

.page-shadow img {
    max-width: 100%;
    _width: 100%;
}

header #title {
    padding-left: 12px;
}

.logo-type-start {
    text-transform: uppercase;
    color: #0070c0;
}

.logo-type-end {
    font-style: italic;
    text-transform: lowercase;
    font-size: 1.3125em;
    margin-right: 24px;
    color: #606060;
}

.countdownTimer {
    font-size: 20pt;
    font-weight: 600;
    color: blue;
}

.tablecharcol {
    width: 40px;
    font-size: 14pt;
    font-weight: 600;
}

.answer-rich-text {
    text-align: right;
}

.tablecheckbox {
    width: 40px;
}

.questiontext {
    font-size: 16pt;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
    color: #1e1e1e;
}


.field-validation-error {
    color: red;
}

.display-label {
    font-weight: bold;
}

.display-field {
}

.editor-label {
    font-weight: bold;
}


/* MISC  
----------------------------------------------------------*/

div#title {
    display: block;
    text-align: left;
}

#logindisplay {
    display: block;
    text-align: right;
    margin: 10px;
}

    #logindisplay a:link {
        color: #0070c0;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: #0070c0;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: #0070c0;
        text-decoration: none;
    }

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
    width: 100%;
}


/*------------------- 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: 36px;
    height: 20px;
    background-color: gold;
    color: black;
    border-radius: 20px;
    position: relative;
    text-align: center;
    padding-top: 1px;
    font-size: 18pt;
    font-weight: 600;
    padding-bottom: 35px;
}
.rollovertagcontent::before {
    content: '!';
}
.rollovertagcontent {
    padding-bottom: 2px;
}
}.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;
    }
}

/* Introduction of font aweseom to replace icons*/

.fa-falink {
    float:left;
    padding-top:12px;
    padding-right:10px;
}

/* Introduction of font aweseom to replace icons*/

.fa-green {
    color: #45a940 !important;
}

.fa-blue {
    color: #2E8ACB !important;
}

.fa-red {
    color: #c14646 !important;
}

.fa-amber {
    color: #deba28 !important;
}

.fa-silver {
    color: silver !important;
}

.fa-grey {
    color: grey !important;
}

.dropzone {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
    height: 100px;
    text-align:center;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}


/* Search Box */


#custom-search-input {
    margin: 0;
    margin-top: 10px;
    padding: 0;
    width: 400px;
}

    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */

        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #custom-search-input button {
        border: 0;
        background: none !important;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 4px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #007bff;
    }

.search-query:focus + button {
    z-index: 3;
}
