/* Minification failed. Returning unminified contents.
(475,20): run-time error CSS1030: Expected identifier, found ' '
(475,25): run-time error CSS1031: Expected selector, found ';'
(475,25): run-time error CSS1025: Expected comma or open brace, found ';'
 */
body {
    padding-top: 90px;
    padding-bottom: 0;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 40px;
    padding-right: 40px;
}

/* Set width on the form input elements since they're 100% wide by default
input,
select,
textarea {
    max-width: 280px;
} */

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/*============ Tree Structure ==============*/


#rootUl, #rootUl ul {
	list-style-type: none;
	margin-left:15px;
	margin-bottom:5px;
	padding-left:20px;
    /*cursor:pointer;*/
}

.icon { 
	background: 
        transparent 
        url('../images/plus-minus.png' )
        no-repeat left top; 
	display:block; 
    height:12px;
    width:12px; 
	float:left;
    cursor:pointer;
}

.plus { 
    background-position: left top; 
    margin-top:3px;
}

.minus { 
    background-position: left -10px;
    margin-top:3px;
}

/*---------------------------------------------------------------------------*/
/* [ Loader ] */
#loader {
  position: fixed;
  left: 0;
  top: 0;
  /*opacity: 0;*/
  width: 100%;
  height: 100%;
  z-index: 2000;
  /*background: rgba(255,255,255,0.85);*/
}
#loader p {
  background: #999 url(/content/images/loader.gif) 25px center no-repeat;
  /*width: 350px;*/
  position: absolute;
  top: 50%;
  color: #FFF;
  padding: 50px 15px 50px 125px;
  border-radius: 10px;
  left: 50%;
  /*margin-left: -175px;*/
}
/*  
============ End Tree Structure ==============
*/


.text-strong {
    font-weight: bold;
}

.modal-backdrop {
   background-color: #d3d3d3;
    opacity: 0.01;
}

.signature-pad > canvas {
    display: block;
    width: 300px;
    height: 150px;
    margin-bottom: 5px;
}
/******************************************************************************
 *
 * HOME/DASHBOARD STYLES
 *
 */


 /*---------------------------------------------------------------------------*/
 /* [ Common ] */

.big-num {
  font-weight: bold;
  font-size: 2.5em;
}
.ajax-loading {
  text-align: center
}
.hero-title {
  margin-top: 5px;
  margin-bottom: 20px;
}

.teaser {
  background: rgba(255,255,255, 0.7);
  text-align: center;
}
.teaser p {
  font-weight: bold;
  padding: 10px;
}
.parachute-logo {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
}
/*---------------------------------------------------------------------------*/
/* [ Calendar ] */

#calendar {
  margin-bottom: 10px;
}
.legend {
  margin-top: 10px;
}
.legend-icon {
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
}


.fc-widget-content {
    background-color: #fff;
}

.reminder-customer,
.reminder-customer.fc-event-skin,
.reminder-customer .fc-event-skin
{
    border-color: #2646FF;
    background-color: #2646FF;
}

.reminder-general,
.reminder-general.fc-event-skin,
.reminder-general .fc-event-skin
{
    border-color: #34AF00;
    background-color: #34AF00;
}

#addReminderButtonRow button
{
    display: inline;
}

#addReminderButtonRow > *
{
    vertical-align: middle;
}


