html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.bg-bl {
  background-color: #000000; }

.bg-wh {
  background-color: #ffffff; }

.bg-vb {
  background-color: #1d1d1d; }

.bg-nb {
  background-color: #2d2d2d; }

.bg-ng {
  background-color: #cccccc; }

.bg-nsg {
  background-color: #ededed; }

.bg-gtg {
  background-color: #5cdf84; }

.bg-ub {
  background-color: #08a5ab; }

.bg-eo {
  background-color: #fc6a37; }

.bg-og {
  background-color: #4aa06a; }

.bg-pb {
  background-color: #1657a0; }

.bg-ey {
  background-color: #ed9907; }

.bg-ep {
  background-color: #be45d4; }

.bg-fr {
  background-color: #d94336; }

.col-bl {
  color: #000000; }

.col-wh {
  color: #ffffff; }

.col-vb {
  color: #1d1d1d; }

.col-nb {
  color: #2d2d2d; }

.col-ng {
  color: #cccccc; }

.col-nsg {
  color: #ededed; }

.col-gtg {
  color: #5cdf84; }

.col-ub {
  color: #08a5ab; }

.col-eo {
  color: #fc6a37; }

.col-og {
  color: #4aa06a; }

.col-pb {
  color: #1657a0; }

.col-ey {
  color: #ed9907; }

.col-ep {
  color: #be45d4; }

.col-fr {
  color: #d94336; }

html {
  overflow-x: hidden; }

body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #484847;
  background-color: #ededed;
  overflow-x: hidden;
  height: 100%;
  min-height: 100vh;
  width: 100%; }
  body * {
    box-sizing: border-box; }
  body.no-scroll {
    overflow: hidden; }

p {
  margin: 0;
  font-size: 16px; }
  p.section-title, p.type {
    font-weight: 600; }
  p.section-title, p.description {
    margin-bottom: 10px; }
  p.section-title {
    text-transform: uppercase;
    letter-spacing: 0.08em; }
  p.type {
    margin-bottom: 2px; }
  p.description {
    font-size: 12px; }

a:hover {
  text-decoration: none;
  color: #ffffff; }

img {
  width: 100%;
  height: 100%;
  display: block;
  max-width: 100%;
  max-height: 100%; }

section:after, .cfix:after {
  content: '';
  display: block;
  clear: both; }

section .group {
  width: calc(20% - 20px);
  margin-left: 20px;
  float: left;
  margin-bottom: 10px; }
section .app-ind {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }

main {
  width: calc(100% - 285px);
  float: right;
  padding-top: 121px; }
  main .main-container {
    width: 100%;
    padding-right: 15px;
    padding-bottom: 100px; }

#nav-container {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  bottom: 0;
  width: 270px; }
  #nav-container .navbar-default {
    border: none;
    padding-top: 70px;
    height: calc(100% - 106px);
    position: relative; }
  #nav-container .logout-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: 15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 30px); }
  #nav-container a:not(.logout-btn) {
    display: block;
    width: 100%;
    padding: 22px 10px 18px 65px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    position: relative; }
    #nav-container a:not(.logout-btn) span {
      display: block;
      width: 56px;
      height: 56px;
      background-position: center;
      background-size: 26px;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0; }
    #nav-container a:not(.logout-btn).dashboard span {
      background-image: url("./icons/icon-home.svg"); }
    #nav-container a:not(.logout-btn).accounts span {
      background-image: url("./icons/icon-accounts.svg"); }
    #nav-container a:not(.logout-btn).users span {
      background-image: url("./icons/icon-users.svg"); }
    #nav-container a:not(.logout-btn).active {
      background-color: #ffffff;
      border-right: 5px solid #08a5ab;
      color: #08a5ab; }
      #nav-container a:not(.logout-btn).active span {
        background-color: #ededed; }
      #nav-container a:not(.logout-btn).active.dashboard span {
        background-image: url("./icons/icon-home-blue.svg"); }
      #nav-container a:not(.logout-btn).active.accounts span {
        background-image: url("./icons/icon-accounts-blue.svg"); }
      #nav-container a:not(.logout-btn).active.users span {
        background-image: url("./icons/icon-users-blue.svg"); }
    #nav-container a:not(.logout-btn):not(.active):hover {
      background-color: #1d1d1d; }
  #nav-container .logo {
    width: 100%;
    height: 106px;
    border-bottom: 1px solid #ffffff;
    padding: 15px;
    padding-top: 23px; }
    #nav-container .logo a {
      padding: 0; }
      #nav-container .logo a:hover {
        background-color: transparent !important; }
    #nav-container .logo img {
      max-width: 215px;
      margin: 0 auto; }
  #nav-container .menu-btn {
    display: none;
    position: absolute;
    top: 22px;
    right: 15px;
    width: 30px;
    height: 30px;
    z-index: 1;
    cursor: pointer; }
    #nav-container .menu-btn span {
      display: block;
      width: 30px;
      height: 2px;
      background-color: #ffffff;
      position: absolute;
      left: 0; }
      #nav-container .menu-btn span:nth-child(1) {
        top: 0; }
      #nav-container .menu-btn span:nth-child(2) {
        top: 10px; }
      #nav-container .menu-btn span:nth-child(3) {
        top: 20px; }

#dashboard-header {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  width: 100%;
  font-weight: 600;
  height: 106px; }
  #dashboard-header .title-cont {
    position: absolute;
    top: 50%;
    left: 285px;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(100% - 749px); }
  #dashboard-header h1 {
    text-transform: uppercase;
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    color: #1d1d1d;
    letter-spacing: 1px; }
  #dashboard-header p {
    background-image: url("./icons/icon-face.svg");
    background-position: 0 -1px;
    background-size: 18px;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 20px;
    margin-top: 4px; }
  #dashboard-header #header-search {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    min-width: 450px; }
    #dashboard-header #header-search form {
      width: 100%;
      height: 100%; }
    #dashboard-header #header-search div, #dashboard-header #header-search button {
      float: left;
      height: 100%; }
    #dashboard-header #header-search .search-field {
      height: 100%;
      border: none;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 0; }
    #dashboard-header #header-search button {
      width: 106px;
      border-radius: 0;
      font-weight: 400;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    #dashboard-header #header-search div {
      background-image: url("./icons/icon-search.svg");
      background-position: 15px;
      background-repeat: no-repeat;
      background-size: 32px;
      padding-left: 60px;
      border-left: 1px solid #cccccc;
      width: calc(100% - 106px); }
    #dashboard-header #header-search #livesearch {
      background-color: #ffffff;
      width: calc(100% + 62px);
      margin-left: -61px;
      border: 1px solid #cccccc;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px; }
      #dashboard-header #header-search #livesearch li {
        width: 95%;
        margin: 0 2.5%;
        padding: 10px 0;
        border-bottom: 1px solid #cccccc; }
        #dashboard-header #header-search #livesearch li:last-of-type {
          border-bottom: none; }
      #dashboard-header #header-search #livesearch a {
        display: block;
        width: 100%;
        padding: 10px 0;
        color: #484847; }
        #dashboard-header #header-search #livesearch a:hover {
          color: #5cdf84; }

