.login-content {
  text-align: center;
  height: 60%;
}

.login-content-full {
  text-align: center;
  height: 100%;
}

.login-content-full li {
  text-align: left;
}

.logo {
  font-weight: bold;
}

.login-content:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*   background: #00bcd4;*/
  content: "";
  z-index: 0;

}
.login-content:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 1px;
  height: 100%;
}

.lc-block {
  margin-bottom: 10px;
  box-shadow: unset;
}

.lc-block h2 {
  color: #333;

}

.box-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 15px;
}


.box-grid .checkbox {
  margin-top: -5px !important;
}

.top-menu > li > a {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.phase-list {
  padding-left: 0px !important;

}

.phase-list li {
  margin-top: 10px;
  display: block;

}


td.commands {
  width: 100px;
}

span.edit, span.reorder  {
  margin-right: 5px;
}


td.editing {
}

tr.editing {
  background-color: #fff !important;
}

tr.editing input {
  background-color: #fff;
}

table a {
  cursor: pointer !important;
}


.typeahead-list {
  list-style-type: none;
  padding: 5px;
  margin-top: 3px;
  border: solid 1px grey;
  border-radius: 3px;
  position: absolute;
  z-index: 2;
  background-color: white;
  overflow-y: scroll;
  max-height: 300px;
  width: 445px}


.typeahead-item {
  padding: 3px;
}

li.highlighted
{
  padding: 3px;
  border: 1px solid grey;
  background-color: grey;
  color: white;
}

.datepicker-wrapper {
  position: relative;
}
.datepicker.dp-inline {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker.dp-dropdown {
  position: absolute !important;
  z-index: 1000;
  top: 100%;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  min-width: 160px;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: white;
  border: 1px solid #ccc; // IE8 fallback
  border: 1px solid rgba(0,0,0,.15);
  background-clip: padding-box;

}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td {
  cursor: pointer;
}
.datepicker td.month, td.year, {
  text-align: center;
  line-height: 54px;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td span {
  display: block;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  /*  background-color: #0044cc; */
  *background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}

.datepicker td span {
  display: block;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* .datepicker td:hover, td span:hover { */
/* background: #eeeeee; */
/* } */

.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}


div.mini-charts-item {
  cursor: pointer;

}
.mini-charts-item .count {
  padding: 8px 12px;
}

.mini-charts-item .chart {
  padding: 8px 16px;
}

body {
  /*  background: #e2e2e2 url('../img/background.png') top center repeat; */
}

body.jobsite {
  background: none;
}

.quil-editor-wrap {
  margin: 0px 0px 20px 0px;
}

.quil-editor {

}

.quil-toolbar {
  border-bottom: 1px solid #e2e2e2;
  padding: 15px;

}

.ql-active {
  color: #ffffff;
  background-color: #2196f3;
  border-color: #0d8aee;
}

.ql-editor {
  min-height: 120px;
}

.loading-box {
  text-align: center;
}

td.commands, th.commands {
  padding: 3px !important;

}

.modal {
  position: absolute !important;
  overflow: visible;
  height: 100%;
  width: 100%;
}
.modal.fixed {
  position: fixed !important;
}

.modal .modal-content {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  height: 95%;
}

.modal .modal-body {
}


.modal.fade.in {
  display: block;
}
.w-95-procent {
  width: 95% !important;
  max-width: 1110px;
}

.h-95-procent {
  height: 95%;
}

.normal-modal .modal-dialog.scrollable {
  height: 95% !important;
}



.pmb-block .pmbb-header .actions {
  position: absolute;
  top: -2px;
  right: 0;
}


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

.lv-message .lv-item:not(.right) .ms-item {
  background: white;
  color: #5e5e5e;
}

.ms-item {
  padding-top: 0px;
  max-width: 100%;
}

.preselection-answers tr td:nth-of-type(1)
{
  width: 32px;
  text-align: left;
}

.preselection-answers tr td:nth-of-type(1) .zmdi {
  color: white;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
  padding-top: 4px;
  padding-left: 1px;
}
.preselection-answers tr.score-warning td:nth-of-type(1) .zmdi {
  background-color:  #f44336;
}



.preselection-answers tr.score-success td:nth-of-type(1) .zmdi {
  background-color: #8bc34a;
}
.bgm-darkblue {
  background-color: #1e87db;
}

.ms-reply {
  border: 1px solid #ccc;
  margin-bottom: 0px !important;
  margin-top: 5px !important;
  display: block;
}

td.check, th.check {
  width: 32px;
}

.sent-mail {
  border: 1px solid #ededed;
  padding: 5px;

}
.sent-mail .subject {
  border-bottom: 1px solid #ededed;
}

tr.expandable {
  /*    cursor: pointer; */
}
.total-score span {
  color: #333;
}


tr span.new {
  color: #8bc34a;
}

tr span.in_progress {
  color: #4caf50;
}

tr span.shortlist {
  color: #009688;
}


tr span.to_reject {
  color: #ff5722;
}

tr span.rejected {
  color: #f44336;
}

tr span.got_the_job {
  color: #ff9800;
}

.left-border {
  border-left: 1px solid #ededed;
}
.no-avatar{
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 33pt;
  background-color: #ddd;
  display: block;
  border-radius: 30px;
}

input.fileupload {
  display: block !important;
  width: 100%;
  padding: 5px;
  margin-bottom: 0px !important;
}
.file-selector .btn {
  float: right;
}

.bor-b-1 {
  border-bottom: 1px solid #ccc;
}


td.nodata {
  text-align: center;
}
.lv-message .lv-item {
  padding-left: 10px;
  border-bottom: 1px solid #ededed;
}
.lv-avatar.pull-left {
  display: none !important;
}
/*
   .modal-body > div > .row  {
   margin-bottom: 20px;
   }
   .modal-body > div > .row > div {
   border-left: 2px solid #ccc;

   }*/


input.form-control.error,
input.fileupload.error {
  border-left: 4px solid red !important;
  background-color: rgba(155,155,155,0.3);
  color: red;
  padding-left: 4px;
}
input.form-control.success,
input.fileupload.success {
  border-left: 4px solid green !important;
  background-color: rgba(155,155,155,0.3);
  color: green;
  padding-left: 4px;
}

label span.error {
  color: red;
}
.datepicker-select select {
  margin-right: 5px;
}

.growl-animated {
  position: fixed;
  margin: 0px;
  z-index: 1000031;
  display: inline-block;
  bottom: 20px;
  right: 20px;
  font-size: 16pt;
  /*
     background-color: rgba(96,125,139,1);
     border: 0px solid black;
   */

  -webkit-animation: fadeinout 4s linear forwards; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadeinout 4s linear forwards; /* Firefox < 16 */
  -ms-animation: fadeinout 4s linear forwards; /* Internet Explorer */
  -o-animation: fadeinout 4s linear forwards; /* Opera < 12.1 */
  animation: fadeinout 4s linear forwards;

}
.growl-check {
  font-size: 16pt;
}

@-webkit-keyframes fadeinout {
  0%,100% { opacity: 0; }
  15%,85% { opacity: 1; }
}

@keyframes fadeinout {
  0%,100% { opacity: 0; }
  15%,85% { opacity: 1; }
}

.rating {
  font-size: 16pt;
  width: 110px;
}

.rating .zmdi {
  color: #ff9800;
}


.rating-row > .rating-title {
  width: 250px;
  padding-left: 30px;
}

.rating-row .rating-comment textarea
{
  width: 70%;
  border: 1px solid #ccc;
  padding: 5px;
  float: left;
}

.rating-row .rating-comment p {
  width: 70%;
  float: left;
}
.rating-row > .rating {
  font-size: 12pt;
}

ul.send-mail-list {
  list-style-type: none;
  list-style-position: outside;
  margin-left: -40px;
}






@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
.showSweetAlert {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}
.hideSweetAlert {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}
@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}
.icon.success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}
@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}
@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}
@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}
.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1040;
}
.sweet-alert {
  background-color: #ffffff;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 2000;
}
@media all and (max-width: 767px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert .icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert .icon.error {
  border-color: #d43f3a;
}
.sweet-alert .icon.error .x-mark {
  position: relative;
  display: block;
}
.sweet-alert .icon.error .line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #d9534f;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .icon.error .line.left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .icon.error .line.right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .icon.warning {
  border-color: #eea236;
}
.sweet-alert .icon.warning .body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #f0ad4e;
}
.sweet-alert .icon.warning .dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #f0ad4e;
}
.sweet-alert .icon.info {
  border-color: #46b8da;
}
.sweet-alert .icon.info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #5bc0de;
}
.sweet-alert .icon.info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #5bc0de;
}
.sweet-alert .icon.success {
  border-color: #4cae4c;
}
.sweet-alert .icon.success::before,
.sweet-alert .icon.success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .icon.success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.sweet-alert .icon.success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}
.sweet-alert .icon.success .placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(92, 184, 92, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .icon.success .fix {
  width: 5px;
  height: 90px;
  background-color: #ffffff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .icon.success .line {
  height: 5px;
  background-color: #5cb85c;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .icon.success .line.tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .icon.success .line.long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .icon.custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}
.sweet-alert .btn-default:focus {
  border-color: #cccccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
}
.sweet-alert .btn-success:focus {
  border-color: #4cae4c;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(76, 174, 76, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(76, 174, 76, 0.6);
}
.sweet-alert .btn-info:focus {
  border-color: #46b8da;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(70, 184, 218, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(70, 184, 218, 0.6);
}
.sweet-alert .btn-danger:focus {
  border-color: #d43f3a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(212, 63, 58, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(212, 63, 58, 0.6);
}
.sweet-alert .btn-warning:focus {
  border-color: #eea236;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238, 162, 54, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238, 162, 54, 0.6);
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
.suggestions {
  margin-top: 20px;
}

.suggestions ul a:hover {
  cursor: pointer;

}
.suggestions ul {
  padding-left: 0px;
}

.suggestions ul li {
  list-style-type: none;
}

img.banner {
  max-width: 100%;
}

img.logo {
  max-width: 100%;
}

.or-group {
  border-left: 1px solid #ccc;
  padding-left: 10px;
}
.or-divider {
  text-align: center;
}

.and-divider {
  margin-bottom: 20px;
  text-align: center;
}

.num-hits {
}

.job-application-card .pmb-block .pmbb-header .actions {
  right: 25px;
  top: 13px;
}

.typeaheadlist .commands {
  text-align: right !important;
}


.jobphasesgrid .commands .delete {
  float: right;
}


.jobphasestemplategrid .reorder {
  float: none;
}

.jobphasestemplategrid .delete {
  float: right;
}

/*hacky*/
.jobphasesgrid table > tbody > tr:nth-child(2) > td.commands > span.reorder.reorder-down {
  margin-left: 32px;
}

/*hacky*/
.jobphasestemplategrid table > tbody > tr:nth-child(1) > td.commands > span.reorder.reorder-down {
  margin-left: 32px;
}

.quicksearch {
  background-color: #1e87db;
  color: #fff;
  padding: 0px 12px;
  height: 56px;
}
.quicksearch input {
  width: 170px;
  margin-top: -2px;
  margin-right: 10px;
  height: 28px;
  border: 0px solid black;
  display: inline-block;
  margin-top: 13px;
  float: left;
  color: #333 !important;
  padding-left: 5px;
}
.quicksearch i {
  font-size: 22pt;
  margin-right: 10px;
  margin-top: 12px;
  display: inline-block;
  cursor: pointer;
}


.background-wrap {
  background-size: cover;
  height: 100%;
  position: absolute; /*for the fullscreen */
  width: 100%;
}

.background-wrap.splash1 {
  background-image: url('../img/splash1.jpg');
}

.background-wrap.splash2 {
  background-image: url('../img/splash2.jpg');
}


.background-wrap.splashcandidate {
  background-image: url('../img/splashcandidate.jpg');
}

.jscolor {
  width: 100%;
  border: 0px solid black;
}

.send-profile-popup h4 {
  color: #333 !important;
}

@media screen and (max-width: 1024px) {
  .fg-float .fg-label {
    position: static;
  }
}

.candidate-grid .commands .delete {
  display: inline-block;
  padding-top: 7px;
}

.candidate-grid .commands .delete .btn {
  font-size: 12px !important;
}
.my-rating {
  cursor: pointer;
}

.superadmin-screen header {
  background-color: #d53234;
}

.jobs-overview-table .delete button {
  margin-top: 8px;
}

.copy-button {
  width: 80px;
}

.chart-placeholder {
  height: 382px !important;
  border: 0px solid red;
}

.form-control[type="checkbox"][disabled] {
  background-color: #eeeeee;
  opacity: 0;
  color: #ccc;
}

.actions .tooltip-icon .dropdown-menu {
  z-index: 9999999 !important;
  max-height: 300px;
  overflow-y: scroll;
}
.actions .tooltip-icon  a  i {
  /*    color: #1e87db !important; */
  color: #ccc !important;
}

.tooltip-icon .dropdown-menu {
  min-width: 420px;
}

.tooltip-icon .dropdown-menu.flags {
  min-width: 130px;
}

.flag-item:hover {
  background-color: #ededed;

}

.actions .tooltip-icon .dropdown-menu.flags {
  overflow-y: hidden !important;
}

.fg-line:not(.disabled):after, .fg-line:not(.readonly):after {
  z-index: 1 ; /* because of shining through tooltips, this is lowered by 2 */
}

html:not(.ie9) .select:before {
  z-index: 1;
}


.published {
  color: #00b587;
}

.offline {
  color: #aaa;
}

.scheduled {
  color: #ff9800;
}

.jobs-overview-table table tr td:nth-of-type(1) {
  width: 33%;
}

.jobs-overview-table table tr td:nth-of-type(4) {
  min-width: 410px;
}

td.nodata {
  padding: 20px;
}


.visual-table {
  width: 100%;
}

.visual-table tr th:nth-of-type(2) {
  padding-right: 10px;
  width: 60px;
}

.visual-table tr th:nth-of-type(3) {
  width: 60px;
}

.visual-table tr td:nth-of-type(2),
.visual-table tr td:nth-of-type(3) {
  text-align: center;
}

.visual-table td div.xinput-group {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}


.rating-num {
  width: 60px;
}

.bookmark {
  color: #3eaf5c;
  display: inline-block;

}

.bookmark-blacklist {
  color: black;
  display: inline-block;

}


.bookmark-agency {
  color: #4f869e;
  display: inline-block;

}

.bookmark-hired {
  color: #ff9733;
  display: inline-block;
}

.backtotop {
  display: inline-block;
  float: right;
}

#quil-editor, #broadcast-editor {
  height: 375px;
}


#signature {
  height: 100px;
}

#message {
  height: 375px;

}