/********************** Calendar for Add Reminder Popup ***********************/
/** Customer Info **/
.textarea-container textarea {
    width:98%;
    padding:1%;
}
.styled-input input {
    width:100%;
    height:200%;
}
.overlay.on {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.overlay.off {
    position:static;
    display:none;
    width:0;
    height:0;
}

/** for all other browsers **/
.overlay.on { background: url('../Images/transparent-pixel.png') repeat 0 0; }

/** For browsers that support rgba **/
.rgba .overlay.on { background:rgba(51, 51, 51, 0.6); }

.ui-widget-overlay { background: #eee; }

.media img+span.badge {
    position: relative;
    top: -8px;
    left: 8px;
}
/******************************************************************************
 *
 * NAVIGATION
 *
 */

.navbar-header {
  position: relative;
}
.version-number {
  position: absolute;
  top: 11px;
  right: 14px;
  color: #bbb;
  display: none; /* hidden for tiny devices */
}


/*---------------------------------------------------------------------------*/
/* [ Logo / nav swaps on browser size ] */

.logo-small { display: inherit; width: 70px; margin-top: 4px; }
.logo-big { display: block; margin-top: 15px; width: 200px; }
.GlobalSearchTextBox, .utility-selector {
  width: 100% !important;
}
.utility-selector {
  padding: 0;
  margin: 0 !important;
}
.utility-select-wrap {
  margin-top: 4px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .GlobalSearchTextBox, .utility-selector { width: 150px !important; }
}

.nav-label {
  margin-left: 17px;
}
@media (min-width: 768px) {
  .nav-label {
    display: none;
    margin-left: 0;

  }
}

@media (min-width: 950px) {
  .nav-label {
    display: inline;
  }
}
@media (min-width: 1200px) {
  .version-number { display: block; }
  .logo-small { display: none; }
}

/*---------------------------------------------------------------------------*/
/* [ utility selector ] */

.utility-selector {
  padding-left: 0;
  padding-right: 0;
}
/* push the search form down to center it vertically.  If a utility-selector
   is present, it contains the style to undo this
*/
.global-search, .login-form {
  margin-top: 22px !important;
}
.utility-select-wrap + .global-search {
  margin-top: 0px !important; /* counter-acts the search form centering */
}


/*---------------------------------------------------------------------------*/
/* [ Adjust nav layout to fit logo ] */
nav.navbar {
  z-index: 50;
}
.navbar-brand {
 height: auto;
 padding: 0 15px;
}
.navbar-form {
 padding: 0px 15px !important;
 margin-top: 2px;
 margin-bottom: 4px;
}

.navbar-nav > li > a {
 line-height: 42px;
 vertical-align: top;
}

.navbar-right .caret {
 margin-left: -4px;
 margin-top: -11px;
}

.navbar-right .top-level .sub-arrow {
  margin-top: -15px !important;
  margin-left: 0px !important;
}
.nav-social {
  text-align: right;
  position: absolute;
  right: 10px;
  top: 0px;
}
@media (min-width: 768px) {
  .nav-social {
    text-align: center;
    position: relative;
  }
}

/*---------------------------------------------------------------------------*/
/* [ Profile icon ] */

.navbar .glyphicon {
  font-size: 30px;
  padding-top: 4px;
}

.nav-profile .glyphicon-user {
  width: 100%;
  margin-left: -3px;
  margin-top: -3px;
}

@media (min-width: 768px) {
  .nav-profile .glyphicon-user {
    float: left;
    text-align: center;
  }
  .nav-profile .identity {
    margin-top: -11px !important;
    margin-left: 0 !important;
    width: 100% !important;
    text-align: center !important;
  }
  .nav-profile .glyphicon-cog {
    float: left;
  }

  .navbar-right .top-level .sub-arrow {
    position: absolute;
    left: 50%;
    margin-top: 15px !important;
    margin-left: 15px !important;
  }
}

.nav-profile .identity {
  width: auto;
  margin-top: -50px;
  margin-left: 50px;
  text-align: left;
  clear: both;
  float: left;
  padding: 0;
}

/*---------------------------------------------------------------------------*/
/******************************************************************************
 *
 * GLOBAL STYLES
 *
 */

/* override bottom margin on bootstrap selects so that multi-column form
 * fields line up properly
 */
.bootstrap-select.no-margin, .no-margin-btm,
.tight-form-groups .form-group {
    margin-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0px;
}

.dataform {
    border-bottom: 1px solid #dddddd;
}

.bg-show {
    background: url('/Content/Images/green_grass_bg.jpg') repeat-x center bottom fixed;
}

.body-pad-sm {
    padding-bottom: 50px;
}

.body-pad-md {
    padding-bottom: 75px;
}

.body-pad-lg {
    padding-bottom: 100px;
}

/* custom column padding */
.pad-r-sm {
    padding-right: 5px;
}

.pad-l-sm {
    padding-left: 5px;
}

.pad-sm {
    padding-left: 5px;
    padding-right: 5px;
}

.col-no-pad {
    padding: 0;
}

.block-label {
    display: block;
}
/* undo bootstrap indents li>label */
.no-label-indent li label {
    margin-left: 0 !important;
}


@media (min-width: 768px) {
    padding-bottom: auto;
}

.inset {
    margin-left: 1em;
}

.btn label {
    margin-bottom: 0;
    font-weight: normal;
}

.alert-icon {
    display: none;
    font-size: 18px;
    float: left;
    padding-right: 10px;
}

.alert-message {
    line-height: 20px;
}

.alert-success .icon-success {
    display: inline;
}

.alert-danger .icon-danger {
    display: inline;
}

.alert-warning .icon-warning {
    display: inline;
}

/*---------------------------------------------------------------------------*/
/* [ Nav ] */

.navbar-fixed-bottom .button-wrap {
    margin-top: 8px;
}

body.has-bottom-nav {
    padding-bottom: 70px; /* adds padding when bottom nav, see global.js */
}

.breadcrumb-wrap {
    margin-top: -20px;
    background: #f5f5f5;
    margin-bottom: 20px;
}

.breadcrumb {
    font-size: 115%;
    margin-bottom: 0;
    background: none;
}

    .breadcrumb .active {
        font-weight: bold;
        font-size: 120%;
    }

.login-form {
    margin-top: 0px;
    margin-bottom: 0px;
}

.account-info {
    padding: 0px 25px !important;
}

    .account-info input {
        margin-bottom: 5px;
        width: 100%;
    }

@media (min-width: 768px) {
    .account-info {
        margin-right: 30px !important;
        padding: 0;
    }

        .account-info input {
            margin-bottom: auto;
            width: auto;
        }
}

/* used to toggle which page is active. */
.nav-active-home .nav-home > a,
.nav-active-reporting .nav-reporting > a,
.nav-active-accounts .nav-accounts > a {
    background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
    background-image: -o-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f3f3f3));
    background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    color: #555;
    background-color: #e7e7e7;
}

