body {
  background-color: #F3F5F6;
  overflow-x: hidden;
  padding-top: 50px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  vertical-align: middle;
}
.full-width {
  width: 100%;
}
.margin-0 {
  margin: 0 !important;
}
.padding-0 {
  padding: 0 !important;
}
.margin-top-5 {
  margin-top:5px;
}

.hide {
  display: none;
}

.tab-content {
  width: 100%;
}

table.table-padding-10 td, table.table-padding-10 th {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

[type=radio]+label, [type=checkbox]+label {
  height: 12px;
  line-height: 20px;
}

[type=checkbox][class*=filled-in]:checked+label:after {
  border-color: #4285F4;
  background-color: #4285F4;
  z-index: 0;
}

.navbar {
  z-index: 2;
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.45);
  box-shadow: 0px 5px 10px 1px rgba(0,0,0,0.45);
}

.btn-ats {
  border-radius: 50%;
  padding: 3px 4px;
  margin: 0;
}
.material-icons {
  font-size: 18px;
}
#sidebar-wrapper {
  left: -280px;
  width: 280px;
  background-color: #3E4551;
  color: white;
  position: fixed;
  height: 100%;
  z-index: 1;
  top:0;
}
.sidebar-nav {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 56px 0 0 0;
  width: 280px;
  list-style: none;
}
.sidebar-nav li {
  text-indent: 20px;
  line-height: 50px;
}
.sidebar-nav li a {
  color: white;
  display: block;
  text-decoration: none;
}
.sidebar-nav li a:hover,
.sidebar-nav li.active a {
  background: #525863;
  color: white;
  text-decoration: none;
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
}
#sidebar-wrapper.sidebar-toggle {
  transition: all 0.3s ease-out;
  margin-left: -280px;
}
@media (min-width: 768px) {
  #sidebar-wrapper.sidebar-toggle {
    transition: 0s;
    left: 280px;
  }
}
.main-panel {
  margin-left: 280px;
}
.header-actions {
  background-color: #FFF;
  height: 60px;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  /*position: absolute;*/
  /*z-index: 1;*/
}
.header-actions h4 {
  line-height: 42px;
}

.form-control {
  padding: 0;
  margin-bottom: 0;
}

.avatar-photo-list img {
  height: 35px;
  width: 35px;
  border-radius: 50%;
}
.avatar-photo img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  cursor: pointer;
}

a.chip {
  height: 24px;
  line-height: 24px;
  font-size: 11px;
  color: #FFF !important;
  margin-bottom: 5px !important;
}


.ul-scrollable-holder {
  height: 135px;
  overflow: auto;
}
.ul-filter {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}
.ul-filter li {

}

.ul-filter li label {
  color: #666;
  width: 100%;
}
.filter-search-field {
  position: relative;
}
.filter-search-field i.fa-search {
  position: absolute;
  font-size: 22px;
  top: 0;
  left: 10px;
}
.filter-search-field input {
  width: calc(100% - 48px);
  margin: 0 0 5px 48px;
  height: 25px;
}


.accordion-white .card .card-header,
.accordion-white .card .card-body {
  background-color: #FFF;
}

.accordion .card .card-header,
.accordion .card .card-body {
  /*background-color: #F3F5F6;*/
}
.accordion .card .card-header {
  padding-left: 20px;
  padding-right: 20px;
}
.accordion .card .card-body {
  padding: 0 10px 10px 10px;
}
.accordion .card h5,
.accordion-white .card h5 {
  color: #000000;
}

.classic-tabs.white a,
.classic-tabs.white a.active {
  color: #000;
}
.classic-tabs li a {
  padding: 14px 20px;
  font-size: 12px;
}
.classic-tabs li:first-child {
  margin-left: 0;
}

/* SELECT 2 */
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  background-color: #337ab7;
  color: #FFF;
  padding: 2px 8px 2px 4px;
  border-radius: 15px;
  font-weight: 400;
  font-size: 13px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #FFF;
  background-color: #74acdc;
  padding: 0 5px;
  border-radius: 10px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #337ab7;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  color: #000000;
  font-weight: 400;
}
.select2-container--bootstrap .select2-selection {
  border-bottom: 1px solid #bbb;
}
.select2-results__option {
  padding: 3px 6px;
  font-size: 15px;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  border: none;
  border-radius: 0;
}
.select2-container--bootstrap .select2-results__option[aria-selected=true]{
  background-color: #74acdc;
  color: #FFF;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
}
/* END SELECT 2 */