.logo-login {
  max-width: 360px;
  margin-bottom: 30px;
}

.jobs-list-summary {
  color: #999;
  text-align: right;
}

.jobs-list-summary .amount {
  font-weight: bold;
}

.are-you-sure.candidate-portal-popup {
  top: 20px;
  left: 50px;

}
body.legal {
  background-color: white;
}

body.legal .header-logo {
  margin-top: 25px;
  margin-bottom: 25px;
}

body.legal .legal-doc .bold {
  font-weight: bold;
}

.customer-view table tr td:nth-of-type(4) {
  padding: 3px;

}


@media screen and (max-width: 768px) {

  .quicksearch {
    margin-bottom: 30px !important;
  }

  .phase-buttons-wrap {
    position: static !important;

  }
  .phase-buttons .btn-group {
    display: block !important;
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    box-shadow: none !important;
    position: static !important;
    float: none !important;

  }
  .phase-buttons button {
    position: static !important;
    display: block !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 20px !important;
    float: none !important;
    width: 100%;


  }
}


@media screen and (max-width: 810px) {
  .logo.hidden-xs {
    display: none !important;
  }
}

@media screen and (max-width: 1009px) {

  .share-button {
    margin-bottom: 20px;

  }

  .phase-buttons .btn-group {
    background-color: none !important;
    box-shadow: none !important;
    display: block !important;
    width: 100% !important;
    float: none !important;
  }


  .phase-buttons button {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 20px !important;
    float: none !important;
  }

}


