@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i");
body {
  font-family: "Lato", sans-serif;
  color: #555;
  font-size: 16px;
}

* {
  outline: none;
  padding: 0;
  margin: 0;
}

button {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
}

img {
  width: auto;
}

a {
  cursor: pointer;
}

a:focus {
  text-decoration: none;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h1, h2, h3, h4, h5 {
  line-height: 1.25;
  font-family: "Lato", sans-serif;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
  margin-top: 0;
}

.text-muted {
  color: #aaa;
}

.text-primary {
  color: #941617;
}

.text-success {
  color: #4caf50;
}

.text-info {
  color: #337ab7;
}

.text-warning {
  color: #ffc107;
}

.text-danger {
  color: #f44336;
}

.text-green {
  color: #8dcdc0;
}

.text-green-dark {
  color: #319a85;
}

.fw-300 {
  font-weight: 300;
}

.font-xs {
  font-size: 12px;
}

.font-sm {
  font-size: 14px;
}

.font-xxl {
  font-size: 24px;
}

.font-huge {
  font-size: 26px;
}

.font-xhuge {
  font-size: 40px;
}

.line-height-lg {
  line-height: 1.5;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.navbar .notifications .navbarBell {
  color: #941617;
  font-size: 25px;
  margin-right: -2px;
}

.navbar .notifications .badge {
  background-color: #941617;
}

.navbar-collapse {
  background-color: #fff;
}

@media (max-width: 768px) {
  .navbar-collapse {
    padding-top: 20px;
  }
}

@media (max-width: 991px) {
  .navbar-collapse .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.navbar-brand {
  position: relative;
  z-index: 1;
}

.formContainer,
.descriptionModalContainer,
.carousel,
.roleDescription,
.mainContentWrapper,
.contentContainer,
.addForm form,
.addEmployeeForm,
.settingsContainerWrapper,
.companySettings .wizard-heading {
  display: flex;
  flex-direction: column;
}

.selectLinkContainer,
.roleContainer,
.formOptionBtns,
.service-list .card,
.settingsContainer {
  display: flex;
}

#freshwidget-button a.freshwidget-theme {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid white;
  border-bottom: none;
}

#lc_chat_layout {
  border: 1.5px solid white;
}

/* input addon */
.inner-addon {
  position: relative;
}

.inner-addon .input-addon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  z-index: 1;
}

.left-addon .input-addon {
  left: 0;
}

.left-addon .form-control {
  padding-left: 35px;
}

.right-addon .input-addon {
  right: 0;
}

.right-addon input {
  padding-right: 30px;
}

/* end input addon */
/* switcher styles */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #941617;
}

