div.material-table {
    padding: 0;
  }

  div.material-table .hiddensearch {
    padding: 0 14px 0 24px;
    border-bottom: solid 1px #DDDDDD;
    display: none;
  }

  div.material-table .hiddensearch input {
    margin: 0;
    border: transparent 0 !important;
    height: 48px;
    color: rgba(0, 0, 0, .84);
  }

  div.material-table .hiddensearch input:active {
    border: transparent 0 !important;
  }

  div.material-table table {
    table-layout: fixed;
  }

  div.material-table .table-header {
    height: 64px;
    padding-left: 24px;
    padding-right: 14px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-display: flex;
    border-bottom: solid 1px #DDDDDD;
  }

  div.material-table .table-header .actions {
    display: -webkit-flex;
    margin-left: auto;
  }

  div.material-table .table-header .btn-flat {
      min-width: 36px;
      padding: 0 8px;
  }

  div.material-table .table-header input {
    margin: 0;
    height: auto;
  }

  div.material-table .table-header i {
    color: rgba(0, 0, 0, 0.54);
    font-size: 24px;
  }

  div.material-table .table-footer {
    height: 56px;
    padding-left: 24px;
    padding-right: 14px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    font-size: 12px !important;
    color: rgba(0, 0, 0, 0.54);
  }

  div.material-table .table-footer .dataTables_length {
    display: -webkit-flex;
    display: flex;
  }

  div.material-table .table-footer label {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    /* works with row or column */

    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  div.material-table .table-footer .select-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    /* works with row or column */

    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  div.material-table .table-footer .dataTables_info,
  div.material-table .table-footer .dataTables_length {
    margin-right: 32px;
  }

  div.material-table .table-footer .material-pagination {
    display: flex;
    -webkit-display: flex;
    margin: 0;
  }

  div.material-table .table-footer .material-pagination li:first-child {
    margin-right: 24px;
  }

  div.material-table .table-footer .material-pagination li a {
    color: rgba(0, 0, 0, 0.54);
  }

  div.material-table .table-footer .select-wrapper input.select-dropdown {
    margin: 0;
    border-bottom: none;
    height: auto;
    line-height: normal;
    font-size: 12px;
    width: 40px;
    text-align: right;
  }

  div.material-table .table-footer select {
    background-color: transparent;
    width: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    height: auto;
    margin-left: 20px;
  }

  div.material-table .table-title {
    font-size: 20px;
    color: #757575 !important;
    font-size: 21px;
    font-weight: 400;
}

blockquote {
  margin: 20px 0 !important;
  padding-left: 10px !important;
  border-left: 5px solid #949494 !important;
}



  div.material-table table tr td {
    padding: 0 0 0 56px;
    height: 48px;
    font-size: 13px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.87);
    border-bottom: solid 1px #DDDDDD;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  div.material-table table tr td a {
    color: inherit;
  }

  div.material-table table tr td a i {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.54);
  }

  div.material-table table tr {
    font-size: 12px;
  }

  div.material-table table th {
    font-size: 12px;
    font-weight: 600;
    color: #757575;
    cursor: pointer;
    white-space: nowrap;
    padding: 0;
    height: 56px;
    padding-left: 56px;
    vertical-align: middle;
    outline: none !important;
  }

  div.material-table table th.sorting_asc,
  div.material-table table th.sorting_desc {
    color: rgba(0, 0, 0, 0.87);
  }

  div.material-table table th.sorting:after,
  div.material-table table th.sorting_asc:after,
  div.material-table table th.sorting_desc:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    word-wrap: normal;
    font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    content: "arrow_back";
    transform: rotate(90deg);
    display: none;
    vertical-align: middle;
  }

  div.material-table table th.sorting:hover:after,
  div.material-table table th.sorting_asc:after,
  div.material-table table th.sorting_desc:after {
    display: inline-block;
  }

  div.material-table table th.sorting_desc:after {
    content: "arrow_forward";
  }

  div.material-table table tbody tr:hover {
    background-color: #EEE;
  }

  div.material-table table th:first-child,
  div.material-table table td:first-child {
    padding: 0 0 0 24px;
  }

  [type="checkbox"].filled-in:checked+span:not(.lever):after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #212121;
    background-color: #212121;
    z-index: 0;
}