@media screen and (min-width: 768px) and (max-width: 1010px) {
  .jobs-overview-table table tbody tr td:first-of-type {
    width: 170px;
  }

}
@media screen and (min-width: 1011px) and (max-width: 1115px) {
  .jobs-overview-table table tbody tr td:first-of-type {
    width: 260px;
  }
}


@media screen and (max-width: 1199px) {
  .share-button {
    margin-bottom: 20px;

  }
}


/* print CSS */
@media print {
  .no-print {
    display: none !important;
  }
  .file-details-col, .modal-header {
    display: none !important;
  }

  #header {
    display: none !important;
  }
  #content {
    width: 0px;
    height: 0px;
    overflow: hidden;
  }

  .print-area {
    background-color: white;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 15px;
    font-size: 14px;
    line-height: 18px;
  }
}


tfoot th, tfoot td {
  padding-left: 10px;
  font-weight: bold;
}


.filter-box {
  border: 1px solid #ededed;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 10px;
  padding: 20px;
}




/* drag and drop */
.draggable, .dropped-element {
  position: relative;
}

.draggable .drag-mask,
.dropped-element .drag-mask {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  background-color: rgba(0,0,0,0.2);
  z-index: 9999;
}

.drop-zone.highlight {
}

.drop-marker {
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  background-color: #ccc;
}

