﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/*bootstrap 3 shim, used to hide file input for nice bootstrap button :) */
[hidden] {
    display: none !important;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

#dashPack {
    width: 90%;
    height: 50%;
    margin: 0 auto;
}

    #dashPack:after {
        content: ' ';
        display: block;
        clear: both;
    }


.dashItem {
    width: 25%;
    height: 200px;
    float: left;
    background: #df691a;
    border: 4px solid #333;
    /*border-color: hsla(0, 0%, 0%, 0.3);*/
    color: black;
    font-size: 16px;
    white-space: nowrap;
    font-weight: bold;
   
}

.dash-title {
    padding: 0.5em;
    background-color: wheat;
    word-wrap: break-word;
    display: inline-block;
}

.dash-content {
    padding: 0.5em;
    word-wrap: break-word;
    display:inline-block;
} 

.dashItem:hover {
    border-color: white;
    cursor: move;
}

    .dashItem.w2 {
        width: 40%;
        background: #df691a;
    }

    .dashItem.h2 {
        height: 80px;
        background: #df691a;
    }

    .dashItem.h4 {
        height: 160px;
        background: #df691a;
    }

    .dashItem.w4 {
        width: 40%;
        background: #df691a;
    }

    .dashItem.widen {
        width: 40%;
        background: #df691a;
        height: 200px;
    }

    .dashItem.deepen {
        width: 40%;
        background: #df691a;
        height: 400px;
    }

    .dashItem.ui-draggable-dragging,
    .dashItem.is-positioning-post-drag {
        border-color: white;
        background: #09F;
        z-index: 2;
    }

    .dashItem.ui-draggable.ui-draggable-handle > a {
        color: black;
        font-weight: bold;
    }

.dashLink {
    color: white;
    cursor: pointer;
    text-decoration: none;
}

    .dashLink a:hover {
        color: blue;
    }

#default {
    background: #505050;
    margin: auto;
    height: auto;
    min-height: 100%;
    border-radius: 10px 10px 10px 10px;
}

.disabledLighterText {
    color: ghostwhite;
}

#main {
    width: 100%;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
}

.dashItem,
.grid-sizer {
    width: 20%;
}

.glyphiconDashItem {
    background-repeat: no-repeat;
    height: 50px;
    width: 30px;
  
    background-position: center;
}

.top-buffer {
    margin-top: 20px;
}

.page-header {
    border-bottom: 1px solid #eee;
}

/*.navbar-nav > li > .dropdown-menu {
    background: black;
}*/

.dropdown-menu {
    background: black;
}

#dropZone {
    background: none repeat scroll 0 0 gray;
    border: 3px dashed orange;
    color: white;
    margin-top: 1em;
    padding: 50px;
    text-align: center;
}

#sortableValues .list-group-item:hover {
    cursor: pointer;
}

#sortableQuestions .list-group-item:hover {
    cursor: pointer;
}

.modal-dialog {
    background-color: white;
}

#sortableQuestionnaireDefault, #sortableQuestionnaireStart, #sortableQuestionnaireEnd {
    min-height: 50px;
}

.droppableSectionDefault, .droppableSectionStart, .droppableSectionEnd {
    margin: 2px;
    cursor: pointer;
}

.droppedSection {
    margin: 2px;
    cursor: pointer;
}

.droppableInfoSection {
    background-color: black;
    position: relative;
}

.mt-2 {
    margin-top: 2px;
}

.mt-8 {
    margin-top: 8px;
}


.roundy {
    border-radius: 15px;
}


.sectionDeleteHighlight {
    background-color: red;
}

.sorty {
    opacity: 0.8;
}

.deleteSection {
    width: 40px;
    height: 40px;
}


.reports-data{
    background-color:white;
    margin-top:0.5em;
    padding:2.5em;
}


.reports-panel p{
    color:black;
}
.listrow:hover {
    background-color: #485563;
}

/* Always set the map height explicitly to define the size of the div
        * element that contains the map. */

#map {
    height: 500px;
}

/* Optional: Makes the sample page fill the window. */
#myChart {
    background-color: white;
}

#floating-panel {
    position: absolute;
    top: 10px;
    left: 25%;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
    font-family: 'Roboto','sans-serif';
    line-height: 30px;
    padding-left: 10px;
}

#floating-panel {
    background-color: #fff;
    border: 1px solid #999;
    left: 25%;
    padding: 5px;
    position: absolute;
    top: 10px;
    z-index: 5;
}


.stats-box {
    min-height: 120px;
    background-color: #5bc0de;

}

.stats-box h3, .stats-box h5 {
    font-weight: 700;
    color: whitesmoke;
}

    /*.stats-box h3:hover, .stats-box h5:hover {
        font-weight: 700;
        color: black;
    }*/

