/*
 * Base structure
 */

body {
  padding-top: 70px;
  color: #565757;
}
.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.navbar {
  min-height: 70px;
}
.navbar-fixed-top {
  border-bottom: 2px solid #2a9bcb;
  background-color: #FFFFFF;
}
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 71px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.main {
  padding: 20px;
}
.main .page-header {
  margin-top: 0;
}
.modal-backdrop.in {
  position: fixed !important;
}

.status {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #D6DCE0;
  position: relative;
}
.status h4 {
  font-size: 14px;
}
.status:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 42%;
}

.li.complete .status {
  border-top: 2px solid #66DC71;
}
.li.complete .status:before {
  background-color: #66DC71;
  border: none;
}
.li.complete .status h4, .li.complete .timestamp span {
  color: #66DC71;
}
.campaign-show-logo {
  width: 50px;
  height: 50px;
}
.campaign-show-logo img {
  max-width: 50px;
  max-height: 50px;
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
  .timeline {
    list-style-type: none;
    display: block;
  }

  ul.timeline li.li {
    width: 100%;
  }

  .li {
    display: flex;
    width: inherit;
  }

  .timestamp {
    position: relative;
    padding: 10px;
    margin-right: 10px !important;
    font-weight: bold;
  }
  .status {
    width: 100%;
    margin-top: 20px;
  }

}

.table tr:not(:first-child) th, .table tr:not(:first-child) td { 
     border-top: none !important; 
 }
 .borderless td, .borderless th {
    border: none !important;
}
.editable-click, a.editable-click, a.editable-click:hover {
  border-bottom: none;
  cursor: pointer;
}
.display-client-list {
  max-height: 340px; 
  overflow: auto;
}
.display-admin-list {
  max-height: 500px; 
  overflow: auto;
}
#show-logo img {
  margin-bottom: 20px;
}
@media print {
  a[href]:after {
    content: none;
  }
  .no-print {
    display: none !important;
  }
  .display-client-list {
    max-height: none; 
  }
  .status h4 {
    font-size: 13px;
  }
  .navbar {
    display: block;
    border-width:0 !important;
  }
}

.job-listing {
  clear: both;
  margin: 20px 0 55px;
  padding: 10px;
}
.job-title {
  font-size: 1.4em;
}
.job-details {
  font-weight: bold;
  margin: 5px 0;
}
.job-description {
  font-size: 1em;
}
.job-apply-now {
  float: right;
}
ul#answer-list {
  list-style: none;
}
.timeline-tag {
  text-transform: uppercase;
  font-weight: bold;
  background-color: #ffffff;
  float: left;
  clear: left;
  width: 9.5em;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 25px;
  border: 3px solid #238fce;
  padding: 0.5em;
  border-radius: 10px;
  moz-border-radius: 10px;
  webkit-border-radius: 10px;
}
.is-last-child {
  margin-bottom: 0px !important;
}
.bar-graphs p span {
  color: #238fce;
  font-weight: bold;
}
.progress-bar-info {
    background-color: #238fce;
}
.dashboard-container {
  margin-top: 40px;
  background: url('/includes/images/dash-bkgd.png') top repeat-y;
}
.main-dashboard-container {
  margin: 20px 0 0 75px;
  background: url('/includes/images/main-timeline-bkgd.png') -10px -30px no-repeat;
  width: 95%;
}
.main-dashboard-container h3 {
  margin-bottom: 25px;
}
.dashboard-description {
  padding-bottom: 30px;
  border-bottom: 1px solid #238fce;
}
.vertical-timeline-green {
  background: url('/includes/images/timeline-bkgd-green.png') 0px 0px repeat-y;
}
.vertical-timeline {
  background: url('/includes/images/timeline-bkgd.png') 0px 0px repeat-y;
}
.dashboard-section, .dashboard-section .c100:hover {
  cursor: pointer;
}
.row {
  margin-top: 10px;
  margin-bottom: 10px;
}
h2 {
  margin-bottom: 35px;
}
.homepage-checkbox {
    margin-left: 20px;
}

p.footer {
    margin-bottom: 20px;
    color: #999999;
    font-size: 18px;
    text-align: center;
}

/* -----------------------------------------------
 * Timeline
 * --------------------------------------------- */
 .timeline {
    list-style: none;
    padding: 10px 0;
    position: relative;
    font-weight: 300;
    margin-bottom: -20px;
}
.timeline:before {
    top: -20px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 2px;
    background: #f5f5f5;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    float: left;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    position: relative;
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #dcdcdc;
    border-right: 0 solid #dcdcdc;
    border-bottom: 15px solid transparent;
    content:" ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #ffffff;
    border-right: 0 solid #ffffff;
    border-bottom: 14px solid transparent;
    content:" ";
}
.timeline > li > .timeline-badge {
    color: #ffffff;
    width: 24px;
    height: 24px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -12px;
    z-index: 100;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge > a {
    color: #f5f5f5 !important;
}
.timeline-badge a:hover {
    color: #dcdcdc !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-heading h4 {
    font-weight: 400;
    padding: 0 15px;
}
.timeline-heading h4.comment {
  color: #4679bd;
}
.timeline-heading h4.shopper {
  color: #5cb85c;
}
.timeline-body > p, .timeline-body > ul {
    padding: 10px 15px;
    margin-bottom: 0;
}
.timeline-footer {
    padding: 5px 15px;
    background-color:#f4f4f4;
}
.timeline-footer p { margin-bottom: 0; }
.timeline-footer > a {
    cursor: pointer;
    text-decoration: none;
}
.timeline > li.timeline-inverted {
    float: right;
    clear: right;
}
.timeline > li:nth-child(2) {
    margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge {
    left: -12px;
}
.no-float {
    float: none !important;
}
@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li {
        margin-bottom: 0px;
        position: relative;
        width:100%;
        float: left;
        clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: -webkit-calc(100% - 65px);
    }
    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .timeline > li.timeline-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .timeline > li.timeline-inverted > .timeline-badge {
        left: 28px;
    }
}