/* Minification failed. Returning unminified contents.
(633,94): run-time error CSS1045: Expected term, found $
(633,94): run-time error CSS1019: Unexpected token, found '$'
(633,94): run-time error CSS1062: Expected semicolon or closing curly-brace, found '$'
 */



    td > a.gridTextLink,
    #PersonalFilesGrid a.k-button-icontext {
        color: #f00;
    }

    #new-user-content {
        background: url(/Content/images/new-user-bg.jpg) top center;
        webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .reviewerCommentsHeader {
        border: 1px solid #000;
    }

        .reviewerCommentsHeader .row {
            margin: 0;
            padding: 5px 0;
            line-height: 2;
        }

            .reviewerCommentsHeader .row.header {
                background-color: silver;
                color: #fff;
                font-size: 14px;
                font-weight: bold;
            }

            .reviewerCommentsHeader .row.comment:nth-child(odd) {
                background-color: #fff;
                color: #333;
                border-top: 1px solid #000;
            }

            .reviewerCommentsHeader .row.comment {
                background-color: #f0f0f0;
                color: #000;
                border-top: 1px solid #000;
            }

    .AppAdminMenuOptionsDIV div {
        padding: 5px 0;
        font-size: 16px;
    }

    #ProjectPriceDeviations td a, #TechnicalDeviations td a, #templateAddressGrid td a, #gridViewTemplates td a {
        color: #f00;
        cursor: pointer;
    }

    #PinDefinitionGrid a.k-link {
        color: #fff;
    }




@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .k-icon:not(.k-loading),
    .k-grouping-dropclue,
    .k-drop-hint,
    .k-callout,
    .k-tool-icon,
    .k-state-hover .k-tool-icon,
    .k-state-active .k-tool-icon,
    .k-state-active.k-state-hover .k-tool-icon,
    .k-state-selected .k-tool-icon,
    .k-state-selected.k-state-hover .k-tool-icon,
    .k-column-menu .k-sprite,
    .k-mobile-list .k-check:checked,
    .k-mobile-list .k-edit-field [type=checkbox]:checked,
    .k-mobile-list .k-edit-field [type=radio]:checked {
        background-image: url(/Content/images/sprite_2x.png);
        background-size: 340px 336px;
    }

    .k-dropdown-wrap .k-input,
    .k-picker-wrap .k-input,
    .k-numeric-wrap .k-input {
        border-radius: 1px 0 0 1px;
    }
}

@media screen and (-ms-high-contrast: active) {
    .k-editor-toolbar-wrap .k-dropdown-wrap.k-state-focused,
    .k-editor-toolbar-wrap .k-button-group .k-tool:focus {
        border-color: #fff;
    }
}

body {
    background: #EEE;
    color: #000;
    min-width: 1210px;
}

@media (max-width: 1210px) {

    body {
        min-width: 0;
    }
}

a {
    color: #D11400;
}


    a:hover {
        color: #D11400;
    }

/* Layout
**************************/
.main-content {
    border-bottom-color: white;
    background-image: url(/Content/images/body-top-bg.png), url(/Content/images/body-bottom-bg.png);
    background-color: white;
    background-position: center top, center bottom;
    background-repeat: repeat-x;
    min-height: calc(100vh - 105px)
}

@media (max-width: 1210px) {
    .main-content {
        min-height: calc(100vh - 65px)
    }
}

@media (max-width: 990px) {


    .site-footer__copyright {
        display: none;
    }
}

.lt-ie9 .main-content {
    background-image: url(/Content/images/body-top-bg.png);
}

.page-header {
    border-color: #cbcbcb;
}

.section-header {
    border-color: #D11400;
}

    .section-header h2 {
        border-color: #D11400;
    }

.message-block {
    background: #131313;
    color: white;
}

.site-footer {
    color: white;
    background: #011E6A;
    /* height: 105px; */
}

    .site-footer a {
        color: white;
    }

        .site-footer a:hover {
            color: #D11400;
        }

/* Help Bar
**************************/
.help-bar {
    background: url(/Content/images/help-bg.png) top center;
    color: white;
}

    .help-bar [class*='col'] {
        border-color: #4a4a4a;
    }