.stats-container a:hover {
    text-decoration: none;
    color: black;
}
.stats-box:hover {
    background: #31b0d5;
    color: #dd0000;
}

.pad-20 {
    padding: 10px;
}

.preline {
    white-space: pre-line
}

.primary-background {
    background-color: #df691a;
}
.black-text {
    color: black;
    font-weight: bold;
}
.handhover, .answerViewer {
    cursor: pointer;
}

.qMain, .tMain {
    overflow-y: scroll;
    height: 400px;
}

.systemTypeContainer, .minValueContainer, .validationContainer {
    display: none;
}

.scrollx{
    overflow-x: scroll;
}
.answerImage {
    height: 50px;
    width: 60px
}
.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.trackedItem-details-container {
    display: none;
}

.trackedItem-newdetails-container{
    display: none;
}

.trackedItemInfoImage {
    height: 100px;
    width: 100px;
}
.trackedItemInfoWindow{
    
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    /*margin-left: 12px;*/
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}

#pac-container {
    /*padding-bottom: 12px;
    margin-right: 12px;*/
}

.editTrackedItem{
    margin-left:15px;
}
.deleteTrackedItem{
    margin-left:15px;
}

.showHide {
    cursor: pointer;
}

/*Chart Height*/
.ch {
    height: 40em;
}

.google-visualization-table-td, .google-visualization-table-th {
    text-align: center !important;
    border-right-color: none !important;
}

    .google-visualization-table-th:first-child, .google-visualization-table-td:first-child {
        text-align: left !important;
    }

#gaugechart .google-visualization-table-td {
    padding: 0.5em;
}

.tblGaugeRow td {
    border-width: 5px 2px 0px 2px !important;
    border-color: white !important;
    width: 25px !important;
    font-weight: bolder !important;
}

.google-visualization-table-table tr {
    border-color: black;
    border-width: 5px 2px 0px 2px !important;
}

.noHeader {
    background-color: #FFF;
    border-collapse: collapse;
    border: none;
    font-size: 0px;
}

.square {
    float: left;
    width: 20px;
    height: 40px;
    display: block;
    overflow: hidden;
    margin: 3px;
    margin-right:7px;
}

.gaugeChart {
    width: 860px;
}

    .gaugeChart .row {
        border-bottom: solid 1px grey;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .gaugeChart .title {
        width: 15em;
        display: inline-block;
        float: left;
        text-align: center;
        padding-top: 0.25em;
    }

    .gaugeChart .header {
        text-align: center;
        border-bottom: solid 2px black;
        font-weight: bolder;
    }

.darkgreen {
    background-color: #008000;
}

.green {
    background-color: #90ee90;
}


.yellow {
    background-color: #ffd700;
}

.red {
    background-color: #ff0000;
}

.unknown {
    background-color: white;
}


.matrixChart .title {
    width: 15em;
    display: inline-block;
    float: left;
    text-align: center;
    padding-top: 0.25em;
}

.matrixChart {
    padding-top: 50px;
}

    .matrixChart .header {
        font-weight: bolder;
        border-bottom: grey solid 1px;
        padding-bottom: 0.5em;
    }

.titleRow {
    padding-top: 50px;
    padding-left: 215px;
    border-bottom: black solid 1px;
    padding-bottom: 0.5em;
}

.landUse {
    font-size: 100%;
    display: inline-block;
    overflow: visible;
    width: 1.2em;
    white-space: nowrap;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-right: 12px
}

.mainReportBody, .noImportedData {
    display: none;
}

.pdfSave{
    display: none;
}

.hideUpdate{
    display: none;
}

#reportCanvas {
    display: none;
}

.photoReport img {
    margin-right: 1.0em;
    image-orientation: from-image;
}

.photoReport .catbreak{
    margin-top:1.5em;
}

.photoReport .row{
    margin-top:1.5em;
}

.config .well{
    background-color:black;
}

.config .sortable{
    min-height:5em;
}

#transreportid{
    min-height:75em;
}

.hideExistingMappings{
    display: none;
}

.hideExistingAssignments {
    display: none;
}

#currentMappings {
    list-style: none !important;
}

#verticalTabs section {
    overflow-y: scroll;
}

.wizard.vertical > .content {
    background-color: #4e5d6c;
}

.wizard > .content > .body {
    background-color: #2b3e50;
}

.autoApprove {
    display:none;
}

/* Essential FileDrop zone element configuration: */
.fd-zone {
    position: relative;
    overflow: hidden;
    /* The following are not required but create a pretty box: */
    width: 15em;
    margin: 0 auto;
    text-align: center;
}

/* Hides <input type="file"> while simulating "Browse" button: */
.fd-file {
    opacity: 0;
    font-size: 118px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    font-family: sans-serif;
}


.extra-padding {
    padding: 0.5em;
}