﻿.done .hide-done {
    display:none!important;
}

.show-assigned {
    display:none !important;
}
.assigned .show-assigned {
    display: block !important;
}

.div-partial-form-mediumColumn textarea.form-control {
    width: 50%;
}

#QuoteForm table tfoot tr.subtotal {
    font-weight: bold;
    background: #999;
    color: #fff;
}

#QuoteForm table tfoot tr.total {
    font-weight: bold;
    background: #F15D54;
    color: #fff;
}

.box {
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.whizzohcard {
    background-color: white !important;
    -webkit-box-shadow: 0 5px 6px -6px #777;
    -moz-box-shadow: 0 5px 6px -6px #777;
    box-shadow: 0 5px 6px -6px #777;
    /*display: block;
    margin: 8px;*/
    border: 0px solid dimgrey;
    border-radius: 4px;
    height: 80px;
    width:100px;
    /*width: 125px !important;*/
    padding: 4px;
    color:gray;
    margin:5px;
    text-align:center;
}



/* Extra small devices (phones, 600px and down) */
    @media only screen and (max-width: 600px) {
        .dashboardcontainer {
        }
    }
    /* Small devices (portrait tablets and large phones, 600px and up) */
    @media only screen and (min-width: 600px) {
        .dashboardcontainer {
        }
    }
    /* Medium devices (landscape tablets, 768px and up) */
    @media only screen and (min-width: 768px) {
        .dashboardcontainer {
            /*   width: 150%;
        overflow: hidden;*/
        }
    }

    .hamburger {
    position: relative;
    float: left !important;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block !important;
    height: 60px;
    padding-left: 20px;
}

.hamburger .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #cccccc;
    border-radius: 1px;
}

.menuDropbtn {
    height:72px;
}

#menuDropdown {
    right:15px;
}

#main-body-content
{
    min-height:calc(100vh - 180px);
}

#main-body-content.hide-side-nav .accordian-InnerLeft {
    display: none !important;
}

#main-body-content.hide-side-nav .accordian-InnerRight {
    width:100%!important;
    padding-left:0!important;
}

#welcome-container {
    position: relative;
    height: calc(100vh - 180px);
}

#welcome-container center {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -100px;
}

/* Floating navbar: Begin */

.navbar-container {
    height:92px;
}

.navbar-container .navbar {
    position:fixed;
    left:0;
    right:0;
    top:0;
    z-index:999;
    background:#fff;
}

#main-body-content .accordian-InnerLeft {
    position: fixed;
    overflow-y: auto;
    height: calc(100% - 98px);
    background: none;
    padding-right: 15px;
}

textarea.form-control {
    width:100%;
    height:60px;
}

#modal-container-job {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    padding: 15px !important;
}


/* Floating navbar: End */
body {
    background-color: white;
    padding-top: 5px;
}

table tr td, table tr th {
    padding: 5px 10px;
}

table tr th {
    background-color: #F15D54;
    color: #fff;
}

h1 {
    font-size: 25px;
    text-shadow: 0px 1px 1px #000000;
    color: #F5844C;
}

h2 {
    font-size: 15px;
    text-shadow: 0px 0px 0px #000000;
    color: #F15D54;
}

h3 {
    font-size: 15px;
    text-shadow: 0px 0px 0px #000000;
    color: #F15D54;
}

legend {
    font-size: 20px;
    color: #F5844C;
    text-shadow: 0px 1px 1px #000000;
}

div
{
    font-size:10px;
}

hr {
    border-bottom: inset 1px lightgray;
}

.mandatoryField {
    color: red;
}

.validation-error > ul > li {
    font-size: 17px;
}

.validation-error > ul {
    list-style-type: none;
    padding-left: 0;
}

a {
    font-size: 15px;
    color: #F5844C;
    font-family: inherit;
    text-decoration: none !important;
}

    a:hover {
        color: black;
        background-color: transparent;
    }

    a::selection {
        color: black;
    }

li {
    color: #F5844C;
    /*background-color: #F15D54;*/
}

.danger-row{
    background-color:red !important;
    color:white !important;
}



.form-control {
    display: block;
    width: 50%;
    height: 25px;
    margin-top: 3px;
    /* margin-bottom: 4px; */
    padding: 2px 5px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #F5844C;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.modal {
    /*position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;*/
    /* overflow: hidden; */
    -webkit-overflow-scrolling: touch;
    /*outline: 0;*/
    scroll-behavior: auto !important;
    overflow-y: scroll !important;
}