.fitparent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fitvertical {
  position: absolute;
  top: 0;
  bottom: 0;
}
@font-face {
  font-family: 'Muli';
  src: url('fonts/Muli-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Muli';
  src: url('fonts/Muli-Regular.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "fontawesome";
  src: url('fonts/fontawesome-webfont.eot');
  src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff') format('woff'), url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg#fontawesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0px;
  height: 100%;
  font-family: 'Muli';
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.cb {
  clear: both;
}
.MainView input {
  outline-width: 0px;
}
.MainView input:focus {
  outline-width: 0px;
}
.placeholder {
  color: #aaa;
}


.fitparent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fitvertical {
  position: absolute;
  top: 0;
  bottom: 0;
}
.CellPopup {
  position: absolute;
  width: 308px;
  border-radius: 5px;
  border: solid 1px #999;
  background: white;
  -webkit-box-shadow: 2px 2px 4px rgba(102, 102, 102, 0.5);
  box-shadow: 2px 2px 4px rgba(102, 102, 102, 0.5);
}
.CellPopup .title {
  padding-top: 5px;
  min-height: 60px;
  background: #d6d6d6;
}
.CellPopup .title .columnName {
  font-size: 20px;
  font-weight: normal;
  color: #888;
  margin-left: 8px;
}
.CellPopup .title .contactName {
  font-size: 12px;
  font-weight: bold;
  margin-left: 8px;
}
.CellPopup ul {
  padding: 0;
  margin: 0;
  height: 200px;
  margin-bottom: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}
.CellPopup ul li {
  list-style: none;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}
.CellPopup ul li span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 170px;
  text-align: center;
  display: inline-block;
}


.CompanyFilterView {
  padding: 8px 0 10px;
}
.CompanyFilterView .employer .item {
  background: #33aad2;
}
.CompanyFilterView .selectedItems .clear i {
  color: #33aad2 !important;
}
.CompanyFilterView .employer.content .employerRow .contentText.active,
.CompanyFilterView .employer.content .companyRow .contentText.active {
  background: #33aad2;
}


.ContactFilterView {
  margin-top: -8px;
}
.ContactFilterView .selectedItems {
  display: none;
  margin-top: 8px;
  border-bottom: 1px solid #BDB8B8 !important;
}
.ContactFilterView .contact .item {
  background: #d4c761;
  cursor: pointer;
}
.ContactFilterView .contactRow {
  margin-top: 10px;
  position: relative;
  padding-left: 0px;
}
.ContactFilterView .contactRow .clear {
  display: none;
  right: 10px !important;
  margin-right: 10px;
}
.ContactFilterView .contactRow .clear i {
  color: white !important;
}
.ContactFilterView .contactRow span {
  width: 80px !important;
  text-align: right;
  font-size: 12px;
  font-weight: bold !important;
  color: #666;
}
.ContactFilterView .contactRow input[type="text"] {
  width: 278px !important;
  margin-left: 16px;
}
.ContactFilterView .contactRow.active .clear {
  display: block;
}
.ContactFilterView .selectedItems .item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: normal;
  max-width: 100px;
}
.ContactFilterView .contact-btn-group {
  margin-right: 13px;
}
.ContactFilterView .contact-btn-group .filterLabels {
  width: 60px;
  text-align: right;
  font-weight: normal;
  color: #4b4b4b;
  margin-right: 5px;
  height: 30px;
  vertical-align: middle;
  line-height: 48px;
}
.ContactFilterView .contact-btn-group .btn-group {
  margin-top: 15px;
}
.ContactFilterView .contact-btn-group .btn-group .active.btn {
  background: #aea156 !important;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
  border-right: 0px;
}
.ContactFilterView .contact-btn-group .btn-group .btn {
  width: 100px;
  color: #4b4b4b;
  border: 1px solid #b9ab62;
  background: #d3c74d;
  margin-left: 1px;
  border: none;
}
.ContactFilterView .contact-btn-group .btn-group .btn.active,
.ContactFilterView .contact-btn-group .btn-group .btn:hover {
  margin-left: 1px;
}
.ContactFilterView .contact-btn-group .btn-group .btn:first-child {
  margin-left: 0px;
}
.ContactFilterView .contact-btn-group .btnSearchForPerson {
  background: #d1cd41;
  margin: 15px 0 0 100px;
  color: #ffffff;
  padding: 7px 10px 7px 25px;
}
.ContactFilterView .contact-btn-group .btnSearchForPerson i {
  margin-left: 7px;
  color: #ebebeb;
}
.ContactFilterView .contact-btn-group .btnSearchForPerson.active {
  background: #aea157;
}
.ContactFilterView .personFields {
  display: none;
  margin-top: 25px;
}
.ContactFilterView .content {
  padding-bottom: 28px;
}


.fitparent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fitvertical {
  position: absolute;
  top: 0;
  bottom: 0;
}
.ContentView {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


.CustomColumnString .selected-item {
  padding: 4px 25px 4px 10px;
  border-radius: 8px;
  margin: 0px 8px 8px 2px;
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: #fff;
  min-width: 60px;
  background: #00a4a8;
  margin-left: 10px;
}
.CustomColumnString .selected-item .clear {
  color: #000;
  position: absolute;
  font-size: 16px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  vertical-align: middle;
  border-radius: 16px;
  cursor: pointer;
  padding-top: 1px;
  padding-left: 0px;
  right: 2px;
  margin-top: 3px;
  top: 2px;
}
.CustomColumnString .toggleBtnsContainer {
  text-align: center;
}
.CustomColumnString .toggleBtnsContainer .btn-group {
  margin: 10px 0;
}
.CustomColumnString .toggleBtnsContainer .btn-group .btn {
  width: 100px;
  color: #4b4b4b;
  border: 1px solid #b9ab62;
  background: #00a4a8;
  margin-left: 1px;
  border: none;
}
.CustomColumnString .toggleBtnsContainer .btn-group .btn.active,
.CustomColumnString .toggleBtnsContainer .btn-group .btn:hover {
  margin-left: 1px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
  border-right: 0px;
  color: #fff;
}
.CustomColumnString .toggleBtnsContainer .btn-group .btn:first-child {
  margin-left: 0px;
}
.CustomColumnString .autocomplete-item {
  display: inline-block;
  text-align: center;
  width: 100%;
  cursor: pointer;
  padding: 2px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
}
.CustomColumnString .autocomplete-item.active {
  background: #00a4a8;
}


.fitparent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fitvertical {
  position: absolute;
  top: 0;
  bottom: 0;
}
.CustomFilterBoolean .editContainer .btn-group {
  margin: 10px 0 30px 32px;
}
.CustomFilterBoolean .editContainer .btn-group .btn {
  padding: 3px 7px;
  font-family: "Muli";
  font-size: 14px;
  background-color: #fff;
  color: #00a4a8;
  box-shadow: none;
  border: 1px solid #00a4a8;
}
.CustomFilterBoolean .editContainer .btn-group .btn.active {
  background-color: #00a4a8;
  color: #fff;
  cursor: default;
}
.CustomFilterBoolean .viewContainer .valueLabel {
  display: inline-block;
  margin: 5px 0 10px 32px;
  padding: 3px 7px;
  border: 1px solid #00a4a8;
  border-radius: 4px;
  background: #00a4a8;
  color: #fff;
}


.fitparent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fitvertical {
  position: absolute;
  top: 0;
  bottom: 0;
}
.CustomFilterDate .editContainer .operation {
  float: left;
  margin: 10px 0 15px 20px;
  width: 100px;
  border-radius: 4px;
  padding: 0px;
  border: 1px solid #c7c7c7;
}
.CustomFilterDate .editContainer .operation:focus {
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
  outline: none;
}
.CustomFilterDate .editContainer .operation .operation-item {
  list-style-type: none;
  background: #fff;
  cursor: pointer;
  font-size: 13px;
  padding: 2px 4px;
}
.CustomFilterDate .editContainer .operation .operation-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.CustomFilterDate .editContainer .operation .operation-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.CustomFilterDate .editContainer .operation .operation-item.active {
  background-color: #00a4a8;
  color: #fff;
}
.CustomFilterDate .editContainer .input-containers {
  width: 85px;
  float: left;
  margin: 4px 25px 15px 20px;
}
.CustomFilterDate .editContainer .input-containers .date-input-wrapper {
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.CustomFilterDate .editContainer .input-containers .date-input-wrapper input {
  width: 100%;
  height: 25px;
  text-align: center;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  color: #00a4a8;
}
.CustomFilterDate .editContainer .input-containers .date-input-wrapper input:focus {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  outline: none;
}
.CustomFilterDate .editContainer .input-containers .date-input-wrapper .fa-calendar {
  position: absolute;
  right: -30px;
  top: 0;
  font-size: 16px;
  width: 25px;
  line-height: 25px;
  cursor: pointer;
  color: #00a4a8;
}
.CustomFilterDate .editContainer .input-containers .date-input-wrapper .DatePicker {
  box-shadow: 1px -1px 5px 2px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.CustomFilterDate .editContainer .input-containers .alert {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.CustomFilterDate .editContainer .btnApplyValue {
  float: right;
  margin: 48px 14px 0 14px;
  background: #00a4a8;
  color: #fff;
  border-radius: 4px;
  padding: 4px 20px;
  cursor: pointer;
}
.CustomFilterDate .viewContainer .operValue {
  font-size: 13px;
  float: left;
  margin: 15px 0 0 30px;
}
.CustomFilterDate .viewContainer .value-containers {
  width: 100px;
  float: left;
  margin: 4px 0 15px 20px;
}
.CustomFilterDate .viewContainer .value-containers .value {
  margin-top: 10px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  background-color: #00a4a8;
  padding: 3px;
}
.CustomFilterDate .cb {
  clear: both;
}


.fitparent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fitvertical {
  position: absolute;
  top: 0;
  bottom: 0;
}
.CustomFilterNumber .editContainer .operation {
  float: left;
  margin: 10px 0 15px 20px;
  width: 100px;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #c7c7c7;
}
.CustomFilterNumber .editContainer .operation:focus {
  outline: none;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
}
.CustomFilterNumber .editContainer .operation .operation-item {
  list-style-type: none;
  background: #fff;
  cursor: pointer;
  font-size: 13px;
  padding: 2px 4px;
}
.CustomFilterNumber .editContainer .operation .operation-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.CustomFilterNumber .editContainer .operation .operation-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.CustomFilterNumber .editContainer .operation .operation-item.active {
  background-color: #00a4a8;
  color: #fff;
}
.CustomFilterNumber .editContainer .input-containers {
  width: 100px;
  float: left;
  margin: 4px 0 15px 20px;
}
.CustomFilterNumber .editContainer .input-containers input {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  color: #00a4a8;
}
.CustomFilterNumber .editContainer .input-containers input:focus {
  outline: none;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}
.CustomFilterNumber .editContainer .input-containers .alert {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.CustomFilterNumber .editContainer .btnApplyValue {
  float: right;
  margin: 48px 14px 0 14px;
  background: #00a4a8;
  color: #fff;
  border-radius: 4px;
  padding: 4px 20px;
  cursor: pointer;
}
.CustomFilterNumber .viewContainer .operValue {
  font-size: 13px;
  float: left;
  margin: 15px 0 0 30px;
}
.CustomFilterNumber .viewContainer .value-containers {
  width: 100px;
  float: left;
  margin: 4px 0 15px 20px;
}
.CustomFilterNumber .viewContainer .value-containers .value {
  margin-top: 10px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  background-color: #00a4a8;
  padding: 3px;
  min-width: 100px;
  display: inline-block;
}
.CustomFilterNumber .cb {
  clear: both;
}


.fitparent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fitvertical {
  position: absolute;
  top: 0;
  bottom: 0;
}
.CustomFilterPopup {
  position: absolute;
  width: 400px;
  right: -450px;
  top: -80px;
  bottom: 10px;
  background: #fff;
  z-index: 1020;
  box-shadow: -1px 1px 11px 0 rgba(0, 0, 0, 0.5);
  transition: right 0.25s ease-in;
}
.CustomFilterPopup.show {
  right: -44px;
  opacity: 1;
}
.CustomFilterPopup-slider {
  position: absolute;
  left: -25px;
  top: 50%;
  margin-top: -25px;
  width: 25px;
  height: 50px;
  box-shadow: -1px 1px 6px 0 rgba(0, 0, 0, 0.5);
  padding: 0 0 0 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.CustomFilterPopup-slider .slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: -3px;
  bottom: 0px;
  background: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.CustomFilterPopup-slider .slider-wrap .slider-line {
  height: 46px;
  background-color: #dbd3cb;
  width: 2px;
  float: left;
  margin: 2px 0 0 4px;
}
.CustomFilterPopup-slider .slider-wrap .slider-line.line1 {
  background-color: #dbdbdb;
  margin-left: 6px;
}
.CustomFilterPopup-slider .slider-wrap .slider-line.line2 {
  background-color: #d3d3d3;
}
.CustomFilterPopup-slider .slider-wrap .slider-line.line3 {
  background-color: #cbcbcb;
}
.CustomFilterPopup-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0px;
  height: 32px;
  background-color: #88c9cd;
  font-size: 23px;
  color: #fff;
  text-align: center;
}
.CustomFilterPopup-body {
  position: absolute;
  top: 32px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow-y: auto;
}
.CustomFilterPopup-body .customSearchMode {
  margin: 15px 80px;
}
.CustomFilterPopup-body .customSearchMode .btn {
  padding: 8px 7px;
  font-family: "Muli";
  font-size: 16px;
  background-color: #fff;
  color: #81b7c0;
  box-shadow: none;
  border: 1px solid #81b7c0;
  width: 110px;
}
.CustomFilterPopup-body .customSearchMode .btn.active {
  background-color: #81b7c0;
  color: #fff;
}
.CustomFilterPopup-body .filters-content {
  padding: 0;
}
.CustomFilterPopup-body .filters-content .filter-item {
  list-style-type: none;
  background-color: #e3e3e3;
  color: #919191;
  margin: 7px 10px;
}
.CustomFilterPopup-body .filters-content .filter-item-header {
  cursor: pointer;
  font-size: 16px;
  padding: 4px 0;
}
.CustomFilterPopup-body .filters-content .filter-item-header .icon-fa {
  margin-left: 10px;
  color: #fff;
  width: 15px;
  display: inline-block;
}
.CustomFilterPopup-body .filters-content .filter-item-header .clearAll {
  height: 20px;
  text-align: center;
  float: right;
  margin: 0 10px;
  width: 60px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 4px;
  line-height: 20px;
  color: #FFFFFF;
  background-color: #CD274B;
}
.CustomFilterPopup-body .filters-content .filter-item.extend .left-side {
  color: #00a4a8;
}
.CustomFilterPopup-body .filters-content .filter-item.extend .left-side .icon-fa {
  color: #00a4a8;
}
.CustomFilterPopup-body .saved-content {
  padding: 10px;
  margin: 7px 10px;
  background-color: #e3e3e3;
}


.fitparent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fitvertical {
  position: absolute;
  top: 0;
  bottom: 0;
}
.CustomFilterString .selectedItems .selected-item {
  position: relative;
  padding: 2px 3px;
  float: left;
  background-color: #00a4a8;
  color: #fff;
  border-radius: 4px;
  margin: 3px 15px;
}
.CustomFilterString .editContainer .operationSelect {
  margin: 4px 5px 0 15px;
  position: relative;
  float: right;
  min-width: 70px;
  color: #fff;
  float: left;
  border-radius: 2px;
}
.CustomFilterString .editContainer .operationSelect:focus {
  outline: none;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
}
.CustomFilterString .editContainer .operationSelect .value {
  cursor: pointer;
  background-color: #00a4a8;
  border-radius: 2px;
  padding-left: 6px;
  padding-right: 20px;
}
.CustomFilterString .editContainer .operationSelect .icon-fa.fa-chevron-down {
  position: absolute;
  right: 5px;
  top: 0px;
  color: #fff;
}
.CustomFilterString .editContainer .operationSelect .operations {
  position: absolute;
  z-index: 3;
  top: 21px;
  left: 0px;
  color: #00a4a8;
  min-width: 70px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
}
.CustomFilterString .editContainer .operationSelect .operations .operation-item {
  cursor: pointer;
  padding: 2px 6px;
}
.CustomFilterString .editContainer .operationSelect .operations .operation-item:hover {
  background-color: #00a4a8;
  color: #fff;
}
.CustomFilterString .editContainer .input-containers {
  position: relative;
  float: left;
  margin: 2px 22px 11px 0;
  z-index: 1;
}
.CustomFilterString .editContainer .input-containers .autocomplete-input-wrapper {
  width: 188px;
  color: #00a4a8;
}
.CustomFilterString .editContainer .input-containers .autocomplete-input-wrapper input {
  padding: 0px 5px;
  color: #00a4a8;
  width: 100%;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
}
.CustomFilterString .editContainer .input-containers .autocomplete-input-wrapper input:focus {
  outline: none;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}
.CustomFilterString .editContainer .input-containers .autocomplete-input-wrapper .autocomplete-container {
  left: 0;
  top: 22px;
  width: 100%;
  padding: 0px 1px;
  margin-top: 10px;
  max-height: 140px;
  overflow: hidden;
  overflow-y: auto;
}
.CustomFilterString .editContainer .input-containers .autocomplete-input-wrapper .autocomplete-container .autocomplete-item {
  text-align: center;
  padding: 0px 5px;
  background-color: #fff;
  cursor: pointer;
}
.CustomFilterString .editContainer .input-containers .autocomplete-input-wrapper .autocomplete-container .autocomplete-item.active {
  background-color: #00a4a8;
  color: #fff;
}
.CustomFilterString .editContainer .input-containers .autocomplete-input-wrapper .autocomplete-container .bottom-more {
  text-align: center;
  bottom: 6px;
}
.CustomFilterString .editContainer .input-containers .autocomplete-input-wrapper .autocomplete-container .bottom-more .more {
  text-align: center;
  width: 70px;
  height: 21px;
  margin-left: auto;
  margin-right: auto;
  color: #ebebeb;
  background-color: #919191;
  border-radius: 5px;
  cursor: pointer;
  border: 1px;
}
.CustomFilterString .editContainer .wrap-items {
  clear: both;
  background-color: #fff;
  border-radius: 4px;
  margin: 10px;
}
.CustomFilterString .editContainer .wrap-items .selectedItems {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 8px;
}
.CustomFilterString .editContainer .wrap-items .selectedItems .selected-item {
  padding-right: 25px;
}
.CustomFilterString .editContainer .wrap-items .selectedItems .selected-item .clear {
  position: absolute;
  font-size: 16px;
  width: 16px;
  height: 16px;
  top: 2px;
  right: 2px;
  color: #000;
  cursor: pointer;
}
.CustomFilterString .editContainer .wrap-items.empty {
  margin: 0;
}
.CustomFilterString .editContainer .wrap-items.empty .selectedItems {
  display: block;
  margin: 0px;
}
.CustomFilterString .editContainer .btnApplyValue {
  float: right;
  margin: 10px 14px;
  background: #00a4a8;
  color: #fff;
  border-radius: 4px;
  padding: 4px 20px;
  cursor: pointer;
}
.CustomFilterString .viewContainer .selectedItems {
  padding: 5px 0;
}


.fitparent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fitvertical {
  position: absolute;
  top: 0;
  bottom: 0;
}
.DatePicker {
  width: 190px;
  z-index: 1000;
  position: absolute;
  left: 50%;
  margin-left: -96px;
}
.DatePicker .calendar-header {
  text-align: center;
  background-color: #00a4a8;
  color: #fff;
  padding: 3px 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
}
.DatePicker .calendar-header .icon-fa {
  color: #fff !important;
  font-size: 12px;
}
.DatePicker .calendar-header .action {
  position: absolute;
  top: 3px;
}
.DatePicker .calendar-header .actionPrev {
  left: 3px;
}
.DatePicker .calendar-header .actionNext {
  right: 3px;
}
.DatePicker .calendar-footer {
  background-color: #00a4a8;
  padding: 3px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.DatePicker .calendar-footer .today {
  cursor: pointer;
  width: 60px;
  margin: auto;
  padding: 2px;
  background: #fff;
  color: #777;
  text-align: center;
  border-radius: 4px;
}
.DatePicker-calendar-table {
  width: 100%;
}
.DatePicker-calendar-table td,
.DatePicker-calendar-table th {
  text-align: center;
}
.DatePicker-calendar-table .calendar-week {
  background-color: #e6e6e6;
}
.DatePicker-calendar-table .calendar-week th {
  color: #777777;
}
.DatePicker-calendar-table tbody {
  background-color: #fff;
}
.DatePicker-calendar-table tbody td {
  color: #444;
  font-size: 12px;
  cursor: pointer;
}
.DatePicker-calendar-table tbody td .disable {
  color: #d6d6d6;
}
.DatePicker-calendar-table tbody td .selected {
  background-color: #00a4a8;
}
.DatePicker-calendar-table tbody td:hover {
  background-color: #00a4a8;
}


.EducationFilterView {
  padding: 8px 0 10px;
}
.EducationFilterView .education .item {
  background: #dc7a4d;
}
.EducationFilterView .selectedItems .clear i {
  color: #dc7a4d !important;
}
.EducationFilterView .education.content .educationRow .contentText.active {
  background: #dc7a4d;
}


.fitparent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fitvertical {
  position: absolute;
  top: 0;
  bottom: 0;
}
.EstimateBar {
  position: relative;
}
.EstimateBar .EstimateBar-label {
  position: absolute;
  bottom: -9px;
  color: #666;
}
.EstimateBar .EstimateBar-canvas {
  position: absolute;
  left: 0;
  top: 0;
}
.EstimateBar .elementsCon {
  width: 215px;
  height: 34px;
  text-align: right;
  margin-right: 40px;
  line-height: 34px;
}
.EstimateBar .element {
  display: inline-block;
  vertical-align: bottom;
}
.EstimateBar .element-1 {
  width: 26px;
  height: 5px;
  margin-right: 1px;
  background-color: #6d999c;
}
.EstimateBar .element-2 {
  width: 10px;
  height: 7px;
  margin-right: 1.5px;
  background-color: #76a9ad;
}
.EstimateBar .element-3 {
  width: 12px;
  height: 10px;
  margin-right: 2px;
  background-color: #7fb9bd;
}
.EstimateBar .element-4 {
  width: 15px;
  height: 14px;
  margin-right: 2.5px;
  background-color: #87c9cd;
}
.EstimateBar .element-5 {
  width: 18px;
  height: 18px;
  margin-right: 3px;
  background-color: #91d8de;
}
.EstimateBar .element-6 {
  width: 23px;
  height: 23px;
  margin-right: 3.5px;
  background-color: #9ae6ec;
}
.EstimateBar .element-7 {
  width: 29px;
  height: 28px;
  margin-right: 4px;
  background-color: #a1eff6;
}
.EstimateBar .element-8 {
  width: 36px;
  height: 34px;
  background-color: #c2eef6;
}


.fitparent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fitvertical {
  position: absolute;
  top: 0;
  bottom: 0;
}
.ExtraMessage {
  display: block;
}
.ExtraMessage .modal-dialog {
  outline: 0;
  height: 350px;
  top: 200px;
}
.ExtraMessage .modal-dialog .modal-content {
  height: 100%;
}
.ExtraMessage .modal-dialog .modal-content .modal-header {
  padding-left: 15px;
}
.ExtraMessage .modal-dialog .modal-content h3 {
  margin: 0;
}
.ExtraMessage .modal-dialog .modal-content .modal-body {
  position: absolute;
  top: 57px;
  bottom: 70px;
  overflow-x: hidden;
  overflow-y: auto;
}
.ExtraMessage .modal-dialog .modal-content .modal-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 5px;
}
.ExtraMessage .modal-dialog .modal-content .modal-footer button {
  margin-top: 5px;
}


.fitparent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fitvertical {
  position: absolute;
  top: 0;
  bottom: 0;
}
.HeaderPopup.popover {
  opacity: 0;
  display: block;
  width: 390px;
  max-width: 500px;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 6px rgba(102, 102, 102, 0.5);
  box-shadow: 0 0 6px rgba(102, 102, 102, 0.5);
}
.HeaderPopup.popover .popover-content {
  padding: 8px 0 0px;
}
.HeaderPopup.popover .popover-content.custom {
  padding-top: 25px;
}
.HeaderPopup.popover .popover-content .clear-custom-filter {
  position: absolute;
  top: 6px;
  right: 10px;
  height: 20px;
  width: 60px;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  line-height: 20px;
  color: #FFFFFF;
  background-color: #CD274B;
}
.HeaderPopup.popover .center {
  text-align: center;
}
.HeaderPopup.popover .selectedItems {
  border-bottom: 1px solid #ffffff;
  padding-left: 16px;
  padding-right: 16px;
}
.HeaderPopup.popover .selectedItems .item {
  padding: 4px 25px 4px 0px;
  border-radius: 8px;
  margin: 0px 8px 8px 2px;
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: #fff;
  min-width: 60px;
}
.HeaderPopup.popover .selectedItems .item:after {
  content: ".";
  visibility: hidden;
  height: 0;
}
.HeaderPopup.popover .selectedItems .item .text {
  margin-left: 10px;
}
.HeaderPopup.popover .selectedItems .item .clear {
  position: absolute;
  font-size: 16px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  vertical-align: middle;
  border-radius: 16px;
  cursor: pointer;
  color: #000;
  padding-top: 1px;
  padding-left: 0px;
  right: 2px;
  margin-top: 3px;
  top: 2px;
}
.HeaderPopup.popover .selectedItems .separateLine {
  display: block;
  margin: 0 0 8px;
  padding: 0;
  width: 386px;
  margin-left: -16px;
  border-bottom: 1px solid #ccc;
}
.HeaderPopup.popover .arrow {
  border-width: 18px;
}
.HeaderPopup.popover .arrow:after {
  border-width: 17px;
  content: "";
}
.HeaderPopup.popover.bottom .arrow {
  left: 50%;
  margin-left: -18px;
  top: -36px;
}
.HeaderPopup.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -17px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}
.HeaderPopup.popover .bottom-more {
  text-align: center;
  bottom: 6px;
}
.HeaderPopup.popover .bottom-more .more {
  text-align: center;
  width: 70px;
  height: 21px;
  margin-left: auto;
  margin-right: auto;
  color: #ebebeb;
  background-color: #919191;
  border-radius: 5px;
  cursor: pointer;
  border: 1px;
}
.HeaderPopup.popover .glyphicon-remove {
  cursor: pointer;
}
.HeaderPopup.popover input[type="text"] {
  width: 100%;
}
.HeaderPopup.popover input[type="text"].postal-code-input {
  width: 72%;
}
.HeaderPopup.popover input[type="text"].country-input {
  width: 24%;
  margin-right: 7px;
  padding: 4px 3px;
  height: 28px;
}
.HeaderPopup.popover .content {
  max-height: 330.545px;
}
.HeaderPopup.popover .content span {
  display: inline-block;
  width: 50px;
  font-weight: bold;
}
.HeaderPopup.popover .content span.count {
  display: none;
  vertical-align: top;
}
.HeaderPopup.popover .content span.itemName {
  display: inline-block;
  max-width: 280px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: auto;
  text-align: center;
}
.HeaderPopup.popover .content .save {
  float: right;
  margin-right: 16px;
  padding: 2px;
  margin-bottom: 3px;
  margin-top: 5px;
  color: #ccc;
  font-size: 15px;
}
.HeaderPopup.popover .content .cancel {
  float: right;
  margin-right: 16px;
  padding: 2px 24px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.HeaderPopup.popover .content .sliderRow {
  position: relative;
  height: 30px;
}
.HeaderPopup.popover .content .sliderRow .sliderBarContainer {
  width: 265px;
  height: 10px;
  float: left;
}
.HeaderPopup.popover .content .sliderRow span {
  display: block;
  width: 75px;
  font-size: 10px;
  float: left;
  padding-top: 5px;
  color: #7D9999;
  margin-left: 15px;
}
.HeaderPopup.popover .content .progressContainer {
  position: relative;
  margin-left: 80px;
  margin-top: -20px;
}
.HeaderPopup.popover .content .contentText {
  display: inline-block;
  text-align: center;
  width: 100%;
  cursor: pointer;
  padding: 2px;
  height: 30px;
  line-height: 30px;
}
.HeaderPopup.popover .content .autoCompleteList {
  max-height: 254.545px;
  overflow: hidden;
  overflow-y: auto;
}
.HeaderPopup.popover .switch-icon {
  width: 20px;
  height: 27px;
  border: 1px solid #ccc;
  background: linear-gradient(180deg, #ffffff 0%, #dcdcdc 100%);
  top: -4px;
  left: 20%;
  padding: 2px 5px;
  position: absolute;
  cursor: pointer;
}
.HeaderPopup.popover .autoComplete {
  margin-bottom: 8px;
  margin-top: 0px;
  padding: 4px 3px;
  margin-right: 3px;
  width: 352px;
  height: 28px;
}
.HeaderPopup.popover .autoCompleteContainer {
  position: relative;
}
.HeaderPopup.popover .autoCompleteContainer .clear {
  display: none;
  right: 7px;
  top: 4px;
}
.HeaderPopup.popover .autoCompleteContainer .clear i {
  color: white !important;
}
.HeaderPopup.popover .autoCompleteContainer.active .clear {
  display: block;
}
.HeaderPopup .item {
  background: #000;
}


.fitparent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fitvertical {
  position: absolute;
  top: 0;
  bottom: 0;
}
.JobOrders .modal-controls {
  width: 380px;
  height: 262px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -125px;
  margin-left: -190px;
}
.JobOrders .content-controls {
  border-radius: 5px;
}
.JobOrders .header-controls {
  background: #E3E3E3;
  height: 36px;
  padding-top: 5px;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 1px solid #999;
}
.JobOrders .header-controls .folat-left {
  float: left;
  font-weight: 300;
  color: #666;
  font-size: 18px;
}
.JobOrders .header-controls .input-wrapper {
  position: relative;
  display: inline-block;
  height: 22px;
  width: 190px;
  margin-left: 40px;
  margin-top: 2px;
}
.JobOrders .header-controls .input-wrapper input {
  width: 100%;
  height: 100%;
  line-height: 22px;
  background: #ffffff;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #D8D8D9;
  padding: 2px 25px 2px 5px;
  margin-right: 10px;
  font-size: 14px;
}
.JobOrders .header-controls .input-wrapper i.glyphicon-search {
  position: absolute;
  top: 4px;
  right: 5px;
  color: #A3A3A3;
  font-size: 15px;
  z-index: 900;
  cursor: pointer;
}
.JobOrders .header-controls .close-page {
  float: right;
  width: 0px;
  height: 0px;
  font-size: 16px;
  cursor: pointer;
  margin-right: 6px;
  margin-top: 4px;
}
.JobOrders .header-controls .close-page span {
  color: #fff;
}
.JobOrders .header-controls .close {
  margin-top: 4px;
  margin-right: -8px;
  font-size: 14px;
}
.JobOrders .body-controls {
  overflow: hidden;
  height: 175px;
  padding-top: 0px;
  padding-left: 0px;
  padding: 0px;
}
.JobOrders .body-controls .list-group {
  margin-bottom: 0px;
  float: left;
  height: 100%;
  overflow-x: hidden;
}
.JobOrders .body-controls .list-group .list-group-item {
  padding-top: 3px;
  border: solid 1px #E3E3E3;
  cursor: pointer;
  height: auto;
  width: 378px;
  list-style: none;
  padding-bottom: 1px;
}
.JobOrders .body-controls .list-group .list-group-item span {
  white-space: normal;
  display: block;
  color: #008D92;
  height: auto;
  word-break: break-all;
}
.JobOrders .body-controls .list-group .list-group-item.selected {
  background: #008D92;
}
.JobOrders .body-controls .list-group .list-group-item.selected span {
  color: #fff;
}
.JobOrders .body-controls .list-group .list-group-item:hover:not(.selected) {
  background: #48C5C4;
}
.JobOrders .body-controls .list-group .list-group-item:hover:not(.selected) span {
  color: #fff;
}
.JobOrders .body-controls .list-group .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.JobOrders .body-controls .list-group .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.JobOrders .footer-controls {
  background: #E3E3E3;
  color: #fff;
  height: 50px;
  border-radius: 0px 0px 5px 5px;
}
.JobOrders .footer-controls .btn-controls {
  font-size: 12px;
  width: 70px;
  height: 20px;
  padding-top: 0px;
  background: #48C5C4;
  float: right;
  margin: 22px 10px 8px 10px;
}
.JobOrders .footer-controls .btn-controls:hover {
  background: #008D92;
  color: #fff;
}


.LocationFilterView {
  padding: 8px 0 10px;
}
.LocationFilterView .location .item {
  background: #4bc272;
}
.LocationFilterView .location .country-list {
  position: absolute;
  display: none;
  top: 30px;
  left: 0px;
  width: 24%;
  max-height: 210px;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 1000;
}
.LocationFilterView .location .country-list .country-data-item {
  padding: 4px;
  height: 30px;
  text-align: center;
}
.LocationFilterView .location .country-list .country-data-item.active {
  background: #4bc272;
}
.LocationFilterView .selectedItems .clear i {
  color: #4bc272 !important;
}
.LocationFilterView .location.content .locationRow .labelText {
  width: 85px;
}
.LocationFilterView .location.content .locationRow .contentText.active {
  background: #4bc272;
}
.LocationFilterView .content .sliderRow .sliderBarContainer {
  width: 255px !important;
}


.fitparent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fitvertical {
  position: absolute;
  top: 0;
  bottom: 0;
}
.MainView {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 600px;
  min-width: 700px;
  overflow: auto;
  overflow-x: hidden;
}
.MainView header .brand img {
  margin: 10px;
  width: 39px;
  height: 39px;
}
.MainView header .navbar {
  margin: 0;
  padding: 0px;
  position: relative;
  z-index: 91;
}
.MainView header .navbar-inner {
  border-radius: 0px;
  background-image: none;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 60px;
}
.MainView header .navbar .brand {
  padding-left: 10px;
  color: #f4f4f4;
  text-shadow: none;
}
.MainView .sidenav-ctn {
  position: absolute;
  top: 61px;
  left: 0;
  bottom: 0;
  width: 250px;
  background: #e5e5e5;
  border-right: solid 1px #ccc;
  overflow: auto;
}
.MainView .contentview-ctn {
  position: absolute;
  top: 61px;
  left: 10px;
  bottom: 0;
  right: 0;
}
.MainView .contentview-ctn .btnStartSearch {
  position: absolute;
  width: 300px;
  height: 80px;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -150px;
  font-size: 40px;
  z-index: 1031;
  background: #1BA2DB;
  border-radius: 10px;
}
.MainView .admin {
  float: right;
  margin: 15px 8px;
}
.MainView .clear-all {
  height: 30px;
  line-height: 16px;
  margin-top: 10px;
}
.MainView .sf-info {
  float: right;
  margin: 18px 8px;
  font-size: 10px;
  color: #ccc;
}
.MainView.noHeader header {
  display: none;
}
.MainView.noHeader .contentview-ctn {
  top: 29px;
}
.hiddtop {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 90;
  background: #000;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
}
.hidd {
  position: absolute;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 1030;
  background: #5F5F5F;
  top: 103px;
  left: 10px;
  bottom: 0;
  right: 0;
}


.fitparent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fitvertical {
  position: absolute;
  top: 0;
  bottom: 0;
}
.MessagePanel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.MessagePanel .inner {
  width: 370px;
  height: 150px;
  background: #AFF2FF;
  border-radius: 5px;
  margin: 70px auto 0;
  display: table;
}
.MessagePanel .inner div {
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}


.OAuthInfo {
  width: 80%;
  margin: 20px;
  position: relative;
}
.OAuthInfo table {
  width: 100%;
}
.OAuthInfo table td:last-child {
  width: 80%;
}
.OAuthInfo table span {
  display: inline-block;
  max-width: 500px;
}
.OAuthInfo button {
  position: absolute;
  right: 10px;
  top: 10px;
}


.fitparent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fitvertical {
  position: absolute;
  top: 0;
  bottom: 0;
}
.Pagination {
  width: 245px;
}
.Pagination ul {
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: right;
}
.Pagination ul li a {
  cursor: pointer;
  color: #ffffff;
  background-color: #92C7CB;
  border: 1px solid #fff;
}
.Pagination ul li a:hover {
  background-color: #92C7CB;
  border: 1px solid #fff;
  color: #333;
}
.Pagination ul li.disabled a {
  background-color: #c9e3e5;
  border: 1px solid #fff;
  color: #ffffff;
}
.Pagination ul li.disabled a:hover {
  background-color: #c9e3e5;
  border: 1px solid #fff;
  color: #ffffff;
}
.Pagination ul li.lastPage a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.Pagination .pageSelect {
  margin: 4px 5px 0 15px;
  position: relative;
  float: right;
  width: 70px;
  color: #fff;
  cursor: pointer;
  z-index: 90;
}
.Pagination .pageSelect .value {
  background-color: #92C7CB;
  border: 1px solid #97c7c9;
  border-radius: 2px;
  padding-left: 6px;
}
.Pagination .pageSelect .value:hover {
  color: #333;
}
.Pagination .pageSelect .glyphicon-chevron-down {
  position: absolute;
  right: 5px;
  top: 5px;
}
.Pagination .pageSelect .options {
  display: none;
  border: 1px solid #97c7c9;
  position: absolute;
  z-index: 3;
  top: 21px;
  left: 0px;
  color: #333;
  width: 70px;
  background-color: #fff;
}
.Pagination .pageSelect .options .option {
  cursor: pointer;
  padding: 2px 6px;
}
.Pagination .pageSelect .options .option:hover {
  background-color: #92C7CB;
}


.PassCodeModal {
  display: block;
}
.PassCodeModal .modal-dialog {
  outline: none;
  right: auto;
  left: 50%;
  width: 560px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: -280px;
  top: 180px;
}
.PassCodeModal .login-label {
  display: inline-block;
  width: 15%;
  vertical-align: top;
  line-height: 43px;
}
.PassCodeModal .login-input {
  display: inline-block;
  width: 84%;
}
.PassCodeModal .modal-footer {
  margin-top: 0;
}


.fitparent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fitvertical {
  position: absolute;
  top: 0;
  bottom: 0;
}
.ResumeView {
  margin-left: 16px;
  display: block;
}
.ResumeView .highlight {
  background-color: #FFFF00;
}
.ResumeView .modal-dialog {
  outline: 0;
  height: 100%;
}
.ResumeView .modal-dialog .modal-content .modal-header {
  height: 80px;
}
.ResumeView .modal-dialog .modal-content .modal-body {
  max-height: 480px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 0px;
}
.ResumeView .modal-dialog .modal-content .modal-body iframe {
  border: 0;
}
.ResumeView .modal-dialog .modal-content .modal-footer {
  padding: 0px 19px 20px 20px;
  margin-top: 0px;
}
.ResumeView .modal-dialog .modal-content .modal-footer button {
  margin-top: 12px;
}


.fitparent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fitvertical {
  position: absolute;
  top: 0;
  bottom: 0;
}
.SavedSearchesSide .saved-title {
  font-size: 16px;
  margin-left: 12px;
  color: #00a4a8;
}
.SavedSearchesSide .input-containers {
  margin: 0px 12px 15px 12px;
  z-index: 1;
  color: #00a4a8;
}
.SavedSearchesSide .input-containers input {
  padding: 3px 5px;
  color: #00a4a8;
  width: 100%;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
}
.SavedSearchesSide .input-containers input:focus {
  outline: none;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}
.SavedSearchesSide .input-containers input::-webkit-input-placeholder {
  color: #ccc;
}
.SavedSearchesSide .input-containers input::-moz-input-placeholder {
  color: #ccc;
}
.SavedSearchesSide .input-containers input:-ms-input-placeholder {
  color: #ccc;
}
.SavedSearchesSide .wrap-items {
  background-color: #fff;
  border-radius: 4px;
  margin: 10px 22px;
}
.SavedSearchesSide .wrap-items .savedItems {
  padding: 10px 10px 0px 10px;
}
.SavedSearchesSide .wrap-items .savedItems .saved-item {
  border-radius: 4px;
  color: #fff;
  background-color: #00a4a8;
  padding: 2px 25px 2px 3px;
  position: relative;
  float: left;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.SavedSearchesSide .wrap-items .savedItems .saved-item .clear {
  position: absolute;
  font-size: 16px;
  width: 16px;
  height: 16px;
  top: 2px;
  right: 2px;
  color: #000;
  cursor: pointer;
}
.SavedSearchesSide .wrap-items .savedItems .saved-item .public {
  color: #000;
  font-size: 16px;
  margin: 0px 2px 0px 4px;
}
.SavedSearchesSide .wrap-items .savedItems .saved-item .public.fa-users {
  margin: 0px 0px 0px 2px;
}
.SavedSearchesSide .wrap-items.empty {
  margin: 0;
}
.SavedSearchesSide .wrap-items.empty .savedItems {
  margin: 0px;
  padding: 0px;
}
.SavedSearchesSide .searchMode {
  margin-left: 14px;
}
.SavedSearchesSide .searchMode .btn {
  padding: 0px 7px;
  font-family: "Muli";
  font-size: 14px;
  background-color: #fff;
  color: #81b7c0;
  box-shadow: none;
  border: 1px solid #81b7c0;
  height: 24px;
}
.SavedSearchesSide .searchMode .btn.active {
  background-color: #81b7c0;
  color: #fff;
}
.SavedSearchesSide .btnSave {
  float: right;
  margin: 0px 12px 5px;
  background: #00a4a8;
  color: #fff;
  border-radius: 4px;
  padding: 4px 20px;
  cursor: pointer;
}
.SavedSearchesSide .failed-message {
  margin: 40px auto;
  padding: 10px 10px;
  height: 120px;
  width: 180px;
  cursor: pointer;
}


.fitparent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fitvertical {
  position: absolute;
  top: 0;
  bottom: 0;
}
.SearchDataGrid {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.SearchDataGrid .input-wrapper {
  position: relative;
  display: inline-block;
  height: 26px;
}
.SearchDataGrid .input-wrapper input {
  width: 100%;
  height: 100%;
  line-height: 26px;
  background: #ffffff;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #D8D8D9;
  padding: 2px 25px 2px 5px;
  margin-right: 10px;
  font-size: 14px;
}
.SearchDataGrid .input-wrapper i.glyphicon-search {
  position: absolute;
  top: 6px;
  right: 10px;
  color: #A3A3A3;
  font-size: 15px;
  z-index: 89;
  cursor: pointer;
}
.SearchDataGrid .jfactorImg {
  background-image: url(images/SelectAjfactor.png);
  width: 514px;
  height: 62px;
  display: inline-block;
}
.SearchDataGrid .gridControls {
  position: absolute;
  left: 5px;
  top: 10px;
  right: 0px;
}
.SearchDataGrid .gridControls .btnSelect {
  width: 25px;
  height: 25px;
  border-radius: 32px;
  border: 1px solid #a1c5c8;
  float: left;
  margin-left: 10px;
  cursor: pointer;
}
.SearchDataGrid .gridControls .btnSelect.selectAll {
  margin-left: 0px;
  background: #92c7cb;
  text-align: center;
}
.SearchDataGrid .gridControls .btnSelect.selectAll i.glyphicon-ok {
  color: #fff;
  font-size: 17px;
  top: 4px;
}
.SearchDataGrid .gridControls .btnSelect.deselect {
  margin-right: 10px;
}
.SearchDataGrid .gridControls .searchField {
  float: left;
}
.SearchDataGrid .gridControls .toolbar-ctn {
  float: left;
  margin-left: 4px;
  margin-bottom: 5px;
}
.SearchDataGrid .gridControls .resultTime {
  color: #ced0cf;
  position: absolute;
  right: 10px;
  top: -35px;
}
.SearchDataGrid .gridControls .resultCount {
  position: absolute;
  right: 10px;
  top: -20px;
  font-weight: bold;
  color: #666;
}
.SearchDataGrid .gridControls .right-ctn {
  float: right;
}
.SearchDataGrid .gridControls .right-ctn .pagination-ctn {
  float: right;
  margin-top: -4px;
}
.SearchDataGrid .gridControls .right-ctn .searchMode-ctn {
  float: right;
  margin: 1px 5px;
}
.SearchDataGrid .gridControls .right-ctn .searchMode-ctn .searchMode .btn {
  padding: 3px 7px;
  font-family: "Muli";
  font-size: 14px;
  background-color: #fff;
  color: #81b7c0;
  box-shadow: none;
  border: 1px solid #81b7c0;
}
.SearchDataGrid .gridControls .right-ctn .searchMode-ctn .searchMode .btn.active {
  background-color: #81b7c0;
  color: #fff;
}
.SearchDataGrid .gridControls .right-ctn .estimateBar-ctn {
  float: right;
}
.SearchDataGrid .search-result {
  top: 40px;
  right: 50px;
  bottom: 0;
  left: 0px;
  position: absolute;
  margin: 0px auto 20px auto;
  padding: 5px;
  min-width: 600px;
}
.SearchDataGrid .search-result.favFilter {
  top: 20px;
}
.SearchDataGrid .search-result.favFilter div.btnPopupColumns {
  height: 32px;
  line-height: 32px;
  font-size: 32px;
  padding-left: 10px;
  padding-top: 0px;
}
.SearchDataGrid .search-result .btnPopupColumns {
  position: absolute;
  width: 40px;
  right: -45px;
  top: 11px;
  font-size: 60px;
  background: #e0e0e0;
  border: none;
  color: #ffffff;
  border-radius: 0px;
  padding: 0px 12px;
  height: 96px;
  padding-left: 0px;
  box-sizing: border-box;
}
.SearchDataGrid .search-result .tableContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.SearchDataGrid .search-result .tableContainer .holderSpace {
  color: #ccc;
  overflow-x: hidden;
}
.SearchDataGrid .search-result .tableContainer .holderSpace .headerTh {
  color: #ccc;
  background: #fff !important;
  border: 1px #ccc dashed;
}
.SearchDataGrid .search-result .tableContainer .holderSpace .headerTh .indicators .indicator {
  color: #ddd;
  background: #fff;
  border-color: #ccc;
}
.SearchDataGrid .search-result .tableContainer .holderSpace .headerTh .indicators .indicator .value {
  color: #ccc;
}
.SearchDataGrid .search-result .tableContainer .holderSpace .headerTh.skillTh .operatorBtnGroups .btn,
.SearchDataGrid .search-result .tableContainer .holderSpace .headerTh.companyTh .operatorBtnGroups.SearchDataGrid .search-result .tableContainer .holderSpace .headerTh.customTh .operatorBtnGroups .btn {
  background: #fff;
  color: #ddd;
  border: 1px solid #ddd;
}
.SearchDataGrid .search-result .tableContainer .holderSpace .headerTh.skillTh .operatorBtnGroups .btn.active,
.SearchDataGrid .search-result .tableContainer .holderSpace .headerTh.companyTh .operatorBtnGroups.SearchDataGrid .search-result .tableContainer .holderSpace .headerTh.customTh .operatorBtnGroups .btn.active {
  color: #fff;
  background: #ddd;
}
.SearchDataGrid .search-result .tableContainer .holderSpace a {
  color: #ccc;
}
.SearchDataGrid .search-result .tableContainer #dragTable {
  border: 1px dashed #000000;
}
.SearchDataGrid .search-result .tableContainer #dragTable tbody {
  overflow-y: hidden;
}
.SearchDataGrid .search-result .tableContainer table {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 14px;
  border-collapse: separate;
  border-spacing: 0px 2px;
}
.SearchDataGrid .search-result .tableContainer table tr {
  vertical-align: top;
}
.SearchDataGrid .search-result .tableContainer table tr td,
.SearchDataGrid .search-result .tableContainer table tr th {
  padding-left: 4px;
  padding-top: 7px;
  text-align: left;
}
.SearchDataGrid .search-result .tableContainer table thead tr {
  display: block;
  position: relative;
}
.SearchDataGrid .search-result .tableContainer table thead tr th {
  font-weight: bold;
  height: 104px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.SearchDataGrid .search-result .tableContainer table thead tr th.favLabel {
  padding-left: 3px;
}
.SearchDataGrid .search-result .tableContainer table thead tr th.favLabel .headerTh {
  background: #fffbac;
  padding-left: 0;
}
.SearchDataGrid .search-result .tableContainer table thead tr th.applyContact {
  padding-left: 0;
}
.SearchDataGrid .search-result .tableContainer table thead tr th.applyContact .headerTh {
  background: none;
  padding-left: 0;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .headerTh {
  min-height: 96px;
  padding: 4px 10px;
  position: relative;
  background: #000000;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .headerTh .indicators {
  overflow: hidden;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .headerTh .indicators .indicator {
  display: inline-block;
  color: #4b4b4b;
  font-size: 12px;
  padding: 3px 3px;
  font-weight: normal;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .headerTh .indicators .indicator .value {
  color: #fff;
  margin-left: 5px;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .headerTh .selectedItems {
  position: absolute;
  bottom: 5px;
  left: 10px;
  right: 5px;
  max-height: 65px;
  font-size: 12px;
  vertical-align: bottom;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .headerTh .selectedItems .item,
.SearchDataGrid .search-result .tableContainer table thead tr th .headerTh .selectedItems .addFilter {
  padding: 2px;
  margin: 1px;
  line-height: 12px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: normal;
  font-size: 12px;
  vertical-align: bottom;
  font-weight: normal;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .headerTh .selectedItems .item {
  max-width: 200px;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .headerTh .selectedItems .item.singleItem {
  white-space: normal;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .headerTh .selectedItems .selectedItems {
  cursor: pointer;
  font-weight: normal;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .headerTh .columnName {
  display: inline-block;
  font-weight: normal;
  width: 87%;
  margin-left: 12px;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .headerTh .operatorBtnGroups {
  position: absolute;
  right: 8px;
  top: 8px;
  background: #fff;
  border-radius: 4px;
  z-index: 0;
  border: 1px solid #fff;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .headerTh .operatorBtnGroups .btn {
  padding: 0px;
  width: 28px;
  font-size: 11px;
  color: #fff;
  z-index: 2;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .headerTh .operatorBtnGroups .btn.active {
  box-shadow: none;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .headerTh.skillTh .operatorBtnGroups .btn {
  background: #e3e3e3;
  color: #555;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .headerTh.skillTh .operatorBtnGroups .btn.active {
  color: #fff;
  background: #e13c5e;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .headerTh.companyTh .operatorBtnGroups .btn {
  background: #e3e3e3;
  color: #555;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .headerTh.companyTh .operatorBtnGroups .btn.active {
  color: #fff;
  background: #33aad2;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .headerTh.customTh .operatorBtnGroups .btn {
  background: #e3e3e3;
  color: #555;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .headerTh.customTh .operatorBtnGroups .btn.active {
  color: #fff;
  background: transparent;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .idTh {
  background: #ccc;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .nameTh {
  background: #d4c761;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .contactTh {
  background: #d4c761;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .contactTh .columnName {
  cursor: pointer;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .CreatedDateTh {
  background: #E13CC7;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .titleTh {
  background: #3CE198;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .emailTh {
  background: #B33CE1;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .educationTh {
  background: #dc7a4d;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .companyTh {
  background: #33aad2;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .companyTh .order {
  position: absolute;
  top: 9px;
  left: 4px;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .companyTh .order.disable {
  display: block;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .companyTh .order.disable.arrow-up {
  border-bottom: 12px solid rgba(255, 255, 255, 0.2);
}
.SearchDataGrid .search-result .tableContainer table thead tr th .companyTh .order.disable.arrow-down {
  border-top: 12px solid rgba(255, 255, 255, 0.2);
}
.SearchDataGrid .search-result .tableContainer table thead tr th .resumeTh {
  background: #A7EE3C !important;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .customTh {
  background: #00a4a8;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .locationTh {
  background: #4bc272;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .locationTh .columnName {
  cursor: pointer;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .locationTh .location-switch {
  position: absolute;
  right: 12px;
  top: 4px;
  z-index: 10;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .locationTh .location-label {
  position: absolute;
  left: 2px;
  top: 24px;
  font-weight: 200;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .locationTh .order {
  position: absolute;
  top: 9px;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .skillTh {
  background: #e13c5e;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .skillTh .order {
  position: absolute;
  top: 9px;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .skillTh .order.disable {
  display: block;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .skillTh .order.disable.arrow-up {
  border-bottom: 12px solid rgba(255, 255, 255, 0.2);
}
.SearchDataGrid .search-result .tableContainer table thead tr th .skillTh .order.disable.arrow-down {
  border-top: 12px solid rgba(255, 255, 255, 0.2);
}
.SearchDataGrid .search-result .tableContainer table thead tr th .order-type {
  position: absolute;
  top: 8px;
  left: 4px;
  width: 0;
  height: 0;
  display: none;
  float: right;
  font-size: 10px;
  font-weight: normal;
  margin-left: 2px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .order-type.arrow-up {
  border-bottom: 12px solid;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .order-type.arrow-down {
  border-top: 12px solid;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .order-type.disable {
  display: block;
}
.SearchDataGrid .search-result .tableContainer table thead tr th .order-type.disable.arrow-up {
  border-bottom: 12px solid rgba(255, 255, 255, 0.2);
}
.SearchDataGrid .search-result .tableContainer table thead tr th .order-type.disable.arrow-down {
  border-top: 12px solid rgba(255, 255, 255, 0.2);
}
.SearchDataGrid .search-result .tableContainer table thead tr th.checkboxCol {
  width: 30px;
  background: #ffffff;
  border-color: white;
  border: none;
}
.SearchDataGrid .search-result .tableContainer table thead tr th.favFilter {
  height: 32px !important;
}
.SearchDataGrid .search-result .tableContainer table thead tr th.favFilter .selectedItems,
.SearchDataGrid .search-result .tableContainer table thead tr th.favFilter .asc,
.SearchDataGrid .search-result .tableContainer table thead tr th.favFilter .desc {
  display: none;
}
.SearchDataGrid .search-result .tableContainer table thead tr th.favFilter .headerTh {
  height: 32px;
}
.SearchDataGrid .search-result .tableContainer table tbody {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  top: 103px;
  left: 0px;
}
.SearchDataGrid .search-result .tableContainer table tbody.favFilter {
  top: 38px;
}
.SearchDataGrid .search-result .tableContainer table tbody tr:not(.full):hover td:not(.applyContact) {
  background: #D5FEFF !important;
}
.SearchDataGrid .search-result .tableContainer table tbody tr:nth-of-type(even) td:not(.applyContact) {
  background: #ECECEC;
}
.SearchDataGrid .search-result .tableContainer table tbody td {
  padding-bottom: 8px;
  padding-top: 8px;
  min-height: 60px;
  overflow: hidden;
}
.SearchDataGrid .search-result .tableContainer table tbody td > span {
  display: block;
  width: 100%;
  padding-left: 2px;
  text-overflow: ellipsis;
  height: 60px;
  word-break: break-word;
  overflow: hidden;
}
.SearchDataGrid .search-result .tableContainer table tbody td .lineInfo {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.SearchDataGrid .search-result .tableContainer table tbody td .lineInfo.name {
  font-weight: bold;
  margin-right: 40px;
}
.SearchDataGrid .search-result .tableContainer table tbody td[data-column='skill'] > span,
.SearchDataGrid .search-result .tableContainer table tbody td[data-column='company'] > span,
.SearchDataGrid .search-result .tableContainer table tbody td[data-column='education'] > span {
  cursor: pointer;
}
.SearchDataGrid .search-result .tableContainer table tbody td[data-column='skill'] > span:empty,
.SearchDataGrid .search-result .tableContainer table tbody td[data-column='company'] > span:empty,
.SearchDataGrid .search-result .tableContainer table tbody td[data-column='education'] > span:empty {
  cursor: default;
}
.SearchDataGrid .search-result .tableContainer table tbody td.checkboxCol {
  width: 30px;
}
.SearchDataGrid .search-result .tableContainer table tbody td.checkboxCol input[type="checkbox"] {
  margin-left: -5px;
}
.SearchDataGrid .search-result .tableContainer table tbody td.applyContact {
  width: 15px;
  position: relative;
  padding: 0px;
}
.SearchDataGrid .search-result .tableContainer table tbody td.applyContact .selectCheckbox {
  width: 11px;
  min-height: 76px;
  margin: 0px 0 0 4px;
  cursor: pointer;
  border: 1px solid #a1c5c8;
}
.SearchDataGrid .search-result .tableContainer table tbody td.applyContact .selectCheckbox.selected {
  background: #92c7cb;
}
.SearchDataGrid .search-result .tableContainer table tbody td.favLabel {
  width: 32px;
}
.SearchDataGrid .search-result .tableContainer table tbody td.favLabel i {
  display: block;
  font-size: 16px;
  line-height: 60px;
  height: 60px;
  color: #ccc;
  cursor: pointer;
  padding-left: 5px;
}
.SearchDataGrid .search-result .tableContainer table tbody td.favLabel.hasLabel i {
  color: #fed43b;
}
.SearchDataGrid .search-result .tableContainer table.scrollTable tbody tr {
  display: block;
}
.SearchDataGrid .search-result .tableContainer table.scrollTable tbody tr td[data-column="contact"] .resume-ico {
  cursor: pointer;
  float: right;
  top: -15px;
  right: 15px;
}
.SearchDataGrid .search-result .tableContainer table tr.full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: 30px;
}
.SearchDataGrid .search-result .tableContainer table tr.full:hover {
  background: white !important;
}
.SearchDataGrid .search-result .tableContainer table tr.full td {
  width: 100%;
}
.SearchDataGrid .search-result .tableContainer table tr.full td .empty-search {
  position: absolute;
  width: 90%;
  height: 240px;
  border-radius: 15px;
  top: 0px;
  left: 50%;
  text-align: center;
  font-size: 20px;
  color: #bbbbbb;
  padding-top: 80px;
  margin-left: -45%;
}
.SearchDataGrid .search-result .tableContainer table tr.full td .loading,
.SearchDataGrid .search-result .tableContainer table tr.full td .retrying {
  position: absolute;
  top: 70px;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  font-size: 20px;
  color: #bbbbbb;
  background: #ddd;
  height: 80px;
  text-align: center;
  padding-top: 35px;
}
.SearchDataGrid .search-result .tableContainer table tr.full td .alert-error,
.SearchDataGrid .search-result .tableContainer table tr.full td .alert-info {
  position: absolute;
  top: 70px;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  max-height: 300px;
  overflow: hidden;
}
.SearchDataGrid .search-result .tableContainer table tr.full td .alert-error .btn-link,
.SearchDataGrid .search-result .tableContainer table tr.full td .alert-info .btn-link {
  padding: 0px;
}
.SearchDataGrid .resumeViewContainer {
  position: absolute;
  margin: 0;
  z-index: 1000;
}


.fitparent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fitvertical {
  position: absolute;
  top: 0;
  bottom: 0;
}
.SelectColumns {
  position: absolute;
  right: -40px;
  top: 98px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 1px 10px #000, inset 0 -2px 5px #ddd;
  box-shadow: 0 1px 10px #000, inset 0 -2px 5px #ddd;
  padding: 10px;
}
.SelectColumns.favFilter {
  top: 40px;
}
.SelectColumns ul {
  margin: 0px;
  padding-left: 10px;
}
.SelectColumns li {
  list-style: none;
  padding: 5px 0;
}
.SelectColumns li label {
  margin: 0;
}
.SelectColumns .holderSpace {
  color: #ccc;
  overflow-x: hidden;
}


.SkillFilterView {
  padding: 8px 0 10px;
}
.SkillFilterView .skill .item {
  background: #e13c5e;
}
.SkillFilterView .selectedItems .clear i {
  color: #e13c5e !important;
}
.SkillFilterView .skill.content .skillRow .labelText {
  width: 85px;
}
.SkillFilterView .skill.content .skillRow .contentText.active {
  background: #e13c5e;
}
.SkillFilterView .skill-btn-group {
  text-align: center;
}
.SkillFilterView .skill-btn-group .btn-group {
  margin: 10px 0;
}
.SkillFilterView .skill-btn-group .btn-group .btn {
  width: 100px;
  color: #4b4b4b;
  border: 1px solid #b9ab62;
  background: #d85d5e;
  margin-left: 1px;
  border: none;
}
.SkillFilterView .skill-btn-group .btn-group .btn.active,
.SkillFilterView .skill-btn-group .btn-group .btn:hover {
  margin-left: 1px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
  border-right: 0px;
  color: #fff;
}
.SkillFilterView .skill-btn-group .btn-group .btn:first-child {
  margin-left: 0px;
}


.fitparent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fitvertical {
  position: absolute;
  top: 0;
  bottom: 0;
}
.Slider {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  background: #b7e1e1;
}
.Slider.zero {
  background: #ccc;
}
.Slider .bar {
  width: 0;
  height: 0;
  border-width: 10px 268px 0px 0px;
  border-style: solid solid none none;
  border-color: #ffffff rgba(255, 255, 255, 0) rgba(255, 0, 0, 0);
}
.Slider .slider {
  position: absolute;
  height: 28px;
  top: -5px;
  padding: 2px !important;
  min-width: 28px;
  width: 28px;
  text-align: center;
  cursor: pointer;
  left: -11px;
  color: #447777;
  background: white;
  border: 1px solid #447777;
  border-radius: 14px;
}
.Slider .slider.zero {
  color: #ccc;
  border-color: #ccc;
}


.ToolBar {
  display: inline-block;
  position: absolute;
  z-index: 100;
}
.ToolBar .btn {
  padding: 2px 10px;
}
.ToolBar .btn.disabled {
  background: gray;
  border-color: gray;
}
.ToolBar .job-order {
  background: #1BA2DB;
  font-weight: normal;
  color: #FFFFFF;
  height: 26px;
  line-height: 26px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 14px;
  border-radius: 4px;
  padding-left: 10px;
  position: absolute;
  top: -30px;
}
.ToolBar .job-order .jobOrder-clear-icon {
  cursor: pointer;
  margin-left: 6px;
  margin-right: 5px;
  margin-top: 5px;
  font-size: 12px;
  color: #000000;
}


.fitparent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fitvertical {
  position: absolute;
  top: 0;
  bottom: 0;
}


.icon-fa {
  font-family: "fontawesome";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-envelope:before {
  content: "\f0e0";
}
.icon-globe:before {
  content: "\f0ac";
}
.fa-user:before {
  content: "\f007";
}
.fa-users:before {
  content: "\f0c0";
}


