 body {
            margin: 0;
            font-family: 'Open Sans';
            font-size: 1em;
            height: 89%;
            background-color: white;
        }
        
        h1 {
            margin: 10px;
        }
        
        
        /*
        button {
            font-size: 1em;
            width: 205px;
        }
        */

        .jobArea{
    border: 3px solid #e6e6e6;
    width:293px;
    height:350px;
    float:left;
    margin:14px 7px;
    padding:10px;
    position: relative;
}

.pRate{
    border:0px;
    width:150px;
    font-size: large;
    padding:3px;
    position: absolute;
    bottom: 20;
    right: 0;
    background-color:rgb(124, 199, 90);
    color:white;
}

.precBlack{
    background-color: #3c3c3c;
    color:white;
}

.precRed{
    background-color: #bc2426;
    color:white;
}

.precGray{
    background-color: #e6e6e6;
}

.precDarkGray{
    background-color: #b3b3b3;
}

.jobArea p{
    height:155px;
    overflow-y: auto;
    font-size: 1.4em;
}

.smallBtn{
    font-size: 1.05em;
    padding:8px 20px;
    color:white;
    border-radius: 5px;
    border: 0px;
}

.smallBtn:disabled{
    background-color: #666666
}

.iconBtn
{
    border:none;
    background:transparent;
}


        
        .actionButton{
            font-size: 1.5em;
            width: 205px;
            padding:10px;
            margin: 12px 17px;
            border-radius: 5px;
            border: 0px;
        } 

        .actionButton:disabled{
            font-size: 1.5em;
            width: 205px;
            padding:10px;
            background-color: darkgray;
            margin:10px 25px;
        } 
        
        
        
        tr {
            cursor: pointer;
            height: 20px;
        }

        td{
            padding: 12px 0;
        }
        
        tr:nth-child(even) {
    background-color: whitesmoke;
}
        tr:nth-child(odd) {
    background-color: lightgray;
}
        

    th{
        padding:3px;
        margin:0px;
        background-color:rgb(9, 46, 114);
        color:white;
        font-size: 0.7em;
        text-align: center;
    }
        
        .selectedRow {
            background-color: rgb(9, 46, 114);
            color: black;
            font-weight: bold;
        }
        
        .scheduleJobForm {
            width: 75%;
            height: 98.5%;
            margin: 5px;
            border: 1px solid black;
            border-radius: 3px;
            padding: 5px;
        }
        
        .roundDisplay {
            border-radius: 3px;
            width: 308px;
            padding: 0px;
            background-color: white;
            border: 1px solid black;
            text-align: center;
            margin: 4px;
        }
        
        .roundDisplay tr:hover{
            background-color:rgb(29,66,134);
            color:white;
        }
        
        .left {
            float: left;
        }
        
        .right {
            float: right;
        }
        
        .roundDisplay h1 {
            padding: 5px;
            margin: 0px;
            color: white;
            font-weight: bold;
            text-shadow: 1px 1px black;
            font-size:16px;
        }
        
        .roundDisplay .header {
            border-radius: 3px 3px 0 0;
            width: 100%;
            background-color: rgb(124, 199, 90);
            padding: 0px;
            margin: 0px;
            border-bottom: 1px solid black;
        }
        
        .roundDisplay .content {
            width: 100%;
        }
        
        .menu {
            list-style-type: none;
            margin: 0;
            padding: 0;
            overflow: hidden;
            background-color: rgb(243, 243, 243);
            position: fixed;
            top: 0;
            width: 100%;
        }
        
        .colDivider{
            width:100%;
            text-align: center;
        }
        
        .col3{
            display: inline-block;
            width:32%;
        }
        
        .menu {
            list-style-type: none;
            margin: 0;
            padding: 0;
            overflow: hidden;
            background-color: rgb(243, 243, 243);
            position: fixed;
            top: 0;
            width: 100%;
        }
        
        .menu li{
            cursor: pointer;
            float: right;
        }
        
        li a {
            display: block;
            color: white;
            font-weight: bold;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
            background-color: rgb(9, 46, 114);
            font-size:larger;
            cursor: pointer;
        }
        
        .menu li a:hover:not(.active) {
            background-color: rgb(66, 66, 66);
            color: white;
        }
        
        .active {
            background-color: rgb(88, 88, 88);
        }
        
        .email-login,
        .searchCustomers {
            float: left;
            width: 100%;
            height: auto;
            margin-top: 20px;
            padding-top: 10px;
            text-align: center;
        }
        
        select {
            display: block;
            font-size: 1em;
            width: 205px;
        }
        
        .modal-body textarea {
            width: 100%;
            font-size: 1em;
            height:25px;
        }
        
        .submit {
            float: left;
            width: 190px;
            height: auto;
            margin: 10px;
        }
        
        .quote {
            width: 275px;
            margin: 0 auto;
        }


        #navMgmt{
            text-align: center;
        }

        #navMgmt li{
