/* Minification failed. Returning unminified contents.
(384,16): run-time error CSS1036: Expected expression, found '#'
 */
.help {
    text-align: right;
}

.helpimage {
    height: 32px;
    width: 27px;
    cursor: pointer;
    position: relative;
    top: -2px;
}

.helpTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bold;
    text-decoration: underline;
    padding-bottom: 2px;
}

.helpSection {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    text-decoration: underline;
    padding-top: 5px;
    left: 5px;
}

.helpText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

.helpHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
}

.logo {
    width: 140px;
    float: left;
}

.appSpinner {
    background-image: url('img/pinwheel_spinner.gif');
    background-size: 32px 32px;
    background-repeat: no-repeat;
    height: 33px;
    width: 33px;
    margin: auto;
}

.appHeaderUserWelcome {
    font-size: 1.0em;
    text-align: right;
    font-weight: bold;
}

/*Bootstrap standard modal view max height override*/
.modal .modal-body {
    /* max-height: 650px;
    overflow-y: scroll;*/
}

.modal .modal-dialog {
    top: 0px !important;
    /* height: 650px;*/
}

/*Bootstrap wide modal view override*/
.modal .wideBootstrapModal {
    left: 50px;
    right: 50px;
    width: auto;
    margin-left: 0px;
    top: 20px !important;
}


.modal .modal-dialog-wide {
    min-width: 85%;
    max-width: 1200px;
    /*commented below due to mobile view issues*/
    /*
    width : 1200px;
    height : 800px;
    */
}

    /*set the modal body height and set auto scroll for mobile view*/
    .modal .modal-dialog-wide > .modal-content > .modal-body {
        height: calc(100vh - 180px) !important;
        overflow-y: auto;
    }

/*.modal .modal-body-wideheight {
    max-height:500px !important;
    overflow-y: scroll;
}*/

/*Bootstrap Modal positioning override*/
.modal {
    position: absolute;
}

.lockoutMessage {
    color: #B94A48;
}

.wc_shaded_box {
    background-color: #5178aa;
    color: white;
    border-radius: 15px;
    padding: 5px 10px 5px 5px;
}

.wc_embedded_shaded_box {
    background-color: #d3d1d3;
    color: black;
    border-radius: 15px;
    padding: 5px 10px 5px 5px;
}

a.wc_link:link, a.wc_link:visited, a.wc_link:active {
    text-decoration: underline;
    font-weight: bold;
    color: white;
}

a.wc_link:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #0f2c52;
}

a.wc_house_link:link, a.wc_house_link:visited, a.wc_house_link:active {
    text-decoration: underline;
    color: #000080;
}

a.wc_house_link:hover {
    text-decoration: underline;
    color: red;
}



/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

    #bits_loginWelcomeMessage {
        display: none;
    }

    #bits_logoImage {
        display: none;
    }

    .homepage_box {
        padding-top: 5px;
    }

    .warranty_standards {
        height: 100px;
        overflow: auto;
    }

    /*make modal move to side of left nav bar and vertical overflow*/
    .modal {
        left: 40px !important;
        overflow-y: auto;
    }

    /* for vertically scrollable modal dialogs on small screen*/
    .modal > .modal-dialog > .modal-content > .modal-body {
        height: calc(100vh - 180px) !important;
        overflow-y: auto;
    }

    .page-content-column {
        padding-left: 5px !important;
        padding-right: 10px !important;
    }

    .pad-sm-5 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {

    #bits_loginWelcomeMessage {
        display: none;
    }

    #bits_logoImage {
        display: none;
    }

    .homepage_box {
        padding-top: 5px;
    }

    .warranty_standards {
        height: 125px;
        overflow: auto;
    }
    /*make modal move to side of left nav bar and vertical overflow*/
    .modal {
        left:40px!important;
        overflow-y: auto;
    }

    /* for vertically scrollable modal dialogs on small screen*/
    .modal > .modal-dialog > .modal-content > .modal-body {
        height: calc(100vh - 180px) !important;
        overflow-y: auto;
    }
    
    .page-content-column {
        padding-left: 2px !important;
        padding-right: 10px !important;
    }
    .container-fluid {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .pad-sm-5{
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* for btn-link anchor tag in grids to reduce padding*/
.btn-grid-link {
    padding: 1px 1px !important;
    white-space: normal !important;
}

/***Kendo grid header styles update****/
.k-grid .k-grid-header .k-header,
.k-grid .k-grid-header-locked .k-header {
    white-space: normal;
}

.k-grid .k-grid-header .k-header .k-link,
.k-grid .k-grid-header-locked .k-header .k-link {
    height: auto;
}

.k-toolbar.k-grid-toolbar.k-grid-top{
    width:100%;
}
/***Repair Item grid customization*/
#servicerequests > .k-grid-header .k-header > .k-link {
    padding: 2px !important;
}

#servicerequests > .k-grid-header .k-grid-filter, .k-grid-header .k-header-column-menu {
    width: 16px !important;
}
/****************/

