﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

h4{
    font-size:20px;
}

.ReportLauncherDiv {
    width: 100%;
    padding: 10px;
}

.individualReportContainer {
    width: 344px;
    float: left;
    padding: 10px;
    border: solid 1px #eee;
    border-radius: 6px;
    margin: 10px;
}

.ReportImage
{
    width: 20%;
    float: left;
}

.ReportTitle {
    width: 70% float: left;
    height: 50px;
    font-size: 20px;
    padding: 7px;
    margin-bottom: 19px;
}

.reportWidth {
    width: 100%;
    font-size: 18px;
}

.ReportButtonOuter {
    width: 100%;
    margin-top: 10px;
}
.buttonOuter {
    width: 100%;
}
.buttonIndividual {
    width: 100%;
}

.VenueDropDownDiv {
    width: 360px;
    margin: auto;
}

.GoButtonDiv {
    width: 360px;
    margin: auto;
    margin-top: 30px;
}
.VenueDropDown {
    font-size: 20px;
    width: 360px;
    height: 41px;
}

.GoButtonvenue {
    font-size: 20px;
    float:right;
}

.VenueTitleDiv {
    width: 360px;
    margin: auto;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.reportlinks {
    color: black !important;
}

.reportlinksOuter {
    padding: 10px;
}

/* 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 widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

.ReportParametersOuter {
    background-color: #e7e7e7;
    width: 100%;
    height: 68px;
    padding: 23px;
    margin-top: -13px;
}

.ReportStartDate{
    width: 63px;
    float: left;
}

.ReportStartDateCal {
    width: 192px;
    float: left;
}

.ReportEndDate {
    width: 59px;
    float: left;
}

.ReportEndDateCal {
    width: 192px;
    float: left;
}

.ReportGo {
    width: 100px;
    float: left;
    margin-top: -3px;
}

.dxrd-designer-wrapper .dx-shadow.dxrd-tab-panel-right {
    /*right: 0;
    z-index: 1;
    display: none;*/
}

.loginPageLeft {
    width: 100%;
    float: left;
}

.loginPageRight {
    width: 50%;
    float: left;
}

.SMHLogin {
    width: 20%;
    text-align: center;
    float: left;
    padding-top: 7px;
}

.bottomSectionFP {
    clear: both;
}

.SecondHR {
    width: 80px;
}

.LoginLabel {
    padding-top: 10px;
}

.dividerline {
    border-left: solid #FFFFFF 1px;
    height: 239px;
    position: relative;
    left: 475px;
    top: 73px;
}


.AdminSpacer {
    margin-top: 20px;
}

body {
    background: url('') no-repeat;
    background-color: #FFFFFF;
    color: #000000;
    background-position: top center;
}

.DescriptionLabel {
    display: none;
}

table {
    max-width: 100%;
    background-color: transparent;
    text-shadow: none;
}

.switch-field input:checked + label {
    background-color: #89BEDE;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
}

.header-image {
    height: 0px;
    margin-top: 0px;
    margin-right: 5px;
    padding: right: 30px;
}

.header-text {
    display: none;
}

.vertical-padding {
    margin-top: 10px;
}

.btn-default {
    color: #242424;
    background-color: #89BEDE;
    background-position: right -30px;
    color: white;
}

.bottomSection {
    background-color: #FFFFFF;
    padding: 24px;
    border: 0px solid #464646;
    border-radius: 5px;
    box-shadow: 0px 14px 20px 5px rgba(0, 0, 0, 0.3);
}

.PoweredBy {
    display: none;
}

.btn {
    margin-bottom: 5px !important;
}

.ReportVerticalSpacer{
    height:20px;
}

@media only screen and (max-width: 600px) {
    .CardButton {
        width: 99% !important;
    }

    .floatRight {
        float: left !important;
    }

    .btn {
        margin-bottom: 5px !important;
    }

    .CardPackage {
        overflow: hidden !important;
    }

    .dvPopup {
        width: 100% !important;
        height: 100% !important;
        top: 50px !important;
        left: 0 !important;
        margin-top: 0px !important;
        margin-left: 0px !important;
    }

    .AttendeeGridBookings {
        width: 100% !important;
    }

    .AttendeeRow {
        clear: both !important;
        padding-bottom: 0px !important;
        display: inline-block !important;
        border-bottom: 1px dashed black !important;
        margin-bottom: 5px !important
    }

    .AttendeeRow .btn {
        margin: 10px 0px 0px 10px !important;
    }




}
