#offcanvasWithBothOptions .offcanvas-header {
  padding: 30px;
}
#offcanvasWithBothOptions .offcanvas-body ul {
  list-style: none;
}
#offcanvasWithBothOptions .offcanvas-body ul li.list-group-item {
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 10px;
}
#offcanvasWithBothOptions .offcanvas-body ul li.list-group-item a {
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
}

.searchbar {
  height: auto;
  background-color: #FFF;
  width: 100%;
  box-shadow: 0 0 0 0.25rem rgba(87, 107, 146, 0.3) !important;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(87, 107, 146, 0.3) !important;
  -moz-box-shadow: 0 0 0 0.25rem rgba(87, 107, 146, 0.3) !important;
  -ms-box-shadow: 0 0 0 0.25rem rgba(87, 107, 146, 0.3) !important;
  border-radius: 4px;
  margin: 30px 0 10px;
  /*Transitions*/
  transition: 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-transition: 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  -moz-transition: 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  -ms-transition: 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.searchbar.fixed-header {
  z-index: 1;
  padding-top: 90px !important;
  padding-bottom: 1rem !important;
  height: auto !important;
}
.searchbar #single-client-heading {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.searchbar #single-client-heading .single-client-location {
  color: #606060;
  text-transform: uppercase;
}
.searchbar #client-subnav button {
  margin: 0 0.75rem;
}
.searchbar #single-client-heading button,
.searchbar #client-subnav button,
.searchbar #search-order-filter button {
  text-transform: uppercase;
  color: #576b92;
  line-height: 0;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
}
.searchbar #single-client-heading button:focus, .searchbar #single-client-heading button:hover, .searchbar #single-client-heading button:focus-visible,
.searchbar #client-subnav button:focus,
.searchbar #client-subnav button:hover,
.searchbar #client-subnav button:focus-visible,
.searchbar #search-order-filter button:focus,
.searchbar #search-order-filter button:hover,
.searchbar #search-order-filter button:focus-visible {
  background-color: #ABBCDC;
  border: none;
}
.searchbar #search-order-filter .btn-view-module, .searchbar #search-order-filter .btn-view-list {
  display: none;
}
.searchbar .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.25;
  color: #606060;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.searchbar .search-box {
  color: #414141;
  border: none;
  border-bottom: 2px solid #CCC;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}
.searchbar .search-box:focus-visible {
  border-bottom: 2px solid #ABBCDC;
  outline: none !important;
}

#loginform {
  background-color: #ABBCDC;
}
#loginform .loginform {
  position: relative;
  background-color: #C9D7F0;
  padding: 50px;
  width: 500px;
  min-height: 600px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  box-shadow: 0 9px 20px -5px rgba(87, 107, 146, 0.35);
  -webkit-box-shadow: 0 9px 20px -5px rgba(87, 107, 146, 0.35);
  -moz-box-shadow: 0 9px 20px -5px rgba(87, 107, 146, 0.35);
  -ms-box-shadow: 0 9px 20px -5px rgba(87, 107, 146, 0.35);
}
#loginform .loginform .top-login-logo {
  width: 100px;
  height: auto;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -50px;
  background-color: #FFF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 0.75rem;
  box-shadow: 0 5px 20px -3px rgba(87, 107, 146, 0.2);
  -webkit-box-shadow: 0 5px 20px -3px rgba(87, 107, 146, 0.2);
  -moz-box-shadow: 0 5px 20px -3px rgba(87, 107, 146, 0.2);
  -ms-box-shadow: 0 5px 20px -3px rgba(87, 107, 146, 0.2);
}
#loginform .loginform .login-fields {
  width: 100%;
}
#loginform .loginform .login-fields .message {
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #535353;
}
#loginform .loginform .login-fields .form-group {
  position: relative;
}
#loginform .loginform .login-fields .form-group.f-username, #loginform .loginform .login-fields .form-group.f-password {
  margin-bottom: 15px;
}
#loginform .loginform .login-fields .form-group input {
  height: 70px;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding-top: 25px;
  padding-left: 10px;
  color: #606060;
}
#loginform .loginform .login-fields .form-group input.form-control:focus {
  border-color: #93A7CD;
  box-shadow: 0 0 0 0.25rem #93A7CD;
  -webkit-box-shadow: 0 0 0 0.25rem #93A7CD;
}
#loginform .loginform .login-fields .form-group label {
  position: absolute;
  display: block;
  font-size: 14px;
  font-weight: 600;
  top: 10px;
  left: 10px;
  color: #576b92;
}
#loginform .loginform .login-fields .form-group .btn-login {
  background-color: #576B92;
  color: #FFF;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 14px;
  font-weight: 600;
}
#loginform .loginform .login-fields .f-reset {
  text-align: center;
  padding: 25px 0;
  margin-top: -10px;
}
#loginform .loginform .login-fields .f-reset a {
  color: #576B92;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

