﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    
}

/* Set padding to keep content from hitting the edges */
.body-content {
    width: auto;
    margin-left: 250px;
}

/* 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;
}

.tablehover th:hover {
    cursor: pointer
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 350px;
}

.mapplogo {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 175px;
}

.center2 {
    padding-bottom: 200px;
    width: 350px;
    text-align: center;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    display: table-cell;
    vertical-align: middle;
}

.loginButton {
    -webkit-appearance: none;
    background-color: #05759c;
    font-size: 16px;
    width: 100%;
    line-height: 22px;
    border-radius: 15px;
    border: none;
    letter-spacing: 0.01em;
    margin: 10px;
    color: white;
    white-space: normal;
    padding: 10px 20px;
    font-weight: 600;
}

    .loginButton:hover {
        background-color: #0f3c63;
        font-size: 16px;
        border: 1px solid #4ebade;
        box-shadow: 0 0.4em 0.5em -0.4em #4ebade;
        transform: translateY(-0.2em);
        color: white;
    }


.textboxlogin {
    padding: 12px 16px;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    margin: 10px;
    margin-left:0px;
    margin-right:0px;
    font-size: 16px !important;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 0.85em;
}

input[type=text]:focus, input[type=password]:focus, select:focus {
    outline: none !important;
    border-color: #4ebade;
    box-shadow: 0 0 10px #4ebade;
}

button:focus {
    outline: none !important;
}

input[type="button"] {
    outline: none !important;
}



.loginButton {
    -webkit-appearance: none;
    background-color: #ed721a;
    font-size: 16px;
    width: 100%;
    line-height: 22px;
    border-radius: 15px;
    border: none;
    margin: 10px;
    margin-left: 0px;
    color: white;
    white-space: normal;
    padding: 10px 20px;
    font-weight: 600;
}

    .loginButton:hover {
        background-color: #d3431a;
        font-size: 16px;
        border: 1px solid #ed721a;
        box-shadow: 0 0.4em 0.5em -0.4em #ed721a;
        color: white;
    }

.bar1 {
    width: 100%;
    background-color: #d3431a;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 3px solid #ff974d;
    border-right: 4px solid #ff974d;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-top-right-radius: 15px;
}



#reportDates {
    padding: 10px 20px;
    width: 100%;
    top: 0;
    bottom: 0;
    color: #d3431a;
    margin: auto;
    font-size: 14px !important;
    border: 1px solid #bbb;
    box-sizing: border-box;
    border-radius: 15px;
    font-weight: 500;
    font-size: 0.85em;
}

    #reportDates:focus {
        outline: none !important;
        border: 2px solid #d3431a !important;
        box-shadow: 0 0.8em 0.8em -0.8em #0f3c63 !important;
    }

.wq-table a {
    color: #d3431a
}

    .wq-table a:hover {
        text-decoration: none;
        color: #ed721a
    }


.wq-table {
    width: 100%;
    margin-bottom: 25px;
}
.field-icon2 {
    display:none
}

.validationError ul {
    list-style-type: none
}
.validation-summary-errors {
    margin-left: -40px;
    margin-top: 10px;
}
.wq-table th {
    color: white;
    background-color: #ed721a;
    font-size: 14px;
    letter-spacing: 0em;
    font-weight: 600;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}


    .wq-table td {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1.5px solid #aaa;
        color: #193d61;
        font-size: 12px;
        letter-spacing: 0em;
        font-weight: 600;
        padding-left: 2px;
        padding-right: 2px;
        text-align: center;
    }

    .wq-table tr {
        background-color: #f1f1f1
    }

        .wq-table tr:hover {
            background-color: #dedede;
          /*  cursor: pointer*/
        }

    .tables {
        width: 80%;
    }


.sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient( 0deg,#d24218 0,#ed721a 35%);
    overflow-x: hidden;
    padding-top: 20px;
}