display:inline;
border: 1px solid black;
font-size: large;
padding: 5px 15px;
cursor: pointer;
            color:white;
        }

        .bksGreen{
            background-color: rgb(66, 66, 66);
            color:white;
        }

        .bksGreen:hover:enabled{
            background-color: rgb(88, 88, 88);
            color: white;
        }

        .bksGreen:disabled{
            color: black;
        }

        .bksBlue{
            background-color:rgb(9, 46, 114);
            color:white;
        }

        .bksBlue:hover:enabled{
            background-color:rgb(49,86,154);
            color: white;
        }

        .bksBlue:disabled{
            color: black;
        }

.mgmtContent{
    width:90%;
    height:95%;
    margin:0 auto;
}

.createNew{
    float:right;
    font-size: 1.5em;
}

.btnEdit{
    float:right;
    font-size: 1.5em;
}

.cardList{
    border:1px solid black;
    height: 85%;
    margin: 15px 0;
    overflow-y: scroll;
    clear:both;
}

.card{
    height:45%;
    width:15%;
    border: 1px solid black;
    border-radius:2px;
    margin: 5px;
    padding:5px;
    display:inline-block;
}

.card ul{
    margin:0;
    padding:0;
    text-align: left; 
}

.card li{
    font-size: 1.6em;
    list-style: none;
    }

input{
    font-size: 1.5em;
    margin: 5px;
    border:1px solid #3e3e3e;
    padding: 5px;
}

select{
    font-size: 1.4em;
    margin: 5px;
    width:315px;
    border:1px solid #3e3e3e;
    padding: 5px;
}

.fRight{
    float:right;
    margin:0;
}

.fLeft{
    float: left;
    margin:0;
}
        
        select{
            width:252px;
        }
        
        .regSelect{
    border-radius:0px; 
    margin: 5px;
    border: 1px solid #b3b3b3; 
    background-color: #e6e6e6;
    padding:10px;
        }

.accInputs {
    border-radius:0px; 
    margin: 5px;
    border: 1px solid #b3b3b3; 
    background-color: #e6e6e6;
    padding:10px;
}

.fullWidth {
    width: 97%;
}

.navbar-toggle{
    display: initial;
}

#myNavmenu ul{
    list-style: none;
    padding:0;
}
#myNavmenu h4{
    text-align: center;
}
#myNavmenu a {
    text-decoration: none;
}
#myNavmenu li a:hover:not(.active) {
            background-color: rgb(66, 66, 66);
            color: white;
        }
        
    #myNavmenu    .active {
            background-color: rgb(88, 88, 88);
        }

.luxRow:nth-child(even){
    background-color: indianred;
}   .luxRow:nth-child(odd){
    background-color: indianred;
}      
    
/*
@media screen and (min-width: 480px) {
    .roundDisplay {
            border-radius: 3px;
            width: 308px;
            padding: 0px;
            background-color: white;
            border: 1px solid black;
            text-align: center;
            margin: 4px;
        }
}


@media screen and (min-width: 640px) {
    .roundDisplay {
            border-radius: 3px;
            width: 352px;
            padding: 0px;
            background-color: white;
            border: 1px solid black;
            text-align: center;
            margin: 4px;
        }
}

@media screen and (min-width: 1024px) {
    .roundDisplay {
            border-radius: 3px;
            width: 376px;
            padding: 0px;
            background-color: white;
            border: 1px solid black;
            text-align: center;
            margin: 4px;
        }
}
*/

@media all and (min-width:768px)
{
    .navbar-toggle{
        display:inline;
    }
}

 .navbar-toggle{
        display:inline;
 }

 
#hmgr {
display:none;
}
 
input[type=checkbox] + label
{
background: #fff;
height: 25px;
width: 25px;
display:inline-block;
padding: 0 0 0 0px;
border: 2px solid #333;
margin-bottom:-5px;
}
input[type=checkbox]:checked + label
{
background: rgb(124, 199, 90);
height: 25px;
width: 25px;
display:inline-block;
padding: 0 0 0 0px;
border: 2px solid #333;
margin-bottom:-5px;
}


hr.style-two{
            border: 0;
            height: 2px;
            background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0))
        }
        
        hr.style-four{
            height:12px;
            border:0;
            box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
        }
        
        hr.style-seven{
            height: 30px;
            border-style: solid;
            border-color: black;
            border-width: 1px 0 0 0;
            border-radius: 20px;
        }
        
        hr.style-seven:before{
            display: block;
            content: "";
            height: 30px;
            margin-top: -31px;
            border-style: solid;
            border-color: black;
            border-width: 0 0 1px 0;
            border-radius: 20px;
        }