#main-nav {
  height: 70px;
  background-color: #FFF;
}
#main-nav.nav-shadow {
  box-shadow: 0 0 0 0.15rem #576b92 !important;
  -webkit-box-shadow: 0 0 0 0.15rem #576b92 !important;
  -moz-box-shadow: 0 0 0 0.15rem #576b92 !important;
  -ms-box-shadow: 0 0 0 0.15rem #576b92 !important;
}
#main-nav .offcanvas {
  background-color: #576b92;
  color: #fff !important;
}
#main-nav .offcanvas.show {
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.3);
}
#main-nav .offcanvas .offcanvas-header .offcanvas-title {
  font-size: 1.75rem;
}
#main-nav .offcanvas .offcanvas-body {
  color: rgba(255, 255, 255, 0.7);
}
#main-nav .offcanvas .custom-close-btn {
  background: transparent;
  color: #fff !important;
  position: absolute;
  top: 15px;
  left: 15px;
}
#main-nav .modal-backdrop,
#main-nav .modal-backdrop.show {
  background-color: transparent;
}
#main-nav #setting #notify, #main-nav #user-area #notify {
  position: relative;
  color: #576B92;
}
#main-nav #setting #notify .notify-dot-number, #main-nav #user-area #notify .notify-dot-number {
  font-family: "Roboto", sans-serif;
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #8b0000;
  box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  top: -10px;
  left: -13px;
}
#main-nav #setting .material-icons, #main-nav #user-area .material-icons {
  font-size: 28px;
}
#main-nav #setting button, #main-nav #user-area button {
  padding: 0.25rem;
  display: inline-flex;
  color: #576B92;
  border: none;
}
#main-nav #nav-container {
  justify-content: center;
  -webkit-justify-content: center;
}
#main-nav #nav-container ul.nav .nav-item a {
  font-weight: 500;
  text-transform: uppercase;
  color: #606060;
}
#main-nav #nav-container ul.nav .nav-item a.active {
  color: #576b92;
}
#main-nav #nav-container ul.nav .nav-item a.disabled {
  opacity: 0.7;
}
#main-nav #user-area #user-profile {
  margin-left: 1rem;
}
#main-nav #user-area #user-profile .dropdown-menu {
  background-color: #576b92;
}
#main-nav #user-area #user-profile .dropdown-menu .dropdown-item {
  color: #fff;
}
#main-nav #user-area #user-profile button {
  padding: 0 !important;
  box-shadow: 0 0 0 0.25rem rgba(87, 107, 146, 0.3) !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
#main-nav #user-area #user-profile button .circle-profile {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
#main-nav #user-area #user-profile button:after {
  display: none;
}

@media only screen and (max-width: 767px) {
  #main-nav #nav-container {
    display: none !important;
  }
}
#dashboard .searchbar, #dashboard-client .searchbar {
  height: auto;
  background-color: #FFF;
  width: 100%;
  box-shadow: 0 0 0 0.25rem rgba(87, 107, 146, 0.3) !important;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(87, 107, 146, 0.3) !important;
  -moz-box-shadow: 0 0 0 0.25rem rgba(87, 107, 146, 0.3) !important;
  -ms-box-shadow: 0 0 0 0.25rem rgba(87, 107, 146, 0.3) !important;
  border-radius: 4px;
  margin: 30px 0 10px;
  /*Transitions*/
  transition: 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-transition: 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  -moz-transition: 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  -ms-transition: 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}
