﻿.form-control {
    width: 100% !important;
    max-width: 100% !important;
}

.toggle {
    color: white;
    background-color: blue;
    font-size: 16px;
    font-weight: 500;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase;
    margin-top: 15px;
    width: 300px;
    clear: both;
}

.DMCRTable {
    width: 1000px;
    border-collapse: collapse;
    font-size: 12px;
}

    .DMCRTable th {
        padding: 3px;
        vertical-align: bottom;
        line-height: 20px;
    }

    .DMCRTable td {
        padding: 3px;
        border: solid 1px black;
    }

label {
    margin-top: 7px;
    margin-bottom: 3px;
    font-weight: bold;
}

.FormLabel {
    font-weight: bold;
    text-align: right;
    padding-right: 3px;
}

.btn {
    color: white;
    background-color: #E66A19;
    font-size: 16px;
    font-weight: 500;
    padding-left: 75px;
    padding-right: 75px;
    text-transform: uppercase;
    margin-top: 15px;
}

.btnGreen {
    color: black;
    background-color: lawngreen;
    font-size: 16px;
    font-weight: 500;
    padding-left: 75px;
    padding-right: 75px;
    text-transform: uppercase;
    margin-top: 15px;
}

.btnRed {
    color: white;
    background-color: red;
    font-size: 16px;
    font-weight: 500;
    padding-left: 75px;
    padding-right: 75px;
    text-transform: uppercase;
    margin-top: 15px;
}

.RedWarning {
    background-color: red;
    color: white;
}

.error {
    color: red;
    font-weight: bold;
}


.IsMaintenance {
    background-color: lemonchiffon;
    color: black;
}

.DashboardFloat {
    float: left;
}

.DashboardCheckbox {
    margin-left: 20px;
}

.HybridText {
    color: #e7b416;
}

.ContractorText {
    color: #cc3232;
}

.CloserText {
    color: #2dc937;
}

.SectionHeader {
    color: #E66A19;
    font-size: 24px;
}

.LargeLabel {
    color: #333333;
    font-size: 48px;
}

.UploadControl {
    margin-top: 10px;
    background-color: whitesmoke;
    padding: 10px;
}

.Alert {
    color: red;
}

.tab-content {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding: 20px;
}

.nav-item {
    border-top-color: black !important;
    border-right-color: black !important;
    border-left-color: black !important;
    background-color: darkgrey;
}



#WeCareBanner {
    background-repeat: repeat-x;
    background-image: url('../images/banner-background.png');
    height: 148px;
}

#MMSBanner {
    background-repeat: repeat-x;
    background-image: url('../images/MMS_Online.jpg');
    height: 148px;
}

#WeCareSign {
    height: 132px;
    margin-left: 40px;
    margin-top: 15px;
    float: left;
}

#WeCareTitle {
    float: left;
    width: 300px;
    height: 132px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    margin-left: 130px;
}

#WeCareMenu {
    float: left;
    width: 300px;
    height: 132px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

    #WeCareMenu a {
        color: #FFFFFF;
        margin-right: 50px;
    }

#SmallMenu {
    display: none;
}

.AdminTable {
    width: 95%;
}

    .AdminTable th {
        padding: 5px;
        vertical-align: bottom;
        line-height: 20px;
    }

    .AdminTable td {
        padding: 5px;
        border: solid 1px black;
    }

.small_delete {
    width: 16px;
    margin-left: 3px;
    padding-bottom: 2px;
    cursor: pointer;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: 'Segoe UI';
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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: 900px) {
    .body-content {
        padding: 0;
    }

    #SmallMMS_Menu {
        display: none !important;
    }
}

@media screen and (max-width: 900px) {

    #WeCareBanner {
        display: none !important;
    }

    .LargeLabel {
        font-size: 24px;
    }

    #SmallMenu {
        display: block;
        text-align: center;
    }

    #SmallMMS_Menu {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    #SmallMMS_Menu {
        display: block;
        text-align: center;
    }
}