input:focus + .slider {
  box-shadow: 0 0 1px #941617;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* end switcher styles */
/* button styles */
.btn {
  font-size: 14px;
  text-transform: uppercase;
}

.btn:active {
  outline: none;
}

.btn i {
  margin: 0 3px;
}

.btn-danger {
  background-color: #941617;
  border-color: #941617;
}

.btn-red {
  background-color: #eb6e5c;
  color: #fff;
}

.btn-red .btn-addon {
  background-color: #e53d27;
}

.btn-yellow {
  background-color: #efe859;
  color: #fff;
}

.btn-yellow .btn-addon {
  background-color: #eae120;
}

.btn-blue {
  background-color: #74AFF1;
  color: #fff; }
.btn-blue .btn-addon {
    background-color: #4291ED; }

.btn-green {
  background-color: #97d0a7;
  color: #fff; }
.btn-green .btn-addon {
  background-color: #319a85; }

.btn-info {
  background-color: #74AFF1;
}

.btn-primary-outline {
  background-color: #fff;
  color: #337ab7;
  border: solid 1px #337ab7;
}

.btn-link:hover, .btn-link:focus {
  text-decoration: none;
}

.btn-with-addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  padding: 0;
}

.btn-with-addon > span {
  display: inline-block;
  padding: 6px 12px;
}

.btn-with-addon .btn-addon {
  padding: 8px 10px;
  margin: 0;
}

.btn-long {
  padding-left: 50px;
  padding-right: 50px;
  max-width: 300px;
}

.card {
  display: block;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
}

.card:hover {
  text-decoration: none;
}

a.card {
  -moz-transition: box-shadow 0.7s;
  -o-transition: box-shadow 0.7s;
  -webkit-transition: box-shadow 0.7s;
  transition: box-shadow 0.7s;
}

a.card:hover {
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}

.card-default {
  border-color: #ddd;
}

.card-body {
  padding: 10px 20px;
  position: relative;
}

.cardHover {
  transform: scale(1.05);
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}

.flip-wrapper .overlayLink {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.flip-wrapper .requiredDocsLink {
  z-index: 3;
  position: relative;
}

.card-footer {
  padding: 15px 20px;
  border-top: solid 1px #ddd;
}

.cardTitle:hover {
  text-decoration: none;
}

.cardTitle h4 {
  padding: 2px;
  border-radius: 5px;
}

.activateBtn:hover,
.cardTitle h4:hover {
  background: #888888;
  color: white;
  cursor: pointer;
  text-decoration: none;
}

.pagination > li > a,
.pagination > li > span {
  color: #555;
  border-color: #ddd;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #941617;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #941617;
  background-color: #fff;
  border-color: #ddd;
  box-shadow: inset 0 -3px 0 0 #941617;
}

.table thead,
.table thead:first-child {
  background-color: #f9f9f9;
}

.table thead > tr > th,
.table thead > tr:first-child > th,
.table thead:first-child > tr > th,
.table thead:first-child > tr:first-child > th {
  border-top: solid 1px #ddd;
  border-bottom: none;
}

.table tbody > tr > td {
  border-top: none;
}

.table td {
  border-bottom: none;
}

.table-bordered-bottom tbody > tr > td {
  border-bottom: 1px solid #ddd;
}

.table-bordered-bottom tbody > tr > td:first-child, .table-bordered-bottom tbody > tr > td:last-child {
  padding-left: 0;
}

.table-bordered-bottom tbody > tr:last-of-type > td {
  border-bottom: none;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #fcfcfc;
}

.collapse-body {
  display: none;
}

.panel-heading,
.panel-default > .panel-heading {
  padding: 13px 15px;
  background-color: transparent;
}

.panel.edit-mode {
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.15);
}

/* spacers */
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

/* .mx-5 {
  margin-left: 5px;
  margin-right: 5px;
} */

.mt-5 {
  margin-top: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-70 {
  margin-bottom: 70px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mt-100 {
  margin-top: 100px;
}

/* end margin and adding spaces */
.cols-no-pad > [class*=col] {
  padding-left: 0;
  padding-right: 0;
}

.mCSB_inside > .mCSB_container {
  margin-right: 13px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #888;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #ddd;
}

.mCSB_scrollTools_onDrag .mCSB_dragger .mCSB_dragger_bar {
  background-color: #888 !important;
}

.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
  font-family: 'gmg';
  color: #fff;
  margin-top: 3px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background: transparent;
  border-color: transparent;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  background: transparent;
}

.ui-datepicker .ui-datepicker-prev:after {
  font-family: FontAwesome;
  content: '\f053';
  float: left;
}

.ui-datepicker .ui-datepicker-next:after {
  font-family: FontAwesome;
  content: '\f054';
  float: right;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 40%;
  margin: 0 2%;
  bordeR: solid 1px #ddd;
}

.ui-datepicker .ui-state-default {
  background: transparent;
  border-radius: 5px;
  border: none;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
}

.ui-datepicker .ui-state-default.ui-state-active {
  border: solid 1px #941617;
  color: #941617;
}

.ui-datepicker .ui-state-default.ui-state-highlight {
  color: #941617;
  font-weight: 600;
}

.ui-datepicker th {
  text-transform: uppercase;
  font-size: 10px;
}

.ui-datepicker td {
  text-align: center;
}

.ui-datepicker-header {
  background-color: #941617;
}

.ui-datepicker-title {
  font-size: 14px;
  text-transform: uppercase;
}

.valign-center {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.service-list {
  margin: 20px 0 0 0;
}

.service-list [class*="col"] {
  position: static;
}

.flip-wrapper {
  z-index: 8;
  position: relative;
}

.flip-back, .flip-front {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.flip-back {
  opacity: 0;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 600px;
  padding: 20px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.flip-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9;
  display: none;
  opacity: 0;
}

.close-flip,
.close-flip-to-product {
  position: absolute;
  top: 7px;
  right: 15px;
  font-size: 20px;
}

.loader {
  border: 12px solid #f3f3f3;
  border-top: 12px solid #941616;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.page-loader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.page-loader {
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 99;
  position: fixed;
  top: 50%;
  left: 50%;
}

.survey-info-panel {
  height: 100%;
}

.credit-label {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: solid 2px #ddd;
  display: inline-block;
  font-size: 18px;
  padding: 10px 15px;
  color: #aaa;
}

.credit-label.green {
  background: #4caf50;
  color: #fff;
  border-color: #4caf50;
}

.credit-label.red {
  background: #f44336;
  color: #fff;
  border-color: #f44336;
}

.add_legal_entry {
  display: none;
}

.edit-mode .tax-addition.hide {
  display: block !important;
}

.edit-mode .tax-addition.show_list {
  display: none;
}

.edit-mode .add_legal_entry {
  display: inline-block;
}

.full-page-bg {
  background-image: url(../img/login-bg.jpg);
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 30px;
}

.sign-wrap {
  font-size: 0;
}

.sign-wrap > * {
  font-size: 16px;
}

.sign-intro-text {
  color: #fff;
  padding: 50px;
}

.sign-intro-text p {
  font-size: 22px;
  font-weight: 300;
}

.sign-form-wrap {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  background: #fff;
  padding: 70px 34px 30px;
}

.sign-form-wrap button[type="submit"] {
  width: 150px;
}

.sign-form-wrap form {
  min-height: 380px;
}

.sign-form-wrap h3 {
  margin-bottom: 45px;
  font-weight: 300;
}

.forgot-pass-btn {
  float: right;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: inherit;
}

.hero-wrapper {
  background-image: url(../img/red-skyline.png);
  background-position: center;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
}

.hero-text {
  padding-left: 24px;
  border-left: solid 5px #fff;
  max-width: 440px;
  color: #fff;
}

.service-list > div {
  margin-bottom: 20px;
}

.service-list .card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.08);
}

.service-list .card > * {
  flex-basis: 50%;
}

.service-list .card hr {
  margin: 10px 0;
}

@media (max-width: 678px) {
  .service-list .card {
    flex-direction: column;
  }
  .service-list .card img {
    width: 100%;
  }
}

.status {
  color: #aaa;
}

.status span {
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
}

.status .count {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  min-width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  border: solid 2px #aaa;
  font-size: 14px;
}

.status.not-active {
  color: #f44336;
}

.status.not-active .count {
  border-color: #f44336;
}

.status.active {
  color: #4caf50;
}

.status.active .count {
  border-color: #4caf50;
}

.status.not-reviewed {
  color: #ffc107;
}

.status.not-reviewed .count {
  border-color: #ffc107;
}

.estimated-value {
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
}

.est-value-wrap {
  min-height: 62px;
}

.service-top {
  height: 66px;
}

@media (max-width: 1200px) {
  .service-top .btn-with-addon {
    font-size: 13px;
  }
}

.services-count {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: #f44336;
  color: #fff;
  text-align: center;
  line-height: 32px;
  position: absolute;
  top: -10px;
  right: -10px;
  min-width: 32px;
  height: 32px;
}

.service-address {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: 600;
  width: 100%;
  text-align: right;
  color: #8dcdc0;
}

.chart-labels {
  overflow: hidden;
}

.chart-label {
  width: 50%;
  float: left;
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 14px;
  color: #aaa;
}

.chart-label .colored-dot {
  margin-right: 10px;
}

.chart-label > span {
  vertical-align: middle;
}

.colored-dot {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  background-color: #aaa;
  width: 30px;
  height: 30px;
}

.blue-message {
  background-color: #d9edf6;
  padding: 20px;
  display: block;
}

.steps-2848 {
  position: relative;
}

.steps-2848 p {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0;
}

.steps-2848 h2 {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 0;
  background-color: white;
}

.steps-2848 h2:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #fff;
  border: solid 3px #941616;
  border-radius: 50%;
}

.steps-2848 h2 span {
  margin-left: 10px;
}

.steps-2848-txt {
  padding-left: 40px;
}

.preview2848 {
  display: block;
  border: solid 1px #dbdbdb;
  position: relative;
}

.preview2848:hover:after {
  opacity: 1;
}

.preview2848:hover:before {
  opacity: 1;
  margin-top: 0;
}

.preview2848:after {
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.preview2848:before {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: 'g';
  font-family: 'gmg';
  color: #000;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  margin-top: -30px;
}

.preview2848 embed {
  min-height: 300px;
}

.cs-pt-input::-webkit-input-placeholder {
    white-space: pre-line;
    top: -9px;
    position: relative;
    text-align: center;
}

.cs-pt-input::-moz-placeholder { /* Firefox 19+ */
    white-space: pre-line;
    top: -9px;
    position: relative;
    text-align: center;
}
.cs-pt-input:-ms-input-placeholder { /* IE 10+ */
    white-space: pre-line;
    top: -9px;
    position: relative;
    text-align: center;;
}
.cs-pt-input:-moz-placeholder { /* Firefox 18- */
    white-space: pre-line;
    top: -9px;
    position: relative;
    text-align: center;
}

/* dataTable */

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("https://cdn.datatables.net/1.10.20/images/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("https://cdn.datatables.net/1.10.20/images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("https://cdn.datatables.net/1.10.20/images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("https://cdn.datatables.net/1.10.20/images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("https://cdn.datatables.net/1.10.20/images/sort_desc_disabled.png");
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #ddd;
}

/*
 * Control feature layout
 */

.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-bottom: 0.5em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  padding: 0.2em 1em;
  margin-left: 3px;
  text-decoration: none !important;
  cursor: pointer;
  color: #888;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  outline: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff;
  background-color: #941515;

}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white;
  background-color: #585858;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

/* Company */
.panel-default .panel-heading {
	font-size: 24px;
	font-weight: bold;
}
.panel-default .panel-heading .glyphicon-plus-sign {
	font-size: 30px;
	color: #941415;
}
.panel-default thead tr th:last-child {
	width: 120px !important;
}
.btn-view, .btn-edit, .btn-remove {
	border-color: rgba(0, 0, 0, 0.07);
	color: #676767;
}
.btn-view:hover, .btn-edit:hover {
	background-color: #585858;
	color: #fff;
}
.btn-remove:hover {
	background-color: #941415;
	color: #fff;
}
.panel-default .ellipsis {
	display: inherit;
}
.panel-default tr th {
    border-bottom: 3px solid #ddd;
}

/* Company Settings */
.setupContent .panel-default,
.candidateDetails .panel-default {
  border: 1px solid #b3b3b3;
}

.settingsContainerWrapper {
  align-items: center;
  margin: 0 0 20px 0;
}

.settingsContainer {
  align-items: center;
  margin-top: 10px;
}

.settingsContainer .form-label {
  color: #888787;
  margin: 0 20px 0 0;
}

.setupLinkContainer
{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 0px 140px;
}

.setupLinkContainer {
  margin: 10px 0 0 0;
}

.setupLinkContainer a {
  /* color: #761694; */
  font-size: 15px;
}

.setupIcon {
  height: 65px;
}

.setupLinkContainer hr {
  width: 100%;
  margin: 10px 0;
}

#candidateLinkContainer.settingsContainer {
  flex-direction: column;
}

#candidateLink {
  text-align: center;
}

#candidateUrl {
  display: inline-block;
  margin: 0 0 0 5px;
  border: none;
  border-bottom: 1px solid #dbdbdb;
}

#candidate_link_url {
  font-size: 14px;
}