#dashboard .searchbar.fixed-header, #dashboard-client .searchbar.fixed-header {
  z-index: 1;
  padding-top: 90px !important;
  padding-bottom: 1rem !important;
  height: auto !important;
}
#dashboard .searchbar #single-client-heading, #dashboard-client .searchbar #single-client-heading {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#dashboard .searchbar #single-client-heading .single-client-location, #dashboard-client .searchbar #single-client-heading .single-client-location {
  color: #606060;
  text-transform: uppercase;
}
#dashboard .searchbar #client-subnav button, #dashboard-client .searchbar #client-subnav button {
  margin: 0 0.75rem;
}
#dashboard .searchbar #single-client-heading button,
#dashboard .searchbar #client-subnav button,
#dashboard .searchbar #search-order-filter button, #dashboard-client .searchbar #single-client-heading button,
#dashboard-client .searchbar #client-subnav button,
#dashboard-client .searchbar #search-order-filter button {
  text-transform: uppercase;
  color: #576b92;
  line-height: 0;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
}
#dashboard .searchbar #single-client-heading button:focus, #dashboard .searchbar #single-client-heading button:hover, #dashboard .searchbar #single-client-heading button:focus-visible,
#dashboard .searchbar #client-subnav button:focus,
#dashboard .searchbar #client-subnav button:hover,
#dashboard .searchbar #client-subnav button:focus-visible,
#dashboard .searchbar #search-order-filter button:focus,
#dashboard .searchbar #search-order-filter button:hover,
#dashboard .searchbar #search-order-filter button:focus-visible, #dashboard-client .searchbar #single-client-heading button:focus, #dashboard-client .searchbar #single-client-heading button:hover, #dashboard-client .searchbar #single-client-heading button:focus-visible,
#dashboard-client .searchbar #client-subnav button:focus,
#dashboard-client .searchbar #client-subnav button:hover,
#dashboard-client .searchbar #client-subnav button:focus-visible,
#dashboard-client .searchbar #search-order-filter button:focus,
#dashboard-client .searchbar #search-order-filter button:hover,
#dashboard-client .searchbar #search-order-filter button:focus-visible {
  background-color: #ABBCDC;
  border: none;
}
#dashboard .searchbar #search-order-filter .btn-view-module, #dashboard .searchbar #search-order-filter .btn-view-list, #dashboard-client .searchbar #search-order-filter .btn-view-module, #dashboard-client .searchbar #search-order-filter .btn-view-list {
  display: none;
}
#dashboard .searchbar .title, #dashboard-client .searchbar .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.25;
  color: #606060;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#dashboard .searchbar .search-box, #dashboard-client .searchbar .search-box {
  color: #414141;
  border: none;
  border-bottom: 2px solid #CCC;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}
#dashboard .searchbar .search-box:focus-visible, #dashboard-client .searchbar .search-box:focus-visible {
  border-bottom: 2px solid #ABBCDC;
  outline: none !important;
}
#dashboard .machine-header, #dashboard .device-header, #dashboard-client .machine-header, #dashboard-client .device-header {
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}
#dashboard .machine-header .material-icons, #dashboard .device-header .material-icons, #dashboard-client .machine-header .material-icons, #dashboard-client .device-header .material-icons {
  color: #576b92;
}
#dashboard .machine-header .machine-list-title, #dashboard .device-header .machine-list-title, #dashboard-client .machine-header .machine-list-title, #dashboard-client .device-header .machine-list-title {
  color: #576b92;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
}
#dashboard .machine-header hr, #dashboard .device-header hr, #dashboard-client .machine-header hr, #dashboard-client .device-header hr {
  height: 2px;
  width: 100%;
}
#dashboard .single-client, #dashboard-client .single-client {
  position: relative;
  background-color: #FFF;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.15);
  min-height: 250px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