span.badge.new {
  border-width: 1px;
  border-style: solid;
  border-color: #757575;
  font-size: 0.8rem;
  color: #fff;
  border-radius: 2px;
}


  #customBtn {
     display: inline-block;
     background: white;
     color: #444;
     width: 190px;
     border-radius: 5px;
     border: thin solid #888;
     box-shadow: 1px 1px 1px grey;
     white-space: nowrap;
   }
   #customBtn:hover {
     cursor: pointer;
   }
   span.label {
     font-family: serif;
     font-weight: normal;
   }
   span.icon {
     background: url('/images/g-normal.png') transparent 5px 50% no-repeat;
     display: inline-block;
     vertical-align: middle;
     width: 42px;
     height: 42px;
   }
   span.buttonText {
     display: inline-block;
     vertical-align: middle;
     /*padding-left: 42px;*/
     padding-right: 42px;
     font-size: 14px;
     /*font-weight: bold;*/
     /* Use the Roboto font that is loaded in the <head> */
     font-family: 'Roboto', sans-serif;
   }

   #greysection {
      padding-top: 0px;
      padding-bottom: 0px;
  }

  nav .brand-logo {
      position: absolute;
      color: #fff;
      display: inline-block;
      font-size: 2.1rem;
      padding: 0;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 10px;
  }

  nav .brand-logo2 {
      position: absolute;
      color: #fff;
      display: inline-block;
      font-size: 1.3rem;
      padding: 0;
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      /*padding-left: 10px;*/
  }

  .add-height {
      height: 600px;
  }


  .buttonText:hover {
      color: #717171;
  }

  .spinner-grey-only {
      border-color: #757575;
      border-top-color: #757575;
      border-right-color: #757575;
      border-bottom-color: #757575;
      border-left-color: #757575;
  }


  .nav-wrapper .brand-logo img {
    max-width: 47% !important;
    height: auto !important;
    padding-top: 9px !important;
  }


  #table {
      width: 87%;
      padding-top: 2.5%;
  }

  #form-container {
      padding-top: 2.5%;
  }



  .btn-floating.greenColor {
      background-color: #4caf50ff!important;
  }