@media screen and (max-width: 1224px) {
  #dashboard-header #header-search {
    width: 350px;
    min-width: 1px; }
  #dashboard-header .title-cont {
    width: calc(100% - 649px); } }
@media screen and (max-width: 1024px) {
  #dashboard-header #header-search {
    display: none; }
  #dashboard-header .keep-search-for-mob #header-search {
    display: block; }
  #dashboard-header .title-cont {
    width: calc(100% - 245px); } }
@media screen and (max-width: 820px) {
  #dashboard-header .title-cont {
    width: calc(100% - 30px); }
  #dashboard-header .keep-search-for-mob #header-search {
    display: block;
    top: 100%;
    height: 60%;
    left: 0;
    background-color: #ffffff;
    width: 100%; }
    #dashboard-header .keep-search-for-mob #header-search div {
      border-left: 0;
      border-top: 1px solid #cccccc;
      border-bottom: 1px solid #cccccc; }
    #dashboard-header .keep-search-for-mob #header-search #livesearch {
      width: calc(100% + 170px);
      border-left: none;
      border-right: 0; } }
.ui-btn, .acc-ind-btn, .modal .cancel-btn {
  -webkit-appearance: none;
  appearance: none;
  color: #ffffff;
  font-family: inherit;
  padding: 10px 2px;
  text-align: center;
  width: 100%;
  border: 1px solid transparent;
  background-color: transparent;
  outline: none;
  border-radius: 4px;
  margin-bottom: 10px;
  display: inline-block; }
  .ui-btn:focus, .acc-ind-btn:focus, .modal .cancel-btn:focus {
    outline: none; }