.help-bar__toggle {
    background: #D11400;
    color: white;
}

    .help-bar__toggle:hover, .help-bar__toggle:focus {
        color: white;
    }

    .help-bar__toggle:after {
        border-right-color: #D11400;
        border-bottom-color: #ececec;
    }

/* Top Bar
**************************/
.top-bar {
    border-color: #D11400;
    color: #4a4a4a;
    background-color: #ececec;
}

    .top-bar a:hover {
        color: #4a4a4a;
    }

    .top-bar .username {
        color: #D11400;
    }

.top-bar__menu a {
    color: #4a4a4a;
}

.top-bar__menu .log-off {
    color: #D11400;
}

.top-bar .help-bar__toggle:hover {
    color: white;
}

/* Site Header
**************************/
.site-header {
    border-top-color: #cbcbcb;
    background: white;
    border-bottom-color: #D11400;
}

.site-header__logo {
    color: #D11400;
}

    .site-header__logo:hover {
        color: #D11400;
    }

/* Main Menu
**************************/
.main-menu a {
    color: #333333;
    text-transform: uppercase;
}

    .main-menu a.active i, .main-menu a:hover i {
        color: #D11400;
    }

.main-menu i {
    color: #cbcbcb;
}

.main-menu div.anchor-disable {
    color: #333333;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 60px;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
}

.secondary-menu a.active {
    background: #4a4a4a;
}

.dropdown-menu > li > a:hover {
    background-color: #D11400;
    color: white;
}

/* Widget
**************************/
.widget i {
    color: #D11400;
}

/* AJAX Loading throbber
**************************/
.ajaxLoader {
    margin-left: calc(50vw - 12px);
    margin-top: calc(50vh - 14px);
    z-index: 20000;
    position: absolute;
}

/* Login Box
**********************************/
.login-box {
    background: white;
    border-color: white;
}

    .login-box input {
        background: #ececec;
    }

    .login-box .has-error input {
        border-color: #D11400;
    }

.login-box__options a {
    color: #333333;
}

/* Weclome Block
****************************/
.welcome-block h1 span {
    border-color: #D11400;
}

/* News Box
**********************************/
.news-box {
    border-color: #ececec;
    background: rgba(255, 255, 255, 0.4);
}

.lt-ie9 .news-box {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffff,endColorstr=#66ffffff);
}

.news-box__title {
    color: #D11400;
}

/* Carousel 
**********************************/
.carousel-slide__img {
    border-color: white;
}

.carousel-nav .btn-prev.disabled:before {
    border-right-color: #333333;
}

.carousel-nav .btn-next.disabled:before {
    border-left-color: #333333;
}

/* Grid
****************************************/
.grid-header__title {
    color: white;
}

.grid-header {
    background: #252a36;
}

.grid-panel {
    border-color: #D11400;
}

.grid-panel__inner {
    background: url(/Content/images/stripe-bg.png) #272727;
    color: white;
}

.filter-panel .widget {
    border-color: #cbcbcb;
}

.search-panel .widget__description {
    border-color: #cbcbcb;
}

/* Wizard
****************************************/
.wizard-panel {
    background: white;
    border-color: #ececec;
}

.wizard-panel__header {
    border-color: #cbcbcb;
}

    .wizard-panel__header i {
        color: #D11400;
    }

.wizard-steps li, .wizard .steps ul li {
    background: #ececec;
    color: #cbcbcb;
}

#wizard-cursor {
    background: #D11400;
}

    #wizard-cursor i {
        color: white;
    }

    #wizard-cursor:after {
        border-left-color: #D11400;
    }

.wizard-step--current {
    color: white !important;
}

.wizard-step--complete, .wizard .steps ul .done, .wizard .steps ul .inprogress {
    color: #272727;
    background: #cbcbcb;
}

    .wizard-step--complete i, .wizard .steps ul .done i, .wizard .steps ul .inprogress i {
        color: #76b254;
    }

.wizard .steps ul a {
    color: #cbcbcb;
}

    .wizard .steps ul a:after {
        color: #76b254;
    }

    .wizard .steps ul a:before {
        color: white;
    }

.wizard .steps ul .done a, .wizard .steps ul .inprogress a {
    color: #272727;
}

