﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    margin-bottom: 30px; /* Customization for footer */
    background-color: #A49E8F;
    margin-top: 20px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input, select /*, textarea */ {
    max-width: 200px;
}

/* Customizations for site */
/* make footer stay at bottom of page */
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px; /* match page bottom margin */
    background-color: #f5f5f5;
}

/* Comment / Note Box */
#Note {
    margin-bottom: 15px;
    border-width: thin;
    border-color: black;
    border-style: solid;
    background-color: lightgray;
    padding: 5px;
}

    #Note textarea {
        margin-bottom: 5px;
    }

.text-Bold {
    font-weight: bold;
}

.text-small {
    font-size: 8px;
}

.text-small-7_5pt {
    font-size: 7.5pt;
}

.text-Align-Right {
    text-align: right;
}

.vertical-align-middle {
    vertical-align: middle;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.vertical-align-bottom {
    vertical-align: bottom !important;
}

.color-blue {
    color: blue;
}

.color-green {
    color: green;
}

.color-red {
    color: red;
}

.Top-border {
    border-top-color: gray;
    border-top-width: 1px;
    border-top-style: dotted;
}

.Textoverflow-Ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.Padding-Left-30 {
    padding-left: 30px;
}

.Padding-Right-20 {
    padding-right: 20px;
}

.Padding-Right-10 {
    padding-right: 10px;
}

.border-left-dottedblack1 {
    border-left: 1px dotted black;
}

.font-size-small {
    font-size: small;
}

.font-size-smaller {
    font-size: smaller;
}

.font-size-xsmall {
    font-size: x-small;
}

.font-size-large {
    font-size: large;
}

.font-size-larger {
    font-size: larger;
}

.big-checkbox {
    -moz-transform: scale(1.3);
    width: 20px;
    height: 20px;
}

.popUp {
    z-index: 10;
    width: 600px;
    /*height: 300px;*/
    background-color: lightcyan;
    display: block;
    position: absolute;
    top: 300px;
    left: 300px;
    padding: 20px 10px 10px 10px;
    border: 2px groove grey;
    /*visibility: hidden;*/
}

.popUpcloseTop {
    text-align: right;
    position: inherit;
    top: 0px;
    right: 4px;
}

.spinner-div {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: white;
    opacity: 0.5;
    position: fixed;
    z-index: 100;
    display: none;
}

.spinner-img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 75px;
    z-index: 101;
}

/*JWL Section for changing look and feel*/
table {
    box-shadow: 1px 5px 5px 5px #888888;
    border-radius: 5px;
    background-color: white;
}

Zebra striping
tr:nth-of-type(odd) {
    background: #eee;
}

th {
    background: #333;
    color: white;
    font-weight: bold;
}

td, th {
    padding: 6px;
    text-align: left;
}

a.EditIcon {
    background: url(../Images/EditIcon.png) no-repeat top left;
    display: inline-block;
    width: 22px;
    height: 22px;
    text-indent: -9999px; /* hides the link text */
    margin-right: 6px
}

a.DetailsIcon {
    background: url(../Images/checklist.png) no-repeat top left;
    display: inline-block;
    width: 22px;
    height: 22px;
    text-indent: -9999px; /* hides the link text */
    margin-left: 6px;
}

a.DeleteIcon {
    background: url(../Images/Delete.png) no-repeat top left;
    display: inline-block;
    width: 22px;
    height: 22px;
    text-indent: -9999px; /* hides the link text */
    margin-left: 6px;
}

/*this is where I am overwriting specific bootstrap items*/
.jumbotron {
    padding: 50px;
    padding-bottom: 150px;
    margin-bottom: 30px;
    color: inherit;
    background: url(../Images/TrueBeam.png) no-repeat top right;
    background-color: #8F8876;
    height: 430px;
}

.form-group {
    margin-bottom: 4px;
}

@media print {

    a[href]:after {
        content: "";
    }
}

.body-content {
    background-color: #EEEFE4;
    width: 75%;
    min-width: 1000px;
    padding: 20px;
    box-shadow: 5px 5px 5px #888888;
    border-radius: 5px;
}

/*this is for the spinner not being used*/
#overlay {
    background: #ffffff;
    color: #ff0000;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
}

/*for the show controller issue doc viewer controller*/
.box500square {
    min-height: 400px;
    min-width: 500px;
    max-width: 500px;
}

.inlineblock {
    display: inline-block
}

.block {
    display: block
}

.wizardButtons {
    font-size: 11px;
}

    .wizardButtons.disabled {
        opacity: 0.65;
        cursor: not-allowed;
    }


.form-group.required .control-label:before {
    content: "* ";
    color: red;
}

ul {
    margin-left: 5px;
    padding-left: 5px;
    list-style: square
}

.leftside {
    visibility: collapse;
    height: 0px;
}

/* need a thinner hr */
hr.thinmargins {
    margin-top: 5px;
    margin-bottom: 5px;
}

.informationdisplay {
    font-size: 12px;
}

.smallerquestions {
    font-size: 12px;
}

.OutOfTolerance {
    background-color: red !important;
    font-weight: bold;
    color: white;
}

.OutOfToleranceWarning {
    background-color: yellow !important;
}

.dailyImage {
    border: 5px outset white;
    background-color: #EEEFE4;
    z-index: 55;
    position: absolute;
    top: 300px;
    left: 400px;
    width: 500px;
    height: 500px;
}

.showPointer {
    cursor: pointer;
}

.headertemplate {
    text-transform: none;
    vertical-align: top;
    font-weight: bold;
}

.ResearchOnlyMessage {
    background-color: orange;
    position: fixed;
    width: 100%;
    font-weight: bold;
    text-align: center;
    font-size: 14pt;
    z-index: 1030;
    top: 50px;
}

.table tr {
    height: 43px;
}

#halcyonAdjustmentNotice:hover + #halcyonAdjustmentNoticeDiv {
    display: inline-block;
}

#halcyonAdjustmentNoticeDiv {
    display: none;
    border: 1px solid black;
    padding: 10px;
    width: 350px;
    font-size: smaller;
    position: absolute;
    margin-top: 15px;
    background-color: white;
}

    #halcyonAdjustmentNoticeDiv ul {
        margin: auto;
        padding: revert;
    }

.container.QA3ReportContainer{
    width:100%;
}