.nav, .pagination, .carousel, .panel-title, a {
  cursor: pointer;
}

.page-heading small{
    margin-left: 15px;
}

.menu-icon {
    width: 15px;
    text-align: center;
}

.nav-main-heading {
    padding-top: 22px   ;
}

.nav-main-heading.no-padding {
    padding-top: 0px   ;
}

.nav-main-heading > span{
    padding-bottom: 6px;
}

.header-organization {
    /*width: 300px;*/
    margin-right: 0px !important;
}

.header-organization #change-organization-enable {
    width: 30px;
}
.modal-header {
    z-index: 1;
}

.spacing {
    margin-right: 20px;
}

span.data-label {
    font-weight: bold;
    width: 35%;
}

span.data-label-large {
    font-weight: bold;
}

.ui-autocomplete {z-index:10000}

.field-validation span {
    font-style: italic;
}

.upload-zone {
    border: 2px dashed #666;
    display: block;
    width: 100%;
    height: 100px;
}

.dropzone {
    min-height: 40px !important;
    max-height: 180px;
}

.dz-image i {
    font-size: 100px;
}

.dz-remove {
    font-size: 18px;
    cursor: pointer;
}
.login-window2 {
	background-image: url('../../assets/img/employees.jpg') !important;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #fff !important;
  background-size: 100%;
}
.login-window {
	padding-top:0px !important;
}

.highlight {
    background-color: bisque;
}

.default-text {
    color: gainsboro;
}

.menu-section-close {
    font-size: 8px;
}

.menu-section-close:hover {
    color: white;
}

.nav-main ul {
    width: 100%;
}

.list-organization-item {
    padding: 5px 12px;
    border-top: 1px solid #EEE;
}

.list-organization-item:first-child {
    border-top: none;
}

.list-organization-item input {
    margin-right: 5px;
}

.filter-studio {
    margin-right: 30px;
}

.permission-page {
    padding-left: 40px !important;
}

.permission-section {
    padding-left: 20px !important;
}

tr.odd {
    background-color: #F9F9F9;
}

tr.permission-section-title {
    background-color: #F0F0F0;
}

.pim-edit-add {
  border: 2px dashed #E9E9E9;
  padding: 5px;
}

.dragging {
  border: 2px dashed #E9E9E9;
}

.drag-field {
  border:2px solid transparent;
}

.dragging-target {
  border: 2px dashed #E9E9E9;
  background-color: #f5f5f5;
}

.no-margin {
  margin-bottom: 0px !important;
}


#content-loader {
  position: absolute;
  background-color: #f5f5f5;
  z-index: 999998;
  width: calc(100% - 260px);
  height: 100%;
}
#content-loader:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  /*margin-top: -30px;
  margin-left: -30px;*/
  width: 60px;
  height: 60px;
  background-color: #5c90d2;
  border-radius: 100%;
  content: '';
  z-index: 999999;
  -webkit-animation: page-loader 0.9s infinite ease-in-out;
  animation: page-loader 0.9s infinite ease-in-out;
}

/*.header-navbar-fixed #header-navbar {
  transition: all linear 0.5s;
}

.sidebar-l #sidebar {
  transition: all linear 0.5s;
}

#page-container.sidebar-l.sidebar-o {
  transition: all linear 0.5s;
}

#page-container {
  transition: all linear 0.5s;
}*/

/*.side-header.side-content {
  padding:  13px 0px 1px 20px;
}*/

.dropzone .dz-preview .dz-image {
  width: 80px;
  height: 80px;
  border-radius: 15px !important;
}

.dropzone .dz-preview .dz-details .dz-size {
    font-size: 14px;
}

.dropzone .dz-preview .dz-details {
  padding: 7px 4px 1px 3px;
}

.dropdown-tokens {
    max-height: 250px;
    overflow-y: auto;
}

.border-none {
  border: none !important;
}

.block.block-opt-fullscreen {
  z-index: 1041;
}

td.valign-middle {
  vertical-align: middle !important;
}

.bold {
  font-weight: bold;
}

.select2-selection__clear {
  font-size: 20px; 
}

.list-users {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-users > li:last-child  {
  border-bottom: none;
}
.list-users li {
  position: relative;
  padding: 12px 8px 8px 71px;
  display: block;
  min-height: 62px;
  font-weight: 600;
  border-bottom: 1px solid #f3f3f3;
}
.list-users li > img {
  position: absolute;
  left: 12px;
  top: 10px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.list-users li > i {
  position: absolute;
  left: 40px;
  top: 40px;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}
.list-users li:hover {
  background-color: #f9f9f9;
}

.smaller-avatar {
  width: 100px;
  height: 100px;

}
.btn-group-no-wrap {
	display:inline-flex;
}
.popover-content {
    word-wrap: break-word;
}

.font-s10 {
  font-size: 10px !important;
}

.progress-bar-blink {
  animation: blink 0.6s steps(5, start) 0s infinite !important;
}

@keyframes blink {
  0%   {opacity: 1;}
  50% {opacity: 0;}
  100% {opacity: 1;}
}

.border-bottom {
  border-bottom: 1px solid #ebebeb!important;
}