#dashboard .single-client header, #dashboard-client .single-client header {
  position: relative;
}
#dashboard .single-client header span.close, #dashboard-client .single-client header span.close {
  right: 0rem;
}
#dashboard .single-client header span.autorenew, #dashboard-client .single-client header span.autorenew {
  left: 0rem;
}
#dashboard .single-client header span.close, #dashboard .single-client header span.autorenew, #dashboard-client .single-client header span.close, #dashboard-client .single-client header span.autorenew {
  position: absolute;
  top: 0rem;
  color: #576b92;
  background: transparent;
  opacity: 0.7;
  font-size: 30px;
}
#dashboard .single-client header span.close:hover, #dashboard .single-client header span.autorenew:hover, #dashboard-client .single-client header span.close:hover, #dashboard-client .single-client header span.autorenew:hover {
  opacity: 1;
}
#dashboard .single-client .client-name, #dashboard-client .single-client .client-name {
  font-size: 28px !important;
  color: #576B92 !important;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#dashboard .single-client .client-name .machine-image, #dashboard-client .single-client .client-name .machine-image {
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #ABBCDC;
}
#dashboard .single-client .client-name, #dashboard .single-client .client-location, #dashboard-client .single-client .client-name, #dashboard-client .single-client .client-location {
  position: relative;
  font-size: 20px;
  line-height: 1.25;
  color: #606060;
  max-width: 100%;
  padding-right: 4.5rem;
}
#dashboard .single-client .client-name span.material-icons, #dashboard .single-client .client-location span.material-icons, #dashboard-client .single-client .client-name span.material-icons, #dashboard-client .single-client .client-location span.material-icons {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #606060;
}
#dashboard .single-client .label-device, #dashboard-client .single-client .label-device {
  position: relative;
  font-size: 20px;
  line-height: 1.25;
  color: #606060;
  max-width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#dashboard .single-client footer a, #dashboard-client .single-client footer a {
  cursor: pointer;
  color: #576B92;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  align-items: center;
}
#dashboard .single-client footer a img, #dashboard-client .single-client footer a img {
  margin-left: 5px;
  width: 20px;
  height: auto;
}

.fixed-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

#dashboard-client .mobiles-list {
  margin-top: 15px;
  margin-bottom: 15px;
}
#dashboard-client .button-active {
  background-color: #abbcdc !important;
  color: #FFF !important;
}

@media only screen and (max-width: 767px) {
  #dashboard .searchbar, #dashboard-client .searchbar {
    height: auto;
  }
  #dashboard .searchbar .title, #dashboard-client .searchbar .title {
    font-size: 20px;
  }
  #dashboard .searchbar #client-subnav, #dashboard-client .searchbar #client-subnav {
    width: 100%;
  }
  #dashboard .searchbar #client-subnav button, #dashboard-client .searchbar #client-subnav button {
    margin: 0;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #dedede;
  }
}
#user .fields {
  padding: 20px;
  background-color: #FFF;
  margin: 5px 0;
}
#user .fields:first-child {
  margin-top: 20px;
}

#user-management .machine-header .machine-list-title {
  color: #576b92;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
}
#user-management .machine-header hr {
  height: 2px;
  width: 100%;
  display: block;
}

#view-machine .machine-header, #view-machine .device-header {
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}
#view-machine .machine-header .material-icons, #view-machine .device-header .material-icons {
  color: #576b92;
}
#view-machine .machine-header .machine-list-title, #view-machine .device-header .machine-list-title {
  color: #576b92;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
}
#view-machine .machine-header hr, #view-machine .device-header hr {
  height: 2px;
  width: 100%;
}
#view-machine .label {
  text-align: left !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block !important;
  font-weight: 600;
}
#view-machine .value {
  text-align: right !important;
  display: inline-block !important;
}

#device-edit tbody tr {
  border-bottom: 2px solid #ccc;
}
#device-edit .machine-header .machine-list-title {
  color: #576b92;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
}
#device-edit .machine-header hr {
  height: 2px;
  width: 100%;
  display: block;
}

body {
  background-color: #e5e5e5;
  font-family: "Roboto", sans-serif;
}

/*Colors*/
/*Buttons - colors state effects*/
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(87, 107, 146, 0.3) !important;
}

.single-client footer a {
  margin-bottom: 0.75rem;
  /* :P */
}
.single-client footer a.btn.enter {
  background-color: #C9D7F0;
  color: #576B92;
}
.single-client footer a.btn.auth {
  background-color: #44DA92;
  color: #414141 !important;
}
.single-client footer a.btn.not-auth {
  background-color: #F27743;
  color: #fff !important;
}

.close {
  width: 20px;
  height: 20px;
  background-color: #576B92;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.close img {
  width: 16px;
  height: auto;
}

.error {
  color: red;
  font-size: 12px;
  font-weight: 600;
}

.actions-button {
  align-items: center;
  display: inline-flex !important;
  font-size: 12px;
  padding: 10px !important;
  margin: 5px 0;
  margin-right: 10px;
}
.actions-button span:first-child {
  font-size: 18px;
}
.actions-button.delete-machine {
  background-color: #ff9c9c !important;
  border: 1px solid #ff9c9c !important;
  color: #000 !important;
}

.go-back-button, .go-back-button:hover, .go-back-button:active {
  background-color: #6c757d !important;
  border: 1px solid #6c757d !important;
  color: #FFF !important;
}

/*# sourceMappingURL=css.css.map */