.companySettingsPanel {
  border: none;
}

.panelContent {
  display: flex;
  flex-direction: column;
}

.panelTabs {
  display: flex;
  flex-direction: column;
}

.panelTabs h4 {
  color: #888787;
  border: 1px solid #b3b3b3;
  border-right: 2px solid #941617;
  border-left: 2px solid #941617;
  padding: 10px;
  margin: 0;
  order: 1;
  font-size: 15px;
}

.panelTabs h4:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 2px solid #941617;
}

.panelTabs h4:not(.active):hover {
  background: #888888;
  color: white;
  cursor: pointer;
}

.panelTabs .active {
  background: #941617;
  color: white;
  border-color: #941617;
}

.addNewContainer {
  display: flex;
  justify-content: center;
  align-self: center;
  width: 95%;
}

.addNewBtn {
  border: none;
  margin: 10px 5px;
  padding: 5px;
  border-radius: 5px;
  background: #219a42;
  color: white;
  font-size: 15px;
  order: -1;
}

.addNewBtn:hover {
  color: white;
  background: #888888;
  border-radius: 5px;
  text-decoration: none;
}

.panelBody {
  background: #941617;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.panelContent .table-responsive {
  width: 98%;
  align-self: center;
  border: 1px solid #b3b3b3;
  margin: 10px;
  border-radius: 5px;
  padding: 10px;
  background: white;
}

