/*================================================================================
  NOTE:
  ------
  PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
  WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.
*/
body {
  color: #141828 !important;
}

.switch label .lever::before {
  background-color: #78BE20 !important;
}

.switch label input[type=checkbox]:checked + .lever {
  background-color: #4CAF50;
}

.switch label input[type=checkbox]:checked + .lever::after {
  background-color: green !important;
}

a.focivilag-text-dark, .focivilag-text-dark {
  color: green !important;
}

a.focivilag-text-dark:hover {
  color: #78BE20 !important;
}

a.focivilag-text-danger {
  color: #800015 !important;
}

a.focivilag-text-danger:hover {
  color: #be2028 !important;
}

a.focivilag-text-warning {
  color: #ffa000 !important;
}

a.focivilag-text-warning:hover {
  color: #ffc107 !important;
}

.focivilag-text-gray {
  color: #a0a0a0 !important;
}

.focivilag-bg {
  background-color: #78BE20;
}

.focivilag-bg-dark {
  background-color: green;
  color: white !important;
}

.focivilag-bg-dark:hover {
  background-color: #78BE20;
}

a.focivilag-bg-danger {
  background-color: #800015 !important;
}

a.focivilag-bg-danger:hover {
  background-color: #be2028 !important;
}

a.focivilag-bg-warning {
  background-color: #f2b500 !important;
  color: white !important;
}

a.focivilag-bg-warning:hover {
  background-color: #ffc107 !important;
  color: white !important;
}

.focivilag-bg-danger {
  background-color: #800015 !important;
}

.focivilag-bg-danger:hover {
  background-color: #be2028 !important;
}

.focivilag-bg-warning {
  background-color: #f2b500 !important;
  color: white !important;
}

.focivilag-bg-warning:hover {
  background-color: #ffc107 !important;
  color: white !important;
}

.focivilag-text-warning {
  color: #f2b500 !important;
}

.focivilag-bg-gray {
  background-color: #a0a0a0 !important;
}

.sidebar-menu ul li.active {
  background-color: #78BE20 !important;
  box-shadow: 0px 0px 8px 0px #78BE20 !important;
}

.sidenav .navigation-header {
  background-color: green !important;
}

.sidenav .collapsible-header::after {
  margin-right: -8px !important;
}

.btn, .btn-small, .btn-large {
  background-color: green;
}

.btn:hover, .btn-small:hover, .btn-large:hover {
  background-color: #78BE20 !important;
}

.btn2x {
  width: 61px !important;
}

.sidenav-dark.sidenav-gradient .brand-sidebar {
  background-color: #fff !important;
}

.brand-sidebar span.logo-text {
  color: #006615 !important;
}

.teal.darken-4 {
  background-color: #78be20 !important;
}

.sidenav-dark.sidenav-main .sidenav li > a, .sidenav-dark.sidenav-main .sidenav li .more-text {
  color: #fff !important;
  /* font-weight: bold; */
}

.sidenav-active-rounded .sidenav li:not(.open) > a.active {
  color: #333 !important;
}

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;
  background-repeat: no-repeat;
  background-position: center left;
}

.dataTables_wrapper, .dataTables_paginate, .dataTables_info {
  padding-top: 0 !important;
}

table.dataTable tbody tr:hover {
  background-color: #eeeeee !important;
}

table.dataTable tbody tr:hover > .sorting_1 {
  background-color: #eeeeee !important;
}

.dt-select-w {
  width: 55px !important;
  text-align: right;
}

.dt-first-w {
  width: 40px !important;
  text-align: right;
}

.dt-last-w {
  width: 100px !important;
  text-align: right;
}

.dt-datetime-w {
  width: 60px !important;
}

.dt-postalcode-w {
  width: 50px !important;
}

.dt-count-w {
  width: 50px !important;
  text-align: right;
}

.dt-orderdays-w {
  width: 50px !important;
  text-align: right;
}

.dt-priority-w {
  width: 95px !important;
}

.dt-paperno-w {
  width: 180px !important;
}

.dt-yesno-w {
  width: 20px !important;
  text-align: center;
}

.dt-category-w {
  width: 50px !important;
  text-align: center;
}

[type=checkbox]:checked + span:not(.lever)::before {
  border-right: 2px solid green;
  border-bottom: 2px solid #006615;
}

.dtSearch {
  border-bottom: 2px solid #006615;
}

.dtHead-bg {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.dropdown-content li > span {
  font-size: 14px;
  color: green;
  display: block;
  line-height: 20px;
  padding: 12px 14px;
}

.lh-10 {
  line-height: 10px;
}

.lh-15 {
  line-height: 15px;
}

.lh-25 {
  line-height: 25px;
}

.swal-button {
  background-color: green !important;
}

#breadcrumbs-wrapper {
  padding: 10px 0 0 0;
}

.exportCenter {
  align-items: center;
  justify-content: space-around;
  display: flex;
  float: none;
}

.btn {
  padding: 0 0.6rem;
  white-space: nowrap;
}

label {
  color: #082c84;
  font-size: 0.9rem !important;
}

