article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

a {
  color: #48CCFF;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #00b5fb;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  border-style: none;
}

.container-fluid {
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .order-lg-1 {
    order: 1;
  }
}

.form-group {
  margin-bottom: 1rem;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.3;
  border-radius: 0.125rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

.btn-dark {
  color: #fff;
  background-color: #2c2c2c;
}

.btn-dark:hover {
  color: #fff;
  background-color: #303234;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.dropup, .dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.625rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #4F4F4F;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.125rem;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.3125rem 1.25rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-header {
  display: block;
  padding: 0.625rem 1.25rem;
  margin-bottom: 0;
  font-size: 0.76563rem;
  color: #6c757d;
  white-space: nowrap;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 1.25rem;
}

.navbar > .container, .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.position-relative {
  position: relative !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.pr-1, .px-1 {
  padding-right: 0.3125rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.3125rem !important;
}

.container-fluid {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.btn {
  box-shadow: none !important;
}

.dropdown-header {
  padding: 0 1.25rem 0.625rem;
}

.navbar {
  background-color: #333333;
}

@media (min-width: 992px) {
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-tools .user-photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
}

@media (min-width: 992px) {
  .navbar-tools .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.navbar-tools .dropdown-header {
  text-transform: uppercase;
}

.navbar-tools .dropdown-menu {
  right: 0;
  top: calc(100% + 8px);
  left: auto;
  margin: 0;
  border: 0;
  border-radius: 0.125rem;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
}

.navbar-tools .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: -8px;
  right: 10px;
}

.navbar-tools .dropdown-menu.user:before {
  right: 15px;
}

.navbar-tools .dropdown-item {
  color: #4F4F4F;
}

.navbar-tools .dropdown-item:hover, .navbar-tools .dropdown-item:active {
  background-color: #F2F2F2;
}

.navbar-notification .dropdown-menu {
  width: 300px;
}

.navbar-notification .dropdown-item {
  position: relative;
  color: #4F4F4F;
  white-space: normal;
  border-left: 3px solid transparent;
}

.navbar-notification .dropdown-item:hover, .navbar-notification .dropdown-item:active {
  border-color: #48CCFF;
  background-color: #F2F2F2;
}

.navbar-notification .dropdown-item:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #828282;
  position: absolute;
  left: 12px;
  top: 48%;
}

.navbar-notification span, .navbar-notification p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}

.navbar-icon {
  width: 22px;
  height: 22px;
  vertical-align: top;
  display: inline-block;
  background-size: 460px auto;
  background-repeat: no-repeat;
  background-image: url("https://cdn-aws.sajadv.com.br/app-develop/layout1/images/sprite-claren.png");
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

a {
  color: #48CCFF;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #00b5fb;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  border-style: none;
}

.container-fluid {
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .order-lg-1 {
    order: 1;
  }
}

.dropup, .dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.625rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #4F4F4F;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.125rem;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.3125rem 1.25rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-header {
  display: block;
  padding: 0.625rem 1.25rem;
  margin-bottom: 0;
  font-size: 0.76563rem;
  color: #6c757d;
  white-space: nowrap;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 1.25rem;
}

.navbar > .container, .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.position-relative {
  position: relative !important;
}

.pr-1, .px-1 {
  padding-right: 0.3125rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.3125rem !important;
}

.container-fluid {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.dropdown-header {
  padding: 0 1.25rem 0.625rem;
}

.navbar {
  background-color: #262626;
}

@media (min-width: 992px) {
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-tools .user-photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
}

@media (min-width: 992px) {
  .navbar-tools .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.navbar-tools .dropdown-header {
  text-transform: uppercase;
}

.navbar-tools .dropdown-menu {
  right: 0;
  top: calc(100% + 8px);
  left: auto;
  margin: 0;
  border: 0;
  border-radius: 0.125rem;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
}

.navbar-tools .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: -8px;
  right: 10px;
}

.navbar-tools .dropdown-menu.user:before {
  right: 15px;
}

.navbar-tools .dropdown-item {
  color: #4F4F4F;
}

.navbar-tools .dropdown-item:hover, .navbar-tools .dropdown-item:active {
  background-color: #F2F2F2;
}

.navbar-notification .dropdown-menu {
  width: 300px;
}

.navbar-notification .dropdown-item {
  position: relative;
  color: #4F4F4F;
  white-space: normal;
  border-left: 3px solid transparent;
}

.navbar-notification .dropdown-item:hover, .navbar-notification .dropdown-item:active {
  border-color: #48CCFF;
  background-color: #F2F2F2;
}

.navbar-notification .dropdown-item:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #828282;
  position: absolute;
  left: 12px;
  top: 48%;
}

.navbar-notification span, .navbar-notification p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}

.navbar-icon {
  width: 22px;
  height: 22px;
  vertical-align: top;
  display: inline-block;
  background-size: 460px auto;
  background-repeat: no-repeat;
  background-image: url("https://cdn-aws.sajadv.com.br/app-develop/layout1/images/sprite-claren.png");
}