/*
  .card:hover {
     box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.18);
  }
*/
/*
  .card {
     border-radius: 15px;
     box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.15);
  }
*/
  input:focus {
    border-bottom: 1px solid #9e9e9e !important;
    -webkit-box-shadow: 0 1px 0 0 #9e9e9e !important;
    -moz-box-shadow: 0 1px 0 0 #9e9e9e !important;
    box-shadow: 0 1px 0 0 #9e9e9e !important;
  }

  textarea:focus {
    border-bottom: 1px solid #9e9e9e !important;
    -webkit-box-shadow: 0 1px 0 0 #9e9e9e !important;
    -moz-box-shadow: 0 1px 0 0 #9e9e9e !important;
    box-shadow: 0 1px 0 0 #9e9e9e !important;
  }

    input:not([type]):focus:not([readonly])+label,
    input[type=text]:not(.browser-default):focus:not([readonly])+label,
    input[type=password]:not(.browser-default):focus:not([readonly])+label,
    input[type=email]:not(.browser-default):focus:not([readonly])+label,
    input[type=url]:not(.browser-default):focus:not([readonly])+label,
    input[type=time]:not(.browser-default):focus:not([readonly])+label,
    input[type=date]:not(.browser-default):focus:not([readonly])+label,
    input[type=datetime]:not(.browser-default):focus:not([readonly])+label,
    input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,
    input[type=tel]:not(.browser-default):focus:not([readonly])+label,
    input[type=number]:not(.browser-default):focus:not([readonly])+label,
    input[type=search]:not(.browser-default):focus:not([readonly])+label,
    textarea.materialize-textarea:focus:not([readonly])+label {
        color: #9e9e9e !important;
    }

    i.tiny {
      font-size: 0.9rem;
  }

  ul.stepper .step.active::before, ul.stepper .step.done::before {
      background-color: #000000de;
  }

  .blue {
      background-color: #000000de !important;
  }


  ul.stepper .step.wrong::before {
      content: '\e001';
      font-size: 24px;
      font-family: 'Material Icons';
      background-color: red !important;
  }

  [type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after {
      background-color: #2196f3;
  }

  [type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:before, [type="radio"].with-gap:checked+span:after {
      border: 2px solid #2196f3;
  }

  [type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:before, [type="radio"].with-gap:checked+span:after {
      border: 2px solid #2196f3;
  }

  .datepicker-date-display {
      -webkit-box-flex: 1;
      -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
      flex: 1 auto;
      background-color: #4caf50ff;
      color: #fff;
      padding: 20px 22px;
      font-weight: 500;
  }


  .datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
      color: #4caf50ff;
      padding: 0 1rem;
  }

  .datepicker-table td.is-today {
      color: #4caf50ff;
  }

  .datepicker-table td.is-selected {
      background-color: #4caf50ff;
      color: #fff;
  }

  .grey.darken-1 {
    background-color: #000000de!important;
}

  .dropdown-content li>a, .dropdown-content li>span {
    font-size: 16px;
    color: #757575;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}

.dropdown-content {
  max-height: 300px;
}

[type="checkbox"]:checked+span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}



span.badge {
  min-width: 3rem;
  padding: 0 6px;
  margin-left: 2px;
  text-align: center;
  font-size: 1rem;
  line-height: 22px;
  height: 22px;
  color: #757575;
  float: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.step-content .dropdown-content {
  max-height: 210px;
}

#user-modal .dropdown-content {
  max-height: 150px;
}

  .loaders {
    display: none;
    display: flex!important;
    align-items: start;
    position: absolute!important;
    z-index: 100;
    left:0; right:0;
    top:0; bottom:0;
    margin:auto;
    }

    .modal {
       overflow:hidden;
    }

    .no-over {
      overflow:scroll;
    }

    .modal-feedback {
      left: 0;
      right: 0;
      top: 0;
      z-index: 2;
      position: absolute;
      width: 100%;
      height: 100%;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
  }

    .no-outline {
      outline: none;
    }

  .no-outline-select {
    outline: 0px !important;
  }

  .no-max-width{
    max-width: none;
  }

  body {
    background-color: #fafafa;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

  /* Hide scrollbar for Chrome, Safari and Opera */
  ::-webkit-scrollbar {
    display: none;
  }

  .login-section {
      padding-top: 7rem;
      padding-bottom: 1rem;
  }

  #preloader-container{
    min-height: 500px;
    height: 100%;
  }

  @media only screen and (min-width : 992px) {
    .invisible-top {
       top: 65px !important;
  }
  }

  .circle-clipper {
      border-color: #757575;
      border-top-color: #757575;
      border-right-color: #757575;
      border-bottom-color: #757575;
      border-left-color: #757575;
  }

  .dropdown-content li>a>i {
    height: inherit;
    line-height: inherit;
    float: left;
    margin: 0 0px 0 0;
    width: 24px;
  }

  [type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #757575;
    top: 0px;
    z-index: 0;
}


  .more-actions {
    padding-left: 8%;
  }

  .more-actions-user {
    padding-left: 4%;
  }


  .top-sidebar {
      margin: 0;
      border-radius: 0px;
      padding-top: 5px;
      padding-bottom: 5px;

  }

  .no-padding {
    padding: 0;
  }

  .font-size-sidebar{
    padding-top: 0px !important;
    padding-right: 8px !important;
    padding-bottom: 0px !important;
    font-size: 19px;
  }


  .sidenav li>a>i, .sidenav li>a>[class^="mdi-"], .sidenav li>a li>a>[class*="mdi-"], .sidenav li>a>i.material-icons {
    float: left;
    height: 28px;
    line-height: 49px;
    margin: 0 32px 0 0;
    width: 5px;
    color: #757575;
}

.sidenav .divider {
   margin: 0px 0 0 0; 
}

.sidenav {
  position: fixed;
  width: 235px;
}


.sidenav li>a {
  color: #757575;
  display: block;
  font-size: 14px;
  font-weight: 300;
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
}


  .no-padding-sidenab {
    padding: 16px;
  }

  .card.horizontal .sidebar-img img {
      border-radius: 2px 0 0 2px;
      max-width: 67%;
      width: auto;
      display: initial;
  }

  .row-top-sidebar {
      margin-bottom: 5px;
  }

  .form-control:focus {
    border-bottom: none!important;
    box-shadow: none!important;
  }

  .notif{
    position: absolute;
  }

  .notification-badge {
    position:relative;
    padding:5px 7px;
    background-color: rgb(252, 7, 7);
    color: #ffff;
    bottom: 15px;
    left: 15px;
    border-radius: 50%;
  }

  i.right-no-margin {
    float: right;
    margin-left: 0px!important;
}


.checkbox-lower-height {
  height: 14px!important;

}

input[type=checkbox] {
  transform: scale(1.5);
}

.actions a:focus {
   background-color: white !important;
}


span.badge.new {
  font-weight: 400 !important;
  font-size: 0.48rem !important;

}

#tagCode, #tagCodeLibrary{
  min-height: 14rem!important;
  max-height: 40rem !important;
  background-color: aliceblue;
  padding: 1rem;
  margin-top: inherit;
}

#formsection {
  font-size:15px;
}