.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-width: 0 0 1px 0 !important;
  border-radius: 0 !important;
}

.select2-results__option {
  color: #135f00;
  padding: 8px 14px;
  font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eee !important;
  color: #26a69a !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #e1e1e1 !important;
}

.select2-dropdown {
  border: none !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.select2-container--default .select2-results__option[role=group] .select2-results__group {
  background-color: #333333;
  color: #fff;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0 !important;
}

.select2-container .select2-search--inline .select2-search__field:focus {
  border-bottom: none !important;
  box-shadow: none !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #ddd !important;
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}

.sidenav-dark.sidenav-main .brand-sidebar .brand-logo, .sidenav-dark.sidenav-main .brand-sidebar .logo-wrapper a.navbar-toggler i {
  color: green !important;
}

[type=checkbox] + span:not(.lever) {
  padding-left: 25px;
  color: black !important;
}

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

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

.datepicker-date-display {
  background-color: green;
}

.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
  color: green;
}

.datepicker-table td.is-today {
  color: #fff;
  background-color: green;
}

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

.fc .fc-button {
  background: green !important;
  border-color: green !important;
}

.tabs .tab a:hover, .tabs .tab a.active {
  color: green;
}

.tabs .tab a {
  color: green;
}

.sidenav li > a, .sidenav li a.collapsible-header {
  padding: 0 16px !important;
  height: 25px;
  line-height: 25px;
  /* font-weight: 600; */
}

.sidenav li > a > i.material-icons, .sidenav li a.collapsible-header > i.material-icons {
  margin: 0 5px 0 0;
  margin-bottom: 0px;
  height: 25px;
  line-height: 25px;
}

.sidenav li > a {
  font-size: 1.1rem !important;
}

.sidenav .navigation-header .navigation-header-text {
  font-weight: 200 !important;
}

.tab a .material-icons {
  vertical-align: middle !important;
  margin: 0 0 0 -10px !important;
}

.gnw-map-service {
  height: 80vh !important;
}

[type=checkbox]:not(:checked), [type=checkbox]:checked {
  position: relative !important;
  opacity: 1 !important;
  pointer-events: fill !important;
  margin-right: 5px;
}

[type=radio]:not(:checked), [type=radio]:checked {
  position: relative !important;
  opacity: 1 !important;
  pointer-events: fill !important;
  margin-right: 5px;
}

thead {
  font-size: 0.9rem;
  background: ghostwhite;
}

tbody {
  font-size: 1rem;
}

td, th {
  padding: 10px 13px 10px 13px !important;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 25px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 25px !important;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple {
  height: 25px !important;
}

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default) {
  height: 25px;
}

textarea {
  width: 100%;
  height: 6rem;
}

.navbar .navbar-light .header-search-wrapper input.header-search-input {
  height: 40px !important;
  width: 320px;
}

.btn-floating {
  background-color: green !important;
}

.collection {
  margin: 0.3rem !important;
}

.collection .collection-item {
  padding: 0 10px;
  line-height: 0.8rem;
}

.small7 {
  font-size: 0.7rem !important;
}

.small8 {
  font-size: 0.8rem;
  padding: 0em 0.8em;
}

.nameday {
  font-size: 0.8rem;
  line-height: 25px;
}

.weather {
  font-size: 0.8rem;
  line-height: 25px;
}

.adminName {
  font-size: 0.8rem;
  line-height: 25px;
  word-wrap: normal;
}

.priorityStars {
  font-size: 1.2rem;
}

.loginForm {
  height: 50px !important;
}

.icon-bg-circle {
  padding: 0.2rem !important;
}

.letter-bg-circle {
  padding: 0.1rem 0.3rem 0.1rem 0.3rem !important;
  border-radius: 10px;
}

.navbar .notification-badge {
  box-shadow: 0 !important;
}

#notifications-dropdown, #dailysmart-dropdown, #tasks-dropdown, #search-dropdown {
  width: 400px;
}
#notifications-dropdown h5, #dailysmart-dropdown h5, #tasks-dropdown h5, #search-dropdown h5 {
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 500;
  background-color: grey;
}
#notifications-dropdown li, #dailysmart-dropdown li, #tasks-dropdown li, #search-dropdown li {
  padding: 8px 16px;
  font-size: 1rem;
}
#notifications-dropdown li > a, #dailysmart-dropdown li > a, #tasks-dropdown li > a, #search-dropdown li > a {
  padding: 0;
  font-size: 1.1rem;
  font-weight: 300;
}
#notifications-dropdown li > a > span, #dailysmart-dropdown li > a > span, #tasks-dropdown li > a > span, #search-dropdown li > a > span {
  display: inline-block;
  font-size: 1.2rem;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
#notifications-dropdown li > time, #dailysmart-dropdown li > time, #tasks-dropdown li > time, #search-dropdown li > time {
  font-size: 0.8rem;
  font-weight: 400;
  margin-left: 38px;
  position: relative;
  top: -4px;
}
#notifications-dropdown li.divider, #dailysmart-dropdown li.divider, #tasks-dropdown li.divider, #search-dropdown li.divider {
  padding: 0;
}