.panelContent table {
  width: 100% !important;
}

.companySettingsTable.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e2e0e0;
}

.companySettingsTable tr,
.panelContent label,
.panelContent .dataTables_info,
#wotc_employee_table,
#wotc_documents_table {
  font-size: 14px;
}

.dtr-details {
  text-align: center;
  list-style: none;
}

.dtr-title {
  font-weight: 800;
}
/* End Company Settings */

/* Setup Wizard Styles */
.descriptionModal {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  background: rgba(136, 136, 136, 0.79);
}

.descriptionModalContainer {
  background: white;
  min-height: 30%;
  text-align: center;
  width: 95%;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
  box-shadow: 0 10px 15px rgba(0,0,0,.5);
}

.lgDescriptionContainer {
  min-height: 40%;
}

.descriptionModalContainer .title h1 {
  font-size: 28px;
  margin: 10px 0;
  color: #888787;
}

.carousel-wrapper {
  overflow: hidden;
  width: 100%;
}

.carousel-wrapper * {
  box-sizing: border-box;
}

.carousel {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
}

.fa-chevron-left,
.fa-chevron-right {
  position: absolute;
  top: 50%;
  font-size: 22px;
  padding: 5px;
  color: #888787;
  z-index: 1000;
  cursor: pointer;
}

.fa-chevron-left:hover,
.fa-chevron-right:hover {
  color: white;
  background: #888888;
}

.fa-chevron-left {
  left: 0;
}

.fa-chevron-right {
  right: 0;
}

.qAndAContainer {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 90%;
  z-index: 100;
  transition: transform .5s, z-index .5s;
  align-self: center;
}

.qAndAContainer.initial,
.qAndAContainer.active {
  opacity: 1;
  position: relative;
  z-index: 900;
}

.qAndAContainer.prev,
.qAndAContainer.next {
  z-index: 800;
}

.qAndAContainer.prev {
  transform: translateX(-100%);
}

.qAndAContainer.next {
  transform: translateX(100%);
}

.descriptionModalContainer h3,
h3.nextStep {
  font-size: 18px;
  color: #f44336;
}

.descriptionModalContainer p {
  font-size: 13px;
  margin: 10px 0 20px 0;
}

#roleDescriptions {
  padding: 0 0 0 20px;
}

.descriptionModalContainer .roleDescription p {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.descriptionModalContainer .roleDescription ul{
  font-size: 13px;
  align-self: center;
  text-align: left;
}

.gotIt {
  background: #219a42;
  color: white;
  padding: 5px;
  border-radius: 4px;
  margin: 15px 0 5px 0;
}

.gotIt:hover {
  background: #888888;
  transform: scale(1.2);
  color: white;
  padding: 5px;
  border-radius: 4px;
  margin: 15px 0 5px 0;
}

.list-unstyled {
  margin: 0 0 30px 0;
}

#rolePermissions tbody tr td,
table#rolePermissions thead tr th {
  font-size: 12px;
  border: 1px solid;
  padding: 1px;
  width: auto !important;
}

