::-webkit-scrollbar-thumb:vertical {
  background: #969495;
  -moz-border-radius: 0.35rem; /* Para Firefox */
  -webkit-border-radius: 0.35rem; /*Para Safari e Chrome */
  border-radius: 0.35rem; /* Para Opera 10.5+*/
}

::-webkit-scrollbar {
  width: 0.35rem;
  background: #d1d3d4;
  -moz-border-radius: 0.35rem; /* Para Firefox */
  -webkit-border-radius: 0.35rem; /*Para Safari e Chrome */
  border-radius: 0.35rem; /* Para Opera 10.5+*/
}

.header {
  background-color: #00bcd4 !important;
  min-width: 360px;
}
#submenu {
  position: fixed;
  top: 60px;
  z-index: 10;
  width: 100%;
  min-width: 360px;
}
#main-content {
  margin-left: 0 !important;
}
#mainContent {
  margin-top: 96px !important;
}
.brand {
  position: relative;
  background-color: transparent !important;
}
img.logo {
  height: 50px !important;
}
a.logo {
  margin: 5px 10px 5px 0.5em !important;
}
.navbar-header {
  width: 100%;
}
.top-nav {
  margin-top: 13px !important;
}
.horizontal-menu {
  margin-top: 10px !important;
  display: block !important;
  width: auto !important;
}
.goomer-top-nav {
  margin: 0;
}
.goomer-top-nav li {
  display: inline-block;
  list-style: none;
  font-size: 15px;
  padding: 10px 15px 0 15px;
  font-weight: bold;
}
.goomer-top-nav li.menu-return i {
  color: white;
}
@media (max-width: 800px) {
  .goomer-top-nav li span,
  .horizontal-submenu li span {
    display: none;
  }
  .goomer-top-nav li i,
  .horizontal-submenu li i {
    font-size: 1rem;
    display: inline-block;
    position: relative;
  }
  .horizontal-submenu a {
    display: inline-block;
    padding: 0;
  }
}
@media (min-width: 500px) {
  .goomer-top-nav li.menu-return {
    display: none;
  }
}
.horizontal-menu li.active {
  background-color: transparent !important;
}
.horizontal-menu li.active a {
  color: white;
}
.goomer-top-nav a {
  color: #2b00ff;
}
.horizontal-menu li.active:after {
  content: '';
  display: block;
  vertical-align: middle;
  margin: 12px auto 0 auto;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #2b00ff;
}
.horizontal-submenu {
  min-height: 3px;
}
.establishment-name {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.establishment-name-super {
  max-width: 10em;
  white-space: nowrap;
  overflow: hidden;
}
.establishment-name span {
  margin: 0;
  padding-right: 20px;
  line-height: 38px;
  color: white;
  font-size: 14px;
  vertical-align: middle;
}
td.details {
  padding-left: 15px !important;
}
#dashboard_screen,
#broadcast_screen,
#description_screen,
#translation_screen,
#notification_screen {
  /* padding-top: 15px; */
  /* position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0; */
  overflow-y: auto;
}
#broadcast_screen,
#notification_screen {
  padding-right: 0;
}
#main_ractive {
  height: 100%;
}

#feedbacks_table .dataTables_processing {
  position: fixed;
  top: 50%;
  left: 0;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  width: 100%;
  font-size: 1rem;
  text-align: center;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
}

#feedbacks_table div.dataTables_length,
#feedbacks_table div.dt-buttons {
  float: left;
}

#modal_user_profile #name-row {
  margin: 0;
}
#modal_user_profile .text-muted {
  margin-top: 0;
}
.button-row {
  text-align: right;
}
.button-row button {
  display: inline-block;
}
#modal_user_profile .input-user-pass label {
  display: inline-block;
  width: 17.5rem;
}
#modal_user_profile .input-user-pass input {
  display: inline-block;
}
#modal_user_profile .btn-fab-mini {
  border-radius: 20px;
}

.margin-0 {
  margin: 0;
}

td.t_col_translation {
  width: 40%;
}