.x-no-margin {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.select-builder {
    width: 300px;
    padding-top: 5px;
    float: right !important;
    margin-top: -20px !important;
}
.select-builders {
    min-width: 300px;
    width: auto;
    max-width: 50%;
    padding-top: 5px;
    float: right !important;
    margin-top: -20px !important;
}
/*******Side bar********/
/*
.row {
    margin-left: 0px;
    margin-right: 0px;
}
*/
#wrapper {
    padding-left: 40px;
    transition: all .4s ease 0s;
    height: 100%
}

#sidebar-wrapper {
    margin-left: -175px;
    left: 40px;
    width: 175px;
    background: #ddd;
    position: fixed;
    height: 100%;
    z-index: 10000;
    transition: all .4s ease 0s;
}

.sidebar-nav {
    display: block;
    float: left;
    width: 175px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#page-content-wrapper {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
}

#wrapper.active {
    padding-left: 175px;
}

    #wrapper.active #sidebar-wrapper {
        left: 175px;
    }

#page-content-wrapper {
    width: 100%;
}

#sidebar_menu li a {
    color: #999;
    display: block;
    float: left;
    text-decoration: none;
    width: 175px;
    background: #252525;
    border-top: 1px solid #373737;
    border-bottom: 1px solid #1A1A1A;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    -ms-transition: background .5s;
    transition: background .5s;
}

.sidebar-nav li a {
    color: #252525;
    display: block;
    float: left;
    text-decoration: none;
    width: 175px;
    background: #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    -ms-transition: background .5s;
    transition: background .5s;
}

.sidebar_name {
    padding-top: 25px;
    color: #fff;
    opacity: .7;
}

.sidebar-nav li {
    line-height: 40px;
    text-indent: 20px;
}

    .sidebar-nav li a {
        color: ##252525;
        display: block;
        text-decoration: none;
    }

        .sidebar-nav li a:hover {
            color: #fff;
            background: rgba(255,255,255,0.2);
            text-decoration: none;
        }

        .sidebar-nav li a:active,
        .sidebar-nav li a:focus {
            text-decoration: none;
        }

.sidebar-nav > .sidebar-brand {
    height: 65px;
    line-height: 60px;
    font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#main_icon {
    float: right;
    padding-right: 15px;
    padding-top: 20px;
}

.sub_icon {
    float: right;
    padding-right: 15px;
    padding-top: 10px;
}

.sub_icon_mat {
    float: right;
    padding-right: 10px;
    padding-top: 10px;
}

.content-header {
    height: 65px;
    line-height: 15px;
}

    .content-header h1 {
        margin: 0;
        margin-left: 20px;
        line-height: 65px;
        display: inline-block;
    }

@media (max-width:767px) {
    #wrapper {
        padding-left: 40px;
        transition: all .4s ease 0s;
    }

    #sidebar-wrapper {
        left: 40px;
    }

    #wrapper.active {
        padding-left: 175px;
    }

        #wrapper.active #sidebar-wrapper {
            left: 175px;
            width: 175px;
            transition: all .4s ease 0s;
        }

    .navbar-right > li {
        display: inline-block !important;
    }
}

/****************/

/****scollable row*****/
.scrollabe-row {
    overflow-x: auto !important;
    white-space: nowrap !important;
}

    .scrollabe-row > .dashboard-card {
        display: inline-block !important;
        float: none !important;
        vertical-align: middle !important;
    }

.dashboard-card {
    padding: 10px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    width: 150px !important;
    min-height: 100px;
    text-align: left;
    cursor: pointer;
}

    .dashboard-card > .dashboard-card-icon {
        vertical-align: top;
        width: 16px;
        display: inline-block !important;
    }

    .dashboard-card > .dashboard-card-data {
        vertical-align: top;
        width: auto;
        white-space: normal !important;
        display: inline-block !important;
        width: 118px !important;
    }

        .dashboard-card > .dashboard-card-data > .heading {
            white-space: normal;
            font-weight: bold;
            text-align: left;
        }

    .dashboard-card > .heading > .heading-text {
        font-weight: bold;
    }

    .dashboard-card > .dashboard-card-data > .data-count {
        font-size: medium;
        text-align: left;
        font-weight: bold;
    }

    .dashboard-card > .dashboard-card-data > .footer {
        font-size: smaller;
        text-align: left;
    }

