.hide{
    display:none;
}

.g-ml-19{ margin-left:19px;} 

.width-30{width:30px;}

/*------------------------------------
  Noty
------------------------------------*/
#noty_layout__topRight,
#noty_layout__bottomRight,
#noty_layout__bottomLeft,
#noty_layout__topLeft,
#noty_layout__topCenter,
#noty_layout__bottomCenter {
  width: 380px; }

#noty_layout__topFullWidth,
#noty_layout__bottomFullWidth {
  position: fixed;
  z-index: 9999999;
  width: 100%;
  margin: 0;
  padding: 0;
  transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-filter: blur(0);
          filter: blur(0); }

#noty_layout__topFullWidth {
  top: 0;
  left: 0; }

#noty_layout__bottomFullWidth {
  bottom: 0;
  left: 0; }

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  opacity: 1; }

.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
  display: none; }

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: normal; }

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  background-image: none; }

table.dataTable.no-footer {
  border-bottom: none; }

/*------------------------------------
  Toasts v1
------------------------------------*/
[class*="noty_theme__unify--v1"] {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 1.57143rem; }
  
  .noty_theme__unify--v1--dark {
    background-color: #2e3c56; }
  
  .noty_theme__unify--v1--light {
    background-color: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.05); }
  
  .noty_type__success.noty_theme__unify--v1 {
    background-color: #1cc9e4; }
  
  .noty_type__info.noty_theme__unify--v1 {
    background-color: #1d75e5; }
  
  .noty_type__error.noty_theme__unify--v1 {
    background-color: #e62154; }
  
  .noty_type__warning.noty_theme__unify--v1 {
    background-color: #e6a821; }
  
  .noty_body {
    font-weight: 400;
    font-size: 1rem;
    color: #fff; }
  
  [class*="noty_theme__unify--v1"] .noty_body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  
  .noty_theme__unify--v1--light .noty_body {
    color: #41464B; }
  
  .noty_body__icon {
    position: relative;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 50%; }
  
  .noty_body__icon::before {
    display: block; }
  
  .noty_body__icon > i {
    position: relative;
    top: 50%;
    display: block;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    z-index: 2; }
  
  .noty_theme__unify--v1 .noty_body__icon {
    background-color: rgba(245, 249, 249, 0.2); }
  
  .noty_theme__unify--v1--dark .noty_body__icon {
    background-color: rgba(245, 249, 249, 0.1); }
  
  .noty_theme__unify--v1--dark.noty_type__success .noty_body__icon {
    color: #1cc9e4; }
  
  .noty_theme__unify--v1--dark.noty_type__info .noty_body__icon {
    color: #1d75e5; }
  
  .noty_theme__unify--v1--dark.noty_type__error .noty_body__icon {
    color: #e62154; }
  
  .noty_theme__unify--v1--dark.noty_type__warning .noty_body__icon {
    color: #e6a821; }
  
  .noty_theme__unify--v1--light.noty_type__success .noty_body__icon {
    background-color: rgba(28, 201, 228, 0.15);
    color: #1cc9e4; }
  
  .noty_theme__unify--v1--light.noty_type__info .noty_body__icon {
    background-color: rgba(29, 117, 229, 0.15);
    color: #1d75e5; }
  
  .noty_theme__unify--v1--light.noty_type__error .noty_body__icon {
    background-color: rgba(230, 33, 84, 0.15);
    color: #e62154; }
  
  .noty_theme__unify--v1--light.noty_type__warning .noty_body__icon {
    background-color: rgba(230, 168, 33, 0.15);
    color: #e6a821; }
  
  [class*="noty_theme__unify--v1"] .noty_close_button {
    top: 14px;
    right: 14px;
    width: 0.85714rem;
    height: 0.85714rem;
    line-height: 0.85714rem;
    background-color: transparent;
    font-weight: 300;
    font-size: 1.71429rem;
    color: #fff;
    border-radius: 0; }
  
  .noty_theme__unify--v1--light .noty_close_button {
    color: #cad6d6; }
  
  .noty_progressbar {
    height: 0.5rem !important; }
  
  .noty_theme__unify--v1 .noty_progressbar {
    background-color: rgba(0, 0, 0, 0.08) !important; }
  
  .noty_theme__unify--v1--dark.noty_type__success .noty_progressbar {
    background-color: #1cc9e4; }
  
  .noty_theme__unify--v1--dark.noty_type__info .noty_progressbar {
    background-color: #1d75e5; }
  
  .noty_theme__unify--v1--dark.noty_type__error .noty_progressbar {
    background-color: #e62154; }
  
  .noty_theme__unify--v1--dark.noty_type__warning .noty_progressbar {
    background-color: #e6a821; }
  
  .noty_theme__unify--v1--light.noty_type__success .noty_progressbar {
    background-color: rgba(28, 201, 228, 0.15); }
  
  .noty_theme__unify--v1--light.noty_type__info .noty_progressbar {
    background-color: rgba(29, 117, 229, 0.15); }
  
  .noty_theme__unify--v1--light.noty_type__error .noty_progressbar {
    background-color: rgba(230, 33, 84, 0.15); }
  
  .noty_theme__unify--v1--light.noty_type__warning .noty_progressbar {
    background-color: rgba(230, 168, 33, 0.15); }
  