.navbar-mobile {
    display: block;
}

.navbar-desktop {
    display: none;
}

@media (min-width: 768px) {

    .navbar-desktop {
        display: block;
    }
}

@media (max-width: 767px) {
    .navbar-mobile, .navbar-mobile li {
        float: left;
    }

    .navbar-mobile {
        margin-left: 20px;
    }

        .navbar-mobile .glyphicon {
            font-size: 20px;
        }

        .navbar-mobile a {
            padding: 14px 10px;
        }

    .global-search {
        margin: 5px !important;
        padding-right: 5px !important;
    }

    .navbar-nav > li > a {
        padding: 15px 8px 10px !important;
    }
}

@media (max-width: 768px) {
    #logo {
        height: 60px !important;
        margin-top: 5px !important;
    }
}

@media (max-width: 418px) {
    #logo.logo-big {
        display: none !important;
    }
}
/*---------------------------------------------------------------------------*/
/* [ Tables ] */
.dataTables_wrapper {
    font-size: 80%;
}

tr.group td {
    background-color: #DDD !important;
    font-weight: bold;
}

td.has-feedback .form-control {
    padding-right: 0px;
}

td .r-from, td .r-to {
    min-width: 70px;
}

.dataTables_wrapper thead {
    background: #428bca;
    color: #FFF;
}
/* override dataTables bootstrap double-pixel borders 
table.table-bordered.dataTable {
  border-collapse: collapse !important;
}*/
/* override bootstrap bottom-aligning table elements so they center w/ arrows */
.table > thead > tr > th {
    vertical-align: middle !important;
}
/* fix the default image path for sort arrows */
table.dataTable thead .sorting {
    background: url('/Content/Images/sort_both.png') no-repeat center right;
}
/* for tables with rows that function as links */
.table-row-linked tr {
    cursor: pointer;
}
/* vertical lines only */
.table.table-vert-lines td {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.details-control {
    cursor: pointer;
}

/* override default styles for tables with filter columns */
.table-filter-columns th.sorting {
    border-bottom-width: 1px !important;
}

.table-filter-columns thead input {
    color: #666;
    width: 100%;
}

.dataTables_scrollHeadInner th {
    border-bottom: 0 !important;
}
/*.table-bordered > thead > tr:last-child > th, .table-bordered > thead > tr > td*/

.tinytext, .table-sm td, .table-sm th, .font-small {
    font-size: 85% !important;
}

.dataTables_info, .dataTables_paginate {
    font-size: 80%;
}
/*---------------------------------------------------------------------------*/
/* [ Modals ] */

.modal-xl {
    width: 80%;
}

.modal-header {
    padding-bottom: 10px; /* B3 defaults are off-vcenter w/ h3 titles */
}

.dropdown-menu.open {
    z-index: 110000 !important;
}

#addButton {
    cursor: pointer;
}

.asp-table table {
    width: 100%;
}

.asp-table.two-col td {
    width: 50%;
}

/*---------------------------------------------------------------------------*/
/* [ Collapseable Functionality ] */

.collapse-panel {
    margin-bottom: 20px;
}

.collapse-link .glyphicon {
    color: #CCC;
    margin-right: 5px;
}

.collapse-link .badge {
    margin-left: 5px;
}

.collapse-link:hover {
    text-decoration: none;
}
/* difficult getting animation working with side animations */
/*.mid-column, .side-content, .main-content {
  transition: all .5s linear;
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
}*/
.side-panel-collapse-container {
    position: absolute;
    left: -7px;
    height: 100%;
}

.side-panel-collapser {
    /*position: fixed;*/
    height: 100%;
    width: 15px !important;
    padding: 0;
    /*top: 50%;*/
    background: #EEE url(/Content/Images/arrow-left.gif) center repeat-y;
    text-align: center;
}

.side-panel-collapse-arrow {
    position: relative;
    top: 50%;
}

.side-content-collapsed .side-content {
    left: -100%;
    width: 0;
    margin: 0;
    padding: 7px;
    display: none;
}

.side-content-collapsed .side-panel-collapser {
    background: url(/Content/Images/arrow-right.gif) center repeat;
}

.side-content-collapsed .side-panel-collapse-container {
    left: 7px;
}

.side-content-collapsed .main-content {
    padding-left: 30px;
}

.side-panel-collapser:hover {
    background-position: center !important;
    border-color: #888 !important;
}

/*---------------------------------------------------------------------------*/
/* [ Panels ] */

.panel-title {
    /*font-weight: bold;*/
}

    .panel-title label {
        margin-bottom: 0px;
    }
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .panel-title, .gridCount {
        /*font-size: 80%;*/
    }

    .left-column .panel-heading {
        min-height: 0;
    }
}

