/* Minification failed. Returning unminified contents.
(353,21): run-time error CSS1038: Expected hex color, found '#lt-gray'
(367,21): run-time error CSS1038: Expected hex color, found '#lt-gray'
(447,92): run-time error CSS1045: Expected term, found $
(447,92): run-time error CSS1019: Unexpected token, found '$'
(447,92): run-time error CSS1062: Expected semicolon or closing curly-brace, found '$'
 */

@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: #0aa220; }
  a:hover {
    color: #0aa220; }

/* 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: #0aa220; }
  .section-header h2 {
    border-color: #0aa220; }

.message-block {
  background: #131313;
  color: white; }

.site-footer {
    color: white;
    background: #011E6A;
}
  .site-footer a {
    color: white; }
    .site-footer a:hover {
      color: #0aa220; }

/* 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: #0aa220;
  color: white; }
  .help-bar__toggle:hover, .help-bar__toggle:focus {
    color: white; }

.help-bar__toggle:after {
  border-right-color: #0aa220;
  border-bottom-color: #ececec; }

/* Top Bar
**************************/
.top-bar {
  border-color: #0aa220;
  color: #4a4a4a;
  background-color: #ececec; }
  .top-bar a:hover {
    color: #4a4a4a; }

.top-bar .username {
  color: #0aa220; }

.top-bar__menu a {
  color: #4a4a4a; }
.top-bar__menu .log-off {
  color: #0aa220; }

.top-bar .help-bar__toggle:hover {
  color: white; }

/* Site Header
**************************/
.site-header {
  border-top-color: #cbcbcb;
  background: white;
  border-bottom-color: #0aa220; }

.site-header__logo {
  color: #0aa220; }
  .site-header__logo:hover {
    color: #0aa220; }

/* Main Menu
**************************/
.main-menu a {
  color: #333333;
  text-transform: uppercase; }
  .main-menu a.active i, .main-menu a:hover i {
    color: #0aa220; }
.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: #0aa220;
  color: white; }

/* Widget
**************************/
.widget i {
  color: #0aa220; }

/* 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: #0aa220; }

.login-box__options a {
  color: #333333; }

/* Weclome Block
****************************/
.welcome-block h1 span {
  border-color: #0aa220; }

/* 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: #0aa220; }

/* 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: #333333; }

.grid-panel {
  border-color: #0aa220; }

.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: #0aa220; }

.wizard-steps li, .wizard .steps ul li {
  background: #ececec;
  color: #cbcbcb; }

#wizard-cursor {
  background: #0aa220; }
  #wizard-cursor i {
    color: white; }
  #wizard-cursor:after {
    border-left-color: #0aa220; }

.wizard-step--current {
  color: white !important; }

.wizard-step--complete, .wizard .steps ul .done {
  color: #272727;
  background: #cbcbcb; }
  .wizard-step--complete i, .wizard .steps ul .done 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 {
  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: #lt-gray; }

.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: #lt-gray; }
  #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: #0aa220; }
  .btn:hover, .wizard .actions li a:hover {
    background: #076c15;
    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: #0aa220; }
  .btn-default:hover, .btn-default:focus {
    background: #076c15; }

.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: #0aa220;
  color: white; }
  .btn-launch:hover {
    color: white;
    background: #076c15; }
  .btn-launch:before {
    border-left-color: #131313; }

.field-icon i {
  color: #4a4a4a; }

.has-error .form-control {
  border-color: #0aa220; }

.has-error .control-label {
  color: #0aa220; }

.validation-msg {
  color: #0aa220; }

.list-item__title {
  color: #0aa220; }

.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: #0aa220; }

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
    border-color: rgba(5, 82, 22, 0.8);
    box-shadow: 0 1px 1px rgba(5, 82, 22, 0.07) inset, 0 0 8px rgba(5, 82, 22, 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(5, 82, 22, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(10, 162, 32, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(10, 162, 32, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(10, 162, 32, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */ }



#new-user-content {
  background: url(/Content/images/genflex-new-user-bg.jpg) top center;
  webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#bValidationWindow .modal-footer button, #popupWindow .dialog_buttons .k-button
{
    background-color: #0aa220;
}

#ProjectPriceDeviations td a, #TechnicalDeviations td a, #templateAddressGrid td a, #gridViewTemplates td a
{
    color: #0aa220;
    cursor: pointer;
}


.project-summary-text {
    display: inline-block;
    width: 65px;
    color: #0aa220;
    margin-right: 4px;
}