.field-icon {
    float: right;
    margin-top: -43px;
    position: relative;
    z-index: 20;
    color: #d3431a;
    right:10px
}

.field-icon2 {
    float: right;
    right:30px;
    margin-top: -43px;
    position: relative;
    z-index: 20;
    color: #d3431a;
}

    /* Style the sidenav links and the dropdown button */
    .sidenav a, .dropdown-btn {
        padding: 8px 8px 8px 16px;
        text-decoration: none;
        font-size: 18px;
        color: white;
        display: block;
        border: none;
        background: none;
        width: 100%;
        text-align: left;
        cursor: pointer;
        outline: none;
    }

        /* On mouse-over */
        .sidenav a:hover, .dropdown-btn:hover {
            color: #eee;
        }



.active {
    background-color: white !important;
    color: #ed721a !important;
    border-top-right-radius: 25px;
    width: 101% !important;
}





/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #d24218;
    padding-left: 8px;
}

    .dropdown-container a {
        font-size: 16px !important;
    }

        .dropdown-container a:hover {
            color: #eee
        }
/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}
.navbar-right:hover {
    text-decoration: none;
    border-radius: 4px;
    color: white;
}

.navbar-right {
    bottom: 0;
    position: absolute;
}

    .navbar-right > li > a {
        margin-right: -10px;
    }

        .navbar-right > li > a:hover {
            background-color: transparent;
        }


button:focus {
    outline: none !important;
}
.mappbutton {
    -webkit-appearance: none;
    background-color: #398439;
    font-size: 16px;
    line-height: 22px;
    border-radius: 15px;
    border: none;
    letter-spacing: 0.01em;
    margin: 10px;
    margin-left: 0px;
    color: white;
    white-space: normal;
    padding: 10px 20px;
    font-weight: 600;
}

    .mappbutton:hover {
        background-color: #d3431a;
        font-size: 16px;
        box-shadow: 0 0.4em 0.5em -0.4em #ed721a;
        color: white;
        border: 1px solid #ed721a;
    }

input, select {
    padding: 8px 14px;
    width: 90%;
    top: 0;
    bottom: 0;
    color: #ab3413;
    margin: auto;
    font-size: 14px !important;
    border: 1px solid #bbb;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 500;
    font-size: 0.85em;
    margin: 5px
}

    input:focus, select:focus {
        outline: none !important;
        border: 2px solid #d3431a !important;
        box-shadow: 0 0.8em 0.8em -0.8em #ed721a !important;
    }

    .buttonDisabled{
        background-color:black;

    }


input[type="file"]::-webkit-file-upload-button {
    -webkit-appearance: none;
    background-color: #d3431a;
    border-radius: 4px;
    border: none;
    color: white;
    white-space: normal;
    font-size: 12px !important;
    width: auto;
    padding: 8px 16px;
}

    input[type="file"]::-webkit-file-upload-button:hover {
        background-color: #ee721c;
    }

input[type="file"] {
    min-height: 100px !important;
    background-color: white;
    padding: 12px 20px;
    margin: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 0.85em;
}

.btn-primary {
    background-color: white !important;
    border-color: #d3431a !important
}

h2 {
    padding: 10px;
    background: linear-gradient( 270deg,#ff974b 0,#ed721a 50%,#d24218 100%);
    padding-left: 25px;
    color: white !important;
    width: 80% !important;
    border-radius: 25px;
    margin-top: 0px;
    margin-bottom: 25px !important
}

.labels label {
    font-weight: 500;
    width: 17.5%;
    color: white;
    background: linear-gradient( 0deg,#ff5c0a 0,#ed721a 70%);
    padding: 8px 8px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid #ff974b;
    border-right: 0px;
    border-left: 0px;
    font-weight: 600;
    margin: 0px;
}

.labels input, .labels select {
    padding: 9px 9px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 25px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #d24218;
    width: 30%;
    margin-left: -4px;
    margin-top: 3px;
    padding-top: 7px
}