@media (min-width: 1200px) {
    .panel-title, .gridCount {
        /*font-size: 100%;*/
    }

    .left-column .panel-heading {
        min-height: 41px;
    }
}

.panel-btn {
    float: right;
    margin-top: -5px;
    margin-right: -11px;
    margin-left: 5px;
}

.label-list dt:after {
    content: ":";
}

.label-list.inline dt {
    float: left;
    margin-right: 0.5em;
    clear: left;
}

.label-list.inline dd {
    float: left;
}

.label-list.inline dt.block {
    float: none;
}

dl.label-list.inline {
    float: left;
}


/* used to present labels with values, use in combination w/ dl-horizontal class */
.dl-inline dt {
    width: auto;
    clear: auto;
    text-align: left;
    margin-right: 10px;
}

.dl-inline dd {
    margin-left: 0px;
}


/* reverse compat w/ old "panel-header" collapse layouts */
/* TODO: adapt layouts that use this to use the collapser functionality I wrote in 1.5 */
.panel-heading h3 a {
    background: url('../Images/plus-minus-glyph-high.png') no-repeat 7px -1px;
    color: #555;
    font-size: 18px;
    display: block;
    padding-left: 28px;
    text-decoration: none;
}

    .panel-heading h3 a.plus {
        background-position: 7px -1px;
    }

    .panel-heading h3 a.minus {
        background-position: 7px -43px;
    }

.panel-default > .panel-heading .badge {
    background-color: #333;
    color: #FFF;
}

.panel-heading {
    min-height: 41px;
}
/*.panel-title { float: left; }*/
/*.panel-search {
  margin-top: -5px;
  margin-left: 20px;
  float: left;
}
*/

.panel-no-margin {
    margin-bottom: 0;
}


/* green panels */
.panel {
    border-color: #12892b;
}

.panel-default > .panel-heading {
    border-color: #12892b;
    background: #38b552; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4YjU1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMjg5MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #38b552 0%, #12892b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#38b552), color-stop(100%,#12892b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #38b552 0%,#12892b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #38b552 0%,#12892b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #38b552 0%,#12892b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #38b552 0%,#12892b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38b552', endColorstr='#12892b',GradientType=0 ); /* IE6-8 */
}

.panel-heading .collapse-link .glyphicon, .panel-heading h1, .panel-title {
    color: #FFF;
}

    .panel-title small {
        color: #FFF;
    }
    /* end green panels */

    .panel-title .select-all {
        margin-left: 10px;
    }

.panel-order-item {
    background-color: #DDD;
    border: 1px #bbb solid;
    padding: 5px;
    margin: 3px 0;
}

.panel-order-list {
    border: 1px solid #e0e0e0;
    padding: 5px;
    min-height: 20px;
}

.panel-order-item .hide-link {
    float: right;
}

.tab-content {
    padding-top: 10px;
}

.subsection {
    text-decoration: underline;
    font-weight: bold;
}

/*---------------------------------------------------------------------------*/
/* [ Grids ] */
/* Can't get the jqGrid to resize through autoWidth or setting it through js,
 * by binding through window resize - just doesn't work.  So, we have to resort
 * to this dirty hack
 */
.grid-auto-width .ui-jqgrid,
.grid-auto-width .ui-jqgrid table,
.grid-auto-width .ui-jqgrid-hdiv,
.grid-auto-width .ui-jqgrid-bdiv,
.grid-auto-width .ui-jqgrid-htable,
.grid-auto-width .ui-jqgrid-pager,
.grid-auto-width .ui-jqgrid-view {
    width: 100% !important;
}


