/** Custom CSS **/
:root
{
  --projxcolor: #46af94;
  --projxcolorhover: #151b24; /* diğer denemeler:#3e3e3e, #464646; eski:#535d67;*/
}
.uppercase { text-transform: uppercase; }
/* Data Table Boostrap 4 CSS */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
}
table.dataTable:not(.table-separated) {
  border-collapse: separate !important;
  border-spacing: 0;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;

  vertical-align: middle;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191";
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193";
}
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}
/* ./Data Table Boostrap 4 CSS */


/** Custom  CSS **/


/** Dropzone JS CSS **/

.dropzone .dz-image-preview { min-height:180px; max-height:auto; border:solid 1px #ebebeb; padding:10px; display:inline-block; vertical-align: top; }
.dropzone .dz-file-preview { min-height:180px; max-height:auto ;border:solid 1px #ebebeb; padding:10px; display:inline-block; vertical-align: top; }
.dropzone .dz-file-preview.dz-processing:not(.dz-complete) .dz-details .dz-filename:after { content: ''; position: relative; width: 185px; height: 30px; background: url(../img/loading-bar.gif) no-repeat center center; background-size: 280px;
    padding: 10px 0;
    display: block; }
.dropzone .dz-file-preview.dz-complete .dz-details .dz-filename:after { content: none !important }

.dropzone .dz-file-preview.dz-processing .dz-file-description-form { display: none}
.dropzone .dz-file-preview.dz-processing .dz-update { display: none}
.dropzone .dz-file-preview.dz-processing .dz-remove { display: none}
.dropzone .dz-file-preview.dz-complete .dz-file-description-form { display: block !important }
.dropzone .dz-file-preview.dz-complete .dz-update { display: block !important }
.dropzone .dz-file-preview.dz-complete .dz-remove { display: block !important }

.dropzone .dz-image-preview.dz-processing:not(.dz-complete) .dz-details .dz-filename:after { content: ''; position: relative; width: 185px; height: 30px; background: url(../img/loading-bar.gif) no-repeat center center; background-size: 280px;
    padding: 10px 0;
    display: block; }
.dropzone .dz-image-preview.dz-complete .dz-details .dz-filename:after { content: none !important }

.dropzone .dz-image-preview.dz-processing .dz-file-description-form { display: none}
.dropzone .dz-image-preview.dz-processing .dz-update { display: none}
.dropzone .dz-image-preview.dz-processing .dz-remove { display: none}
.dropzone .dz-image-preview.dz-complete .dz-file-description-form { display: block !important}
.dropzone .dz-image-preview.dz-complete .dz-update { display: block !important}
.dropzone .dz-image-preview.dz-complete .dz-remove { display: block !important}

.dz-details img {  max-height:100px; width:180px;}
.custom-dz-preview-template { display:none;}
.dropzone{text-align:center;width:100%;height:100%;padding-bottom: 100px;}
.dz-size{ display:none;}
.custom-dz-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    font-weight: normal;
}

/** Dropzone JS CSS **/

/** Helper **/
.cursor-pointer { cursor: pointer; }
.login-img { text-align: center; padding-bottom: 30px; }
.login-img > img { width: 183px; }
.divider.m10 { margin: 10px 0 !important; }
.sidebar-header-core { background-color: #f7f7f7 !important; text-align: center; padding: 11px; /* 35px 0 15px 0;*/ }
.sidebar-header-core img.logo { width: 120px; }

/* unused/mobile? */
.sidebar-header-core span.logo { display: block !important; }
.sidebar-header-core span.logo img { height: 145px; }
.sidebar-header-core .logo-arrow-down { padding-top: 15px; color: #dbdbdb; font-size: 22px; }
.sidebar-navigation { background: var(--projxcolorhover); }
.sidebar .menu:not(.menu-bordery) > .menu-item.active > .menu-link { background: var(--projxcolor); }
/* .menu-submenu { background-color: rgba(0, 0, 0, 0.1); } */
.menu-submenu { background-color: rgba(255, 255, 255, 0.04); display: block !important }
.sidebar .menu-submenu .menu-item.active > .menu-link .dot::after,
.sidebar .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: var(--projxcolor);
  border-color: var(--projxcolor);
}

.sidebar .icon.material-icons {
  font-size: 24px;
}

/*** VUE - Draggable CSS ***/

.drag {
    /*padding: 45px;*/
    /*width: 98%;*/
    /*margin-left: 5px;*/
}
.dragArea div{
    cursor:pointer;
    padding: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.first .dragArea div {
    background-color:var(--projxcolor);color:#fff;
    color:#fff;
}

.last .dragArea div {
    background-color:#f7f9fa;
    color:#8b95a5;
}

.dragArea {
    border:dotted 3px #ebebeb;
    margin-top:10px;
    padding:20px;
}

.__category_products {
    padding: 5px;
    margin: 5px;
    min-width: 100px;
    text-align: center;
    cursor: pointer;
}


/*** VUE - Draggable CSS ***/


h4.card-title
{
  font-size: 17px;
  background: #ffffff;
  color: #535d67 !important;
  background: -webkit-linear-gradient(bottom, rgb(247, 249, 250) 0%, rgb(255, 255, 255) 100%) !important;
  background: -ms-linear-gradient(bottom, rgb(247, 249, 250) 0%, rgb(255, 255, 255) 100%) !important;
  background: -o-linear-gradient(bottom, rgb(247, 249, 250) 0%, rgb(255, 255, 255) 100%) !important;
  background: linear-gradient(to top, rgb(247, 249, 250) 0%, rgb(255, 255, 255) 100%) !important;
}
.language-btn { font-size: 12px !important; text-transform:uppercase; border-left:1px solid #ededed; border-right:1px solid #ededed; }
.h4.card-title, h4.card-title { font-size: 17px; background: #000; color: #fff; }
.nav-tabs .nav-link.active:hover, .nav-tabs .nav-link:hover, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active {
    border-color: var(--projxcolor);
    background: var(--projxcolor);
    color: #fff;
}
.btn-secondary.nav-link:hover
{
  border-color: transparent;
  background: #e4e7ea;
  color: #fff;
}
.nav-tabs.nav-tabs-success .nav-link:hover, .nav-tabs.nav-tabs-success .nav-link.active, .nav-tabs.nav-tabs-success .nav-link.active:focus, .nav-tabs.nav-tabs-success .nav-link.active:hover
{
  border-color: var(--projxcolor);
}
.nav-tabs .nav-link {
    border-color: var(--projxcolor);
}
.menu-link .title
{
  font-size: 12px;
  text-transform: uppercase;
}

.btn-primary
{
  background:var(--projxcolor);
  border-color:var(--projxcolor);
  text-transform: uppercase;
/*  letter-spacing: 0; */
  font-size: 12px;
}
.btn-purple, .btn-cyan, .btn-info, .btn-warning, .btn-danger, .btn-secondary, .btn-yellow
{
  text-transform: uppercase;
/*  letter-spacing: 0; */
  font-size: 12px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active
{
  background-color:var(--projxcolorhover) !important;
  border-color:var(--projxcolorhover) !important;
}

.dt-buttons, .dataTables_info
{
  float: left;
}

.site-footer {
  background: var(--projxcolorhover);
  color: #fff;
}
.site-footer a {
  color: #fff;
}
.menuarrow-passive { display: none; font-size:23px; }
.menuarrow-active { display: inline-block; font-size:23px; }
body.sidebar-folded .menuarrow-active { display: none !important; }
body.sidebar-folded .menuarrow-passive { display: inline-block !important; }

::-moz-selection {
  background: var(--projxcolor) !important;
  color: #fff;
}
::selection {
  background: var(--projxcolor) !important;
  color: #fff;
}
::-moz-selection {
  background: var(--projxcolor) !important;
  color: #fff;
}

.table tbody tr:hover td {
	background-color: #f0eeee !important;
}

.card-with-more-shadow {
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

.dt-give-pad-everything-except-table {
  padding-left: 0;
  padding-right: 0;
}

.dt-give-pad-everything-except-table .dataTables_length, .dt-give-pad-everything-except-table .dataTables_info,
.dt-give-pad-everything-except-table .dataTables_paginate, .dt-give-pad-everything-except-table .dataTables_filter,
.dt-give-pad-everything-except-table .dt-buttons {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.table.less-padding td, .table.less-padding th {
  padding: 0.5em;
}

.table.less-padding td:first-child, .table.less-padding th:first-child {
  padding-left: 1em;
}

.select2-hack {
  display: flex !important;
}

.select2-hack .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.select2-hack > * {
  width: auto !important;
  flex: 1 1 auto;
  min-width: 200px !important;
  max-width: 50% !important;
}

.bg-gradient {
  background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)) !important;
}

.select2-hack .btn {
  flex-grow: 0 !important;
  min-width: auto !important;
}

.order-create .disable input {
  background-color: #ebebeb !important;
}

.order-create select {
  min-width: 200px;
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: #348671;
  border-color: #348671;
}


.order-details .items { position: relative; padding: 18px 0 22px 0; }
.order-details .items .item { position: relative; padding-bottom: 12px }
.order-details .items .item:last-child { padding-bottom: 0; }
.order-details .items .item .quantity { position: absolute; display: inline-block; left: 60px; top: -4px; width: 20px; height: 20px; text-align: center; font-size: 13px; line-height: 20px; border-radius: 50%; border: 1px solid #707070; z-index: 1; background: #fff; }
.order-details .items .item .content { position: relative; padding: 0 115px 0 86px; min-height: 75px; }
.order-details.header .items .item .content { position: relative; padding: 0 65px 0 86px; min-height: 75px; }
.order-details .items .item figure { position: absolute; width: 75px; height: 75px; left: 0; top: 0; margin: 0; overflow: hidden; border: 1px solid var(--bggray) }
.order-details .items .item figure img { width: 100%; height: 100%; object-fit: cover; }
.order-details .items .item .right { position: absolute; right: 0; top: 23px;  margin: 0; font-size: 15px; line-height: 17px; color: #505B65; }
.order-details .items .item .content h2,
.order-details .items .item .content span { display: block; font-size: 14px; line-height: 17px; margin-bottom: 6px; color: #505B65; font-style: normal; font-weight: normal; }
.order-details .items .item .content h2 {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
}
.order-details.header .items .item .content h2 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.order-details .prices { position: relative; padding: 15px 0; border-top: 1px solid #E3E0D9; border-bottom: 1px solid #E3E0D9; }
.order-details .prices .item { position: relative; }
.order-details .prices .item p { font-size: 15px; line-height: 18px; padding-right: 100px; color: var(--darkblue); position: relative; margin-bottom: 15px; }
.order-details .prices .item p:last-child { margin-bottom: 0; }
.order-details .prices .item p span { position: absolute; right: 0; top: 0; z-index: 1; }

.order-details .campaigns { position: relative; padding: 15px 0; border-bottom: 1px solid #E3E0D9; }
.order-details .campaigns p { font-size: 13px; line-height: 15px; color: #1DFF27; position: relative; margin-bottom: 10px; }
.order-details .campaigns p:last-child { margin-bottom: 0; }

.order-details .total { position: relative; padding: 15px 0; }
.order-details .total p { font-size: 15px; line-height: 18px; padding-right: 100px; color: var(--darkblue); position: relative; margin-bottom: 15px; }
.order-details .total p:last-child { margin-bottom: 0; }
.order-details .total p span { position: absolute; right: 0; top: 0; z-index: 1; }

.btn-float {
  font-size: 24px;
}

.z-500, .bootstrap-select .dropdown-menu {
  z-index: 500 !important;
}

.z-1 {
  z-index: 1 !important;
}

@media screen and (max-width: 1400px) {
  table.dataTable td {
    font-size: 11px !important;
  }
}

.wrap-3-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dt-buttons {
  padding-bottom: 15px;
}

.table th {
  border-color: #ebebeb;
}
#scenario-condition-implements .modal-content
{
    border: 1px solid #ececec;
    background: #fff;
}
#scenario-condition-implements .modal-header
{
    padding: 0 20px;
}
#scenario-condition-implements .modal-title
{
    position: relative;
    top: -13px;
    background: #fff;
    padding: 0 15px;
}
#scenario-condition-implements .modal-footer
{
    padding-bottom: 0;
}
#scenario-condition-implements .modal-footer .btn-secondary
{
    position: relative;
    bottom: -10px;
    background: #fff !important;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 25px;
}
#scenario-condition-implements .modal-footer .btn-primary
{
    margin: 0;
    position: relative;
    bottom: -10px;
    background: #fff !important;
    /* padding-right: 10px; */
    padding: 0 25px 0;
}
#scenario-condition-implements .modal-footer .btn-primary:hover
{
    border-color: #fff !important;
    color: #151b24;
}
.condition-form { padding: 0 20px; }
.condition-form span { display: inline-block; vertical-align: middle; padding-right: 10px; }
.condition-form span input[type="text"],
.condition-form span input[type="number"],
.condition-form span select { border: 1px solid #ebebeb; font-size: 14px; color: #151b24; font-weight: 400; padding: 5px 10px; width: 80px !important; }
.condition-form span select { width: 150px !important; }
.conditions p, .promotions p { border-bottom: 1px solid #ededed; padding: 15px; margin: 0 }
.conditions p:last-child, .promotions p:last-child { border-bottom: 0; }
.conditions p:first-child, .promotions p:first-child { padding-top: 0; }
.condition-form h5 { margin-bottom: 0px !important; font-size: 15px; font-weight: 400; padding: 0 15px; position: relative; top: -10px; background: #fff; display: inline-block; }
.condition-form .conditions { padding: 0 20px 5px; border: 1px solid #ebebeb; margin-bottom: 25px; }
.condition-form .promotions { padding: 0 20px 5px; border: 1px solid #ebebeb; }

.help-tip{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-color: #BCDBEA;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  cursor: default;
}
.help-tip:before{
  content:'?';
  font-weight: normal;
  color:#fff;
}
.help-tip:hover p{
  display:block;
  transform-origin: 100% 0%;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}
.help-tip p{    /* The tooltip */
  display: none;
  text-align: left;
  background-color: #1E2021;
  padding: 20px;
  width: 300px;
  position: absolute;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  right: -4px;
  color: #FFF;
  font-size: 12px;
  line-height: 1.3;
  z-index: 9999999;
  text-transform: none !important;
  font-weight: normal;
  letter-spacing: 0;
}
.help-tip p:before{ /* The pointer of the tooltip */
  position: absolute;
  content: '';
  width:0;
  height: 0;
  border:6px solid transparent;
  border-bottom-color:#1E2021;
  right:10px;
  top:-12px;
}
.help-tip p:after{ /* Prevents the tooltip from being hidden */
  width:100%;
  height:40px;
  content:'';
  position: absolute;
  top:-40px;
  left:0;
}
/* CSS animation */
@-webkit-keyframes fadeIn {
  0% {
      opacity:0;
      transform: scale(0.6);
  }
  100% {
      opacity:100%;
      transform: scale(1);
  }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:100%; }
}
.condition-content-group,
.gift-content-group
{
    padding: 30px 30px 15px 30px;
    border: 1px dashed #ccc;
    margin-bottom: 20px;
    position: relative;
}
.condition-content-group:before,
.gift-content-group:before
{
    content: attr(data-group-name);
    position: absolute;
    top: -20px;
    left: 20px;
    font-size: 12px;
    padding: 10px;
    background: #fff;
    font-weight: bold;
    z-index: 1
}
.gift-content a, .condition-content a {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #919191;
    display: inline-block;
    vertical-align: middle;
}
.gift-content span, .condition-content span {
    display: inline-block;
    vertical-align: middle;
}
#treeview { position: relative; padding: 25px; border: 1px solid #f0f0f0; }
#treeview .item { position: relative; padding: 5px; }
#treeview .item .node { position: relative; padding: 0 0 0 35px; }
#treeview .item .node a { font-size: 20px; position: absolute; z-index: 1; left: 0; line-height: 1; }
#treeview .item .node span.icon { font-size: 20px; position: absolute; z-index: 1; left: 0; line-height: 1; }
#treeview .item .node a .fa-folder-open { display: block; }
#treeview .item .node a .fa-folder { display: none; }
#treeview .item .node a.collapsed .fa-folder { display: block; }
#treeview .item .node a.collapsed .fa-folder-open { display: none; }
#treeview .item .node span.select { display: block; position: relative; line-height: 20px; }
#treeview .item .node span.select.selected { background: #f0f0f0; padding-left: 20px; }
#treeview .item .node span.select.selected:before { content: "\f00c"; font: normal normal normal 14px/20px FontAwesome; left: 0; color: #348671; position: absolute; background: #f0f0f0; z-index: 0; }
#treeview .item:after { content: ''; left: 35px; bottom: 0; right: 0; height: 1px; position: absolute; background: #f0f0f0; }
#treeview .item .nodes { padding-left: 20px; padding-top: 5px; position: relative; }
#treeview .item .nodes:before { content: ''; left: 1px; top: 0; height: 100%; width: 1px; position: absolute; background: #ccc; }
#treeview .item .nodes .item { position: relative; padding: 5px; }
#treeview .item .nodes .item:after { content: none; left: 35px; bottom: 0; right: 0; height: 1px; position: absolute; background: #f0f0f0; }

.ajaxAlert {
  transform-origin: center center;
  font-weight: 500;
}

@keyframes hightlightByZoom{
  0%{
      transform:scale(1);
  }
  50%{
      transform:scale(1.25);
  }
  100%{
      transform:scale(1);
  }
}

.highlightByZoom {
  animation: hightlightByZoom 0.5s;
}

.topbar-btns .topbar-btn.has-new.has-counter i::after {
  display:none;
}

.has-new.has-counter .notif-counter {
    position: absolute;
    top: -5px;
    right: -1px;
    display: inline-block;
    border-radius: 50%;
    background-color: #f96868;
    color: white;
    font-size: 11px;
    padding: 2px 4px;
    /* line-height: 7px; */
    font-weight: 500;
    font-family: Roboto;
    cursor: pointer;
    text-align: center;
}

.modal-body table {
    /* max-width: 100% !important; */
    width: 100% !important;
}