/* Landscape phones and down */
@media (max-width: 480px) {
    .scrollabe-row {
        overflow-x: initial !important;
        white-space: normal !important;
    }

        .scrollabe-row > .dashboard-card {
            display: block !important;
        }

    .dashboard-card {
        width: auto !important;
        height: auto !important;
        min-height: auto !important;
        margin-bottom: 5px;
    }

        .dashboard-card > .dashboard-card-data {
            width: auto !important;
        }

            .dashboard-card > .dashboard-card-data > .heading {
                display: inline-block !important;
            }

            .dashboard-card > .dashboard-card-data > .data-count {
                display: inline-block !important;
            }

            .dashboard-card > .dashboard-card-data > .footer {
                display: inline-block !important;
            }
}

.dashboard-card.open {
    background-color: #337ab7;
    border-color: #337ab7 !important;
    color: #fff;
}

.dashboard-card.assigned {
    background-color: #f0ad4e;
    border-color: #f0ad4e !important;
    color: #fff;
}

.dashboard-card.scheduled {
    background-color: #5cb85c;
    border-color: #5cb85c !important;
    color: #fff;
}

.dashboard-card.pendingbuilderreview {
    background-color: #5bc0de;
    border-color: #5bc0de !important;
    color: #fff;
}

.dashboard-card.unsubmitted {
    background-color: #d9534f;
    border-color: #d9534f !important;
    color: #fff;
}

.dashboard-card.missingrequiredimages {
    background-color: #d63384;
    border-color: #d63384 !important;
    color: #fff;
}

.dashboard-card.pendingreview {
    background-color: #CC00CC;
    border-color: #CC00CC !important;
    color: #fff;
}

.dashboard-card.post-closingwalkthrough {
    background-color: #89265e;
    border-color: #89265e !important;
    color: #fff;
}

.dashboard-card.unsubmitted_missingimages {
    background-color: #d9534f;
    border-color: #d9534f !important;
    color: #fff;
}

/*********/
.attachment-preview-popover {
    max-width: 550px !important;
}

.attachment-preview-container {
    /*
    max-width: 100%;
    height: 350px;
    min-width: 400px;
    overflow: auto;
    vertical-align:middle;
        */
}

.attachment-preview-image {
    cursor: pointer;
    max-height: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

.attachment-image-full {
    max-height: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

#carousel-attachment {
    width: 500px !important;
    height: 400px !important;
    margin: auto;
}

#carousel-attachment > .carousel-inner {
    width: 100% !important;
    height: 100% !important;
}

#carousel-attachment > .carousel-inner > .item {
    width: 100%;
    height: 100%;
    text-align: center !important;
    vertical-align: middle !important;
}

#carousel-attachment > .carousel-inner > .item.active {
    width: 100%;
    height: 100%;
    text-align: center !important;
    vertical-align: middle !important;
}

#carousel-attachment > .carousel-inner > .item > img {
    max-width: 100% !important;
    max-height: 100% !important;
    height: auto !important;
    vertical-align: middle !important;
    margin: auto;
}

#carousel-attachment > .carousel-inner > .item.active > img {
    max-width: 100% !important;
    max-height: 100% !important;
    height: auto !important;
    vertical-align: middle !important;
    margin: auto;
}

#carousel-attachment > .carousel-control.left {
    background-image: none !important;
    color: #252525;
}

#carousel-attachment > .carousel-control.right {
    background-image: none !important;
    color: #252525;
}

#carousel-attachment > .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #252525;
}

#carousel-attachment > .carousel-indicators li {
    border: solid 1px #252525 !important;
}

@media (max-width: 480px) {
    .attachment-preview-popover {
        max-width: 300px !important;
        left: 75px !important;
    }

        .attachment-preview-popover > .arrow {
            left: 75% !important;
        }

    #carousel-attachment {
        width: 250px !important;
        height: 200px !important;
        margin: auto !important;
    }
}

/*********************************/
.icon-link {
    color: #252525;
}
.icon-link:hover {
    color: #dddddd;
}
.icon-24{
    font-size: 24px;
}
.icon-36 {
    font-size: 36px;
}

.welcome-user-bar{
    margin-right: auto!important;
}

.repair-detail-container > .panel-group > .panel {
    min-height: 520px;
}

@media (max-width: 1024px) {
    .repair-detail-container > .panel-group > .panel {
        min-height: 630px;
    }
}

@media (width: 1180px) {
    .repair-detail-container > .panel-group > .panel {
        min-height: 550px;
    }
}

.grid-checkbox-align {
    text-align: center!important;
}

.grid-checkbox-align > input[type='checkbox'] {
    width: 16px !important;
    height: 16px !important;
}

