ul.vcenter li{
  vertical-align: middle;
}

.form-buttons-group{
  position:fixed;
  background: rgba(54, 54,54, 0.7);
  padding: 1%;
  margin-left: -5%;
  width: 90%; 
  bottom:0;
  z-index: 5;
}

.btn-group.note-table{
  display: none;
}
.btn-group.note-fontname{
  display: none;
}
.btn-group.note-insert{
    display: none;
}
.note-editable.panel-body{
    height: 400px;
}
/* .note-btn.btn-codeview{
   display: none;
} */
.categories-group ul li:not(.loading):after {
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    position: absolute;
    z-index: 1;
    line-height: 1;
    top: 50%;
    margin-top: -6.5px;
    content: "\f00d";
    right: 5px;
}
.side-header.side-content{
    border-bottom: 1px solid #474747;
}
.text-primary{
    color: #e63c79;
}
a.text-primary:hover,
a.text-primary:active,
a.text-primary:focus,
button.text-primary:hover,
button.text-primary:active,
button.text-primary:focus{
    color: #e63c79;
    opacity: .75;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}
.upper{
    text-transform: uppercase;
}
.alert{
    margin: 0;
    padding: 15px 15px;
    font-size: 15px;
    border-radius: 0px;
    border-bottom: none;
    box-shadow: none;
}
.modal-header .block-title{
  color: #fff;
}
.inline_item{
  margin-top: 10px;
  margin-bottom: 10px;
}
.preview-image{
  height: 100px;
  width: 100px;
  border: 1px solid #eee;
  border-radius: 50%;
}
.no-sort::after { display: none!important; }

.no-sort { pointer-events: none!important; cursor: default!important; }

span.file-input-wrap {
    position: relative;
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 1px;
    padding: 3px 9px;
    line-height: 1.9;
  font-size: 12px;
}
span.file-input-wrap .img-info{
  display: block;
    text-align: center;
    color: #48CA48;
    font-weight: 600;
}
span.file-input-wrap i{
  font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
span.file-input-wrap input[type="file"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    cursor: pointer;
}
.inline-items-table .delete{
    font-size: 22px;
}
.inline-items-table .placeholder td{
    text-align: center;
    background-color: #F8FBFF;
    border:1px dashed #eee;
}
.inline-items-table .dragged{
    opacity: .4;
}
.multiple-selection-wrapper{
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
.nomargin{
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
.nopadding{
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
.categories-group{
  border-right: 1px solid #eee;
  padding: 10px;
  margin: 5px; 
  height: 200px;
  overflow-y: auto;
}
.categories-group ul{
  list-style: none;
  padding: 0;
}
.categories-group ul li{
  position: relative;
}
.categories-group ul li a{
  padding: 5px 10px;
  display: block;
  background: #fff;
  -webkit-transition: all .3s; /* Safari */
  transition: all .3s;
}
.categories-group ul li a:hover{
  padding-left: 15px;
  -webkit-transition: all .3s; /* Safari */
  transition: all .3s;
}
.categories-group ul li.active a{
  background: #ff6b6b;
  color: #fff;
  padding-left: 15px;
  -webkit-transition: all .3s; /* Safari */
  transition: all .3s;
}
.categories-group ul li.loading:after{
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  position: absolute;
  z-index: 1;
  line-height: 1;
  top: 50%;
  margin-top: -6.5px;
  content:  "\f1ce";
  right: 5px;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.categories-wrapper{
  padding-top: 15px;
  padding-bottom: 15px;
}
.dashboard .period-time{
  position: relative;
  top: -15px;
  right: -15px;
  display: inline-block;
  padding: 5px 15px;
  font-size: 17px;
  color: #666;
  border: 1px solid #eee;
  border-radius: 30px;
  font-weight: 300;
}
.dashboard .period-time i.si{
  font-size: 13px;
}
.table .actions{
  width: 100px;
  text-align: right;
}
.table.js-dataTable-simple.dataTable td{
  font-size: 13px;
}
.table-row-link tbody tr td{
  cursor: pointer;
}
.table-row-link tbody tr td.ignore{
  cursor: initial;
}
.ms-container{
  width: 100%;
}
.ms-container .ms-list.ms-focus{
  border-color: #ccc;
}
.ms-container .ms-list{
  border-radius: 2px;
  border-color: #eee;
  margin-top: 5px;
  box-shadow: none !important;
  margin-bottom: 5px;
}
.app_users_list .select-link{
  display: block;
  padding: 3px 0;
  margin:2px 0;
  text-align: center;
  margin-bottom: 15px;
  font-size: 12px;
}
.ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection{
  font-size: 13px;
  padding: 5px;
}
.emoji-wysiwyg-editor{
  height: 120px;
}
.emoji-menu{
  top: 25px;
}
.emoji-picker-icon{
  font-size: 20px;
  color: silver;
}
tr.deleted td{
  background-color: #fff2f2 !important;
}
.sidebar-mini .top-logo {
  max-width: 80px;
  overflow: hidden;
}
.sidebar-mini .top-logo img{
  left: -4px;
}
.top-logo img{
  width: auto;
  height: 29px;
  max-width: 270px;
  position: relative;
  left: -80px;
}
.item.item-circle{
  margin: 4px 0;
}
.horizontal-info-table tr:first-child td{
  border-top: none;
}
.horizontal-info-table tr td:first-child{
  width: 22%;
  font-weight: bold;
  border-right: 1px solid #eee;
  background-color: #f5f5f5b3;
}
.card-brand{
  border-radius: 4px;
}
