﻿html, body {
    height: 100%;
}

body {
    /* background-image: url('images/background.png'); */
    background-repeat: repeat;
    padding-bottom: 0;
    padding: 0;
}


ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
button:active, a:focus, a:visited{
    outline: none;
}

input:focus
textarea:active,
input:-webkit-autofill,
input[type="text"]:-autofill{
    outline: none;
    background: transparent;
}

        

.main {
    height: auto !important;
    min-height: 800px;
    padding: 100px 60px 80px 60px;
}

.editdefinition .main{
    padding: 0;
}

a.btn-lg {
    line-height: 39px;
    text-decoration: none;
}

.timeline-image-taken img {
    max-width: 600px;
}

.timeline-picture img {
    max-width: 600px;
}


.browser-notification-link {
    color: #000000;
}
.styled-select select{
    -moz-appearance: none;/* Firefox */
    -webkit-appearance: none;
    appearance: none;
    border:1px solid rgb(226, 226, 226);
    padding: 7px 40px 7px 20px;
    min-width:190px;
}
.styled-select select:hover  {
    cursor:pointer;
}
/*.styled-select i {
    margin-left: -40px;
    font-size: 31px;
    line-height: 38px;
    position: relative;
    top: 7px;
}*/
.styled-select i {
    font-size: 31px;
    line-height: 30px;
    position: absolute;
    top: -4px;
    background-color: #ffffff;
    right: 2px;
}

.timeline-counter-padding {
    padding-left: 0;
}
.ie .styled-select i {
    display:none;
}
.filter-panel label {
    margin-right: 10px;
}
.styled-select span {
    position:relative;
}
a.btn-lg {
    line-height: 39px;
    text-decoration: none;
}

.material-heading #dropdown-menu, #input, #download-doc {
    display: none !important;
}

.picture-cards {
    float: none !important;
    margin-bottom: 15px;
}

.picture-area {
    display: none;
}
/*
============================================================

    TYPE SIZE - IMPORTANT Styling to maintain consistency

============================================================
*/

.questionHidden, .show-hide-question-btn, .mobile-show-hide-location {
    display: none
}

.mdl-layout__header {
    display: none;
}


@media print {
    .header {
        display: none !important;
    }

    body { font-size: 12px !important; background:#ffffff}

    p {
            margin-top: 2px;
    }

    .material-heading {
            font-size: 22px;
    }

    body, h1, h2, h3, h4, h5, h6, p {
        -webkit-font-smoothing: antialiased;
        font-weight: 100 !important;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    }

    .panel-body.timeline-panel h3.print-vesrion {
        display: inline-block;
        font-size: 21px !important;
    }

    aside {
        display: none !important;
    }

    .panel-default {
        box-shadow: none !important;
        border: 0 !important;
    }

    .panel-body.timeline-panel h3 {
        float: left !important;
        font-size: 23px;
    }

    .report-started {
        float: left !important;
        clear: right !important;
        margin-top: 33px !important;
        margin-bottom: 10px !important;
        margin-left: 16px !important;
        font-style: italic !important;
    }

    .report-started i {
        display: none !important;
    }

    .completed-by {
         font-weight: bold !important;
        font-size: 14px !important;
    }

    .graph {
        clear: both !important;
        border-top: 1px solid !important;
        margin-top: 20px !important;
        float: left !important;
        width: 100% !important;
        padding-top: 10px !important;
    }

    .answer-text {
        font-weight: bold !important;
    }

    .timeline-list-item {
        padding:2px 0 !important;
        border-bottom: 1px solid #D3D3D3 !important;
        margin-bottom: 11px !important;
    }

    .timeline-list-item i {
        margin-right: 10px !important;
    }

    .timeline-group-heading {
        text-align: left !important;
        background-color: #e4e4e4 !important;
            padding: 3px 15px !important;
        margin-bottom: 8px !important;
        margin-top: -11px !important;
    }

    .timeline-list-item-img {
        width: 33%;
    }

    .timeline-list-item-img.signature {
        width: 25%;
    }

    .timeline-group-heading  h5 {
        display: block !important;
        margin: 10px 0;
    }

    h5, .h5 {
        font-size: 14px !important;
        display: none !important;
    }

    h5.show-print-header {
        display: block !important;
        margin: 2px 0 15px;
        font-weight: 600 !important;
    }

    h5.show-print-header i {
        display: none !important;
    }

    .main {
        padding-top: 20px !important;
    }

    h3 i {
        display: none !important;
    }

    .panel-default > .panel-heading {
        background-color: transparent !important;
        border: 0 !important;
    }

    .state-text {
        display: none !important;
    }

    .print-share-report {
        background-color: black !important; float: left !important; width: 100% !important; background-color: #000000 !important;
        -webkit-print-color-adjust: exact;
        margin-bottom: 20px;
        display: block;
    }

    .completed-by.print-share-report {
        background: transparent !important;float: none !important;
    }

    .report-logo {
        margin-left: 15px !important; float: left !important; margin-bottom: 15px !important; margin-right: 15px !important; margin-top: 20px !important;
    }

    .report-text {
        padding-top: 8px !important; width: 420px !important; float: left !important; color: white !important; position: absolute;
        left: 180px;
        top: 4px;
    }

    .footer-menu {
        display: none !important;
    }

    footer {
        display: none !important; 
    }

    .panel-title {
        display: none !important;
    }

    .printer-button {
        display: none !important;
    }

    .profiler-results {
        display: none !important;
    }

    .desktop-version {
        display: none;
    }

    .location-list-item {
        float: left;
        width: 100%;
    }

    .minimap, .map-holder .map {
        height: 120px !important;
        width: 120px !important;
        margin-bottom: 20px;
        margin-top: 40px;
    }

    .map-holder .map {
        margin-top: 20px;
    }

    .gmnoscreen {
        display: none;
    }

    .minimap button {
        display: none;
    }

    .minimap-card {
        display: inline-block;
        margin-right: 20px;
    }
    
    .map-container {
        margin-bottom: 20px;
        clear: both;
    }

    .map-supporting-text .material-icons {
        float: left;
        margin-right: 5px;
    }
    .map-supporting-text {
        float: left;
    }


}