table#rolePermissions thead tr th,
table#rolePermissions td.permission {
  border-color: #888787;
}

.roleYes,
.roleNo {
  text-align: center;
}

.roleYes {
  color: green;
  background: #aeefae;
  border-color: green;
}

.roleNo {
  color: red;
  background: #fbc8c8;
  border-color: red;
}

.setup-wizard .panel-body {
  padding: 34px;
}

.contentDescription p {
  font-size: 12px;
  margin: 0;
}

hr {
  border-top: 1px solid #b3b3b3;
}

.wizard-heading {
  padding: 5px 0;
}

.wizard-heading h4{
  font-size: 16px;
  color: #888787;
}

.wizard-heading img {
  margin-top: -90px;
}

.wizard-heading h4 {
  margin: 0;
}

/* End Setup Wizard Styles */
/* Form/Panel Styles */

.mainContentWrapper {
  background: white;
  position: relative;
}

.contentContainer {
  background: white;
  align-self: center;
  margin: 10px 0;
  border-radius: 5px;
  width: 90%;
}

.contentHeader {
  margin: 15px 0 0 0;
}

.contentHeader h1 {
  font-weight: 300;
  text-align: center;
  font-size: 20px;
}

.showDescription {
  color: #f44336;
  padding: 2px;
}

.showDescription:hover,
.viewRolesIcon:hover {
  color: white;
  border-radius: 50%;
  background: #888888;
  cursor: pointer;
}

.wizard-heading .iconContainer {
    display: none;
}

.iconContainer {
  position: relative;
  text-align: center;
}

.iconContainer h3 {
  font-size: 20px;
  position: absolute;
  font-weight: 700;
  color: #f44336;
  width: 100%;
  margin: 0;
}

.setupContent {
  width: 95%;
  align-self: center;
}

.updateProfile .panel-body {
  display: flex;
  justify-content: center;
}

.addForm {
  width: 100%;
}
.addForm.addEmployeeForm {
  width: 100%;
  align-items: center;
}

.addForm.addEmployeeForm form,
.updateProfileForm {
  width: 75%;
}

.flip-back .form-control,
#sign-in .form-control,
#forgot-pass .form-control,
.contentContainer .form-control {
  border: 1px solid #b3b3b3;
}

.addForm .form-control::-webkit-input-placeholder,
.addForm .form-control::placeholder,
.addForm .select2-search__field::-webkit-input-placeholder,
.addForm .select2-search__field::placeholder,
.flip-back .form-control::-webkit-input-placeholder,
.flip-back .form-control::placeholder {
  color: #555;
}
.addForm .form-control:-moz-placeholder,
.addForm .form-control::-moz-placeholder,
.addForm .select2-search__field:-moz-placeholder,
.addForm .select2-search__field::-moz-placeholder,
.flip-back .form-control:-moz-placeholder,
.flip-back .form-control::-moz-placeholder {
 color: #555;
 opacity:  1;
}

.addForm .form-control:-ms-input-placeholder,
.addForm .form-control::-ms-input-placeholder,
.addForm .select2-search__field:-ms-input-placeholder,
.addForm .select2-search__field::-ms-input-placeholder,
.flip-back .form-control:-ms-input-placeholder,
.flip-back .form-control::-ms-input-placeholder {
 color: #555;
}

.form-label,
#sign-in .input-addon,
#sign-up .input-addon,
#forgot-pass .input-addon {
  color: #888787;
}

.selectLinkContainer,
.roleContainer {
  align-items: center;
}

.addLegalEntityIcon,
.viewRolesIcon,
.addLocationIcon,
.addPositionIcon {
  font-size: 35px;
  margin-left: 5px;
  padding: 3px;
}

.addLocationIcon:hover,
.addPositionIcon:hover,
.addLegalEntityIcon:hover {
  color: white;
  background: #888888;
  border-radius: 5px;
}

.addFormAside {
  margin: 10px 0 0;
}

.addedList {
  list-style: none;
  color: #888;
  font-size: 14px;
  padding: 0;
}

.formOptionBtns {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 15px 0 10px 0;
  font-size: 14px;
}

.addAnother {
  margin: 0;
  padding: 5px;
  border-radius: 5px;
  background: #219a42;
  color: white;
}

a.nextStep {
  margin: 0;
  padding: 5px;
  border-radius: 5px;
  background: #337ab7;
  color: white;
  text-decoration: none;
  text-align: center;
}

.formOptionBtns p {
  margin: 0 7px;
  font-weight: 700;
}

.saveBtnContainer {
  align-self: center;
}

.saveBtn {
  margin: 0;
  padding: 10px;
  border-radius: 5px;
  background: #f44336;
  width: 90px;
  color: white;
  font-size: 18px;
  font-weight: 700;
  border: none;
}

.saveBtn:hover,
.addAnother:hover,
a.nextStep:hover {
  background: #888888;
}

.stepCount {
  text-align: center;
  font-weight: 700;
}

.form-control {
  box-shadow: none;
  border: 1px solid #ddd;
  height: 30px;
}

.form-control:focus {
  outline: none;
  border-color: #ddd;
  box-shadow: none;
}

