.navbar {
  background-color: #381212;
}
.login-bar {
  background-color: #381212;
  margin-top: 10px;
  height: 2px;
  width: 100%;
}
.dropdown-header {
  color: #2083d6;
}
.cbp_tmtimeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}
/* The line */
.cbp_tmtimeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  /*background: #afdcf8;*/
  background: #a3d8ff;
  left: 17%;
  margin-left: -10px;
}
/* The date/time */
.cbp_tmtimeline > li {
  position: relative;
}
.cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  width: 25%;
  padding-right: 100px;
  position: absolute;
  max-width: 230px;
}
.cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  text-align: right;
}
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
  font-size: 0.9em;
  /*color: #bdd0db;*/
  color: #ADADAD;
}
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
  font-size: 2.9em;
  color: #80C8FF;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
  color: #6EB6FC;
}
/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 0 15px 22%;
  background: #6AB9F4;
  color: #fff;
  padding: 2em;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  border-radius: 5px;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
  background: #4E9DFF;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 {
  margin-top: 0px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #6AB9F4;
  border-width: 10px;
  top: 10px;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: #4E9DFF;
}
/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
  width: 40px;
  height: 40px;
  font-family: 'ecoico';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #fff;
  /*background: #4E9DFF;*/
  background: #0091fa;
  border-radius: 50%;
  /*box-shadow: 0 0 0 8px #afdcf8;*/
  -webkit-box-shadow: 0 0 0 8px #a3d8ff;
  -moz-box-shadow: 0 0 0 8px #a3d8ff;
  box-shadow: 0 0 0 8px #a3d8ff;
  text-align: center;
  left: 17%;
  top: 7px;
  margin: 0 0 0 -25px;
}
.cbp_tmicon-phone:before {
  content: "\e000";
}
.cbp_tmicon-screen:before {
  content: "\e001";
}
.cbp_tmicon-mail:before {
  content: "\e002";
}
.cbp_tmicon-earth:before {
  content: "\e003";
}
/* Example Media Queries */
@media screen and (max-width: 65.375em) {
  .cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 47.2em) {
  .cbp_tmtimeline:before {
    display: none;
  }
  .cbp_tmtimeline > li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
  }
  .cbp_tmtimeline > li .cbp_tmtime span {
    text-align: left;
  }
  .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 30px 0;
    padding: 1em;
    font-weight: 400;
    font-size: 95%;
  }
  .cbp_tmtimeline > li .cbp_tmlabel:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #6AB9F4;
    top: -20px;
  }
  .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #4E9DFF;
  }
  .cbp_tmtimeline > li .cbp_tmicon {
    position: relative;
    float: right;
    left: auto;
    margin: -55px 5px 0 0px;
  }
}
.cbp_tmlabel pre {
  font: 300 13px 'Open Sans', Helvetica;
  background: none;
  border: none;
  color: inherit;
  white-space: -moz-pre-wrap;
  /* Mozilla, supported since 1999 */
  white-space: -pre-wrap;
  /* Opera */
  white-space: -o-pre-wrap;
  /* Opera */
  white-space: pre-wrap;
  /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
  word-wrap: break-word;
  /* IE 5.5+ */
  word-break: break-word;
}
/* Private Details in Page: CASE EDIT */
.cbp_tmtimeline > li .cbp_tmlabel,
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
  margin-right: 3%;
  background: #E6E6E6;
  color: #333;
}
.cbp_tmtimeline > li .cbp_tmlabel:after,
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: #E6E6E6;
}
.cbp_tmtimeline > li.bs_detailByCustomer .cbp_tmlabel {
  margin-left: 25%;
  margin-right: 0;
  /*background: #4e9dff;*/
  background: #0091fa;
  color: white;
}
.cbp_tmtimeline > li.bs_detailByCustomer .cbp_tmlabel:after {
  border-right: none;
  right: -10px;
  top: auto;
  bottom: 10px;
  border-left: 10px #4e9dff solid;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 a {
  color: #14418A;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 a:hover {
  color: #091E41;
}
.cbp_tmtimeline .bs_caseDetailNew .cbp_tmicon {
  background: #FFD10F;
  -webkit-box-shadow: 0 0 0 8px #FFF3AB;
  -moz-box-shadow: 0 0 0 8px #FFF3AB;
  box-shadow: 0 0 0 8px #FFF3AB;
}
.cbp_tmtimeline .bs_caseDetailPrivate .cbp_tmicon {
  background: #a94442;
  -webkit-box-shadow: 0 0 0 8px #F1D1D1;
  -moz-box-shadow: 0 0 0 8px #F1D1D1;
  box-shadow: 0 0 0 8px #F1D1D1;
}
.cbp_tmtimeline li .cbp_tmicon i {
  color: white;
}
.cbp_tmtimeline .bs_caseDetailNew input.datetimestamp {
  padding: 6px 7px;
  height: auto;
  width: auto;
  text-align: center;
}
.cbp_tmtimeline > li.bs_caseDetailPrivate .cbp_tmlabel {
  /*background: #DB3D3D;*/
  background: #FFE7E7;
}
.cbp_tmtimeline > li.bs_caseDetailPrivate .cbp_tmlabel:after {
  /*border-right-color: #DB3D3D;*/
  border-right-color: #FFE7E7;
}
.cbp_tmtimeline > li.bs_caseDetailPrivate .cbp_tmlabel h2 a {
  /*color: #6B0000;*/
  color: #920B0B;
}
.cbp_tmtimeline > li.bs_caseDetailPrivate .cbp_tmlabel h2 a:hover {
  /*color: #250000;*/
  color: #BB0808;
}
@media screen and (max-width: 47.2em) {
  .cbp_tmtimeline > li.bs_caseDetailPrivate .cbp_tmlabel:after,
  .cbp_tmtimeline > li.bs_caseDetailPrivate:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #FFE7E7;
  }
  .cbp_tmtimeline > li .cbp_tmlabel {
    margin-top: 15px;
  }
  .cbp_tmtimeline > li .cbp_tmlabel:after,
  .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #e6e6e6;
  }
  .cbp_tmtimeline > li.bs_detailByCustomer .cbp_tmlabel {
    margin-left: 30px;
  }
  .cbp_tmtimeline > li.bs_detailByCustomer .cbp_tmlabel:after {
    right: 20px;
    top: -20px;
    left: auto;
    border-bottom-color: #4e9dff;
    border-left-color: transparent;
    border-right: 10px transparent solid;
  }
}
/*.cbp_tmtimeline > li.bs_caseDetailPrivate:nth-child(odd) .cbp_tmlabel {
    background: #CF5757;
  }
  .cbp_tmtimeline > li.bs_caseDetailPrivate:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: #CF5757;
  }
  .cbp_tmtimeline > li .cbp_tmlabel h2 a {
    color: #1C5CC3;
  }
    .cbp_tmtimeline > li .cbp_tmlabel h2 a:hover {
      color: #123877;
    }
  .cbp_tmtimeline > li.bs_caseDetailPrivate .cbp_tmlabel h2 a {
    color: #C31C1C;
  }
    .cbp_tmtimeline > li.bs_caseDetailPrivate .cbp_tmlabel h2 a:hover {
      color: #771212;
    }*/