.ui-btn {
  max-width: 296px;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase; }
  .ui-btn:focus {
    color: #ffffff;
    text-decoration: none; }
  .ui-btn:hover {
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25); }
  .ui-btn.btn-standard {
    background-color: #5cdf84;
    border-color: #5cdf84; }
    .ui-btn.btn-standard:hover {
      background-color: #61ee8c;
      border-color: #61ee8c; }
    .ui-btn.btn-standard:active, .ui-btn.btn-standard:focus {
      background-color: #52cc77;
      border-color: #52cc77; }
  .ui-btn.btn-edit {
    background-color: #fc6a37;
    border-color: #fc6a37; }
    .ui-btn.btn-edit:hover {
      background-color: #ff855b;
      border-color: #ff855b; }
    .ui-btn.btn-edit:active, .ui-btn.btn-edit:focus {
      background-color: #e96232;
      border-color: #ff855b; }
  .ui-btn.btn-dark {
    background-color: #1d1d1d;
    border-color: #1d1d1d; }
    .ui-btn.btn-dark:hover {
      background-color: #3b3b3b;
      border-color: #3b3b3b; }
    .ui-btn.btn-dark:active, .ui-btn.btn-dark:focus {
      background-color: #000000;
      border-color: #000000; }
  .ui-btn.btn-action {
    background-color: #08a5ab;
    border-color: #08a5ab; }
    .ui-btn.btn-action:hover {
      background-color: #0ec1c7;
      border-color: #0ec1c7; }
    .ui-btn.btn-action:active, .ui-btn.btn-action:focus {
      background-color: #09868a;
      border-color: #09868a; }
  .ui-btn.btn-cancel {
    background-color: transparent;
    border: 1px solid #d94336;
    color: #484847; }
  .ui-btn.btn-small {
    padding: 6px 4px; }
  .ui-btn.btn-xsmall {
    max-width: 126px;
    padding: 4px 2px; }
  .ui-btn.btn-backto {
    max-width: 140px;
    background-image: url("./icons/icon-arrowleft.svg");
    background-position: 6% center;
    background-size: 16px;
    background-repeat: no-repeat;
    margin-bottom: 20px; }
    .ui-btn.btn-backto.inactive {
      background-image: url("./icons/icon-arrowleftinactive.svg"); }
  .ui-btn.inactive {
    border: 1px solid #cccccc !important;
    background-color: #ededed !important;
    color: #cccccc !important; }
  .ui-btn.show_archived {
    background-color: #2d2d2d;
    cursor: pointer; }
    .ui-btn.show_archived.active {
      background-color: transparent;
      color: #2d2d2d;
      border: 1px solid #2d2d2d; }

.acc-ind-btn {
  height: 40px;
  width: 40px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s; }
  .acc-ind-btn:hover {
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); }
  .acc-ind-btn.btn-operational, .acc-ind-btn.btn-gr {
    background-color: #4aa06a;
    border: 1px solid #4aa06a; }
  .acc-ind-btn.btn-pending, .acc-ind-btn.btn-bl {
    background-color: #1657a0;
    border: 1px solid #1657a0; }
  .acc-ind-btn.btn-expiring, .acc-ind-btn.btn-ye {
    background-color: #ed9907;
    border: 1px solid #ed9907; }
  .acc-ind-btn.btn-expired, .acc-ind-btn.btn-pu {
    background-color: #be45d4;
    border: 1px solid #be45d4; }
  .acc-ind-btn.btn-failed, .acc-ind-btn.btn-re {
    background-color: #d94336;
    border: 1px solid #d94336; }
  .acc-ind-btn.btn-multiple {
    background-color: #2d2d2d;
    border: 1px solid #2d2d2d; }
  .acc-ind-btn.btn-archived, .acc-ind-btn.btn-black {
    background-color: #484847;
    border: 1px solid #484847;
    color: #cccccc; }
  .acc-ind-btn.active {
    background-color: transparent;
    color: #484847; }

.app-ind {
  height: 40px;
  width: 40px;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .app-ind.app-ind-aircon {
    background-image: url("./icons/app-ind-aircon.svg"); }
  .app-ind.app-ind-aircon-archived {
    background-image: url("./icons/app-ind-aircon-archived.svg"); }
  .app-ind.app-ind-oil {
    background-image: url("./icons/app-ind-oil.svg"); }
  .app-ind.app-ind-oil-archived {
    background-image: url("./icons/app-ind-oil-archived.svg"); }
  .app-ind.app-ind-gas {
    background-image: url("./icons/app-ind-gas.svg"); }
  .app-ind.app-ind-gas-archived {
    background-image: url("./icons/app-ind-gas-archived.svg"); }
  .app-ind.app-ind-controller {
    background-image: url("./icons/icon-controller.svg");
    background-color: #ffffff;
    border: 1px solid #4aa06a; }
    .app-ind.app-ind-controller.app-ind-archived {
      background-image: url("./icons/icon-controllerarchived.svg"); }
  .app-ind.app-ind-clipboard {
    background-image: url("./icons/icon-clipboard.svg"); }
  .app-ind.app-ind-clipboard-archived {
    background-image: url("./icons/icon-clipboard-archived.svg"); }
  .app-ind.app-ind-address {
    background-image: url("./icons/icon-address.svg"); }
  .app-ind.app-ind-phone {
    background-image: url("./icons/icon-phone.svg"); }
  .app-ind.app-ind-email {
    background-image: url("./icons/icon-email.svg"); }
  .app-ind.app-ind-gr {
    background-color: #4aa06a; }
  .app-ind.app-ind-bl {
    background-color: #1657a0; }
  .app-ind.app-ind-ye {
    background-color: #ed9907; }
  .app-ind.app-ind-pu {
    background-color: #be45d4; }
  .app-ind.app-ind-re {
    background-color: #d94336; }
  .app-ind.app-ind-or {
    background-color: #fc6a37; }
  .app-ind.app-ind-yl {
    background-color: #ed9907; }
  .app-ind.app-ind-bla {
    background-color: #2d2d2d;
    border: 1px solid #ffffff; }
  .app-ind.app-ind-grey, .app-ind.app-ind-archived {
    background-color: #484847; }
  .app-ind.app-ind-archived {
    border: 1px solid #ffffff; }
  .app-ind.app-ind-user {
    border: 1px solid #2d2d2d;
    background-image: url("./icons/icon-user.svg"); }

.icon-ind {
  height: 20px;
  width: 20px;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px; }
  .icon-ind.icon-ind-address {
    background-image: url("./icons/icon-address.svg"); }
  .icon-ind.icon-ind-phone {
    background-image: url("./icons/icon-phone.svg"); }
  .icon-ind.icon-ind-email {
    background-image: url("./icons/icon-email.svg"); }
  .icon-ind.icon-ind-home {
    background-image: url("./icons/icon-home.svg"); }
  .icon-ind.icon-ind-pen {
    background-image: url("./icons/icon-pen.svg"); }
  .icon-ind.icon-ind-pen-white {
    background-image: url("./icons/icon-pen-white.svg"); }
  .icon-ind.icon-ind-info {
    background-image: url("./icons/icon-info.svg"); }
  .icon-ind.icon-ind-appliances {
    background-image: url("./icons/icon-appliances.svg"); }
  .icon-ind.icon-ind-clipboard {
    background-image: url("./icons/icon-clipboard.svg"); }
  .icon-ind.icon-ind-login {
    background-image: url("./icons/icon-login.svg"); }
  .icon-ind.icon-ind-login-error {
    background-image: url("./icons/icon-confirm-triangle-white.svg"); }
  .icon-ind.icon-ind-controller {
    background-image: url("./icons/icon-controller-white.svg"); }

.view-btn {
  width: 116px;
  background-color: #5cdf84;
  text-transform: uppercase;
  padding: 14px 2px 12px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .view-btn a {
    color: #ffffff;
    display: block;
    width: 100%;
    height: 100%; }
  .view-btn:hover {
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    background-color: #61ee8c;
    border-color: #61ee8c; }

.module {
  width: 100%;
  margin-right: 20px;
  float: left;
  margin-bottom: 20px; }
  .module .head {
    background-color: #2d2d2d;
    color: #ffffff;
    padding: 18px 10px 16px;
    text-transform: uppercase;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    letter-spacing: 0.08em; }
    .module .head .icon-ind {
      display: inline-block;
      vertical-align: text-top;
      margin-right: 4px; }
    .module .head p {
      display: inline-block;
      font-family: 'Poppins', sans-serif; }
  .module ul {
    margin: 0;
    padding: 0; }
  .module li {
    list-style: none; }
  .module .module-container {
    width: 100%;
    border: 1px solid #cccccc;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    max-height: 364px;
    overflow-y: auto;
    background-color: #ffffff; }
    .module .module-container .row, .module .module-container .module-row {
      width: 100%;
      border-bottom: 1px solid #ededed; }
      .module .module-container .row:last-of-type, .module .module-container .module-row:last-of-type {
        border-bottom: none; }
      .module .module-container .row.show_hide_archived .info p, .module .module-container .row.show_hide_archived .info p:first-of-type, .module .module-container .module-row.show_hide_archived .info p, .module .module-container .module-row.show_hide_archived .info p:first-of-type {
        color: #ffffff; }
      .module .module-container .row.archived, .module .module-container .module-row.archived {
        background-color: #2d2d2d;
        display: none; }
        .module .module-container .row.archived .acc-ind-btn.active, .module .module-container .row.archived .acc-ind-btn:active, .module .module-container .module-row.archived .acc-ind-btn.active, .module .module-container .module-row.archived .acc-ind-btn:active {
          color: #ffffff; }
        .module .module-container .row.archived .info p, .module .module-container .row.archived .info p:first-of-type, .module .module-container .module-row.archived .info p, .module .module-container .module-row.archived .info p:first-of-type {
          color: #cccccc; }
      .module .module-container .row > div, .module .module-container .module-row > div {
        padding: 16px 8px; }
      .module .module-container .row .inner-cont, .module .module-container .module-row .inner-cont {
        float: left; }
        .module .module-container .row .inner-cont:nth-child(1), .module .module-container .module-row .inner-cont:nth-child(1) {
          width: 48px; }
        .module .module-container .row .inner-cont:nth-child(2), .module .module-container .module-row .inner-cont:nth-child(2) {
          width: 100%;
          max-width: calc(100% - 180px); }
        .module .module-container .row .inner-cont:nth-child(3), .module .module-container .module-row .inner-cont:nth-child(3) {
          float: right;
          width: 132px; }
      .module .module-container .row ul.list-to-open, .module .module-container .module-row ul.list-to-open {
        position: relative; }
        .module .module-container .row ul.list-to-open:before, .module .module-container .module-row ul.list-to-open:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 14px;
          z-index: 2;
          background: #1d1d1d;
          background: -moz-linear-gradient(top, #1d1d1d 0%, #2d2d2d 100%);
          background: -webkit-gradient(left top, left bottom, color-stop(0%, #1d1d1d), color-stop(100%, #2d2d2d));
          background: -webkit-linear-gradient(top, #1d1d1d 0%, #2d2d2d 100%);
          background: -o-linear-gradient(top, #1d1d1d 0%, #2d2d2d 100%);
          background: -ms-linear-gradient(top, #1d1d1d 0%, #2d2d2d 100%);
          background: linear-gradient(to bottom, #1d1d1d 0%, #2d2d2d 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1d1d', endColorstr='#2d2d2d', GradientType=0 ); }
      .module .module-container .row ul, .module .module-container .module-row ul {
        clear: both;
        display: none; }
        .module .module-container .row ul li, .module .module-container .module-row ul li {
          background-color: #2d2d2d;
          color: #ffffff;
          padding: 16px 8px;
          padding-bottom: 0; }
          .module .module-container .row ul li > div, .module .module-container .module-row ul li > div {
            border-bottom: 1px solid #ffffff;
            padding-bottom: 16px; }
          .module .module-container .row ul li:first-of-type, .module .module-container .module-row ul li:first-of-type {
            position: relative; }
            .module .module-container .row ul li:first-of-type:before, .module .module-container .module-row ul li:first-of-type:before {
              content: '';
              display: block;
              position: absolute;
              top: -10px;
              left: 20px;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 0 7.5px 10px 7.5px;
              border-color: transparent transparent #2d2d2d transparent; }
          .module .module-container .row ul li:last-of-type > div, .module .module-container .module-row ul li:last-of-type > div {
            border: none; }
          .module .module-container .row ul li .inner-cont, .module .module-container .module-row ul li .inner-cont {
            float: left; }
            .module .module-container .row ul li .inner-cont:nth-child(3), .module .module-container .module-row ul li .inner-cont:nth-child(3) {
              float: right;
              width: 116px; }
            .module .module-container .row ul li .inner-cont p, .module .module-container .row ul li .inner-cont p:first-of-type, .module .module-container .module-row ul li .inner-cont p, .module .module-container .module-row ul li .inner-cont p:first-of-type {
              color: #ffffff; }
      .module .module-container .row .acc-ind-btn, .module .module-container .row .app-ind, .module .module-container .module-row .acc-ind-btn, .module .module-container .module-row .app-ind {
        margin-bottom: 0; }
      .module .module-container .row .acc-ind-btn, .module .module-container .module-row .acc-ind-btn {
        padding-top: 12px; }
      .module .module-container .row .info p, .module .module-container .module-row .info p {
        line-height: 1;
        font-weight: 400;
        color: #484847; }
        .module .module-container .row .info p:first-of-type, .module .module-container .module-row .info p:first-of-type {
          font-weight: 600;
          margin-bottom: 8px;
          color: #1d1d1d; }
      .module .module-container .row .edit-btn a, .module .module-container .row .edit-btn p, .module .module-container .module-row .edit-btn a, .module .module-container .module-row .edit-btn p {
        color: #fc6a37; }
        .module .module-container .row .edit-btn a:hover, .module .module-container .row .edit-btn p:hover, .module .module-container .module-row .edit-btn a:hover, .module .module-container .module-row .edit-btn p:hover {
          color: #08a5ab; }
    .module .module-container .none-found {
      width: 60%;
      margin: 0 auto;
      border-top: 1px solid #484847;
      clear: both; }
      .module .module-container .none-found p {
        text-align: center; }
    .module .module-container.full-width .row .inner-cont:nth-child(1), .module .module-container.full-width .module-row .inner-cont:nth-child(1) {
      width: 100%; }
  .module.with-icons .module-container {
    max-height: 458px; }
    .module.with-icons .module-container .row .inner-cont:nth-child(1), .module.with-icons .module-container .module-row .inner-cont:nth-child(1) {
      width: 30px; }
    .module.with-icons .module-container .row .inner-cont:nth-child(3), .module.with-icons .module-container .module-row .inner-cont:nth-child(3) {
      width: 60px; }
    .module.with-icons .module-container .row .inner-cont .info p, .module.with-icons .module-container .module-row .inner-cont .info p {
      line-height: 1.6; }
      .module.with-icons .module-container .row .inner-cont .info p:first-of-type, .module.with-icons .module-container .module-row .inner-cont .info p:first-of-type {
        margin-bottom: 0; }
  .module.with-footer .module-container {
    border-bottom: none;
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .module.with-footer .footer {
    padding: 10px 8px;
    border: 1px solid #cccccc;
    border-top-color: #2d2d2d;
    text-align: right;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #ffffff; }
    .module.with-footer .footer .ui-btn {
      margin-bottom: 0; }

.selecter {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 27px;
  padding-right: 87px !important;
  position: relative; }
  .selecter .dropdown-arrow {
    width: 60px;
    height: 65%;
    position: absolute;
    top: 50%;
    right: 0;
    border-left: 1px solid #cccccc;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("./icons/icon-arrowdown.svg");
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat; }
  .selecter.active {
    border-color: #08a5ab; }
    .selecter.active .dropdown-arrow {
      background-image: url("./icons/icon-arrowup-blue.svg");
      border-color: #08a5ab; }
  .selecter .list-items {
    position: absolute;
    top: calc(100% + 2px);
    left: -1px;
    background-color: #ffffff;
    width: calc(100% + 2px);
    border: 1px solid #08a5ab !important;
    border-color: #08a5ab;
    border-radius: 4px !important;
    display: none; }
  .selecter .replace-text {
    border: none; }
    .selecter .replace-text li {
      border: none;
      text-transform: uppercase; }

.dropdown-cont.default {
  margin-bottom: 10px; }
  .dropdown-cont.default .selecter {
    padding: 0;
    padding-right: 35px !important;
    cursor: pointer; }
    .dropdown-cont.default .selecter .dropdown-arrow {
      width: 35px; }
    .dropdown-cont.default .selecter .module-container {
      display: block; }
      .dropdown-cont.default .selecter .module-container .module-row {
        display: block;
        background-color: #ffffff;
        color: #000000; }
        .dropdown-cont.default .selecter .module-container .module-row ul {
          display: block; }
          .dropdown-cont.default .selecter .module-container .module-row ul li {
            background-color: #ffffff; }
      .dropdown-cont.default .selecter .module-container .replace-option {
        padding: 9px 6px;
        text-transform: uppercase; }
      .dropdown-cont.default .selecter .module-container.list-items {
        display: none;
        z-index: 1;
        max-height: 200px; }
        .dropdown-cont.default .selecter .module-container.list-items li:hover {
          background-color: #ededed; }
    .dropdown-cont.default .selecter .replace-text {
      overflow: hidden; }

.notes-section .module-container .row .inner-cont:nth-child(2), .notes-section .module-container .module-row .inner-cont:nth-child(2), .appliances-section .module-container .row .inner-cont:nth-child(2), .appliances-section .module-container .module-row .inner-cont:nth-child(2) {
  max-width: calc(100% - 30px); }

.more-section .module-container .row .ui-btn, .more-section .module-container .module-row .ui-btn {
  max-width: 100%;
  margin-bottom: 0;
  margin-top: 4px; }

.appliances-section .module .module-container.main {
  min-height: 552px; }
  .appliances-section .module .module-container.main li {
    display: none; }

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  right: 0;
  left: auto;
  top: 0;
  width: calc(100% - 270px);
  height: 100%;
  overflow: auto;
  background-color: #1d1d1d;
  background-color: rgba(29, 29, 29, 0.6); }
  .modal .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px; }
    .modal .modal-content p {
      font-size: 14px; }
  .modal .close {
    font-size: 24px;
    font-weight: bold;
    background-color: #d94336;
    border-radius: 50%;
    display: block;
    width: 26px;
    height: 26px;
    opacity: 1;
    text-shadow: none;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: -36px;
    right: 0; }
  .modal .head {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px; }
    .modal .head p {
      font-size: 16px; }
    .modal .head span {
      display: inline-block;
      width: 25px;
      height: 25px;
      background-position: center;
      background-size: 25px;
      background-repeat: no-repeat;
      margin-bottom: 4px; }
    .modal .head + p {
      margin-bottom: 6px; }
      .modal .head + p.cen-al {
        margin: 6px 0 16px; }
  .modal textarea {
    min-height: 250px;
    resize: none; }
  .modal button {
    margin-bottom: 0;
    margin-top: 10px;
    max-width: 100%; }
    .modal button:first-of-type {
      margin-top: 0; }
  .modal .cen-al {
    text-align: center;
    line-height: 1.2; }
  .modal .module {
    margin-bottom: 0; }
    .modal .module .module-row {
      padding: 9px 6px; }
  .modal .cancel-btn {
    border-top: 1px solid #cccccc;
    color: #d94336; }
    .modal .cancel-btn:hover {
      color: #e0685e; }

.hideme {
  display: none; }

#note_modal .head span, #address_modal .head span, #appliance_modal .head span, #new_client_modal .head span, #edit_appliance_modal .head span {
  background-image: url("./icons/icon-pen.svg"); }

#confirm_archive_modal .head span, #confirm_unarchive_modal .head span, #confirm_delete_modal .head span {
  background-image: url("./icons/icon-confirm-triangle.svg"); }

#asr_type_modal .head span {
  background-image: url("./icons/icon-confirm-circle.svg"); }
#asr_type_modal a {
  display: block;
  margin-left: auto;
  margin-right: auto; }

#appliance_modal #gas_type_module, #appliance_modal #appliance_manufacturer_other_module {
  display: none; }

form input, form textarea, form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  display: block;
  padding: 8px 6px;
  width: 100%;
  margin-bottom: 10px; }
  form input:focus, form textarea:focus, form select:focus {
    outline: none;
    border-color: #08a5ab; }
  form input.error, form textarea.error, form select.error {
    border-color: #d94336; }
form input[type="radio"] {
  border-radius: 0;
  border: none; }
  form input[type="radio"]:focus {
    outline: none !important; }
form input[type="checkbox"] {
  width: 14px;
  height: 14px;
  position: relative; }
  form input[type="checkbox"]:focus {
    outline: none;
    border-color: #cccccc; }
  form input[type="checkbox"]:checked {
    border-color: #08a5ab; }
  form input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    background-color: #08a5ab;
    border-radius: 2px;
    opacity: 0.5; }
form label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  color: #484847; }
form select {
  background-image: url("./icons/icon-arrowdown.svg");
  background-position: center right;
  background-size: 30px;
  background-repeat: no-repeat; }
  form select:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    background-color: #08a5ab;
    border-radius: 2px;
    opacity: 0.5; }
form .radio-btn-cont > div {
  width: 50%;
  float: left;
  position: relative;
  height: 40px; }
  form .radio-btn-cont > div:first-of-type input {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: none; }
  form .radio-btn-cont > div:last-of-type input {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  form .radio-btn-cont > div span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    text-transform: uppercase; }
  form .radio-btn-cont > div input {
    height: 100%;
    width: 100%;
    margin: 0;
    border: 1px solid #cccccc;
    cursor: pointer; }
    form .radio-btn-cont > div input:focus {
      outline: none; }
    form .radio-btn-cont > div input:checked + span {
      color: #ffffff; }
    form .radio-btn-cont > div input.pass:checked {
      background-color: #4aa06a;
      border-color: #4aa06a; }
    form .radio-btn-cont > div input.fail:checked {
      background-color: #d94336;
      border-color: #d94336; }
    form .radio-btn-cont > div input.new:checked {
      background-color: #08a5ab;
      border-color: #08a5ab; }
form .radio-btn-cont.radio-btn-cont-3 > div {
  width: 32.5%; }
  form .radio-btn-cont.radio-btn-cont-3 > div:nth-of-type(2) input {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  form .radio-btn-cont.radio-btn-cont-3 > div:nth-of-type(3) {
    float: right; }
    form .radio-btn-cont.radio-btn-cont-3 > div:nth-of-type(3) input {
      border-radius: 4px; }

::-webkit-input-placeholder {
  color: #cccccc; }

::-moz-placeholder {
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc; }

:-moz-placeholder {
  color: #cccccc; }

#new_appliance label, #new_address label {
  margin-top: 12px; }
  #new_appliance label:first-of-type, #new_address label:first-of-type {
    margin-top: 0; }
#new_appliance .radio-btn-cont, #new_address .radio-btn-cont {
  margin-bottom: 10px; }
  #new_appliance .radio-btn-cont label, #new_address .radio-btn-cont label {
    margin-top: 12px; }

.selected-appliance {
  margin-top: 4px; }
  .selected-appliance .module-container {
    background-color: #2d2d2d;
    border-radius: 4px;
    border: none; }
    .selected-appliance .module-container .module-row .inner-cont:nth-child(2) {
      max-width: calc(100% - 48px); }
    .selected-appliance .module-container .module-row .info p {
      color: #ffffff; }
      .selected-appliance .module-container .module-row .info p:nth-of-type(2) {
        padding-left: 26px;
        background-image: url("./icons/icon-info.svg");
        background-position: 0 center;
        background-repeat: no-repeat;
        background-size: 20px; }
      .selected-appliance .module-container .module-row .info p:first-of-type {
        color: #ffffff; }

.begin-asr, .archive-appliance, .delete-appliance {
  border: 1px solid #08a5ab;
  border-radius: 4px;
  padding: 21px 10px;
  text-align: center;
  margin-bottom: 20px; }
  .begin-asr .ui-btn, .archive-appliance .ui-btn, .delete-appliance .ui-btn {
    width: 100%;
    display: inline-block;
    margin-bottom: 0; }

.archive-appliance, .delete-appliance {
  border-color: #d94336; }

#confirm_archive_modal .ui-btn, #confirm_delete_modal .ui-btn {
	max-width: 100%; }

.appliances-section .module-container li, .controllers-section .module-container li, .asrforms-section .module-container li {
  padding: 16px 8px; }
.appliances-section .module-container .module-row, .controllers-section .module-container .module-row, .asrforms-section .module-container .module-row {
  border: none; }
  .appliances-section .module-container .module-row > div, .controllers-section .module-container .module-row > div, .asrforms-section .module-container .module-row > div {
    border: 1px solid #cccccc;
    border-radius: 4px; }
.appliances-section .view-btn, .controllers-section .view-btn, .asrforms-section .view-btn {
  float: right; }
.appliances-section .pdf-btn, .controllers-section .pdf-btn, .asrforms-section .pdf-btn {
  margin-bottom: -5px;
  margin-top: 10px; }
.appliances-section .show_hide_archived, .controllers-section .show_hide_archived, .asrforms-section .show_hide_archived {
  display: none;
  background-color: #2d2d2d; }
  .appliances-section .show_hide_archived .info p, .controllers-section .show_hide_archived .info p, .asrforms-section .show_hide_archived .info p {
    color: #ffffff; }

.controller-section .module-container {
  overflow: initial; }

.associate-appliances.selecter {
  padding: 0; }
  .associate-appliances.selecter .module-container .module-row {
    padding-bottom: 16px; }
    .associate-appliances.selecter .module-container .module-row > div {
      border: none; }
    .associate-appliances.selecter .module-container .module-row .inner-cont:nth-child(2) {
      width: calc(100% - 48px); }
  .associate-appliances.selecter .list-items li.module-row {
    padding: 0; }
  .associate-appliances.selecter .list-items div {
    border: none; }

.controller-section .unassociate-appliance {
  border: 1px solid #d94336;
  display: inline-block;
  height: 41px;
  width: 41px;
  position: relative;
  border-radius: 4px;
  cursor: pointer; }
  .controller-section .unassociate-appliance span {
    display: block;
    height: 2px;
    width: 18px;
    background-color: #d94336;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .controller-section .unassociate-appliance span:first-of-type {
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      transform: translateX(-50%) translateY(-50%) rotate(-45deg); }
    .controller-section .unassociate-appliance span:last-of-type {
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform: translateX(-50%) translateY(-50%) rotate(45deg); }
  .controller-section .unassociate-appliance:hover {
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); }
.controller-section .module-container .module-row {
  padding-bottom: 0; }
  .controller-section .module-container .module-row .inner-cont:nth-child(2) {
    width: calc(100% - 220px); }
  .controller-section .module-container .module-row .inner-cont:nth-child(3) {
    width: 170px; }
.controller-section .module-container.main {
  margin-bottom: 20px; }
.controller-section .associate-new-appliance {
  text-align: center;
  border-top: 1px solid #ededed;
  padding-top: 16px;
  margin-bottom: 6px; }

#form-associate-appliance {
  text-align: center; }
  #form-associate-appliance label, #form-associate-appliance input, #form-associate-appliance button {
    display: none; }
  #form-associate-appliance button {
    margin-bottom: 0;
    margin-top: 16px; }

@media screen and (max-width: 756px) {
  .controller-section.module .module-container .module-row .inner-cont:nth-child(3) {
    width: 136px; } }
#login-panel, #register-panel, #forgot-password-panel, #reset-password-panel {
  width: 80%;
  max-width: 300px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  position: absolute; }
  #login-panel .head p, #register-panel .head p, #forgot-password-panel .head p, #reset-password-panel .head p {
    margin-bottom: 0; }
  #login-panel .head .icon-ind, #register-panel .head .icon-ind, #forgot-password-panel .head .icon-ind, #reset-password-panel .head .icon-ind {
    margin-top: -3px; }
  #login-panel .module-container, #register-panel .module-container, #forgot-password-panel .module-container, #reset-password-panel .module-container {
    max-height: none;
    padding-bottom: 15px;
    overflow: hidden; }
  #login-panel .help-block, #register-panel .help-block, #forgot-password-panel .help-block, #reset-password-panel .help-block {
    border: 1px solid #d94336;
    position: relative;
    border-radius: 4px; }
    #login-panel .help-block .error-icon, #register-panel .help-block .error-icon, #forgot-password-panel .help-block .error-icon, #reset-password-panel .help-block .error-icon {
      background-color: #d94336;
      width: 60px;
      height: 100%;
      position: absolute;
      background-position: center;
      background-size: 26px;
      background-repeat: no-repeat;
      border-radius: 0; }
    #login-panel .help-block p, #register-panel .help-block p, #forgot-password-panel .help-block p, #reset-password-panel .help-block p {
      padding: 15px 15px 15px 75px;
      margin-bottom: 0;
      color: #d94336;
      font-weight: 600; }
    #login-panel .help-block .close, #register-panel .help-block .close, #forgot-password-panel .help-block .close, #reset-password-panel .help-block .close {
      font-size: 24px;
      font-weight: bold;
      border-radius: 50%;
      display: block;
      width: 16px;
      height: 16px;
      opacity: 1;
      text-shadow: none;
      text-align: center;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 10px; }
      #login-panel .help-block .close span, #register-panel .help-block .close span, #forgot-password-panel .help-block .close span, #reset-password-panel .help-block .close span {
        display: block;
        width: 16px;
        height: 2px;
        background-color: #2d2d2d;
        position: absolute;
        left: 0; }
        #login-panel .help-block .close span:nth-child(1), #register-panel .help-block .close span:nth-child(1), #forgot-password-panel .help-block .close span:nth-child(1), #reset-password-panel .help-block .close span:nth-child(1) {
          top: 8px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        #login-panel .help-block .close span:nth-child(2), #register-panel .help-block .close span:nth-child(2), #forgot-password-panel .help-block .close span:nth-child(2), #reset-password-panel .help-block .close span:nth-child(2) {
          top: 8px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  #login-panel .logo, #register-panel .logo, #forgot-password-panel .logo, #reset-password-panel .logo {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    margin: 15px auto;
    width: calc(100% - 30px); }
    #login-panel .logo img, #register-panel .logo img, #forgot-password-panel .logo img, #reset-password-panel .logo img {
      max-width: 190px;
      margin: 0 auto;
      display: block;
      height: initial; }
  #login-panel .forgot-password, #register-panel .forgot-password, #forgot-password-panel .forgot-password, #reset-password-panel .forgot-password {
    text-align: center;
    border-top: 1px solid #cccccc;
    padding: 13px 0 0;
    margin-top: 5px; }
    #login-panel .forgot-password a, #register-panel .forgot-password a, #forgot-password-panel .forgot-password a, #reset-password-panel .forgot-password a {
      color: #fc6a37;
      font-weight: 600;
      padding: 0; }
  #login-panel .checkbox, #register-panel .checkbox, #forgot-password-panel .checkbox, #reset-password-panel .checkbox {
    margin-top: 0; }
    #login-panel .checkbox label, #register-panel .checkbox label, #forgot-password-panel .checkbox label, #reset-password-panel .checkbox label {
      display: inline-block; }

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #484847 !important; }

.module.appliance-asr .module-container {
  max-height: initial; }
  .module.appliance-asr .module-container .module-row {
    padding: 15px; }
  .module.appliance-asr .module-container .radio-btn-cont {
    margin-bottom: 10px; }
.module.appliance-asr .dropdown-cont.default .selecter .replace-text li {
  padding: 9px 6px; }
.module.appliance-asr form input:not(:last-of-type), .module.appliance-asr form .selecter:not(:last-of-type) {
  margin-bottom: 16px; }
.module.appliance-asr form fieldset {
  margin-bottom: 20px;
  padding: 16px 8px;
  background-color: #ffffff;
  border-radius: 4px; }
.module.appliance-asr .radio-btn-cont input {
  margin-bottom: 10px; }
.module.appliance-asr .radio-btn-cont + label {
  margin-top: 16px; }

.form-heading {
  font-weight: 600;
  margin-bottom: 10px; }

.new-asr-buttons .ui-btn {
  display: block;
  margin: 0 auto 20px; }
  .new-asr-buttons .ui-btn:last-of-type {
    margin-bottom: 0; }

#appliances .module .module-container {
  border: none; }
  #appliances .module .module-container.main {
    min-height: 554px; }
#appliances .module > .module-container {
  min-height: 700px;
  overflow: visible;
  border: 1px solid #cccccc; }
#appliances .module .dropdown-cont {
  padding: 8px;
  border-bottom: 1px solid #2d2d2d;
  margin-bottom: 0; }
  #appliances .module .dropdown-cont .replace-li {
    padding: 16px 8px; }
  #appliances .module .dropdown-cont .module-container .module-row .inner-cont:nth-child(2) {
    max-width: calc(100% - 48px); }
#appliances .module .no-apps-found {
  text-align: center; }
#appliances .initial-message {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 80%; }
  #appliances .initial-message p {
    color: #ededed;
    font-size: 1.8em;
    text-align: center; }

#clients-apps {
  padding-left: 0; }

@media screen and (max-width: 1199px) {
  #clients-apps {
    padding-left: 15px; } }
#manage-users .module-container {
  max-height: initial; }

#filter {
  float: none;
  margin-bottom: 0; }
  #filter .filter-container {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px; }
  #filter .head {
    background-color: #ffffff;
    color: #484847;
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin-bottom: 10px;
    padding-top: 16px;
    padding-bottom: 16px; }
    #filter .head p {
      font-weight: 600;
      text-transform: none;
      margin-bottom: 6px;
      font-family: 'Lato', sans-serif;
      letter-spacing: 0; }
    #filter .head ul {
      border: none;
      overflow: hidden; }
    #filter .head li {
      float: left;
      width: 16.6667%;
      padding: 16px 4px;
      text-align: center;
      font-size: 14px;
      font-weight: 600;
      border: 1px solid #cccccc;
      border-left: none;
      cursor: pointer;
      letter-spacing: 0; }
      #filter .head li:hover {
        background-color: #ededed; }
      #filter .head li.active {
        background-color: #08a5ab;
        color: #ffffff; }
      #filter .head li:first-of-type {
        border-left: 1px solid #cccccc;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
      #filter .head li:last-of-type {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
  #filter .dropdown-cont {
    margin: 10px; }
    #filter .dropdown-cont .selecter {
      padding: 16px; }
      #filter .dropdown-cont .selecter ul {
        overflow: hidden; }
    #filter .dropdown-cont .list-items li {
      padding: 16px; }
  #filter .module-container.main {
    max-height: 749px;
    min-height: 449px;
    border: none;
    border-top: 1px solid #2d2d2d; }
  #filter .footer {
    padding: 16px 8px; }
  #filter .easyPaginateNav {
    width: 100% !important;
    text-align: center;
    padding: 16px 8px;
    border-top: 1px solid #2d2d2d; }
    #filter .easyPaginateNav .prev, #filter .easyPaginateNav .next {
      width: 60px;
      background-size: 20px;
      background-repeat: no-repeat;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      cursor: pointer;
      text-transform: uppercase;
      color: #484847;
      font-weight: 600; }
      #filter .easyPaginateNav .prev:hover, #filter .easyPaginateNav .next:hover {
        color: #5cdf84; }
      #filter .easyPaginateNav .prev.inactive, #filter .easyPaginateNav .next.inactive {
        color: #cccccc; }
        #filter .easyPaginateNav .prev.inactive:hover, #filter .easyPaginateNav .next.inactive:hover {
          color: #cccccc; }
    #filter .easyPaginateNav .prev {
      float: left;
      background-image: url(./icons/icon-arrowleft-short.svg);
      background-position: 0 -2px;
      background-repeat: no-repeat;
      padding-left: 20px; }
      #filter .easyPaginateNav .prev:hover {
        background-position: -8% -2px;
        background-image: url(./icons/icon-arrowleft-short-green.svg); }
    #filter .easyPaginateNav .next {
      float: right;
      background-image: url(./icons/icon-arrowright-short.svg);
      background-position: 100% -2px;
      background-repeat: no-repeat;
      padding-right: 20px; }
      #filter .easyPaginateNav .next:hover {
        background-position: 108% -2px;
        background-image: url(./icons/icon-arrowright-short-green.svg); }
    #filter .easyPaginateNav a {
      color: #cccccc; }
      #filter .easyPaginateNav a:target, #filter .easyPaginateNav a:focus {
        text-decoration: none; }
      #filter .easyPaginateNav a.page {
        padding: 2px;
        margin: 0 4px; }
        #filter .easyPaginateNav a.page:hover {
          color: #5cdf84; }
      #filter .easyPaginateNav a.current {
        color: #484847;
        font-weight: 600; }
        #filter .easyPaginateNav a.current:hover {
          color: #484847;
          cursor: default; }
      #filter .easyPaginateNav a.disabled {
        cursor: default;
        color: #cccccc; }
        #filter .easyPaginateNav a.disabled.next {
          background-image: url(./icons/icon-arrowright-short-grey.svg); }
        #filter .easyPaginateNav a.disabled.prev {
          background-image: url(./icons/icon-arrowleft-short-grey.svg); }
        #filter .easyPaginateNav a.disabled:hover {
          color: #cccccc; }
          #filter .easyPaginateNav a.disabled:hover.next {
            background-image: url(./icons/icon-arrowright-short-grey.svg);
            background-position: 100% -2px; }
          #filter .easyPaginateNav a.disabled:hover.prev {
            background-image: url(./icons/icon-arrowleft-short-grey.svg);
            background-position: 0 -2px; }

.add-new-account {
  border: 1px solid #08a5ab;
  border-radius: 4px;
  padding: 21px 10px;
  text-align: center;
  background-color: #ffffff;
  margin-top: 20px; }
  .add-new-account .ui-btn {
    width: 100%;
    display: inline-block;
    margin-bottom: 0; }

.no-more-results {
  width: 80%;
  margin: 20px auto 0;
  border-top: 1px solid #2d2d2d;
  text-align: center;
  padding: 12px 10px; }

@media screen and (max-width: 1024px) {
  #filter .head ul li {
    width: 33.3337%; }
    #filter .head ul li:nth-child(1), #filter .head ul li:nth-child(2), #filter .head ul li:nth-child(3) {
      margin-bottom: 10px; }
    #filter .head ul li:nth-child(3) {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    #filter .head ul li:nth-child(4) {
      border-left: 1px solid #cccccc;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; } }
@media screen and (max-width: 450px) {
  #filter .head ul li {
    width: 50%; }
    #filter .head ul li:nth-child(4) {
      margin-bottom: 10px; }
    #filter .head ul li:nth-child(3), #filter .head ul li:nth-child(5) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    #filter .head ul li:nth-child(2), #filter .head ul li:nth-child(4) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      border-left: none; }
    #filter .head ul li:nth-child(3), #filter .head ul li:nth-child(5) {
      border-left: 1px solid #cccccc; } }
@media screen and (max-width: 1023px) {
  #nav-container {
    width: 215px; }
    #nav-container a:not(.logout-btn) {
      font-size: 14px;
      padding: 20px 10px 15px 60px; }
      #nav-container a:not(.logout-btn) span {
        width: 49px;
        height: 49px;
        background-size: 22px; }
    #nav-container .navbar-default {
      margin: 0; }
    #nav-container .logo a {
      padding: 0; }

  #dashboard-header .title-cont {
    left: 230px; }

  main {
    width: calc(100% - 230px); }

  .modal {
    width: calc(100% - 215px); } }
@media screen and (max-width: 820px) {
  main, #nav-container, #dashboard-header {
    width: 100%; }

  main {
    float: left;
    padding-top: 0; }
    main .main-container {
      padding-left: 15px;
      padding-bottom: 15px;
      float: left; }

  .modal {
    width: 100%; }

  #nav-container, #dashboard-header {
    float: left; }

  #dashboard-header {
    padding: 0 15px;
    margin-bottom: 20px;
    position: relative; }
    #dashboard-header .title-cont {
      left: 15px; }
    #dashboard-header.is-dashboard {
      margin-bottom: 85px; }

  #nav-container {
    position: relative;
    min-height: 65px; }
    #nav-container .logo {
      height: 55px;
      border-bottom: none;
      padding-top: 6px; }
      #nav-container .logo img {
        max-width: 180px;
        margin: 0; }
    #nav-container .navbar-default {
      position: absolute;
      top: 65px;
      left: 100%;
      width: 100%;
      height: 100vh;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #nav-container .navbar-default.show {
        left: 0; }
    #nav-container .menu-btn {
      display: block; } }