div.material-table table tr td {
  padding: 0px 0 0px 16px;
}

div.material-table table tr th {
  padding: 0px 0 0px 16px;
}

#tagCode, #tagCodeLibrary {
  overflow:scroll !important
}

.card-custom:hover {
  box-shadow:0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%)
}

.card-title-custom {
  text-align: center!important;
  font-size: 1.2rem!important;
  border-bottom-color: #444;
  border-bottom-width: 0.1rem;
  border-bottom-style: solid;
  padding-bottom: 0.7rem;
  font-weight: 200;
}

.card-title-custom-selected {
  text-align: center!important;
  font-size: 1.2rem!important;
  border-bottom-color: white!important;
  color:white!important;
  border-bottom-width: 0.1rem;
  border-bottom-style: solid;
  padding-bottom: 0.7rem;
  font-weight: 200;
}


.card .card-custom {
  padding: 1rem!important;
  border-radius: 0 0 2px 2px!important;
  cursor: pointer!important;
  max-height: 15rem!important;
  font-size: 0.8rem!important;
  min-height: 16rem!important;
  background-color: #eee!important;
}

.card .card-custom-selected {
  padding: 1rem!important;
  border-radius: 0 0 2px 2px!important;
  cursor: pointer!important;
  max-height: 15rem!important;
  font-size: 0.8rem;
  min-height: 16rem;
  background-color: rgb(8, 0, 0)!important;
}

.custom-content-para {
  text-align: center;
  font-weight: 240;
  color: black;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
}

.custom-content-para-selected {
  text-align: center!important;
  font-weight: 240!important;
  color: white!important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
}

.bottom-note {
  margin-left: 0.7rem!important;
  font-size: 0.8rem!important;
  color: grey!important;
  margin-top: -1rem!important;
}

#parameters-table{
  margin-top: 2.5rem!important;
  margin-left: 3rem!important;
  margin-right: 4rem!important;
}

.collapsible-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #eee!important;
  border-bottom: 1px solid #ddd;
}

.organize-header-right{
  display: flex!important;
}