.cbp_tmtimeline li .cbp_tmtime .bs_fromNow {
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: auto;
}
#pa_pCaseEdit #bs_newActionButtons {
  margin-top: 10px;
  clear: both;
}
#pa_pCaseEdit #bs_newIsResolved {
  font-size: 13px;
  font-weight: normal;
  display: block;
}
#pa_pCaseEdit #bs_newIsResolved input {
  margin-right: 5px;
}
#pa_pCaseEdit #bs_newIsResolved label:hover {
  cursor: pointer;
}
@media (max-width: 500px) {
  #pa_pCaseEdit #bs_newInternalNote {
    overflow-x: scroll;
  }
}
#pa_pCaseEdit #bs_newInternalNote {
  float: right;
  margin-top: 10px;
  clear: both;
  background: #fff5f5;
  border: 1px #ff4242 solid;
  padding: 2px 7px;
  max-width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#pa_pCaseEdit #bs_newInternalNote > tr {
  min-width: 400px;
  display: block;
}
#pa_pCaseEdit #bs_newInternalNote .table-responsive {
  overflow: hidden;
}
#pa_pCaseEdit #bs_newInternalNote .inote-legend {
  margin: 0;
  font-size: 18px;
}
#pa_pCaseEdit #bs_newInternalNote #new_inote tr:last-child td:first-child {
  padding-top: 14px;
}
#pa_pCaseEdit #bs_newInternalNote #new_inote tr:last-child td:first-child select {
  max-width: 100px;
  display: inline-block;
  margin-top: -7px;
}
/***********************/
#cl-wrapper .cl-sidebar .side-user .info a {
  color: #222222;
}
.cl-sidebar {
  box-shadow: 5px 0 8px -5px #979797;
}
#cl-wrapper.fixed-menu .menu-space {
  margin-top: 49px;
  overflow: visible;
}
.cl-sidebar,
.sb-collapsed .cl-sidebar,
#cl-wrapper.fixed-menu .menu-space,
.cl-vnavigation .parent ul li a {
  background-color: #e9e9e9;
  color: #222222;
}
.cl-vnavigation li ul,
.cl-vnavigation .parent ul li,
.cl-vnavigation .parent ul li a {
  background-color: #e9e9e9;
}
.cl-vnavigation {
  border-top: 1px solid #c5c5c5;
  border-bottom: none;
}
.cl-vnavigation li ul {
  border-bottom: 1px solid #c5c5c5;
}
.cl-vnavigation li ul ul {
  border-bottom: none;
  display: block;
}
.cl-vnavigation li a {
  border-top: none;
  border-bottom: 1px solid #c5c5c5;
  color: #222222;
  text-shadow: none;
}
.cl-sidebar .cl-navblock > div.text-right {
  border-top: none;
  border-bottom: 1px #c5c5c5 solid;
  box-shadow: none;
  /*box-shadow: 0 -1px 5px -2px #727272;*/
}
.cl-sidebar .collapse-button button {
  border-color: rgba(0, 0, 0, 0.28);
  background: #d8d8d8;
}
.cl-sidebar .collapse-button button:hover {
  background: #d5d5d5;
}
.cl-sidebar .collapse-button button i {
  color: #222222 !important;
}
.cl-vnavigation li,
.cl-vnavigation li li a {
  border: none;
}
.cl-vnavigation li a:hover,
.cl-vnavigation .active > a {
  background-color: #e9e9e9;
}
.cl-vnavigation ul li a:hover,
.cl-vnavigation .parent ul li a:hover,
.cl-vnavigation .parent ul li.active a {
  background-color: #dfdfdf;
}
.cl-vnavigation .active > a,
.cl-vnavigation .parent ul li.active a {
  border-left: 3px solid #277BC2;
}
.cl-sidebar .collapse-button {
  background: #d8d8d8;
  border-top: none;
  color: #222222;
}
.cl-sidebar #bs_sideUser .collapse-button {
  border: none;
  background: none;
  box-shadow: none;
}
.cl-sidebar .collapse-button .search {
  background: #e2e2e2;
  border: 1px solid rgba(0, 0, 0, 0.28);
}
/* Override some bootstrap styles using branding variables */
.btn.btn-primary {
  color: #ffffff;
  background-color: #5e2931;
  border-color: #7a3935;
}
/**** LOGIN PAGE *****/
#pa_loginSpecialBackground {
  background-image: url('/iBiz/Branding/theme/images/bg-person.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/* ----------------- */
/**** CASES UPDATE *****/
.bs_casesPreviewUpdate {
  background: #f8f8f8;
  border-bottom: 1px #E2E2E2 solid;
}
.bs_casesPreviewUpdate span {
  float: left;
  color: #838383;
  font-size: 11px;
  margin: 10px;
}
.bs_casesPreviewUpdate span i {
  color: #222;
}
.bs_casesPreviewUpdate button {
  margin: 3px 3px 0 0!important;
  padding: 4px 5px 4px 8px;
  float: right;
}
.bs_casesPrevList {
  display: none;
}
.bs_casesPreview a .bubble {
  display: none;
}
.bs_casesPreview .dropdown-menu .content li a.bs_casePrevLink {
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  border-left-width: 3px;
  border-left-style: solid;
  padding-left: 10px !important;
}
.bs_casesPreview .dropdown-menu .content li a.bs_casePrevLink.bs_priority_LOW {
  /*border-left-color: yellow;*/
  border-left-color: #eec900;
}
.bs_casesPreview .dropdown-menu .content li a.bs_casePrevLink.bs_priority_MEDIUM {
  /*border-left-color: brown;*/
  border-left-color: #cd3700;
}
.bs_casesPreview .dropdown-menu .content li a.bs_casePrevLink.bs_priority_HIGH {
  /*border-left-color: @c_general_cases_high_priority;*/
  border-left-color: #ff0000;
}
.navbar-default .navbar-nav > li.button .dropdown-menu .foot:last-child {
  border-top: 1px #DBDBDB solid;
}
.navbar-default .navbar-nav > li.button .dropdown-menu .foot:last-child li a:hover {
  background: #ECECEC;
}
.bs_casesPreview .content .prev-case-desc {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
}
.bs_casesPreview .content .date {
  float: left;
  width: 60%;
}
.bs_casesPreview .bs_casePrevStatus {
  display: inline-block;
  float: right;
  padding: 0px 5px 1px;
  background: #E9E9E9;
  font-size: 10px;
}
.bs_casesPreview .dropdown-menu ul.foot:last-child li a {
  float: left;
  width: 50%;
  clear: none;
}
@media (max-width: 767px) {
  .cl-sidebar .collapse-button {
    display: block;
    top: 0 !important;
    text-align: center;
    width: 100%;
    position: relative;
  }
  #cl-wrapper.fixed-menu .menu-space {
    margin-top: -1px;
  }
  .cl-sidebar .cl-navblock > div.text-right {
    border-top: 1px #c5c5c5 solid;
  }
}
.cl-sidebar .cl-toggle span {
  margin-right: 4px;
  font-size: 14px;
}
.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.33);
}
@media print {
  body {
    font-size: 12px;
  }
  .page-aside {
    display: none;
  }
  .cl-sidebar {
    display: none;
  }
  .cl-mcont {
    background-color: #fff;
    padding: 0;
    font-size: 11px;
  }
  p {
    font-size: 11px;
  }
  .table-responsive {
    overflow-x: visible;
    overflow-y: visible;
    border: none;
  }
  a[href]:after {
    content: "";
  }
  #pcont {
    margin-left: 0;
  }
  .pa_main_container {
    border-left: none;
    border-right: none;
    border-bottom: none;
    box-shadow: none;
  }
  .form-control {
    display: inline-block !important;
    font-size: 11px !important;
    padding: 2px 5px !important;
    height: auto;
  }
  select.form-control,
  textarea.form-control {
    padding: 2px 5px !important;
    height: auto;
  }
  .form-group {
    display: inline-block !important;
    margin-bottom: 0 !important;
    vertical-align: middle !important;
    margin-top: 0 !important;
  }
  .cl-mcont .row {
    margin-top: 0px !important;
  }
  .page-head {
    padding: 0 !important;
  }
  .pa_main_container,
  .block-wizard {
    padding: 0;
    margin-bottom: 0;
  }
  table thead th {
    font-size: 12px;
  }
  table tbody td {
    font-size: 11px;
  }
}
#bs_autoCloseAutoReturn {
  width: 90%;
  font-size: 13px;
  font-weight: normal;
  margin: 10px 0 -10px;
}
#bs_autoCloseAutoReturn label {
  margin-bottom: 0;
}
#bs_autoCloseAutoReturn label:hover {
  cursor: pointer;
}
#bs_autoCloseAutoReturn .auto-return-ctn {
  margin-left: 17px;
  display: inline-block;
}
#bs_autoCloseAutoReturn .auto-return-ctn .auto-return-calendar div {
  padding: 0;
  width: auto;
}
#bs_autoCloseAutoReturn .auto-return-ctn .auto-return-calendar #return-hours-ctn {
  display: inline-block;
  padding: 4px 10px;
}
#bs_autoCloseAutoReturn .auto-return-ctn .auto-return-calendar #return-hours-ctn b {
  font-size: 1.2em;
}
#bs_autoCloseAutoReturn .auto-return-ctn p {
  margin: 0;
}
#bs_autoCloseAutoReturn .auto-return-ctn .alert {
  padding: 5px 13px 6px 40px;
  display: inline-block;
  margin: 5px 0 0 0;
}
#bs_autoCloseAutoReturn .auto-return-ctn .alert .icon {
  width: 28px;
}
#bs_autoCloseAutoReturn .auto-return-ctn .alert .icon i {
  font-size: 15px;
  left: 7px;
  top: 58%;
}
/* EMPLOYEE ROLES */
#pa_roleListModal table thead tr th,
#pa_roleListModal table tbody tr th,
#pa_roleListModal table thead tr td,
#pa_roleListModal table tbody tr td {
  text-align: center;
}
#pa_roleListModal table thead tr th:first-child,
#pa_roleListModal table tbody tr th:first-child,
#pa_roleListModal table thead tr td:first-child,
#pa_roleListModal table tbody tr td:first-child {
  text-align: left;
}
/* PRICING TABLE - OFFER EDIT */
#offerEditPricingTable input.pa_text.form-control {
  max-width: 265px;
}
#offerEditPricingTable .form-group {
  margin-bottom: 0;
}
#offerEditPricingTable .input-group {
  max-width: 265px;
  margin-bottom: 0;
}
#offerEditPricingTable .input-group .input-group-addon {
  padding: 6px 8px;
  background: #F5F5F5;
}
#offerEditPricingTable .input-group .input-group-addon:first-child {
  text-align: right;
}
#offerEditPricingTable .input-group .input-group-addon label.control-label {
  display: none;
}
#offerEditPricingTable .input-group .input-group-addon .col-lg-8 {
  width: auto;
  padding: 0;
  float: none;
  display: inline-block;
}
#offerEditPricingTable .input-group .input-group-addon .radio {
  min-height: 0;
  padding: 0;
}
#offerEditPricingTable .col-sm-12 {
  margin-bottom: 30px;
}
#offerEditPricingTable.advancedPricingMode .input-group {
  width: 100%;
  max-width: 450px;
  margin-bottom: 0;
}
#offerEditPricingTable.advancedPricingMode .input-group .input-group-addon {
  width: auto;
}
#offerEditPricingTable.advancedPricingMode .input-group .input-group-addon label.control-label {
  padding: 0;
  font-weight: normal;
  font-size: 13px;
  display: inline-block;
}
#offerEditPricingTable.advancedPricingMode .input-group .input-group-addon .col-xs-4,
#offerEditPricingTable.advancedPricingMode .input-group .input-group-addon .col-xs-7,
#offerEditPricingTable.advancedPricingMode .input-group .input-group-addon .col-xs-1 {
  padding: 0;
}
#offerEditPricingTable.advancedPricingMode .input-group .input-group-addon select {
  margin: -10px 0 -10px 7px;
  height: 34px;
  width: 100%;
}
#offerEditPricingTable.showTiersMode .col-lg-8 {
  float: right;
}