.drag-box {
  position: fixed;
  background-color: rgba(0,0,0,0.2);
  z-index: 999;
  height: 0;
  width: 0;
}

.job-drop-zone-wrap {
}

.job-edit-row {
  padding: 5px;
}

.job-row {

}

.dropped-element {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #ededed;
}

.dropped-element:hover {
  background-color: #ededed;
}


#dropped-element-job-drop-zone-marker {
  background-color: #4695ec;
  height: 100%;
  display: block;
  padding: 0px;
}


.drag-handle-cs {
  cursor: move;
  cursor: -webkit-grab;
  font-size: 13pt;
  padding-left: 30px;
  height: 100%;
}

.drag-handle-cs:active {
  cursor: move;
}



.tag-search-results {
  position: absolute;
  background-color: #fff;
  padding: 10px;
  top: 10px;
  left: 0px;
  z-index: 99999;
  width: 100%;
  border: 1px solid #ededed;
}

.connected-tags .tag,
.tag-search-results .tag {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
  cursor: pointer;
}

.tag-search-results .tag:hover {
  background-color: #ededed;
}

.legal code {
  font-family: Roboto !important;
}


.rating-row {
  border-bottom: 1px solid #ededed;
}

.deletion-overview-grid table th:first-of-type {
  width: 75%;
}

