﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 170px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.login {
    margin-top:-100px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.modalBackground {
    background-color: Gray;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.50;
}

.form {
    margin-top:20px;
}
.form, .form * {
    font-size:18px;
}
.form input[type=radio], .form input[type=checkbox] {
    margin:0px 5px 0px 15px;
     /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 10px;
}
    .form .radiobuttonlist input[type=radio]:first-child {
        margin-left:0px;
    }
    .form .checkboxlist input[type=checkbox]:first-child {
        margin-left:0px;
    }

    #weather {
    background-color: #e0e0e0;
    padding: 10px;
    position: fixed;
    width: 100%;
    height: 120px;
    top: 50px;
    z-index: 100;
}

.popover {
    max-width: 800px;
}

#weatherandtemperature {
    float: right;
    cursor: pointer;
}

#weathericonandconditions {
    float: left;
    height: 100px;
}

#weathericon {
}

    #weathericon img {
        height: 90px;
    }

        #weathericon img.withspecialconditions {
            height: 75px;
        }

#weatherspecialconditions {
}

#weatherdetailwrapper {
}

#temperature {
    float: left;
    font-size: 40px;
    margin: 15px 0px;
}

    #temperature.negative {
        color: #db1919;
    }

#weatherdetailwrapper {
    display: none;
}

#weatherdetail {
}

    #weatherdetail .weatherdetailheader {
        font-weight: bold;
    }

#time {
    float: right;
    margin: 15px 20px;
    font-size: 20px;
}

#holdovertimes {
    float: left;
}

    #holdovertimes .holdovertimetype {
        float: left;
        margin-left: 20px;
    }

    #holdovertimes div.holdovertimetypes .holdovertimetype:first-child {
        margin-left: 0px;
    }
input[type=text].text-danger {
    color: #b94a48;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