.setupContent .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #219a42;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #219a42;
}

.setupContent .form-control:invalid:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px red;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px red;
}

.form-control.input-sm {
  height: 30px;
  line-height: 30px;
  padding: 5px 10px;
  font-size: 16px;
}

.candidateDetails .form-control.start_date {
  height: 40px;
  width: 196px;
}

.candidateDetails #hire_form .form-group {
  margin: 0;
}

.form-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}

.addFormLabel {
  position: absolute;
  left: -999999px;
}

.form-horizontal .control-label {
  text-align: left;
}

.has-error {
  position: relative;
}

.has-error .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-error .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-error {
  position: absolute;
  bottom: 10px;
  right: -20px;
  z-index: 2;
}

.input-error i {
  color: #941617;
}

.input-error i:hover + span {
  display: block;
  margin-left: 0;
}

.input-error span {
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  position: absolute;
  bottom: 120%;
  left: 50%;
  width: 160px;
  background: #941617;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  padding: 5px;
  z-index: 10;
  text-align: center;
}

.input-error span:after {
  content: '';
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  border: solid 5px transparent;
  border-top-color: #941617;
  position: absolute;
  display: inline-block;
  right: 50%;
  top: 100%;
}

.setupWizardErrors {
  margin: 5px 0 0 0;
}

.setupWizardErrors li {
  margin: 0 0 0 20px;
}

.editForm,
.updateProfile {
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  margin: 10px 0;
  width: 100%
}

.candidateDetails {
  margin: 10px 0;
}

.editForm .panel-heading,
.candidateDetails .panel-heading,
.updateProfile .panel-heading {
  border-bottom: 1px solid #b3b3b3;
}

.editForm .wizard-heading,
.candidateDetails .panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.candidateDetails .candidateName  {
  display: flex;
  flex-direction: column;
}

.hire_date_container {
  display: flex;
}

.candidateName p {
  margin: 0;
  font-size: 25px;
}

.editForm .panel-heading .edit-delete {
  font-size: 22px;
}

.editForm .form-control {
  font-size: 14px;
}

.tax-addition ul {
  padding: 0 0 0 20px;
}

/* End Form/Panel Styles */
/* Employee/Candidate Dashboard styles */
.searchContainer .hiDashIcons {
  font-size: 20px;
}

.searchContainer .screeningLinks {
  margin-bottom: 10px;
}

.showFilters {
  color: #941617;
  margin-bottom: 20px;
  cursor: pointer;
}

.filterForm {
  display: none;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}

.filterForm .date_input {
  height: 39px;
}

.filterForm button:hover {
  color: white;
  text-decoration: none;
  background: #888888;
  border: none;
}

.searchContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inputContainer {
  width: 90%;
}

.search-wrap input {
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 200;
  height: auto;
  padding-right: 60px;
}

.search-wrap button {
  top: 0;
}

.search-wrap hr {
  margin: 20px 0 35px 0;
}

.candidates-list.candidates-grid-view {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.candidates-list .card-body h4 {
  margin: 0;
  height: 35px;
  font-size: 16px;
  display: block;
  overflow: hidden;
}

.candidate-details {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.candidateDetails img {
  height: 100px;
}

.candidate-details .form-horizontal .form-group,
.candidate-details .form-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.candidate-details .legalEntity {
  display: flex;
  align-items: center;
}

.candidate-details .form-horizontal .form-group.phoneNumber {
  justify-content: normal;
}

.candidate-details .form-horizontal .legalEntity  {
  width: 70%;
}

.candidate-details .form-horizontal .legalEntity select {
  width: 90%;
}

.phoneNumber {
  width: 75%;
}

.candidate-details .phoneGroup .phoneNumber .form-control{
  width: 60%;
}

.extension {
  width: 25%;
}

.candidate-details .form-horizontal .form-group {
  margin: 0 0 7px;
}

.candidate-details .form-horizontal .form-group:before,
.candidate-details .form-horizontal .form-group:after {
  display: block;
  content: normal;
}

.candidate-details .form-horizontal .form-group label {
  margin: 0 5px 0 0;
  padding: 0;
}

.candidate-details .form-horizontal .form-group.has-error .form-control {
  border-color: #f44336;
}

.candidate-details .form-horizontal .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  background: transparent;
  border: none;
  border-bottom: solid 1px #b3b3b3;
  border-radius: 0;
  padding: 0;
  min-height: 0;
  width: 70%;
}

.candidate-details .form-horizontal .form-control[readonly], .candidate-details .form-horizontal .form-control[disabled] {
  background: transparent;
  border-bottom: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: default;
}

.candidate-details .form-horizontal select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/icons/arrow-down.png) no-repeat;
  background-position: right 5px top 14px;
  background-size: 8px;
}

.candidate-details .form-horizontal select.form-control[disabled] {
  background: transparent;
  cursor: default;
}

.edit-details-btn,
.edit-delete,
.editDetails {
  font-size: 20px;
  display: flex;
  align-items: center;
}

.edit-details-btn i,
.edit-delete i {
  font-size: 18px;
  margin-right: 2px;
}

.edit-delete {
  font-weight: 700;
}

