.skin-blue .treeview-menu > li.active > a {
  color: #ffffff; }

.sidebar-menu i.kovicon,
.sidebar-menu i.fa {
  display: inline-block;
  width: 20px; }

.nopadding {
  padding: 0 !important; }

.nomargin {
  margin: 0 !important; }

.noselect, .permission-checkbox {
  -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 */ }

/** TABLES */
.table-hover tbody tr {
  height: 60px; }

/** ICONS */
.mailbox-attachment-icon {
  background: #d2d6de; }

.icon-link.icon-selected {
  /*box-shadow: 0 0 5px rgba(0,0,0,1);*/
  display: block;
  position: relative; }
  .icon-link.icon-selected:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #3c8dbc;
    content: ''; }
.icon-link .mailbox-attachment-icon {
  background: #c4c4c4; }
.icon-link .mailbox-attachment-info p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word; }

/** DOMS SCSS */
.category_tab fieldset .form-group {
  margin: 5px 0; }

.new-category {
  display: none; }

.rectangle #image_container {
  overflow: hidden;
  cursor: pointer;
  width: auto;
  height: 167px;
  margin-top: 5px;
  border: 1px solid #d2d6de; }

#image_container img,
#post_media_container img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%; }

#post_media_container {
  cursor: pointer;
  /* height: 200px; */ }

.post_preview_container {
  overflow: hidden;
  display: block;
  height: 167px;
  border: 1px solid #d2d6de;
  margin-bottom: 5px; }

.post_preview_container span {
  display: block;
  width: 100%;
  height: 167px; }

.category_tab {
  max-height: 180px;
  overflow: hidden; }

.editDate {
  display: none; }

.permission-checkbox {
  margin: 3px 0; }
  .permission-checkbox .form-group {
    margin: 0; }

/* v4 Bootstrap Utilities Spacing */
.w-100 {
  width: 100% !important; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a-1 {
  margin: 1rem 1rem !important; }

.m-t-1 {
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 1rem !important; }

.m-b-1 {
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 1rem !important; }

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-a-2 {
  margin: 1.5rem 1.5rem !important; }

.m-t-2 {
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-a-3 {
  margin: 3rem 3rem !important; }

.m-t-3 {
  margin-top: 3rem !important; }

.m-r-3 {
  margin-right: 3rem !important; }

.m-b-3 {
  margin-bottom: 3rem !important; }

.m-l-3 {
  margin-left: 3rem !important; }

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-a-0 {
  padding: 0 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a-1 {
  padding: 1rem 1rem !important; }

.p-t-1 {
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 1rem !important; }

.p-b-1 {
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 1rem !important; }

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-a-2 {
  padding: 1.5rem 1.5rem !important; }

.p-t-2 {
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 1.5rem !important; }

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-a-3 {
  padding: 3rem 3rem !important; }

.p-t-3 {
  padding-top: 3rem !important; }

.p-r-3 {
  padding-right: 3rem !important; }

.p-b-3 {
  padding-bottom: 3rem !important; }

.p-l-3 {
  padding-left: 3rem !important; }

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.products-list .product-img img {
  width: 95px;
  height: 73px; }

.products-list .product-info {
  margin-left: 107px; }

#concerns_box_list .indent {
  margin-left: 10px; }
#concerns_box_list .concern-block p {
  margin-left: 50px; }
#concerns_box_list .concern-block .img-circle {
  width: 25px;
  height: 25px; }
#concerns_box_list .concern-block .title {
  font-size: 17px; }

.concern_type {
  border-radius: 50%;
  font-size: 20px;
  min-width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 10px;
  float: left; }

.carousel-caption {
  left: auto;
  right: 10%;
  padding-bottom: 30px;
  top: 20%;
  width: 40%; }

.word-wrap {
  word-wrap: break-word; }

.tooltip + .img-push {
  margin-left: 40px; }

.post-media .img-wrapper {
  overflow: hidden;
  position: relative;
  vertical-align: middle; }
.post-media .img-wrapper:not(.featured) {
  /*max-height: 138px;*/
  max-height: 292px; }
.post-media .img-container img {
  margin: 0 auto; }
.post-media .img-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.56);
  color: #fff;
  font-size: 20px;
  cursor: pointer; }

/*# sourceMappingURL=main.css.map */
