﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 1em;
}

/* 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: 280px; */
}
/*This allows boot strap to make columns all the same height*/
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.dark-sky-blue {
    background-color: #3482de;
}

.slate {
    background-color: #5c6b7d;
}

.padding-top-medium {
    padding-top: 15px;
}

.bottom-button {
    position: absolute;
    bottom: 15px;
    width: 90%;
}

.table label {
    font-weight: normal;
}

.dl-horizontal dd {
    margin-bottom: 5px;
}

#AddPatientAttributeDiv {
    height: 300px;
    overflow: auto;
}

#PatientAttributesDiv {
    height: 250px;
    overflow: auto;
    margin-top: 10px;
}

.tab-main {
    overflow-x: hidden;
    overflow-y: auto;
    height: 700px;
}

.margin-top-med {
    margin-top: 10px;
}

.right-panel {
    min-height: 40em;
}

.notes {
    font-style: italic;
}

.error-message {
    color: red;
}

.clear {
    clear: both;
}
/* --------------
    Submit Action css
 -------------- */
.list-group-spacer {
    min-height: 100px;
}
/* --------------
    EMAIL BUILDER
 -------------- */

.email-area {
    max-width: 100% !important;
    width: 100% !important;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: auto;
}

.keyword-panel {
    cursor: pointer;
    cursor: hand;
}

.keywords-panel {
    border-color: lightgray;
}

.email-area-hidden {
    display: none;
}

.email-area {
    max-width: 100% !important;
    width: 100% !important;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: auto;
    border: 1px solid #ccc;
}

.email-bodyarea {
    height: 300px;
}

.keyword {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    background: gold;
    border: 1px solid black;
    padding: 2px 4px;
    display: inline-block;
}

/*HOTSPOTS*/
.hotspot {
    height: 600px;
    width: 600px;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid gray;
    margin: 0px auto;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.hotspot-item {
    width: auto;
    float: left;
    position: absolute;
}

    .hotspot-item img {
        opacity: .5;
    }

    .hotspot-item div {
        position: absolute;
        bottom: 0px;
        font-size: 10px;
        display: none;
        float: left;
    }

.selected-hot-spot {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .selected-hot-spot div {
        position: absolute;
        bottom: -25px;
        width: 100px;
        background-color: yellow;
        border: 1px solid #ffffff;
        display: block;
    }

.circle-number {
    background-color: black;
    color: white;
    padding: 5px;
    border-radius: 28px;
    font-size: 30pt;
    width: 57px;
    display: inline-block;
    text-align: center;
}

.flag {
	background:url(../Content/flags.png) no-repeat
}

.data-point {
    padding: 1em;
    border: 1px solid #000000;
}

.calculation-line-data-point {
    float:left;
    padding: 1em;
    border: 1px solid gray;
    background-color: yellow;
}

.calculation-line-data-point span{
    font-weight: bold;
}

.calculation-lines {
    height: 40em;
    overflow: auto;
}