body {
  font-family: Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif
}

.backend-body, .notif, .sidenav, .navbar, .navbar .btn-floating, #notif-drop, #settings-drop,
.backend-body .card, .list thead th, .list-foot-right .btn-floating.white, .stats-arrows .btn-floating.white,
.modal, .modal-content, .modal-footer, .dropdown-content,
.divider, .dropdown-content li:hover, .dropdown-content li.active,
.card-panel.orange, tr.orange.lighten-5 {
  transition: background-color 0.2s ease-in-out !important;
  -webkit-transition: background-color 0.2s ease-in-out !important;
  -moz-transition: background-color 0.2s ease-in-out !important;
  -o-transition: background-color 0.2s ease-in-out !important;
}

.sidenav li a, .sidenav li a i, .navbar .btn-floating i, .navbar-title, .navbar-title a, .navbar-title i,
.navbar-buttons i, #settings-drop h6, #settings-drop a, #settings-drop a i,
.input-field i, .view-field i, input, .table-sort p, td h6,
.modal-content h4, td i, td span, td p, td h5, .modal-content p,
th.grey-text.text-darken-2, th p.grey-text.text-darken-2,
.arrows i:not(.blue-text):not(.grey-text), .character-counter,
.list-foot-right .disabled i, .stats-arrows .disabled i, .card-panel.orange i, .card-panel.orange p,
.select-dropdown, .card p, .card span  {
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out !important;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out !important;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out !important;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out !important;
}

.list, tr{
  transition: border 0.2s ease-in-out, background-color .25s ease !important;
  -webkit-transition: border 0.2s ease-in-out, background-color .25s ease !important;
  -moz-transition: border 0.2s ease-in-out, background-color .25s ease !important;
  -o-transition: border 0.2s ease-in-out, background-color .25s ease !important;
}

.caret {
  transition: fill 0.2s ease-in-out !important;
}

.sidenav .divider {
  margin: 0;
}

.backend-body {
  height: 100vh;
}

.dashboard-body {
  height: auto !important;
}

.list-head {
  margin: 0;
  padding: 10px 20px 10px 10px;
  width: 100%;
  display: block;
  position: relative;
  min-height: 64px;
}

@media screen and (min-width: 0px) {
  .backend-body {
    padding: 72px 5px 0px 5px;
  }
  .navbar-title {
    padding-left: 10px;
  }
  .list-head button {
    display: block;
  }
  .search {
    display: block;
    margin-top: 10px;
  }
  .list {
    max-height: calc(100vh - 320px);
  }
  .list-foot-right {
    top: 25px;
    left: 20px;
  }
  .list-foot {
    height: 110px;
    display: block;
  }
  .stats-count {
    position: relative;
    display: flex;
    align-items: center;
  }
  .stats-arrows {
    position: relative;
    display: flex;
    align-items: center;
    left: 0;
    left: auto;
  }
}
@media screen and (min-width: 350px) {
  .backend-body {
    padding: 72px 5px 20px 5px;
  }
  .list-head button {
    display: inline-block;
  }
  .search {
    float: right;
    margin-top: -8px;
  }
  .list {
    max-height: calc(100vh - 280px);
  }
}
@media screen and (min-width: 467px) {
  .stats-arrows {
    position: absolute;
    bottom: 15px;
    right: 20px;
  }
}
@media screen and (min-width: 500px) {
  .backend-body {
    padding: 82px 20px 20px 20px;
  }
}
@media screen and (min-width: 600px) {
  .list-foot-right {
    top: 0;
    right: 0;
    left: auto;
  }
  .list-foot {
    height: 60px;
    display: flex;
    align-items: center;
  }
  .list {
    max-height: calc(100vh - 240px);
  }
}
@media screen and (min-width: 992px) {
  .backend-body {
    padding-left: 320px;
  }
  .navbar-title {
    padding-left: 275px;
  }
}

.navbar-title {
  line-height: 40px;
  font-size: 18px;
  margin: 0;
}
.navbar-title a {
  color: rgb(10,10,10);
}

.backend-body {
  min-height: 100vh;
}

.navbar {
  width: 100%;
  position: fixed;
  top: 0px;
  height: 62px;
  z-index: 10;
  display: flex;
  align-items: center;
}

.navbar-buttons {
  height: 100%;
  margin-left: auto;
  margin-right: 10px;
  display: flex;
}

.navbar-button {
  height: 62px;
  width: 50px;
  padding: 19px 13px;
  margin: 0;
  display: block;
}

.grab {
  cursor: grab;
}

.grab:active {
  cursor: grabbing;
}

.table-sort p, .table-sort .arrows {
  cursor: pointer;
}

.actions-zone {
  display: inline-block;
  margin-left: auto;
  white-space: nowrap;
  min-height: 50px;
}

.no-margin {
  margin: 0;
  overflow: visible;
}

.file-input-btn {
  margin-left: 10px;
}

.list-image {
  height: 38px;
  width: auto;
}

.image-preview-outer {
  text-align: center;
}

.image-preview {
  max-width: 50%;
  height: auto;
  margin: 0px auto;
}

.grab {
  margin-right: 10px;
}

.collection-item {
  transition: background-color 0.2s ease-in-out;
}

.collection-item:hover {
  background: #f1f1f1;
}

.info-panel {
  position: fixed;
  top: 10px;
  left: 10px;
}

.login-body {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
}

.login-center {
  display: block;
  margin: auto;
  max-width: 95%;
  min-width: 400px;
}

.login-logo {
  max-width: 80%;
  height: auto;
  margin: 20px 0;
}