.candidateDetails .fa-calendar {
  font-size: 20px;
}

.candidateDetails .date_input {
  border-color: #b3b3b3;
}

.employeeCard {
  width: 90%;
}

.employeeCard .card,
.employeeCard .card-footer {
  border-color: #b3b3b3;
}

.employeeCard .card-footer {
  font-size: 15px;
  padding: 10px 20px;
}

.employeeCard .ellipsis {
  color: #888787;
  font-size: 14px;
}

/* End Employee/Candidate Dashboard styles */
/* chosen styles */
.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.select2-container .select2-search--inline .select2-search__field {
  padding: 0;
  margin: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #aaa;
}

.addForm .select2-container--default.select2-container--focus .select2-selection--multiple,
.addForm .select2-container--default .select2-selection--multiple {
  display: flex;
  align-items: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  box-shadow: none;
  border: 1px solid #b3b3b3;
  font-size: 14px;
  min-height: 30px;
  padding: 6px 12px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  padding: 5px 12px 5px 35px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: transparent;
  border: solid 1px #aaa;
  font-size: 12px;
  margin: 3px 5px 3px 0;
}

.select2-container .select2-container--focus .select2-container--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-results__option {
  font-size: 14px;
  line-height: 15px;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  border: none;
  background: none;
  padding: 0;
}

.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  border: none;
  font-size: 14px;
  padding: 0;
}

.select2-container--disabled .select2-selection--multiple .select2-selection__choice:not(:nth-last-child(2)):after {
  content: ",";
}

/* end of chosen styles */
/* Stepper Styling */

.steps-wrap {
  text-align: center;
  margin: 20px 0 0 0;
}

.descriptionModalContainer .steps-wrap {
  margin: 0;
}

.steps-wrap ul.list-unstyled {
  display: inline-block;
  position: relative;
}

.steps-wrap ul.list-unstyled:after {
  content: '';
  position: absolute;
  top: 23px;
  width: 100%;
  height: 3px;
  left: 0;
  background-color: #ddd;
}

.steps-wrap .list-unstyled li {
  display: inline-block;
  padding: 0 45px;
  position: relative;
  z-index: 1;
}

.steps-wrap .list-unstyled li.roleSelection {
  padding: 0 20px;
}

.steps-wrap .list-unstyled li.modalNav a{
  cursor: pointer;
}

.steps-wrap .list-unstyled li:first-of-type,
.steps-wrap .list-unstyled li.roleSelection:first-of-type {
  padding-left: 0;
}

.steps-wrap .list-unstyled li:last-of-type,
.steps-wrap .list-unstyled li.roleSelection:last-of-type {
  padding-right: 0;
}

.steps-wrap .list-unstyled li a {
  cursor: default;
}

.steps-wrap .list-unstyled li.roleSelection a {
  cursor: pointer;
}

.steps-wrap .list-unstyled li.activeStep a {
  color: #f11302;
}

.steps-wrap .list-unstyled li.activeStep i {
  font-size: 34px;
}

.steps-wrap .list-unstyled li.activeStep span {
  top: 31px;
  font-weight: 800;
  font-size: 13px;
  color: #000;
}

.steps-wrap .list-unstyled li.passed a {
  border-color: #f44336;
}

.steps-wrap a {
  background-color: #fff;
  position: relative;
  font-size: 22px;
  color: #a3ddec;
}

.steps-wrap span {
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  position: absolute;
  left: 50%;
  top: 30px;
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  color: #aaa;
}

.fa-check-circle {
  color: #03c103;
}

/* End Stepper Styling */

@media only screen and (min-width: 600px) {
  .contentHeader h1 {
    font-size: 27px;
  }

  .steps-wrap .list-unstyled li {
    padding: 0 75px;
  }

  .formOptionBtns {
    flex-direction: row;
  }

  .steps-wrap .list-unstyled li.roleSelection {
    padding: 0 40px;
  }

  .search-wrap input {
    font-size: 25px;
  }

  .search-wrap button {
    top: 4px;
  }

  .candidates-list.candidates-grid-view {
    justify-content: space-between;
  }

  .employeeCard {
    width: 49%;
  }
}