.wizard .steps ul .current a {
    color: white;
}

/* Address Pages
****************************************/
.address-grid {
    width: 100%;
    height: 100%;
}

.address-row {
    width: 100%;
}

    .address-row .address-lcol {
        width: 50%;
        vertical-align: top;
    }

    .address-row .address-rcol {
        width: 50%;
        padding-left: 20px;
        vertical-align: top;
    }

    .address-row > td {
        padding-bottom: 13px;
    }

.address-lcol > div {
    padding-bottom: 40px;
}

#lookaheadAddressWindow {
    cursor: pointer;
    opacity: 1;
}

.lookahead:hover {
    background-color: gainsboro;
}

.lookahead.odd {
    background-color: whitesmoke;
    margin: 5px 0px 5px 0px;
}

    /*.lookahead.crm {
    color: green;
}

.lookahead.pb {
    color: red;
}*/

    .lookahead.odd:hover {
        background-color: gainsboro;
    }

/* Login Page
****************************************/
#login-content {
    background: url(/Content/images/login-bg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: lightgray;
}

.lt-ie9 #login-content {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Content/images/login-bg.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Content/images/login-bg.jpg', sizingMethod='scale')";
}

/* New User Page
****************************************/
#new-user-content {
    background: url(/Content/images/new-user-bg.jpg) top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: lightgray;
}

    #new-user-content .welcome-block h1, #new-user-content .welcome-block p {
        color: white;
    }

.lt-ie9 #new-user-content {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Content/images/new-user-bg.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Content/images/new-user-bg.jpg', sizingMethod='scale')";
}

/* Forms
************************************/
.btn, .wizard .actions li a {
    color: white;
    background: #D11400;
}

    .btn:hover, .wizard .actions li a:hover {
        background: #B11400;
        color: white;
    }

    .btn:focus, .wizard .actions li a:focus {
        color: white;
    }

.btn-disabled, .wizard .actions li.disabled a {
    cursor: default;
    background: gray !important;
    color: white !important;
}

.btn-default {
    background: #D11400;
}

    .btn-default:hover, .btn-default:focus {
        background: #B11400;
    }

.btn-dark, .wizard .actions li:first-child a {
    background: #333333;
}

    .btn-dark:hover, .wizard .actions li:first-child a:hover, .btn-dark:focus, .wizard .actions li:first-child a:focus {
        background: #111111;
    }

.btn-lt {
    border-color: #646464;
    background: #4a4a4a;
}

    .btn-lt:hover {
        background: #131313;
    }

    .btn-lt.btn--active {
        background: #131313;
    }

.btn-launch {
    background: #D11400;
    color: white;
}

    .btn-launch:hover {
        color: white;
        background: #B11400;
    }

    .btn-launch:before {
        border-left-color: #131313;
    }

.field-icon i {
    color: #4a4a4a;
}

.has-error .form-control {
    border-color: #D11400;
}

.has-error .control-label {
    color: #D11400;
}

.validation-msg {
    color: #D11400;
}

.list-item__title {
    color: #D11400;
}

.detail-box__content {
    border-color: #cbcbcb;
    background: white;
    background: -webkit-linear-gradient(white, #ececec);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, #ececec);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, #ececec);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, #ececec);
    /* Standard syntax */
}

.lt-ie9 .detail-box__content {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr=$ltr-gray,GradientType=1 );
    /* IE6-9 */
}

.email-form {
    color: #000;
}

    .email-form .input-group-addon {
        background-color: white;
    }

.form-control {
    border-color: #646464;
}

.circle-icon {
    border-color: #D11400;
}

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
    border-color: rgba(229, 103, 23, 0.8);
    -webkit-box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgba(229, 103, 23, 0.6);
    -ms-box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgba(229, 103, 23, 0.6);
    box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgba(229, 103, 23, 0.6);
    outline: 0 none;
}

.form-control:focus, .has-error .form-control:focus, textarea:focus, select:focus, input[type="text"]:focus,
input[type="checkbox"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(227, 29, 26, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(227, 29, 26, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(227, 29, 26, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(227, 29, 26, 0.6);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
}


.project-summary-text {
    display: inline-block;
    width: 65px;
    color: #D11400;
    margin-right:4px;
}