.ui-jqgrid .ui-jqgrid-hdiv {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

/* width hack that forces scrolling if the table exceeds bounds */
.jq-table-frame {
    overflow: auto;
    overflow-x: scroll;
}

@media screen and (max-width: 992px) {
    .jq-table-frame {
        overflow-y: hidden;
        overflow-x: auto;
        width: 100%;
        /*border-right: 1px solid #DDD;*/
    }
}


/*---------------------------------------------------------------------------*/
/* [ Forms ] */

/* Make Validator.js hide glyphicons for errors until needed */
.has-feedback .glyphicon, .has-feedback .with-errors {
    display: none !important;
}

.has-error .selectpicker {
    border-color: #a94442;
}

.has-feedback.has-error .glyphicon, .has-feedback.has-success .glyphicon,
.has-feedback.has-error .with-errors {
    display: block;
}

.help-block.with-errors, .help-block.with-errors ul {
    margin-bottom: 0;
}

label.required:before {
    content: "*";
}

/* fixes validation summaries displayed at top in panel formation that are skewed
 */
.validation-summary-valid ul {
    margin: 0;
}

/* sets labels to inline-block if they have a checkbox and an input
 * (e.g. filters)
 */
.form-checkbox-inputs label {
    display: inline-block !important;
}

/* unbold labels (column filter pages)
 */
.labels-unbold label {
    font-weight: normal !important;
}
/* inline labels for checkboxes */
.labels-inline label {
    display: inline !important;
}
/* jquery validate error msg */
.error {
    color: red;
}

.filter-row input {
    color: #666;
    width: 100%;
    min-width: 30px;
}

/* add ":" for horizontal form labels 
.form-horizontal label:after { content: ":"; }*/
.form-horizontal label.no-colon:after {
    content: "";
}

.label-sm {
    font-size: 12px;
}

    .label-sm .control-label, .label-sm.control-label {
        padding-top: 10px;
    }

.datepicker[readonly] {
    background: #FFF !important;
    cursor: pointer;
}

.input-group .glyphicon-calendar {
    cursor: pointer;
}

input[type="checkbox"] {
    margin-right: 10px;
}

input[type="radio"] + label {
    padding: 0 15px 0 5px;
}

span.checkbox {
    min-height: 5px;
    display: inline-block;
    margin-left: 20px;
}
/*---------------------------------------------------------------------------*/
/* [ Shared / Utility ] */
.no-bottom-margin {
    margin-bottom: 0;
}

.btn-header-link {
    margin-top: 15px; /* to work w/ h3 */
}

.hoursOfOperationRow {
    margin-bottom: 5px;
}

.center {
    text-align: center;
}

.subheader-row {
    background-color: #f7f7f7;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 3px;
}

    .subheader-row > table {
        margin-top: 0 !important;
    }

/* b/c some fields (e.g. CustomFieldFor) we can't easily style the markup so we
 * have to resort to wrapping it in a div
 */
.radio-button-list ul {
    list-style: none;
}

/* stop the customer logo from busting out */
#customer-logo img {
    max-width: 100%;
}
/* account for a label by pushing content down */
.label-push {
    margin-top: 25px;
}

/* indented items */
.level-1-no-kids {
    margin-left: 23px;
}

.level-2 {
    margin-left: 40px;
}

.level-3 {
    margin-left: 80px;
}

.level-4 {
    margin-left: 120px;
}

/*---------------------------------------------------------------------------*/
/* [ DatePicker ] */
.ui-datepicker {
    /* ensure it appears above modals */
    z-index: 9999 !important;
}

/*---------------------------------------------------------------------------*/
/* [ SelectPicker ] */
.selectpicker-right .dropdown-menu.open {
    /* used for list that may appear off-screen */
    right: 0;
    left: auto;
}

/*---------------------------------------------------------------------------*/
/* [ Loader ] */
#loader {
    position: fixed;
    left: 0;
    top: 0;
    /*opacity: 0;*/
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: rgba(0,0,0,0.5);
}

    #loader p {
        background: #999 url(../Images/loader.gif) 25px center no-repeat;
        /*width: 350px;*/
        position: absolute;
        top: 50%;
        color: #FFF;
        padding: 50px 15px 50px 125px;
        border-radius: 10px;
        left: 50%;
        /*margin-left: -175px;*/
    }


/*---------------------------------------------------------------------------*/
/* [ Typeahead ] */
span.twitter-typeahead .tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

span.twitter-typeahead .tt-suggestion > p {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

    span.twitter-typeahead .tt-suggestion > p:hover,
    span.twitter-typeahead .tt-suggestion > p:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #428bca;
    }

span.twitter-typeahead .tt-suggestion.tt-cursor {
    color: #ffffff;
    background-color: #428bca;
}

span.twitter-typeahead {
    width: 100%;
}

.input-group span.twitter-typeahead {
    display: block !important;
}

    .input-group span.twitter-typeahead .tt-dropdown-menu {
        top: 32px !important;
    }

.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
    top: 44px !important;
}

.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
    top: 28px !important;
}

.tt-dropdown-menu {
    max-height: 250px;
    overflow-y: auto;
}


/**
 * BOOTSTRAP MODS
 */
.popover {
    max-width: none !important;
}

#InsulationPreQ_UpgradeCost {
    width: 100px;
}


/* taken from _layout - start */

.advanceSearch {
    width: 238px;
    background-color: white;
    padding: 10px;
    position: absolute;
    margin-top: 10px;
    border: 1px solid #cccccc;
}

    .advanceSearch .form-group {
        margin-bottom: 10px;
    }

        .advanceSearch .form-group input {
            width: 100%;
        }

    .advanceSearch button {
        width: 100%;
    }