/*.modal{*/
  /*display: block !important; !* I added this to see the modal, you don't need this *!*/
/*}*/


body.modal-open {
  overflow: hidden;
}
/* Important part */

.modal-dialog{
  overflow-y: initial !important
}
.modal-body{
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.modal-header {
  background-color: #3f4651;
  padding: 10px 15px;
}
label.control-label {
  color: #222;
  font-weight: 300;
  font-size: 14px;
  text-align: right;
  margin-top: 10px;
  line-height: 11px;
}
input[type=date], input[type=datetime-local], input[type=email], input[type=number], input[type=password], input[type=search-md], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea.md-textarea {
  font-size: 14px;
  color: #222;
  font-weight: 400;
}
textarea.md-textarea {
  padding: 5px;
  overflow-y: auto;
  resize: vertical;
  min-height: 80px;
}
.color-white {
  color: #FFF;
}
.required-field {
  color: darkred;
}

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

#nav, #nav ul {
  list-style:none;
  margin:0;
  padding:0;
}
#nav {
  height:26px;
  padding-left:5px;
  padding-top:5px;
  position:relative;
  z-index:2;
}
#nav ul {
  right:-9999px;
  position:absolute;
  top:1px;
  width:auto;
  border: 1px solid #CCC;
}
#nav ul ul {
  right:-9999px;
  position:absolute;
  top:0;
  width:auto;
}
#nav li {
  float:left;
  margin-right:5px;
  position:relative;
}
#nav li a {
  background:#FFF;
  color:#000;
  display:block;
  float:left;
  font-size:14px;
  padding:8px 10px;
  text-decoration:none;
}
#nav > li > a {
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  -o-border-radius:6px;
  border-radius:6px;
  overflow:hidden;
}
#nav li a.fly {
  padding-right:15px;
  color: #000;
}
#nav li a.fly.options {
  background: none;
  color: #000000;
  padding: 0;
}
#nav ul li {
  margin:0;
}
#nav ul li a {
  width:170px;
}
#nav ul li a.fly {
  padding-right:10px;
}

#nav li:hover > a {
  background-color:#4285F4;
  color: #FFF;
}

#nav li a:focus {
  outline-width:0;
}

#nav li a:active + ul.dd,#nav li a:focus + ul.dd,#nav li ul.dd:hover {
  right:30px;
}
#nav ul.dd li a:active + ul,#nav ul.dd li a:focus + ul,#nav ul.dd li ul:hover {
  right:170px;
}
#nav a.padding-left-28 {
  padding-left: 28px !important;
}

/*.fc-today {*/
  /*opacity: 0;*/
  /*border: none;*/
/*}*/

/*!* Styling for each event from Schedule *!*/
/*.fc-time-grid-event.fc-v-event.fc-event {*/
  /*border-radius: 4px;*/
  /*border: none;*/
  /*padding: 5px;*/
  /*opacity: .65;*/
  /*left: 5% !important;*/
  /*right: 5% !important;*/
/*}*/

/*!* Bolds the name of the event and inherits the font size *!*/
/*.fc-event {*/
  /*font-size: inherit !important;*/
  /*font-weight: bold !important;*/
/*}*/

/*!* Remove the header border from Schedule *!*/
/*.fc td, .fc th {*/
  /*border-style: none !important;*/
  /*border-width: 1px !important;*/
  /*padding: 0 !important;*/
  /*vertical-align: top !important;*/
/*}*/

/*!* Inherits background for each event from Schedule. *!*/
/*.fc-event .fc-bg {*/
  /*z-index: 1 !important;*/
  /*background: inherit !important;*/
  /*opacity: .25 !important;*/
/*}*/

/*!* Normal font weight for the time in each event *!*/
/*.fc-time-grid-event .fc-time {*/
  /*font-weight: normal !important;*/
/*}*/

/*!* Apply same opacity to all day events *!*/
/*.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {*/
  /*opacity: .65 !important;*/
  /*margin-left: 12px !important;*/
  /*padding: 5px! important;*/
/*}*/

