/**
 * Styles for Public Pages (Broker Admin)
 */
img {
	max-width: 100%;
}
.b-default {
	border: solid 1px #ccc;
}
.d-flex {
  display: flex;
}
.fg-0 {
  flex-grow: 0 !important;
}
.align-items-center {
  align-items: center;
}
.ml-1 {
  margin-left: 1em !important;
}
.w-auto {
  width: auto !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mr-10 {
	margin-right: 10px !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.d-b {
	display: block;
}
.d-ib {
	display: inline-block;
}
.btn-wide {
	display: block;
}
.hidden {
	display: none !important;
}
.nb {
	list-style: none;
	padding-left: 0;
}
.invisible {
  visibility: hidden !important;
}
.text-normal {
  font-weight: normal !important;
}
.text-center {
  text-align: center;
}
.h1 {
  font-size: 24px;
}
.h2 {
  font-size: 21px;
}
.h3 {
  font-size: 16px;
}
/*.btn-default, */input.btn-default {
	color: #333;
}
.loading-icon svg path,
.loading-icon svg rect{
  fill: #4066a3;
}
.page-content {
	margin-top: 30px;
	margin-bottom: 30px;
}

.page-actions {
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: solid 1px #efefef;
}
.accordion-style-3 {
  margin-top: 10px;
}
.accordion-style-3 .panel-title {
  transition: all .2s ease;
}
.accordion-style-3 .panel-title:hover {
  cursor: pointer;
  background-color: #4066a3;
  border-color: #4066a3;
}
.accordion-style-3 .panel-title:hover h6 {
  color: white;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0 0 20px 0;
  border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}


.form-group fieldset legend {
	margin-bottom: 5px;
  font-weight: 700;
  font-size: 15px;
  border: none;
}

.row-actions {
	position: relative;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-title {
	margin-bottom: 0;
	font-size: 18px;
}
.panel-title.collapsed .panel-icon:before {
  content: "\f067";
}
.panel-title .panel-icon:before {
  display: inline-block;
  content: "\f068";
  font-family: "FontAwesome";
  font-size: 13px;
}
.panel-body {
  padding: 15px;
}
.accordion-style-2 .panel-body-list {
	padding: 0 !important;
}
.accordion-style-2 .panel-body,
.accordion-style-3 .panel-body {
  padding: 15px;
}
.panel-secondary {
	border-color: #ddd;
}
.panel-secondary > .panel-heading {
	color: #333;
  background-color: #f5f5f5;
  border-color: #cccccc;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 1px solid #ddd;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
}
td .access-select {
  margin: 5px 0 0 0;
  display: block;
}
.list-group-item .access-select {
  width: auto;
  min-width: 75px;
  margin: 0;
}
@media (min-width:580px) {
  .list-group-item .access-select {
    margin: 0 0 0 5px;
  }
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.panel-secondary {
	/*background-color: #f5f5f5;*/
	background-color: #e9ebef;
	border-color: #ddd;
	padding-bottom: 0;
	border-radius: 2px;
}

/** Tables */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table {
  background-color: transparent;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}

th {
  text-align: left;
}
td, th {
  padding: 0;
}
table thead th {
  padding: 10px 8px 8px 0;
  border-bottom: 2px solid;
  border-color: #1259c3;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.col-doc-name {
	width: 80%;
}

/** Pagination */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  /*z-index: 3;*/
  z-index: 1;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/** Tabs */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

/** Custom Tabs */
.nav-tabs { border-bottom: 2px solid #DDD; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.nav-tabs > li > a { border: none; color: #555; }
.nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
.nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px 0}

/** Labels */
.label-primary {
    background-color: #337ab7;
}
.label-success {
  background-color: #5cb85c;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

/** Forms  */
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 0;
	font-weight: 700;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  vertical-align: bottom;
}
.form-control,
input[type="text"].form-control,
input[type="email"].form-control,
input[type="password"].form-control {
	display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
input[type="text"][disabled].form-control,
input[type="password"][disabled].form-control {
  background-color: #eee;
  cursor: not-allowed;
}
.form-group {
  margin-bottom: 15px;
}
textarea.form-control {
  height: auto;
}
.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 8px 6px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    /*border: 1px solid #ccc;*/
    border-radius: 4px;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.input-group-btn > .btn {
  border-radius: 0 5px 5px 0;
  padding: 8px 10px;
}
.form-flex {
  display: flex;
  align-items: center;
}
.form-flex label,
.form-flex input:not(:last-child) {
  margin-right: 10px;
}
.input-dropdown {
  width: 100%;
  margin-right: 5px;
}
.dropdown-menu-right {
  left: 50%;
}
.dropdown-menu button {
  width: 100%;
  background-color: white;
  border: none;
  color: rgb(0, 133, 186);
  letter-spacing: initial;
  text-align: left;
  text-transform: initial;
}
.phone-wrapper {
	margin-right: 5px;
	width: 100%;
}
.btn-link-inline {
  padding: 0 10px;
  background:  transparent;
  color:  rgb(0, 133, 186);
  border: none;
}
.btn-link-inline:hover {
  border: none;
  padding:  0 10px;
  color:  #000;
}
/** Listings Page */
.property-title {
	display: flex;
}
.thumb {
	max-width: 80px;
	margin-right: 10px;
	flex-shrink: 0;
}
.email-wrap {
  display: inline-block;
  /*max-width: 180px;*/
  max-width: 100%;
  word-break: break-word;
}

/** Custom Column Widths - IN PROGRESS */
.col-name {
  width: 250px;
}
.col-order {
  width: 60px;
}
.col-city {
  width: 120px;
}
.col-phone {
  /*width: 100px;*/
  width: 15% !important;
  min-width: 120px !important;
}
/*.col-phone input[type="text"],
.col-phone input[type="number"] {
  max-width: 100px;
}*/
.col-units {
  width: 64px;
}
.col-units input[type="text"],
.col-units input[type="number"],
.col-state input[type="text"],
.col-state input[type="number"] {
  max-width: 64px;
}
.col-propert-name {
  width: 270px;
}
.col-email {
  width: 20% !important;
  min-width: 190px !important;
}
.col-state {
  width: 68px;
}
.col-name_property {
  width: 160px;
}
.col-nickname {
  width: 100px;
}
/*.col-fname,
.col-lname {
  width: 150px;
}*/
.col-fname input[type="text"],
.col-lname input[type="text"] {
  max-width: 150px;
}
.col-nickname input[type="text"] {
  max-width: 100px;
}

/** Table Column Search Inputs */
th input[type="text"],
th input[type="number"] {
    padding: 8px;
    /*max-width: 162px;*/
    width: 100%;
    display: block;
    height: auto;
}

/** Listing Details Page */
.comments-container {
	max-height: 500px;
	overflow-y: auto;
}
.comment-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comment-date {
	margin-bottom: 0;
}
.comment-user {
	margin-top: 0;
	margin-right: 10px;
}
.list-striped .list-group-item:nth-child(odd) {
	background-color: #f9f9f9;
}

.list-horizontal .list-group-item {
	display: flex;
}
.list-horizontal label {
	width: 125px;
	flex-basis: 150px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

/** Contacts, Properties */
.admin-page-content {
  position: relative;
}
.content-wide {
  padding: 0 20px 20px;
}
.container-sidebar {
  position: relative;
  border-right: solid 1px #d4d4d4;
  margin-right: 20px;
  padding: 5px 20px 20px;
  background: #e9ebef;
}
.sidebar-close {
  float: none;
  position: absolute;
  top: 15px;
  right: 20px;
}
.container-sidebar .form-group {
  margin-bottom: 2px;
}
.container-sidebar .form-group > label {
  margin-bottom: 0;
  vertical-align: bottom;
  line-height: 1.6;
}
.section-filters fieldset {
  width: 100%;
  border: none;
}
.section-filters legend {
  margin-bottom: 10px;
}
.layout-sidebar-flex {
  position: relative;
}
@media (min-width: 768px) {
  .layout-sidebar-flex {
    display: flex;
  }
  .container-sidebar {
    flex-basis: 300px;
    transition: all 0.2s ease;
    flex-shrink: 0;
  }
  .container-sidebar.offscreen {
    transform: translateX(-350px);
    flex-basis: 50px;
    width: 0;
  }
  .container-sidebar.offscreen fieldset {
    display: none;
  }
  .container-content {
    flex-grow: 1;
    flex-basis: 90%;
    padding-right: 20px;
    padding-bottom: 20px;
    min-width: 0;
  }
}
.search-bar {
  max-width: 600px;
}
.search-btn {
  margin-top: 10px;
}
hr.hr-bold {
  border: solid 2px #afafaf;
}
hr.hr-reg {
  border: solid 1px #afafaf;
  display: none;
}
.search-pagination,
.page_actions_bar {
  font-family: Helvetica, sans-serif;
  justify-content: space-between;
  padding: 10px;
  background: #f5f5f5;
  margin: 20px 0 20px 0;
}
.pagination-controls {
  font-size: 1.4rem;
}

@media (min-width:768px) {
  .search-pagination,
  .page_actions_bar {
    display: flex;
  }
  .pagination-controls {
    flex-grow: 1;
    text-align: center;
  }
}
.pagination-controls > a {
  font-size: 1.2rem;
  padding: 9px 15px;
  color: #4066a3;
}
.pagination-controls > a.disabled {
  color: #999;
}
.search-pagination-jumpto {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-pagination-jumpto > label {
  flex-shrink: 0;
  margin-right: 10px;
}
.page-num {
  font-weight: bold;
}
@media (min-width: 768px) {
  .form-group-flex {
    display: flex;
    /*align-items: center;*/
    flex-grow: 1;
  }
  .align-flex-start {
    align-items: flex-start !important;
  }
  .align-flex-end {
    align-items: flex-end !important;
  }
  .table-filters .form-group-flex {
    flex-grow: 0;
  }
  .flex-basis-100 {
    flex-basis: 100%;
  }
  .form-group-flex > label {
    flex-shrink: 0;
    flex-basis: 115px;
    text-align: right;
    margin-right: 1em;
    align-self: center;
  }
  .form-group-flex > .form-control {
    margin-right: 5px;
  }
  .form-inline-flex {
    display: flex;
  }
  .form-inline-flex > .form-group {
    margin-right: 1em;
    margin-bottom: 0;
  }
  .form-inline-flex .form-group-flex > label {
    flex-basis: auto;
  }
  .followup-msg {
    flex-grow: 1;
  }
  .phone-label {
    max-width: 215px;
  }
}

.form-control.w-auto ,
input[type="text"].form-control.w-auto ,
input[type="email"].form-control.w-auto ,
input[type="password"].form-control.w-auto {
  width: auto;
}
.mr-2 {
  margin-right: 1em;
}
.mb-3 {
  margin-bottom: 3em;
}
.fl-align-i-center {
  align-items: center;;
}
.section-title {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding-bottom: 4px;
}
section {
  margin: 0;
}
.search-toggle {
  /*position: absolute;
  left: -1px;
  top: 20px;*/
  position: fixed;
  left: -1px;
  top: 154px;
  z-index: 6;
  height: 59px;
}
.search-toggle.offscreen {
  transform: translateX(-50px);
}
.fb-50 {
  flex-basis: 50% !important;
}
.records-nav {
  margin-bottom: 20px;
}

/** Override bootstrap form margins/padding */
.form-group {
  margin-bottom: 6px;
}

/** Section Actions */
.actions {
  margin: 20px 0;
}

/** Table Filters */
.table-filters {
  background: #e9ebef;
  padding: 12px;
  margin: 20px 0;
}

.ex-inputs {
  position: relative;
}
.ex-inputs-picker {
  position: absolute;
  z-index: 1000;
  left: 50%;
  top: calc(100% + 8px);
  opacity: 0;
  z-index: -20;
  transform: translateX(-50%);
  transition: all 0.25s;
}
.ex-inputs-picker-visible {
  opacity: 1;
  z-index: 1000;
}
.input-date {
  max-width: 108px;
}

/** Datepicker & Timepicker Custom Styles */
.dp-below,
.ui-timepicker-standard {
  z-index: 9999 !important;
}
/** Table Styles */
.col-date,
.col-time {
  /*width: 64px;*/
  width: 94px;
}
.table-followups .col-date {
  width: 115px !important;
}
.col-date-time {
  /*width: 135px;*/
  width: 155px;
}
.col-name {
  width: 125px;
}
.table-related .col-name {
  width: 300px;
}
.col-checkboxes {
  width: 10px;
}
.col-actions {
  /*width: 200px;*/
  width: 190px;
}
.col-followup-note {
  width: 55% !important;
}
.edit-time,
.edit-date {
  min-width: 95px;
}
td.actions .btn {
  margin: 0 4px 0 0;
}
.default-actions,
.save-actions {
  display: block;
  width: 175px;
}
/** Add History Section */
.form-group > textarea.history-note {
  height: 42px;
}

/** History truncate */
.table-history tbody > tr {
  cursor: pointer;
}
.table-history tbody td {
  position: relative;
}
.history-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 8px;
}
/*.history-wrapper.truncate {
  position: absolute;
}*/
.history-wrapper.show-all {
  position: relative;
  padding: 0;
}
.history-wrapper.truncate .history-note {
  text-overflow: ellipsis;
}
.history-wrapper.show-all .history-note {
  white-space: pre-wrap;
  overflow: visible;
}
.history-note {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.col-history-note {
  max-width: 400px;
}

/** multiline truncate */
/* styles for '...' */
.history-text {
  white-space: pre-wrap;
  word-break: break-word;
}
.block-with-text {
  overflow: hidden;
  position: relative;
  line-height: 1.42857143;
  max-height: 4.28571429em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}
/* create the ... */
.block-text-wrapper {
  padding-right: 1em;
}
.block-with-text:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
  color: #000;
}
/* hide ... if we have text, which is less than or equal to max lines */
.block-with-text:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

/** Select2 Search */
.select2-search {
  width: 250px;
}

/** Switch Styles */
.blast-container {
  display: flex;
  gap:  10px;
}
.switch input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}
.switch label {
	cursor: pointer;
	text-indent: -9999px;
	width: 60px;
  height: 30px;
	background: grey;
	display: block;
	border-radius: 100px;
	position: relative;
}
.switch label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}
.switch input:checked + label {
	background: #bada55;
}
.switch input:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}
.switch label:active:after {
	width: 30px;
}

.switcher {
	position: relative;
  /*display: inline-block;*/
  display: inline;
}
.switcher label {
	display: flex;
  align-items: center;
}
.switcher input {
  display: none;
}
.switcher .slider {
	display: inline-block;
	position: relative;
  cursor: pointer;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  border-radius: 34px;
  width: 60px;
  height: 34px;
  margin-right: 10px;
}
.switcher .slider::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
.switcher input:checked+.slider {
  background-color: #4066a3;
}
.switcher input:checked+.slider::before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/** Codes */
@media (min-width: 768px) {
  .agent-codes-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .agent-code {
    flex-basis: 49%;
    flex-grow: 0;
    flex-shrink: 1;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/** Contact Exists */
p.contact-exists {
	margin: 0;
	font-size: 11px;
	color: red;
}
.input-danger {
	border: solid 1px red !important;
}
/**
 * Follow-up Notifications
 */
.lobibox-notify-msg {
  max-height: auto !important;
  overflow: visible !important;
}
.lobibox-notify .lobibox-notify-icon>div {
  vertical-align: top !important;
}
.lobibox-notify .lobibox-notify-body {
    margin: 10px 20px 10px 20px;
}
.lobibox-notify .lobibox-notify-icon-wrapper {
  display: none;
}
.lobibox-close {
  display: none;
}
.lobibox-backdrop {
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
}
.js-notify-close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px 12px;
}

/**
 * Follow-ups Page
 */
.due-today {
  font-size: 1.1rem;
}
/**
 * Datatables custom styles
 */
.dataTables_wrapper {
  padding-top: 5px;
}
table.dataTable tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #f1f1f1;
}
table.dataTable tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #fafafa;
}
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
  padding-right: 8px;
}

/** Bootstrap - Table Responsive */
.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}

/** Bootstrap 3 Modals */
.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.clearfix:before,.clearfix:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{display:table;content:" "}

/** Text Utils */
.text-danger {
  color: red !important;
  font-weight: bold;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}