.divAdvSearch {
    width:100%;
}
.divAdvSearch .form-group .input {
    width: 100%;
}
.sticky-div {
    width: 100%;
    background-color: darkgray;
    position: fixed;
    left: 0px;
    bottom: 0px;
    padding: 10px;
}
@media (min-width:1350px) {
    .inline-form > .form-control {
        display: inline-block !important;
        width: auto !important;
        margin-left: 20px;
    }

    .inline-form > label {
        min-width:25%;
    }
}
/* taken from _layout - end */
.navbar-default {
    background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
    background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

.nav-label {
    display: inline;
}

.navbar-nav > li {
    line-height: 80px;
    vertical-align: top;
}

.navbar-default .navbar-nav > li {
    color: #777;
}

.login-container {
    margin: 0 auto;
    max-width: 400px;
    text-align: center;
}

.form-group.login-action {
    margin: 0;
}

.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

.main-footer {
    padding: 15px 15px 5px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}

.nav-profile .identity {
    width: auto;
    margin-top: -50px;
    margin-left: 50px;
    text-align: left;
    clear: both;
    float: left;
    padding: 0;
}

.nav-profile .glyphicon-user {
    width: 100%;
    margin-left: -3px;
    margin-top: -3px;
}

.table-bordered > thead > tr:last-child > th, .table-bordered > thead > tr > td .tinytext, .table-sm td, .table-sm th, .font-small {
    font-size: 96% !important;
}

.margin-right {
    margin-right: 10px;
}

.margin-left {
    margin-left: 10px;
}

.margin-top {
    margin-top: 10px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.margin-vertical {
    margin: 10px 0 !important;
}

.span-lineheight {
    line-height: 2.5em;
}

.retailer-add {
    padding: 0 15px;
    width: 140px;
}

.navbar-default .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
    background-image: -o-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f3f3f3));
    background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}

.dropdown-menu {
    top: inherit;
}