/*!* Apply same opacity to all day events *!*/
/*.fc-day-grid-event.fc-h-event.fc-event.fc-not-start.fc-end {*/
  /*opacity: .65 !important;*/
  /*margin-left: 12px !important;*/
  /*padding: 5px! important;*/
/*}*/

.wizard a {
  padding: 9px 1px 9px;
  margin-right: 5px;
  background: #efefef;
  position: relative;
  display: inline-block;
  font-size: 14px;
}
/*.wizard a:hover {*/
  /*background-color: #CCC;*/
/*}*/
.wizard a:before {
  width: 0;
  height: 0;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #fff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.wizard a:after {
  width: 0;
  height: 0;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #efefef;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 2;
}
/*.wizard a:hover:after {*/
  /*border-left-color: #CCC;*/
/*}*/
.wizard a:first-child:before {
  border: none;
}
.wizard a:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
/*.wizard a:last-child {*/
  /*-webkit-border-radius: 0 4px 4px 0;*/
  /*-moz-border-radius: 0 4px 4px 0;*/
  /*border-radius: 0 4px 4px 0;*/
/*}*/
.wizard .badge {
  margin: 0 5px 0 18px;
  position: relative;
  top: -1px;
}
.wizard a:first-child .badge {
  margin-left: 0;
}
.wizard .current {
  background: #1976D2;
  color: #fff !important;
}
.wizard .current:after {
  border-left-color: #1976D2;
}

.list-group-item {
  background: none;
  border-color: #e9ecef;
  border-width: 0 0 1px 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

[type=radio]+label, [type=checkbox]+label {
  font-size: 14px;
}
.btn.btn-sm, .btn.wishlist {
  padding: 6px 10px;
}
.dropdown-item {
  font-size: 14px;
}
.dropdown-item:hover {
  color: #FFFFFF;
  background-color: #1976D2;
}
.dropdown-item:hover label {
  color: #FFFFFF;
}

.workflow-item {
  cursor: move;
}

#list1, #list2 {
  min-height: 100px;
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 7px;
  background-color: #EFEFEF;
}

#list1 .workflow-item {
  border: 1px solid #999;
  color: #33302F;
  background-color: #fff;
}

#list2 .workflow-item {
  color: #FFF;
  background-color: #5593F1;
}
#list2 .workflow-item-mandatory {
  background-color: #3F4650;
}
.pagination > li > a, .pagination > li > span {
  color:  #879CA6;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #879CA6;
  border-color: #879CA6;
}
.dashboard-button {
  height: 60px;
  width: 100%;
  border: 1px solid #CCC;
  border-radius: 5px;
}
.dashboard-button a {
  display: block;
  padding: 15px 10px;
  line-height: 30px;
}
.dashboard-button a i {
  float: right;
  font-size: 30px;
  color: #3E4550;
}

.dashboard-button a span {
  color: #3E4550;
  font-weight: 500;
}
.dashboard-button:hover {
  background-color: #4688F1;
}

.dashboard-button:hover a span,
.dashboard-button:hover a i {
  color: #FFF;
}
.company-logo {
  width: 200px;
  height: 200px;
  background-image: url("/img/company-logo.png");
  background-size: cover;
  cursor: pointer;
}
.avatar {
  width: 200px;
  height: 200px;
  background-image: url("/img/avatar.jpg");
  background-size: cover;
  cursor: pointer;
}
#notifcationsHolder {
  padding-left: 10px;
  list-style: none;
  max-height: 400px;
  overflow: auto;

}

#notifcationsHolder li {
  font-size: 13px;
  padding: 5px 0;
  border-bottom: 1px solid #CCC;
}

#notifcationsHolder a {
  font-size: 13px;
  font-weight: normal;
  padding: 0;
  display: inline;
}
#notifcationsHolder a:hover {
  color: #000 !important;
  text-decoration: underline;
}
#notifcationsHolder .date {
  color: #777;
  font-size: 12px;
}