@media only screen and (min-width: 768px) {
  .descriptionModalContainer {
    width: 750px;
  }

  .descriptionModalContainer {
    min-height: 45%;
  }

  .lgDescriptionContainer {
    min-height: 55%;
  }

  .descriptionModalContainer .title h1 {
    margin: 0;
  }

  .descriptionModalContainer h3,
  h3.nextStep {
    font-size: 20px;
  }

  .descriptionModalContainer p,
  .descriptionModalContainer .roleDescription p,
  .descriptionModalContainer .roleDescription ul {
    font-size: 15px;
  }

  /* Company Settings Styles */
  .settingsContainerWrapper {
    align-items: center;
    margin: 0 0 30px 0;
  }

  .settingsContainer {
    margin: 0;
  }

  .setupLinkContainer a {
    font-size: 18px;
  }

  .setupIcon {
    height: 85px;
  }

  .setupLinkContainer hr {
    margin: 20px 0;
  }

  .setupLinkContainer .fa-desktop {
    font-size: 75px;
  }

  .setupLinkContainer .fa-hat-wizard {
    top: 35px;
    font-size: 30px;
  }

  #candidateLinkContainer.settingsContainer {
    flex-direction: row;
  }

  #candidate_link_url {
    font-size: 15px;
  }

  .panelTabs {
    flex-direction: row;
  }

  .panelTabs h4 {
    border: 1px solid #b3b3b3;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    order: 0;
    font-size: 18px;
  }

  .panelTabs h4:first-of-type {
    margin: 0 2px 0 0;
  }

  .panelTabs h4:first-of-type:not(.active) {
    border: 1px solid #b3b3b3;
  }

  .panelTabs h4:not(:first-of-type) {
    margin: 0 2px;
  }

  .addNewContainer {
    justify-content: flex-end;
  }

  .addNewBtn {
    order: 0;
    font-size: 16px;
  }

  .panelBody {
    border-top-right-radius: 5px;
  }

  .companySettingsTable tr,
  .panelContent label,
  .panelContent .dataTables_info,
  #wotc_employee_table,
  #wotc_documents_table {
    font-size: 16px;
  }
  /* End Company Settings Styles */
  /* Forms styles */
  .contentHeader h1 {
    font-size: 36px;
  }

  .wizard-heading .iconContainer {
    display: flex;
    align-items: center;
  }

  .contentDescription p {
    font-size: 14px;
  }

  .wizard-heading h4{
    font-size: 18px;
  }

  .formContainer {
    flex-direction: row;
  }

  .addForm {
    width: 50%;
  }

  .addLegalEntityIcon,
  .viewRolesIcon,
  .addLocationIcon,
  .addPositionIcon {
    font-size: 40px;
  }

  .form-control {
    height: 40px;
  }

  .select2-container--default.select2-container--focus .select2-selection--multiple,
  .select2-container--default .select2-selection--multiple {
    min-height: 40px;
  }

  .select2-container--default.select2-container--disabled .select2-selection--multiple {
    min-height: 30px;
  }

  .select2-container .select2-search--inline .select2-search__field {
    margin-top: 4px;
  }

  .saveBtnContainer {
    align-self: flex-start;
  }

  .addFormAside {
    margin: 0 0 0 40px;
    min-width: 40%;
  }

  .formOptionBtns {
    margin: 5px 0 40px 0;
  }

  .filterForm .date_input {
    height: 43px;
  }

  .searchContainer {
    flex-direction: row;
    justify-content: space-between;
  }

  .search-wrap input {
    font-size: 35px;
  }

  .inputContainer {
    width: 75%;
  }

  .search-wrap button {
    top: 11px;
  }

  .searchContainer .hiDashIcons {
    font-size: 30px;
  }

  .searchContainer .screeningLinks {
    margin-bottom: 0;
  }

  /* End Forms styles */

  #rolePermissions tbody tr td,
  table#rolePermissions thead tr th {
    font-size: 15px;
    padding: 2.5px;
  }

  .steps-wrap .list-unstyled li.roleSelection {
    padding: 0 50px;
  }

  .steps-wrap .list-unstyled li {
    padding: 0 100px;
  }

  .steps-wrap a {
    font-size: 25px;
  }

  .steps-wrap .list-unstyled li.activeStep i {
    font-size: 40px;
  }

  .steps-wrap .list-unstyled li.activeStep span {
    font-size: 14px;
  }

  .employeeCard {
    width: 30%;
  }

  .candidates-list .card-body h4 {
    height: 44px;
    font-size: 19px;
  }

  .employeeCard .ellipsis {
    font-size: 16px;
  }

  .employeeCard .card-footer {
    font-size: 16px;
    padding: 15px 20px;
  }

  .credit-label {
    padding: 5px 10px;
  }

  .candidate-details {
    flex-direction: row;
  }

  .detailsPanels {
    width: 75%;
    margin-left: 10px;
  }

  .surveyInfo {
    width: 22%;
  }

  .edit-details-btn,
  .edit-delete,
  .editDetails {
    font-size: 24px;
  }

  .edit-details-btn i,
  .edit-delete i {
    font-size: 22px;
  }

  .candidateDetails img {
    height: auto;
  }

  .candidateDetails .candidateName  {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}

@media only screen and  (min-width: 992px) {
  .descriptionModalContainer,
  .contentContainer {
    width: 970px;
  }

  .cardWrapper {
    height: 228px;
  }

  .formOptionBtns {
    font-size: 16px;
  }

  .formOptionBtns p {
    margin: 0 20px;
  }

  .showFilters {
    display: none;
  }

  .filterForm {
    display: block;
  }

  .editForm .form-control,
  .select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    font-size: 16px;
  }

  .credit-label {
    font-size: 20px;
    padding: 10px 15px;
  }

  .candidateName p {
    font-size: 30px;
  }
}

@media only screen and  (min-width: 1200px) {
  .descriptionModalContainer,
  .contentContainer {
    width: 1170px;
  }

  .cardWrapper {
    height: 250px;
  }

  .credit-label {
    font-size: 26px;
    padding: 10px 25px;
  }
}

  /*# sourceMappingURL=main.css.map */