.right, .text-right {
  text-align: right;
}

nav ul a {
  padding: 0 10px !important;
}

.login-background-image {
  background-position: center;
  background-size: cover;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1;
  width: 100%;
}

#login-page {
  z-index: 999;
}

.priceType {
  cursor: pointer;
}

.priceType:hover {
  background-color: #e0f7fa !important;
}

.border {
  border: 1px solid #979ca1 !important;
}

.bordered-strong, table.bordered-strong th, table.bordered-strong td {
  border: 1px solid #020202 !important;
}

table.narrow th, table.narrow td {
  padding: 1px 5px 1px 5px !important;
}

.sidenav .navigation-header {
  margin-top: 0 !important;
}

.error {
  color: red;
  margin: 0 0 0 10px;
}

.sidenav span.badge {
  margin-top: calc(24px - 21px);
}

span.badge {
  font-size: 0.9rem !important;
  white-space: nowrap;
}

span.badge-small {
  margin: 2px 2px 2px 2px !important;
}

.not-button {
  line-height: 1;
}

.not-button i, .notification-button i {
  position: relative;
  top: 5px !important;
  font-size: 29px;
}

.through-text {
  text-decoration: line-through !important;
}

input[role=switch] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  width: 2.4em;
  height: 1.4em;
  margin: -0.3em 0;
  box-sizing: content-box;
  padding: 0;
  border: none;
  border-radius: 0.7em;
  background: rgba(160, 160, 160, 0.7);
  box-shadow: 0 0.15em 0.25em rgba(0, 0, 0, 0.5) inset, 0 -0.5px 0 rgba(255, 255, 255, 0.2) inset;
  transition: background-color 250ms ease, box-shadow 250ms ease;
  font-size: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
  cursor: pointer;
}

input[role=switch]::before {
  content: "";
  display: flex;
  align-content: center;
  justify-content: center;
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0;
  top: 0;
  background: rgba(240, 240, 240, 0.9);
  box-shadow: 0 1px 1px #fff inset, 0 0.2em 0.5em rgba(255, 255, 255, 0.7) inset, 0 -0.2em 0.3em rgba(0, 0, 0, 0.2) inset, 0 0.05em 0.25em rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  transform: translate(20%, 20%);
  transition: transform 250ms ease;
  color: rgba(0, 0, 0, 0.3);
  line-height: 1;
}

input[role=switch]:focus::before {
  background: rgba(255, 255, 255, 0.9);
}

input[role=switch]:checked {
  background-color: var(--bg-checked, var(--bg, green));
}

input[role=switch]:focus-visible {
  box-shadow: 0 0.15em 0.25em rgba(0, 0, 0, 0.5) inset, 0 -0.5px 0 rgba(255, 255, 255, 0.2) inset, 0 0 0 2px rgba(255, 255, 255, 0.8), 0 0 0 4px var(--bg-checked, var(--bg, #3c82fa));
}

input[role=switch]:checked::before {
  transform: translate(120%, 20%);
}

input[role=switch]:indeterminate::before {
  transform: translate(70%, 20%);
  content: "-";
}

input[role=switch]:disabled:before {
  opacity: 0.4;
}

h1 {
  font-size: 2.5rem !important;
}

h2 {
  font-size: 1.56rem !important;
}

h3 {
  font-size: 1.2rem !important;
}

h4 {
  font-size: 1rem !important;
}

/*
h5 {
    font-size: 0.9rem !important;
}
*/
.nowrap {
  white-space: nowrap;
}

.modal .modal-content {
  padding: 6px !important;
}

.modal {
  min-height: 50% !important;
}

.nav-collapsible span.badge.pill {
  right: 10px !important;
}

.sidenav-dark.sidenav-main .sidenav li.bold > a:not(.active):hover, .sidenav-dark.sidenav-main .sidenav li:not(.active).open {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.sidenav li > a:not(.active):hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.sidenav-active-rounded .sidenav li > a, .sidenav-active-rounded .sidenav li a.collapsible-header {
  margin-right: 0.7rem !important;
}

#card-stats .card-stats-number {
  font-size: 1.8rem !important;
}

.btn-mini {
  padding: 0px 2px 2px 2px !important;
  margin: 2px 2px;
  height: 25px !important;
  line-height: 25px !important;
  border-radius: 4px;
}

input[type=text]:not(.browser-default) {
  font-size: 1rem !important;
}

.topContent {
  z-index: 10000;
  position: relative;
}

.dropdown-content li {
  min-height: 30px !important;
}

.mt-05 {
  margin-top: 0.5% !important;
}

.m-15-0 {
  margin: -15px 0 !important;
}

.navbar .sideNav-lock .header-search-wrapper {
  margin: 0 auto 0 240px !important;
  width: calc(100% - 180px) !important;
}

i.medium {
  font-size: 3.5rem !important;
}

.btn-double {
  height: 50px !important;
  line-height: 20px !important;
}
