.aw-layout-sidebar,.aw-layout-simple-page {
  background-color: #f6f6f6
}

.aw-search-modal__controls i,.aw-search-modal__input-icon i {
  pointer-events: auto;
  cursor: pointer
}

.aw-layout-page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  padding-bottom: 60px
}

.aw-layout-footer {
  position: absolute;
  left: 0;
  right: 0;
  height: 50px;
  margin: 0;
  border-top: 1px solid #eee;
  transition: all .5s
}

@media (min-width: 992px) {
  .aw-layout-footer.is-toggled {
    margin-left:0
  }

  .aw-layout-footer {
    margin-left: 210px
  }
}

.aw-layout-content {
  position: relative;
  margin: 50px 0 0;
  transition: all .5s
}

@media (min-width: 992px) {
  .aw-layout-content.is-toggled {
    margin-left:0
  }

  .aw-layout-content {
    margin-left: 210px
  }
}

.aw-layout-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  height: 100%;
  padding-top: 54px;
  margin-left: -211px;
  border-right: 1px solid;
  border-right-color: transparent;
  overflow-x: hidden;
  transition: all .5s
}

.aw-layout-sidebar.is-toggled {
  margin-left: 0
}

@media (min-width: 992px) {
  .aw-layout-sidebar {
    margin-left:0
  }

  .aw-layout-sidebar.is-toggled {
    margin-left: -211px
  }
}

.aw-layout-sidebar__content {
  position: relative;
  overflow-y: auto;
  height: 100%;
  width: 210px
}

.aw-layout-simple-page__container {
  display: block;
  max-width: 420px;
  margin: auto;
  padding: 10% 10px 0
}

.aw-layout-loading {
  position: fixed;
  z-index: 9998;
  display: none;
  width: 100%;
  height: 100%;
  padding-bottom: 65px;
  text-align: center
}

.aw-layout-loading__container {
  display: table-cell;
  vertical-align: middle
}

@-moz-keyframes aw-balls-spinner {
  0% {
    -moz-transform: rotate(-720deg);
    transform: rotate(-720deg)
  }

  50% {
    -moz-transform: rotate(720deg);
    transform: rotate(720deg)
  }
}

@-webkit-keyframes aw-balls-spinner {
  0% {
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg)
  }

  50% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg)
  }
}

@keyframes aw-balls-spinner {
  0% {
    -moz-transform: rotate(-720deg);
    -ms-transform: rotate(-720deg);
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg)
  }

  50% {
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg)
  }
}

.aw-balls-spinner:not(:required) {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 65px;
  opacity: .8;
  border-radius: 100%;
  background: #00A14D;
  text-indent: -9999px;
  -moz-animation: aw-balls-spinner 3s infinite ease-in-out;
  -webkit-animation: aw-balls-spinner 3s infinite ease-in-out;
  animation: aw-balls-spinner 3s infinite ease-in-out;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%
}

.aw-balls-spinner:not(:required)::after,.aw-balls-spinner:not(:required)::before {
  position: absolute;
  top: 48.75px;
  opacity: .8;
  border-radius: 100%;
  width: 65px;
  height: 65px;
  content: ''
}

.aw-balls-spinner:not(:required)::before {
  left: -28.15px;
  background: #99d2f0
}

.aw-balls-spinner:not(:required)::after {
  left: 28.15px;
  background: #1875a5
}

.aw-error-panel {
  color: #777;
  text-align: center
}

.aw-error-panel__title {
  font-size: 32px
}

.aw-error-panel__description {
  display: block;
  padding: 18px 0
}

.aw-error-panel__code {
  color: #d9d9d9;
  font-size: 80px;
  font-weight: 400
}

.aw-footer-disclaimer {
  font-size: 92%;
  display: block;
  color: #777;
  line-height: 4;
  text-align: center
}

.aw-logged-user {
  display: block;
  padding: 20px
}

.aw-logged-user__picture {
  display: block;
  margin: auto;
  padding: 2px;
  border-radius: 50%;
  border: 1px solid #d5d5d5
}

.aw-logged-user__name {
  display: block;
  min-width: 180px;
  margin-top: 10px;
  font-weight: 500;
  text-align: center
}

.aw-search-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  display: none;
  padding: 25% 0 0;
  background-color: #00A14D;
  text-align: center;
  font-size: 18px
}

@media (min-width: 768px) {
  .aw-search-modal {
    padding-left:10%;
    padding-right: 10%;
    padding-top: 180px;
    font-size: 26px
  }
}

.aw-search-modal.is-shown {
  display: block
}

.aw-search-modal__form {
  position: relative
}

.aw-search-modal__input {
  display: block;
  width: 100%;
  height: 104px;
  padding-left: 40px;
  padding-right: 92px;
  border-radius: 2px;
  border: none;
  color: #fff;
  background-color: #29a1e0;
  line-height: 104px;
  text-align: center;
  outline: 0
}

.aw-search-modal__input::-moz-placeholder {
  color: #82c8ed;
  opacity: 1
}

.aw-search-modal__input:-ms-input-placeholder {
  color: #82c8ed
}

.aw-search-modal__input::-webkit-input-placeholder {
  color: #82c8ed
}

.aw-search-modal__input-icon {
  position: absolute;
  display: block;
  width: 52px;
  height: 104px;
  top: 0;
  right: 20px;
  z-index: 2;
  color: #115579;
  line-height: 104px;
  text-align: center
}

.aw-search-modal__input-icon i:hover {
  color: #0b364c
}

.aw-search-modal__controls {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #115579;
  font-size: 26px
}

.aw-search-modal__controls i:hover {
  color: #0b364c
}

.aw-simple-panel {
  color: #777;
  text-align: center
}

.aw-simple-panel__message {
  padding: 20px 0
}