@media screen and (max-width: 450px) {
  .module.with-footer .footer {
    text-align: center; } }
@media screen and (max-width: 756px) {
  .view-btn {
    width: 80px;
    padding: 13px 2px 11px; }

  .module .module-container .row .inner-cont:nth-child(2), .module .module-container .module-row .inner-cont:nth-child(2) {
    max-width: calc(100% - 144px); }
  .module .module-container .row .inner-cont:nth-child(3), .module .module-container .module-row .inner-cont:nth-child(3) {
    width: 96px; }
  .module .module-container .row ul li .inner-cont:nth-child(2), .module .module-container .module-row ul li .inner-cont:nth-child(2) {
    max-width: calc(100% - 136px); }
  .module .module-container .row ul li .inner-cont:nth-child(3), .module .module-container .module-row ul li .inner-cont:nth-child(3) {
    width: 80px; }
  .module.contact-section .module-container .row .inner-cont:nth-child(2), .module.contact-section .module-container .module-row .inner-cont:nth-child(2) {
    max-width: calc(100% - 90px); }
  .module.notes-section .module-container .row .inner-cont:nth-child(2), .module.notes-section .module-container .module-row .inner-cont:nth-child(2) {
    max-width: calc(100% - 30px); }
  .module.selected-appliance .module-container .module-row .inner-cont:nth-child(2) {
    max-width: calc(100% - 48px); } }

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