.deletion-overview {
  overflow: auto;
  height: 600px;
}

.conversion-grid tbody tr td:nth-child(2),
.conversion-grid thead tr th:nth-child(2),
.conversion-grid tfoot tr td:nth-child(2) {
  border-right: solid 1px #ccc;
}

.conversion-grid thead tr th
{
  border-bottom: solid 1px #ccc;
}

.conversion-grid tfoot tr td {
  border-top: solid 1px #ccc;
}

@media screen and (max-width: 500px) {
  #applicationform table tbody span.preselection-yes,
  #applicationform table tbody span.preselection-no {
    display: block;
  }
  .preselection-no input {
    margin-left: 0px !important;
  }
}

#app #header .logo img {
  width: 190px;
  height: 50px;
  display: block;
}

div.meeting-time div .form-control {
  width: 20%;
}

div.select.meeting-type, div.select.meeting-grid {
  width: 30%;
}

div.meeting-commission-members label {
  margin-left: 1em;
}

.colorpicker-wrap > input {
  padding: 10px !important;
}


.recruiter-image-preview {
  position: relative;
}


.recruiter-image-preview > button {
  position: absolute;
  right: 3px;
  top: 3px;
}


.recruiter-search-combobox {
  position: relative;
}

.recruiter-search-combobox .search-results {
  position: absolute;
  background-color: #fff;
  padding: 10px;
  top: 10px;
  left: 0px;
  z-index: 99999;
  width: 100%;
  border: 1px solid #ededed;
}