div.trans_name {
  font-weight: bold;
}
div.trans_desc {
  font-weight: normal;
}
.no-value {
  font-style: italic;
  color: #aaaaaa;
}
.t_edit_bottom {
  text-align: right;
}
.t_edit_bottom button {
  padding: 0.31rem 1rem;
}
.edit-bt {
  cursor: pointer;
  opacity: 0;
  width: 24px;
  height: 24px;
  padding: 0 0.31rem;
  margin: 0;
  text-align: right;
}
.trans_name:hover .edit-bt,
.trans_desc:hover .edit-bt {
  opacity: 1;
}
.searchbar label,
.lang_selector label,
.filterbar label {
  margin-top: 8px;
}
.lang_selector {
  float: right;
}
.lang_selector label {
  text-align: right;
}
.translations_table {
  position: relative;
}
.table-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.5;
}
#translations_table th {
  cursor: pointer;
}
#translations_table th span.sorting,
#translations_table th i.sorting {
  /*color:#00BCD4;*/
  color: #5bacd0;
}
.table_pagination {
  vertical-align: middle;
}
.table_pagination span {
  vertical-align: middle;
}
.table_pagination ul {
  float: right;
  margin: 0;
  vertical-align: middle;
}
.translation_actions {
  float: right;
  background-color: #ff5722;
}
.translation_actions a.bt_title {
  color: white !important;
}
.lang_enable .togglebutton {
  float: right;
}
.lang_enable .toggle_bt {
  line-height: 8px;
  float: right;
}
.translations_loader {
  position: fixed;
  top: 50%;
  width: 100%;
  padding: 1.25rem;
  background-color: white;
  -webkit-box-shadow: 0 0 10px 0 #7a7a7a;
  box-shadow: 0 0 5px 0 #7a7a7a;
  text-align: center;
  font-size: 1rem;
  z-index: 10;
}
#translations_table img {
  height: 16px;
  padding-left: 3px;
  margin-bottom: 2px;
}
/* SLIDE ONE */
.goo-checkbox-slider {
  width: 30px;
  height: 12px;
  margin: 4px 4px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
}
.goo-checkbox-slider input {
  visibility: hidden;
  position: absolute;
}
.goo-checkbox-slider label {
  background: #e6e7e8;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.goo-checkbox-slider label::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;

  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: -2px;
  left: -3px;
  -webkit-box-shadow: 0 0 2px 0 #575656;
  box-shadow: 0 0 2px 0 #575656;
  background: #fffffe;
}

.goo-checkbox-slider input:checked + label::after {
  left: 16px;
  background: #00bcd4;
}
.goo-checkbox-slider input:checked + label {
  background: #00bcd4;
}

.translations_enable {
  padding: 5px 15px;
  width: 100%;
}
.translations_enable span {
  margin-right: 20px;
}
.translations_enable .goo-checkbox-slider {
  float: right;
}
.translations_actions {
  min-width: 200px;
}
.goomer-help-button-container {
  position: absolute;
  top: 5px;
  right: 5px;
}
.goomer-help-button {
  display: inline-block;
  border: none;
  outline: none;
  border-radius: 5px;
  background-color: #ff5722;
  padding: 3px 0.31rem 3px 0.31rem;
  color: white;
  font-size: 14px;
  cursor: pointer;
  font-family: 'Manrope', sans-serif;
}
.goomer-help-button:hover {
  background-color: #ff7347;
}
.goomer-help-button a:hover {
  color: white;
}

.block-notification {
  font-size: 1.25rem;
  text-align: center;
}
.block-notification div {
  display: inline-block;
  background-color: white;
  border-radius: 5px;
  padding: 0.63rem 1.88rem;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(194, 194, 194, 1);
  -moz-box-shadow: 0px 0px 5px 2px rgba(194, 194, 194, 1);
  box-shadow: 0px 0px 5px 2px rgba(194, 194, 194, 1);
}
.block-notification button {
  text-align: center;
}
.block-notification h1 {
  margin: 0;
}

.devices-reload {
  cursor: pointer;
}
.devices-reload i {
  color: #808080;
}
.devices-reload:hover {
  background-color: #f8f0f5;
}
