.navbar-default {
    border: none;
    padding: 0%;
    
}
.navbar-default .kadmin-header {
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0 0 10px #bebebe;
    -webkit-box-shadow: 0 0 10px #bebebe;
    -moz-box-shadow: 0 0 10px #bebebe;
    width: 100%;
}
.navbar-default .navbar-brand {
    color: #b1793a;
    font-size: 22px;
    font-weight: 500;
    padding: 6px 0 4px 0;
}
.navbar-brand>img {
    display: inline-block;
}
.kadmin-content {
    height: calc(100vh - 175px);
    overflow: auto;
}
.kadmin-footer {
    clear: both;
    background-color: #1c1c1c;
    border-top: solid thin #fff;
    color: #eee;
    margin-top: 10px;
    padding: 15px 0;
    text-align: center;
}
.kbreadcrumb:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.pagination {
    vertical-align: middle;
}
.page-size {
    display: inline-block;
    padding-left: 20px;
}
.page-size select.form-control {
    display: inline-block;
    width: auto;
}
.rows-tracking {
    padding-top: 6px;
}
a.sort-inactive {
    color: #b3b2b2;
}
.kol-cell {
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
    overflow: hidden;
}
.kol-cell:after {
    clear: both;
}
.kol-cell input[type=checkbox] {
    position: absolute;
    left: 0;
}
.kol-institution {
    white-space: nowrap;
}
.select-hets {
    margin-top: 5px;
}
.total-hets {
    margin-top: 5px;
}

.search-icon {
    background: none;
}