.breadcrumb {
    font-size: 115%;
    margin-bottom: 0;
    background: none;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.nav-tabs > li.active > a, .nav-panel-header.nav-tabs > li.active > a:hover, .nav-panel-header.nav-tabs > li.active > a:focus {
    border: 1px solid #12892b;
    border-bottom: none;
    margin-bottom: 1px;
    color: #fff;
    background: #38b552;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #38b552 0%, #12892b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#38b552), color-stop(100%,#12892b));
    background: -webkit-linear-gradient(top, #38b552 0%,#12892b 100%);
    background: -o-linear-gradient(top, #38b552 0%,#12892b 100%);
    background: -ms-linear-gradient(top, #38b552 0%,#12892b 100%);
    background: linear-gradient(to bottom, #38b552 0%,#12892b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38b552', endColorstr='#12892b',GradientType=0 );
}

.nav-tabs > li > a {
    border: 1px solid #ddd;
    border-bottom-color: #12892b;
    background: #f5f5f5;
    margin-right: 0;
}


.nav-panel-header.nav-tabs > li.active > a, .nav-panel-header.nav-tabs > li.active > a:hover, .nav-panel-header.nav-tabs > li.active > a:focus {
    border: 1px solid #12892b;
    border-bottom: none;
    margin-bottom: 1px;
    color: #fff;
    background: #38b552;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #38b552 0%, #12892b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#38b552), color-stop(100%,#12892b));
    background: -webkit-linear-gradient(top, #38b552 0%,#12892b 100%);
    background: -o-linear-gradient(top, #38b552 0%,#12892b 100%);
    background: -ms-linear-gradient(top, #38b552 0%,#12892b 100%);
    background: linear-gradient(to bottom, #38b552 0%,#12892b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38b552', endColorstr='#12892b',GradientType=0 );
}

.nav-panel-header.nav-tabs > li > a {
    border: 1px solid #ddd;
    border-bottom-color: #12892b;
    background: #f5f5f5;
    margin-right: 0;
}

.panel.panel-with-nav {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
}

.panel-with-nav.panel-default > .panel-heading {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    background: #fff;
    color: #555;
}

.panel-heading .nav-pills > li.active > a, .panel-heading .nav-pills > li.active > a:hover, .panel-heading .nav-pills > li.active > a:focus {
    text-decoration: none;
    background: green;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.panel-heading .nav-pills > li > a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.nav-panel-header.nav {
    border-bottom: none;
    margin-left: 15px;
}

.panel.panel-with-nav {
    border: none;
    background: none;
}

    .panel.panel-with-nav > .panel-body {
        background: #fff;
        border: 1px solid #12892b;
        border-radius: 4px;
        border-top-left-radius: 0;
    }

.nav-panel-header .badge {
    background: darkseagreen;
}

div.dataTables_info {
    float: left;
}

#contractor-details-modal #ContactsPanel label {
    padding-right: 0;
}

.tech-info-modal {
    padding: 0;
}

.border-left {
    border-left: 1px solid #ddd;
}

.border-right {
    border-right: 1px solid #ddd;
}

.border-top {
    border-top: 1px solid #ddd;
}

.padding-vertical {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-horizontal {
    padding-left: 15px;
    padding-right: 15px;
}

.padding-sr {
    padding-right: 5px;
}

.form-control[readonly] {
    background-color: #eee !important;
}

.margin-left {
    margin-left: 10px;
}

.width-68 {
    width: 68px;
}

.width-98 {
    width: 98px;
}

.footer-actions {
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #ddd;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 10px;
}

.navbar-nav > li > a {
    line-height: 20px;
    padding-bottom: 25px;
    font-size: 12px;
    float: left;
}

#logo {
    height: 80px;
    width: auto;
    margin-top: 0px;
}

#logo {
    height: 60px !important;
    margin-top: 5px !important;
}

.navbar .glyphicon {
    font-size: 24px;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}

.padding-bottom {
    padding-bottom: 10px;
}

.modal-md-size {
    max-width: 600px;
}

.modal-md-document {
    max-width: 900px;
}

.modal-loader {
    position: absolute;
    background: rgba(000,000,000,0.5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 17%;
    display: none;
}

.has-feedback-input {
    position: relative;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    left: -5px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.has-feedback-input label ~ .form-control-feedback {
    top: 25px;
}

.form-group.has-feedback-input {
    margin-bottom: 0;
}

.glyphicon-asterisk.form-control-feedback {
    font-size: 8px;
}

.has-feedback-input .form-control {
    text-indent: 7px;
}

.navbar #btnGlobalSearch .glyphicon {
    font-size: 12px;
}

.navbar-right ul.dropdown-menu {
    right: 0;
    left: auto;
}

ul.navbar-nav ul.dropdown-menu li {
    max-width: 100%;
}

.navbar-right ul.dropdown-menu .sub-menu {
    right: 130px;
    left: auto;
}

.dropdown-menu .sub-menu {
    left: 50px;
    position: absolute;
    top: 0;
    right: 50px;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

#passwordStrength {
    text-align: right;
    padding: 10px 0;
}

.errorSummaryAlert ul {
    display: none;
}

.text-light {
    color: #fff;
}

.label-chk {
    display: initial;
}


.alert.validation-summary-errors ul {
    display: none;
}

.hvacIcon {
    font-size: 20px !important;
    display: inline;
    width: 30px;
    padding-top: 0 !important;
}

    .hvacIcon label {
        font-size: 22px !important;
        line-height: 0.4em;
        border-top: 1px solid #999;
    }

.bg-light {
    background: #fff;
}

.margin {
    margin: 10px;
}

.padding {
    padding: 10px;
}

.nav-tabs > li {
    max-width: 135px;
}

.nav-panel-header > li > a {
    height: 55px;
    padding: 5px 10px;
}

.text-strong {
    font-weight: bold !important;
}

li.twoLineHeader {
    max-width: 155px !important;
}



#StoreInfoPanel .panel-heading .text-light {
    font-size: 80%;
    margin-top: 4px;
}

.tab-danger a {
    background: #d47d79 !important;
    color: #fff !important;
    border-color: #bd362f !important;
}

.active.tab-danger-active a {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-color: #da4f49 !important;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)) !important;
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f) !important;
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f) !important;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f) !important;
    background-repeat: repeat-x !important;
    border-color: #bd362f #bd362f #802420 !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}

@media (max-width: 767px) {
    ul.navbar-nav li {
        max-width: 100% !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }
}

@media (max-width: 950px) {
    .navbar-nav > li > a {
        padding: 15px 9px 17px;
    }
}

@media (max-width: 1000px) {
    #termsCondition.modal .modal-dialog, #confirmationModal.modal .modal-dialog {
        width: 100%;
        padding: 0;
    }

    #termsCondition.modal ul {
        padding-left: 20px;
    }

    #termsCondition.modal, #confirmationModal.modal {
        top: 5%;
    }
}

@media (max-width: 1321px) {
    li.twoLineHeader a {
        text-align: left;
    }
}



@media (max-width: 345px) {
    .body-content {
        /* margin-top: 90px;*/
    }
}

@media (max-width: 888px) {
    .navbar-nav > li > a {
        padding: 15px 10px 10px;
    }
}

@media (min-width: 889px) {
    .navbar-nav > li > a {
        padding: 15px 15px 10px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) {

    .nav-tabs > li {
        max-width: 140px;
    }

    .nav-panel-header.nav-tabs > li > a {
        font-size: 11px;
    }
}



@media (max-width: 1010px) {
    .nav-label {
        display: none;
    }

    .navbar-nav > li > a {
        padding: 15px 8px 20px;
    }
}

@media (min-width: 1011px) and (max-width: 1090px) {
    .nav-label {
        display: initial;
        font-size: 10px;
    }

    .navbar-nav > li > a {
        padding: 15px 6px 20px;
    }

    li.twoLineHeader {
        max-width: 110px !important;
    }

    .GlobalSearchTextBox, .utility-selector {
        width: 100px !important;
    }

    .navbar-mobile {
        margin-left: 0px;
    }

    ul.navbar-nav li {
        max-width: 117px;
    }
}

@media (min-width: 1091px) {
    .nav-label {
        display: initial;
        font-size: 10px;
    }

    .navbar-nav > li > a {
        padding: 15px 6px 20px;
    }

    li.twoLineHeader {
        max-width: 120px !important;
    }

    ul.navbar-nav li {
        max-width: 117px;
    }

    .GlobalSearchTextBox, .utility-selector {
        width: 117px !important;
    }
}

@media (min-width: 1252px) {
    .nav-label {
        display: initial;
        font-size: 12px;
    }

    .navbar-nav > li > a {
        padding: 15px 8px 20px;
    }

    li.twoLineHeader {
        max-width: 120px !important;
    }

    ul.navbar-nav li {
        max-width: 135px;
    }

    .GlobalSearchTextBox, .utility-selector {
        width: 200px !important;
    }
}

li.twoLineHeader.li-nav-hvac {
    max-width: 120px !important;
}


@media only screen and (max-width: 992px) {

    .nav-tabs > li {
        max-width: 100%;
    }

    .ipadcol {
        margin-top: 0;
        width: 100% !important;
    }

    .newfilterlocation {
        margin-top: 2%;
    }

    .tab-danger {
        width: 12%;
        float: left !important;
        position: relative;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    .body-content {
        padding-left: 10px;
        padding-right: 5px;
        margin-top: 36px;
    }
}


@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
    .body-content {
        margin-top: 0px;
    }
}
@media only screen and (max-width: 768px) {
}


.body-content {
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (max-width: 767px) {
    .nav-label {
        display: none;
    }

    .navbar-nav > li.twoLineHeader > a {
        padding: 15px 9px 0px !important;
    }

    .navbar-nav > li.li-nav-hvac > a {
        padding: 15px 9px 10px !important;
    }

    .body-content {
        padding-left: 10px;
        padding-right: 5px;
    }

    .navbar-nav > li.twoLineHeader > a span {
        margin-right: 0 !important;
    }

    .ipadcol {
        margin-top: 64px;
        width: 100%;
    }

    .nav-panel-header.nav-tabs > li > a {
        border: 1px solid #ddd;
        border-bottom-color: #12892b;
        background: #f5f5f5;
        margin-right: 0;
        height: 92px;
        font-size: small;
    }

    .nav-tabs > li {
        /*min-width: 90px;*/
        width: 100%;
    }

    .nav-panel-header.nav-tabs > li > a {
        height: 42px;
    }
}


@media only screen and (max-width: 500px) {
    .nav-tabs > li > a {
        border: 1px solid #ddd;
        border-bottom-color: #12892b;
        background: #f5f5f5;
        margin-right: 0;
        min-height: 38px;
        text-align: center;
        padding: 10px 0;
        max-height: 40px;
    }
}




/*for coupon panel style*/

.ipadcol {
    width: 40%;
}


@media (max-width:414px) {

    .nav-tabs {
        margin-top: 0 !important;
    }

        .nav-tabs > li {
            /* max-width: 135px; */
            /* min-width: 88px; 
            min-width: 136px !important;
            /* line-height: 26px; */
            margin-top: 3px !important;
            font-size: small;
        }
}

.panel-footer {
    padding: 1px 15px;
}

.statuses {
    margin-top: 13px;
}


    .statuses label {
        font-size: medium;
    }

.active {
    background-color: green !important;
}


#btnGeneratePivotReport:active:focus {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
    color: #333;
}

.newfilterlocation {
    float: right !important;
}

.pull-right {
    float: right !important;
}

#mobile {
    display: none;
}

#mobileIncentive {
    display: none;
}

#mobileAdmin {
    display: none;
}

#desktop {
    display: block;
}

    #desktop li {
        width: 11% !important;
    }