.calendar-users {
  list-style: none;
  padding: 0;
  margin: 75px 0 0 15px;
  max-height: 250px;
  overflow: auto;

}
.panel-title {
  background-color: #F2F2F2;
  padding: 10px 5px;
  border-radius: 5px;
  font-size: 18px;
}
.panel-title a {
  color: black;
}
.comment-item {
  padding-top: 10px;
  border-bottom: 1px solid #ccc;
}
.comment-item .comment-image {
  padding: 5px 10px 10px 0;
}
.comment-item .comment-image img {
  width: 40px;
  height: 40px;
}
.comment-item .comment-user-name {
  font-size: 14px;
  font-weight: bold;
}
.comment-item .comment-date {
  font-size: 13px;
  color: #999;
}
.comment-item .comment-content {
  margin-bottom: 10px;
  font-size: 14px;
}
.comment-item .comment-edit,
.comment-item .comment-delete {
  font-size: 14px;
  color: #999;
  text-decoration: underline;
  cursor: pointer;
}
.ats-user-avatar {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
.ats-user-avatar img {
  width: 30px;
  height: 30px;
}
.ats-user-avatar div {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 32px;
  background-color: #879CA7;
  color: #FFFFFF;
  font-weight: bold;
}
.avatar-photo.ats-user-avatar,
.avatar-photo.ats-user-avatar div,
.avatar-photo.ats-user-avatar img {
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.avatar-photo.ats-user-avatar div {
  line-height: 45px;
}
.employee-list .grid-view .card img {
  width: 80%;
  border-radius: 50%;
  margin: 10%;
}
.employee-list .grid-view .card {
  margin-top: 20px;
}
.employee-list .grid-view .card-body {
  padding: 0;
}
.employee-list .grid-view .card-body a {
  color: #000000;
}
.employee-list .grid-view .card .avatar-abr {
  width: 80%;
  padding-top: 80%;
  margin: 10%;
  background-color: #879CA7;
  border-radius: 50%;
  text-align: center;
  position: relative;
  color: #FFFFFF;
  font-size: 40px;
}
.employee-list .grid-view .card .avatar-abr .text-abr {
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
  bottom: 0;
  right: 0;
}
.ui-tooltip {
  font-size: 14px;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection, .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #999;
}
.modal-overlay-2 {
  z-index: 1061 !important;
}
.modal-backdrop-2{
  z-index: 1060 !important;
}
#loading {
  background: url('../img/loading.gif') no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999;
}

.btn-group-bis .btn {
  text-transform: none;
}
.btn-group-bis .btn-sm {
  padding: .5rem 1.6rem;
}
.btn-group-bis .btn.active, .btn-group-bis .btn:active {
  background-color: #9933CC !important;
}
.settings-slider .slider-handle{
  background-color: #9933CC !important;
  background-image: -webkit-linear-gradient(top,#9933CC 0,#9933CC 100%);
  background-image: -o-linear-gradient(top,#9933CC 0,#9933CC 100%);
  background-image: linear-gradient(to bottom,#9933CC 0,#9933CC 100%);
}
.settings-slider .tooltip.top .tooltip-arrow {
  border-top-color: #9933CC !important;
}
.settings-slider .slider .tooltip-inner {
  background-color: #9933CC !important;
}

/* HR MODULE */
#bis_hr #sidebar-wrapper {
  background-color: #F3F6F8;
}
#bis_hr .navbar {
  -webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.25);
  box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.25);
}
#bis_hr .stylish-color-white {
  background-color: #F3F6F8;
}
#bis_hr .sidebar-nav li a {
  color: #3c4858;
}
#bis_hr .nav-link {
  color: #3c4858;
}
#bis_hr .sidebar-nav li a:hover,
#bis_hr .sidebar-nav li.active a {
  background: #EFF0F1;
  color: #3c4858;
}
@keyframes spinner {
  to {transform: rotate(360deg);}
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 18px;
  height: 18px;
  margin-top: -8px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid #FFF;
  border-right: 2px solid transparent;
  animation: spinner .6s linear infinite;
}

.user-history-container {
  font-size: 14px;
  margin-top: 20px;
}
.user-history-container .scrollable-container {
  max-height: 370px;
  overflow: auto;
}
.user-history-container .date {
  width: 65px;
  display: inline-block;
  vertical-align: top;
}
.user-history-container .desc {
  width: calc(100% - 75px);
  display: inline-block;
}

.candidate-skill-row .skill-delete-modal,
.candidate-skill-row .skill-update-modal {
  display: none;
}
.candidate-skill-row:hover .skill-delete-modal,
.candidate-skill-row:hover .skill-update-modal {
  display: inline-block;
}