.recruiter-search-combobox .search-result {
  padding: 5px 0px;
  cursor: pointer;
}

.recruiter-search-combobox .search-result:hover {
  background-color: #ededed;
}

.job-recruiters-grid tr th:first-of-type {
  width: 180px;
}

.job-recruiters-grid tr th:nth-of-type(2) {
  width: 120px;
}
.job-recruiters-grid tr th {
  vertical-align: top !important;
}

.justify-around {
  justify-content: space-around;
}

.charts-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .charts-wrapper {
    display: block;
  }
}

.report-table-wrapper {
  background-color: white;
  width: 100%;
}

table.report-table {
  width: 100%;
}

.report-table-wrapper .report-table-title {
  font-weight: bold;
  padding: 24px;
}

.report-wrapper {
  width: calc(50% - 15px);
  margin-bottom: 30px;
  /* padding: 8px; */
}

.report-wrapper .card {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .report-wrapper {
    width: 100% !important;
  }
}

.chart-wrapper {
  width: 100%;
}

.report-wrapper canvas {
  padding: 8px;
}

table.report-table th {
  border-bottom: 2px solid lightgray;
  color: #4e7ba6;
  padding: 8px;
  font-size: 14px;
}

table.report-table td {
  padding: 10px;
}

table.report-table tr {
  border-bottom: 1px solid lightgray;
}


table.report-table tr:last-child {
  border-bottom: 0px;
}

table.report-table tr:last-child td {
  padding-bottom: 10px;
}

.agencies-settings-grid td {
  vertical-align: middle !important;
  padding-top: 10px !important;
  padding-bottom: 20px !important;
}

.candidate-fields dt {
  overflow: auto !important;
  text-overflow: unset !important;
  white-space: unset !important;
}

.dropdown-item:hover {
  background-color: lightgray;
}

.list-tab {
  padding-bottom: 12px;
  width: 50%;
  margin: 0 8px 0 0;
  font-size: 12px;
  border-bottom: 3px #5e5e5e solid;
  cursor: pointer;
  user-select: none;
}

.list-tab-active {
  color: #1e87db;
  border-bottom: 3px #1e87db solid;
}

.remove-responsive .table-responsive {
  overflow-x: unset !important;
}

.card-header h2 {
  color: #41607F;
}

.table a {
  color: #333333;
}

a.column-header-anchor {
  color: #4e7ba6;
}

input {
  border: none;
}

.form-control {
  border: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  border-bottom-left-radius: unset;
  border-top-left-radius: unset;
}

.input-group .form-control:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.input-group .form-control:last-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.form-control:not(.fc-alt)  {
  border-radius: 3px;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}

.form-control:focus {
  border-bottom: 1px solid #e0e0e0;
}