.search .input-field {
  margin: 0;
}

#search {
  margin: 0;
  background-color: rgba(0,0,0,0);
}

.table-sort {
  padding: 8px 4px;
}

.table-sort p {
  margin: 0;
}

#sort-head th {
  padding-top: 8px;
  padding-bottom: 8px;
}

.arrows {
  width: 23px;
  height: 30px;
}

.arrows i {
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.arrow-down {
  transform: translateY(-18px);
}

.list td {
  padding: 5px 5px;
}

.list td div {
  height: 100%;
  display: flex;
  align-items: center;
}

.list td div img {
  display: block;
  margin-left: 10px;
}

.list td div .btn-floating {
  margin: 0 2px;
}

.list tr td:first-child {
  padding-left: 15px;
}

tr th:first-child {
  padding-left: 10px;
}

.list tr td:last-child, tr th:last-child {
  padding-right: 15px;
}

.list tbody tr:last-child {
  border-bottom: none;
}

.list {
  display: block;
  overflow-y: auto;
}

.list table {
  position: relative;
  /*table-layout: fixed;*/
}

.list thead th {
  position: sticky;
  top: 0;
  transform: translateY(-1px);
  z-index: 2;
  padding-bottom: 6px;
}

.list-foot {
  padding: 5px 20px;
  width: 100%;
  position: relative;
}

.list-foot .select-wrapper, .stats-count .select-wrapper {
  display: inline-block;
  margin: 0 10px;
  width: 60px;
}

.list-foot-right {
  position: absolute;
  height: 100%; 
  display: flex;
  align-items: center;
}

.list-foot-right .btn-floating, .stats-arrows .btn-floating {
  background-color: rgba(0,0,0,0) !important;
}

.list-foot-right .btn.disabled:hover, .stats-arrows .btn.disabled:hover, .disabled.btn-large:hover, .disabled.btn-small:hover, .btn-floating.disabled:hover, .btn-large.disabled:hover, .btn-small.disabled:hover, .btn-flat.disabled:hover, .btn:disabled:hover, .btn-large:disabled:hover, .btn-small:disabled:hover, .btn-floating:disabled:hover, .btn-large:disabled:hover, .btn-small:disabled:hover, .btn-flat:disabled:hover, .btn[disabled]:hover, .btn-large[disabled]:hover, .btn-small[disabled]:hover, .btn-floating[disabled]:hover, .btn-large[disabled]:hover, .btn-small[disabled]:hover, .btn-flat[disabled]:hover {
  background-color:rgba(0,0,0,0) !important;
}

.list-foot-right .disabled i, .stats-arrows .disabled i {
  color: rgb(180,180,180) !important;
}

.list-foot-right p, .stats-arrows p {
  margin-right: 10px;
}
  
.backend-body .card {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#notif-drop, #settings-drop{
  transform: translateY(-62px);
}

#notif-drop {
  padding: 10px 10px 0 10px;
}

#settings-drop h6 {
  margin: 10px;
}

#settings-drop li {
  display: block;
}

#settings-drop a {
  color: black;
}

#notif_container {
  overflow: auto;
}

#notif_drop {
  max-height: 60vh;
}

.notif {
  overflow:auto;
  position: relative;
  display: block;
  padding: 0 10px;
  background-color: rgb(240,240,240);
}

.notif-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#list_preloader, #edit_preloader, #delete_preloader, #view_preloader, .stats-preloader {
  display: none;
  margin: 0;
  height: 5px;
}

#list_preloader.active {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
}

#edit_preloader.active, #delete_preloader.active, #view_preloader.active, .stats-preloader.active {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.dropdown-content * {
  outline: none;
}

.modal .input-field {
  min-height: 70px;
  margin: 10px 0;
}

.modal .view-field {
  margin: 10px 0;
  min-height: 50px;
}

.modal h4 {
  margin-bottom: 20px;
}

.input-switch {
  margin-top: -10px !important;
  margin-bottom: 25px !important;
}
.input-switch .switch {
  margin-top: 45px;
  margin-left: 45px;
}

.grab.disabled {
  background-color: rgba(0,0,0,0) !important;
}

.grab.disabled i {
  color: grey !important;
}

.message-icon i {
  margin-right: 10px;
}

.list td p {
  margin: 0;
}

.modal-content hr {
  margin: 20px -10px;
}

span.badge.new:after {
  content: "" !important;
}

span.badge {
  min-width: auto !important;
}

.modal-title {
  margin: 0 !important;
}

.modal-title-block {
  margin-bottom: 20px;
}

.hide {
  display: none;
}

#notif_pin_navbar {
  transition: transform 0.2s ease-in-out;
}

.password-show {
  position: absolute;
  top: 10px;
  right: 0;
  width: fit-content;
  z-index: 10;
}

.color-preview {
  position: absolute;
  top: 10px;
  right: 0;
  border: 1px solid grey;
  border-radius: 5px;
  height: 20px;
  width: 50px;
  cursor: pointer;
}

.color-preview-inner {
  height: 12px;
  width: 42px;
  border-radius: 5px;
  margin-left: 3px;
  margin-top: 3px;
}

.sort-page-top label {
  display: block;
  margin-top: -10px;
  margin-bottom: 15px;
}

.sort-page-bottom label {
  display: block;
  margin-top: 5px;
}

.sort-page-bottom i {
  margin-top: -5px;
}

.sort-page-bottom td {
  padding-bottom: 0;
}

::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

.code {
  font-family: monospace;
}