@media screen and (max-width: 1600px) {
    #desktop {
        display: block;
    }
        #desktop li {
            display: block;
            width: 7% !important;
            font-size: 10px!important;
        }
}

@media screen and (max-width: 414px) {
    #mobile {
        display: block;
    }
    #mobile li {
        display: block;
        width: 19%!important;
    }

    #desktop {
        display: none;
    }
}

@media screen and (max-width: 360px) {
    #mobile {
        display: block;
    }

        #mobile li {
            display: block;
            width: 24% !important;
        }

    #desktop {
        display: none;
    }
}


@media screen and (max-width: 414px) {
    #mobileIncentive {
        display: block;
    }

        #mobileIncentive li {
            display: block;
            width: 24% !important;
        }

    #desktop {
        display: none;
    }
}

@media screen and (max-width: 414px) {
    #mobileAdmin {
        display: block;
    }

        #mobileAdmin li {
            display: block;
            width: 33% !important;
        }

    #desktop {
        display: none;
    }
}

@media screen and (max-width: 360px) {
    #mobileIncentive {
        display: block;
    }

        #mobileIncentive li {
            display: block;
            width: 32% !important;
        }

    #desktop {
        display: none;
    }
}

@media screen and (max-width: 360px) {
    #mobileAdmin {
        display: block;
    }

        #mobileAdmin li {
            display: block;
            width: 32% !important;
        }

    #desktop {
        display: none;
    }
}

@media only screen and (min-width : 1011px) and (max-width : 1540px) {
    .body-content {
        margin-top: 4%;
    }
}
.collapse-title {
    color:white;
    text-decoration:none;
}

.modal-dialog{
    margin-top: 100px !important;
}