.form-control:focus {
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control {
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-success .form-control:focus {
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group {
}

.login-button {
  height: 32px;
  width: 190px;
  color: white;
  background-color: #00B587;
  border-radius: 3px;
  text-align:center;
  align-items: center;
  justify-content:center;
  display:flex;
  cursor: pointer;
  user-select: none;
}

.login-icon-border {
  border: solid 1px #EFF1F1;
  border-right: none;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.login-icon-border-right {
  border: solid 1px #EFF1F1;
  border-left: none;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn {
  text-transform: unset;
  box-shadow:unset;
  border-radius: 5px;
  font-size: 16px;
}

#applicationform .btn {
  font-size: 13px;
}

.btn:not(.btn-link) {
  box-shadow: unset;
}

.btn-default {
  border: solid 1px #cccccc;
}

.btn-default:hover:hover {
  border: solid 1px #cccccc;
}

.card {
  border-radius: 5px;
  box-shadow: unset;
}

.table {
  background-color: unset;
}

.table > thead > tr > th  {
  text-transform: unset;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

.table > thead > tr > th {
  background-color: unset;
  font-size: 12px;
}

.table > tbody > tr {
  background-color: white;
  padding: 20px 0;
}

.table > tbody > tr:hover {
  background-color: #f3f8f8;
}

table {
  border-collapse: separate;
  border-spacing: 0 4px;
}

.bgm-lightgreen.light {
  background-color: #DCEDC9 !important;
}

.bgm-green.light {
  background-color: #C9E7CA !important;
}

.bgm-teal.light {
  background-color: #B3DFDB !important;
}

.bgm-cyan.light {
  background-color: #B3EBF2 !important;
}

.bgm-deeporange.light {
  background-color: #FFCCBD !important;
}

.bgm-red.light {
  background-color: #FBC7C3 !important;
}

.bgm-orange.light {
  background-color: #FFE0B3 !important;
}

.fg-line:not([class*=has-]):after {
  background: unset;
}

.form-control:not(.fc-alt) {
  padding: 10px 10px;
}

.select, html:not(.ie9) .select:not(.fg-line):before select {
  background-color: #F3F8F8;
}

select {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

html:not(.ie9) .select:before {
  background-position: right calc(100% - 10px);
}

.card tbody tr {
  background-color: #F3F8F8;
  border-radius: 5px;
}

.card thead tr {
  background-color: unset !important;
}

.card tbody tr:hover {
  background-color: #E6F2F5;
}


tr td:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

tr td:last-of-type {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.table > thead > tr > th {
  border-width: 0px;
}

.btn-group:not(.bootstrap-select), .btn-group-vertical:not(.bootstrap-select) {
  box-shadow: unset;
}

th.commands, td.commands {
  display: flex;
  justify-content: end;
  vertical-align: middle;
  width: unset;
  margin-right: 10px;
}

#main {
  padding-top: 0px;
}

#header {
  position: sticky !important;
}

h4 {
  color: #41607f;
}

@media screen and (min-width: 1250px) {
  .prev-next-left {
    position: absolute;
    left: -50px;
  }


  .prev-next-right {
    position: absolute;
    right: -50px;
  }
}

.re-datagrid-button-container {
  text-align: center;
  padding-top: 10px
}

.re-datagrid-button-container .btn {
  border: solid 1px #cccccc;
  color: #888;
  background-color: #ffffff;
}

.re-datagrid-button-container .btn:hover {
  background-color: #eee;
  border: solid 1px #cccccc;
  color: #888;
}

.th-white-space-pre th {
  white-space: pre;
}

table.report-table tr {
  background-color: unset;
}

td.commands {
  display: flex !important;
  justify-items: center;
  padding: 0 !important;
  vertical-align: middle !important;
}

tr {
  vertical-align: middle;
}

.command-buttons {
  display: flex;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.command-button {
  margin-left: auto;
  cursor: pointer;
  user-select: none;
}

.command-button-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

table:has(.command-buttons) td:last-child {
  padding: 0 !important;
  position: relative;
}

table:has(.command-buttons) td:last-child span {
  display:block;
  overflow: auto;
  height: 100%;
}

table:has(.command-buttons) td:last-child .command-button:last-child * {
  border-radius: 0 5px 5px 0;
}

table td:last-child div.edit button,
table td:last-child .command-button .command-button-inner * {
  color: lightgrey;
}

.bg-delete\:hover:hover * {
  background-color: #f44336 !important;
  color: white !important;
}

.bg-info\:hover:hover * {
  background-color: #2095F2 !important;
  color: white !important;
}

.table > tbody > tr:last-child > td {
  padding-bottom: 10px;
}

.table > tfoot > tr:last-child > td {
  padding-bottom: 0px;
}

.form-control {
  background-color: unset;
  border: 1px solid #EFF1F1;
}

.form-control:not(.fc-alt) {
  border: 1px solid #EFF1F1;
}

select, .select select{
  background-color: #F3F8F8 !important;
}


.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  vertical-align: top;
}

.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}

th input {
  margin-top: 15px;
}

.fg-float * {
  position: initial !important;
  top: unset !important;
}

.fg-float {
  margin-top: unset;
}

.form-group {
  margin-bottom: unset;
}

.input-group-2, .xinput-group {
  padding-bottom: 10px;
}

.input-group-2:last-child, .xinput-group:last-child {
  padding-bottom: 0px !important;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: unset;
}

.card .table > thead > tr > th:first-child,
.card .table > tbody > tr > th:first-child,
.card .table > tfoot > tr > th:first-child,
.card .table > thead > tr > td:first-child,
.card .table > tbody > tr > td:first-child,
.card .table > tfoot > tr > td:first-child {
  padding-left: 10px;
}

.table > thead > tr > th:first-child,
.table > tbody > tr > th:first-child,
.table > tfoot > tr > th:first-child,
.table > thead > tr > td:first-child,
.table > tbody > tr > td:first-child,
.table > tfoot > tr > td:first-child {
  padding-left: 20px;
}

.card-header {
  padding: 20px !important;
}

.card-body {
  padding: 20px
}

.card > .card-header ~ .card-body {
  padding-top: 0;
}

select:hover {
  cursor: pointer;
}

.card .zmdi-info, .card .zmdi-more-vert, .card .zmdi-filter-list {
  font-size: 20px;
}

p:last-child {
  padding-bottom: 0;
}

textarea {
  padding: 10px;
}

tr:hover .command-button-inner.invisible {
  visibility: unset;
  color: #d3d3d3;
}

.search-input {
  border: solid 1px #ccc;
}

.search-input:focus-within {
  border: solid 1px #2196f3;
}

.search-input:focus-within .primary\:hover {
  background-color: #2196f3;
  color: white;
}

.primary-highlight {
  background-color: #2196f3;
  color: white;
}

.primary-highlight\:hover:hover {
  background-color: #2196f3;
  color: white;
}

#header {
  z-index: 100;
}

tr.editing, td.editing {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

tr.editing, td.editing:first-child {
  padding-left: 0px !important;
  padding-right: 10px !important;
}

td.editing:first-child .no-edit, td.editing:first-child .custom-edit {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

tr.editing, td.editing:last-child {
  padding-left: 10px !important;
  padding-right: 0px !important;
}

.editing input {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.editing th.commands, .editing td.commands {
  display: table-cell !important;
}

.editing label {
  position: absolute !important;
  top: -20px !important;
}

.editing .commands button {
  float: right;
}

.btn-primary {
  color: #ffffff;
  background-color: #2095f2;
  user-select: none;
}

.btn-secondary {
  border: solid 1px #cccccc;
  color: #888;
  background-color: #ffffff;
  user-select: none;
}

.btn-secondary:hover {
  background-color: #eee;
  border: solid 1px #cccccc;
  color: #888;
}

input.form-control2 {
  padding: 10px;
  display: block;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}

textarea.form-control {
  resize: vertical;
}

.ql-picker-options {
  position: absolute !important;
}

.ql-picker-label {
  display: flex !important;
  justify-items: center !important;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  margin-top: 0;
  top: unset;
  position: unset;
}

/* Quill Mention */

.ql-mention-list-container {
  background-color:#fff;
  border:1px solid #f0f0f0;
  border-radius:4px;
  box-shadow:0 2px 12px 0 rgba(30,30,30,.08);
  overflow:auto;
  width: fit-content;
  z-index:9001;
  max-height: 300px;
}
.ql-mention-loading {
  font-size:16px;
  line-height:44px;
  padding:0 20px;
  vertical-align:middle
}
.ql-mention-list {
  list-style:none;
  margin:0;
  overflow:hidden;
  padding:0
}
.ql-mention-list-item {
  cursor:pointer;
  font-size:13px;

  line-height:44px;
  padding:0 20px;
  vertical-align:middle
}
.ql-mention-list-item.disabled {
  cursor:auto
}
.ql-mention-list-item.selected {
  background-color: #F3F8F8;
  text-decoration:none
}
.mention {
  background-color: #F3F8F8;
  border-radius:6px;
  height:24px;
  margin-right:2px;
  padding:3px 0;
  user-select:all;width:65px
}
.mention>span {
  margin:0 3px
}