.search-box {
    border-left: 0;
    box-shadow: none;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
/*Toggle Switch styles*/
.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: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

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

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

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

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
span.glyphicon.glyphicon-one-fine-empty-dot.deactive {
    width: 15px;
    height: 14px;
    background-color: #FA9520;
    border-radius: 50px;
    color: transparent;
}
span.glyphicon.glyphicon-one-fine-empty-dot.active {
    width: 15px;
    height: 14px;
    background-color: #9825AE;
    border-radius: 50px;
    color: transparent;
}

.mce-branding{
    display: none!important;
}

.mce-container{
    margin: 10px 0px!important;
}

.padding-right-10{
  padding-right: 10px;
}

ul.list-group-scrollable{
  max-height: 300px;
  overflow-y:scroll;
}


/*Start Wizard*/

.bootstrapWizard {
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%
}

.bootstrapWizard a:hover,.bootstrapWizard a:active,.bootstrapWizard a:focus {
    text-decoration: none
}

.bootstrapWizard li {
    display: block;
    float: left;
    width: 33%;
    text-align: center;
    padding-left: 0
}

.bootstrapWizard li:before {
    border-top: 3px solid #55606E;
    content: "";
    display: block;
    font-size: 0;
    overflow: hidden;
    position: relative;
    top: 11px;
    right: 1px;
    width: 100%;
    z-index: 1
}

.bootstrapWizard li:first-child:before {
    left: 50%;
    max-width: 50%
}

.bootstrapWizard li:last-child:before {
    max-width: 50%;
    width: 50%
}

.bootstrapWizard li.complete .step {
    background: #0aa66e;
    padding: 1px 6px;
    border: 3px solid #55606E
}

.bootstrapWizard li .step i {
    font-size: 10px;
    font-weight: 400;
    position: relative;
    top: -1.5px
}

.bootstrapWizard li .step {
    background: #B2B5B9;
    color: #fff;
    display: inline;
    font-size: 15px;
    font-weight: 700;
    line-height: 12px;
    padding: 7px 13px;
    border: 3px solid transparent;
    border-radius: 50%;
    line-height: normal;
    position: relative;
    text-align: center;
    z-index: 2;
    transition: all .1s linear 0s
}

.bootstrapWizard li.active .step,.bootstrapWizard li.active.complete .step {
    background: #0091d9;
    color: #fff;
    font-weight: 700;
    padding: 7px 13px;
    font-size: 15px;
    border-radius: 50%;
    border: 3px solid #55606E
}

.bootstrapWizard li.complete .title,.bootstrapWizard li.active .title {
    color: #2B3D53
}

.bootstrapWizard li .title {
    color: #bfbfbf;
    display: block;
    font-size: 13px;
    line-height: 15px;
    max-width: 100%;
    position: relative;
    table-layout: fixed;
    text-align: center;
    top: 20px;
    word-wrap: break-word;
    z-index: 104
}

.wizard-actions {
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%
}

.wizard-actions li {
    display: inline
}

.tab-content.transparent {
    background-color: transparent
}

/*End Wizard*/
.list-select2-item{
  overflow: hidden;
}
.list-select2-item a{
  display: block;
  width: 20px;
  float: right;
}
.list-select2-item .text{
  display: block;
  margin-right: 25px;
}
.exclude_hr {
    width: 75%;
    border: 1.5px solid;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
}
.excel-icon {
  display: block;
  background-image: url("../images/excel-icon.png");
  width: 50px;
  height: 50px;
}

.vcenter {
   display: inline-block;
   vertical-align: middle;
   float: none;
}
.comment-cst{
    margin-top:40px;
}
.comment-cst label{
    font-size: 20px;

    color: #4f3e83;
}
.comment-cst textarea{
    resize: vertical;
}
.comment-btn{
    margin:5px 20px;
    background: #4f3e83 !important;
    font-weight: 900 !important;
    border:1px solid transparent !important;
}
.comment-btn:hover
{
    border:1px solid #4f3e83 !important;
    color: #4f3e83 !important;
    background:transparent !important;
}
.total-kol{
    margin-top: 30px;
}
.date-expire {
    padding:0 10px;
}
.date-expire .form-control{
    display: inline-block;
    /*width:85%;*/
    position: relative;
}
.date-expire i{
    font-size: 16px;
    position: relative;
    right: 30px;
}
.team-wrapper{
    padding:0 15px 15px 15px;
}
.add-selected-kol{
    display: inline-block !important;
}
#avail-kols{
 display: inline-block;   
 width: 80%;
}
.number-selected-kols{
padding-left:7px;
}
.select-kol-cst{
padding:0 15px;
}
.ui-autocomplete {
    overflow: auto;
    height: auto;
    max-height: 100px;
}
.form-horizontal .checkbox, .form-horizontal .radio{
  min-height: 38px;
}
.list-group-item{
  padding: 10px 30px 10px 20px !important;
} 
.remove_kol{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.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;}
.table.table-striped td .form-group{margin-bottom: 0;}
.list-group-item a span{padding-top: 4px;}
.table-data .table thead tr th{white-space: nowrap;}
.table-data{width: 100%; overflow-x: auto;}
.form-group.date-expire {
  position: relative;
}
.form-group.date-expire i {
    position: absolute;
    right: 20px;
    bottom: 0;
    padding-top: 4px;
    height:16px;
    display: block;
    top: 35px;
}
.create-exp-date{
    top: 4px !important;
}
.height-auto{
    height: auto !important;
}
.datepicker{
    z-index: 100000 !important;
}
.select-box-wrap {
  display: block;
}

.select-box-wrap .select2-container, .select-box-wrap .purchase_date {
  width: calc(100% - 40px) !important;
  display: inline-block;
}

.date-wrapper-cst .left{
    display: flex;
    flex: 1 1 auto;
    /* width:70%; */
    position: relative;
}
.date-wrapper-cst .left i{
    top:4px;
    /*transform: translateY(-50%);*/
    right:6px;
} 
 .date-wrapper-cst .right{
    display: flex;
    flex: 0 0 50px;
    /*position: relative;*/
}
 .date-expire .form-control{
    height: 31px;
 }
 .list-date span{
    display: inline-block;
    width:43%;
    vertical-align: middle;
 }
.list-date a{
   display: inline-block;
   vertical-align: middle;
}

#ui-datepicker-div button.ui-datepicker-current, #ui-datepicker-div button.ui-datepicker-close  {display: none;}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

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

.load-wrap {
  position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: white;
}
body.has-loader {
  overflow: hidden;
}

.loader-parent-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.7);
    z-index: 99;
}

p{
    font-size: 14px;
}
.header-dropdown .dropdown-toggle::after {
display: none;
}
.w-150 {
    min-width: 150px;
}

.planner-status-checkbox {
    accent-color: #2f7cc3;
    transform: scale(1.2);
}