.aw-simple-panel__message.is-error {
  color: #e70500
}

.aw-simple-panel__box {
  padding: 20px 20px 5px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff
}

.aw-simple-panel__footer {
  padding: 10px 0
}

.aw-menu__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none
}

.aw-menu__list--sublist {
  display: none
}

.aw-menu__item {
  position: relative;
  display: block
}

.aw-menu__item>a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #1a1a1a;
  font-weight: 500
}

.aw-box__icon,.aw-menu__item.is-active>a {
  color: #00A14D
}

.aw-menu__item>a>i {
  margin-right: 6px
}

.aw-menu__item>a:focus,.aw-menu__item>a:hover {
  background: #eee;
  text-decoration: none
}

.aw-menu__item.is-expanded {
  border-left: 3px solid;
  border-left-color: #00A14D;
  background: #f4f4f4
}

.aw-menu__item.is-expanded .aw-menu__navigation-icon:before {
  content: "\f0d7"
}

.aw-fa-arrow-left:before,.aw-menu__navigation-icon:before {
  content: "\f0d9"
}

.aw-menu__item.is-expanded>.aw-menu__list {
  display: block;
  background: #fafafa
}

.aw-menu__item.is-expanded>a {
  margin-left: -3px
}

.aw-menu__item--link>a {
  padding-left: 36px;
  font-weight: 400
}

.aw-menu__navigation-icon {
  float: right
}

.aw-box {
  padding: 20px;
  margin-bottom: 15px;
  border: 1px solid #eee;
  border-bottom: 3px solid #00A14D
}

.aw-box__icon {
  float: left
}

.aw-box__value {
  font-size: 1.69em;
  font-weight: 300;
  text-align: right
}

.aw-box__title {
  display: block;
  font-size: 1em;
  font-weight: 600;
  text-align: right
}

.aw-graph-box {
  margin-bottom: 15px;
  border: 1px solid #eee;
  border-bottom: 3px solid #eee
}

.aw-graph-box__header {
  padding: 15px 20px;
  border-bottom: 1px solid #eee
}

.aw-graph-box__content {
  padding: 15px 20px
}

.aw-graph-box__no-data {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #777
}

.aw-graph-box__no-data>i {
  margin-right: 5px
}

.aw-graph-box__title {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  font-weight: 500
}

.aw-text-xs-left {
  text-align: left
}

.aw-text-xs-right {
  text-align: right
}

.aw-text-xs-center {
  text-align: center
}

.aw-text-xs-justify {
  text-align: justify
}

@media (min-width: 768px) {
  .aw-text-sm-left {
    text-align:left
  }

  .aw-text-sm-right {
    text-align: right
  }

  .aw-text-sm-center {
    text-align: center
  }

  .aw-text-sm-justify {
    text-align: justify
  }
}

@media (min-width: 992px) {
  .aw-text-md-left {
    text-align:left
  }

  .aw-text-md-right {
    text-align: right
  }

  .aw-text-md-center {
    text-align: center
  }

  .aw-text-md-justify {
    text-align: justify
  }
}

@media (min-width: 1200px) {
  .aw-text-lg-left {
    text-align:left
  }

  .aw-text-lg-right {
    text-align: right
  }

  .aw-text-lg-center {
    text-align: center
  }

  .aw-text-lg-justify {
    text-align: justify
  }
}

body,html {
  height: 100%
}

.aw-no-scroll {
  overflow: hidden!important
}

.aw-form-label-between {
  display: inline-block;
  padding: 0 5px
}

.aw-datatable-toolbar {
  margin-bottom: 10px;
  margin-top: 30px
}

.aw-fa-arrow-down:before {
  content: "\f0d7"
}

.aw-alert-no-results {
  background-color: #f9f9f9;
  border-color: #f1f1f1;
  color: #7a7a7a;
  line-height: 3;
  text-align: center
}

.aw-alert-no-results hr {
  border-top-color: #e5e5e5
}

.aw-alert-no-results .alert-link {
  color: #606060
}

.aw-label-corner {
  position: absolute;
  top: 9px;
  right: 4px;
  padding: 2px 5px
}

.aw-form-control-inline-sm {
  display: inline-block!important;
  width: 33%!important
}

.aw-btn-cancel {
  color: #fff;
  background-color: #a1a1a1;
  border-color: #949494
}

.aw-btn-cancel.focus,.aw-btn-cancel:focus {
  color: #fff;
  background-color: #888;
  border-color: #545454
}

.aw-btn-cancel.active,.aw-btn-cancel:active,.aw-btn-cancel:hover,.open>.dropdown-toggle.aw-btn-cancel {
  color: #fff;
  background-color: #888;
  border-color: #767676
}

.aw-btn-cancel.active,.aw-btn-cancel:active,.open>.dropdown-toggle.aw-btn-cancel {
  background-image: none
}

.aw-btn-cancel .badge {
  color: #a1a1a1;
  background-color: #fff
}

.aw-btn-link-danger {
  color: #d9534f
}

.aw-btn-link-danger:active,.aw-btn-link-danger:focus,.aw-btn-link-danger:hover {
  color: #b52b27;
  outline: 0
}

.aw-btn-thin-caret {
  padding-left: 5px!important;
  padding-right: 5px!important
}

.aw-btn-full-width {
  width: 100%
}

.aw-table-header-solid {
  background: #fff
}

.aw-table-checkbox {
  min-width: 25px;
  text-align: center
}

.pagination {
  margin: 0
}

.page-header {
  padding-bottom: 0;
  background-color: #fafbfd
}

.page-header h1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  height: 80px;
  color: #333
}

.aw-page-header-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 80px
}

.aw-checkbox-no-margin {
  margin-top: 0!important;
  margin-bottom: 0!important
}
