body {
  color: #055F6A;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background-color: rgb(237, 236, 236);
}

body h1,
h2,
h3,
h4,
h5,
h6 {
  color: #055F6A;
}

.topnav {
  margin: auto;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
  border-radius: 5px;
  text-transform: uppercase;
}

.topnav .brand {
  border-right: 1px solid #055F6A;
  font-weight: bold;
  font-family: "Arial Narrow", sans-serif;
}

.topnav a, .topnav .dropdown {
  float: left;
  display: block;
  color: #055F6A;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover, .topnav .dropdow:hover {
  text-decoration: underline;
}

.topnav a.active, .topnav .dropdow.active {
  background-color: #055F6A;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 750px) {
  .topnav a:not(:first-child), .topnav .dropdown:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a, .topnav.responsive .dropdown {
    float: none;
    display: block;
    text-align: left;
  }
}


@media screen and (min-width: 751px) {
  .dropdown-content {
    display: none;
    position: absolute;
    margin-top: 12px;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

  .dropdown:hover div.dropdown-content {
    display: flex;
    flex-direction: column;
  }

}

@media screen and (max-width: 750px) {

  .dropdown-content {
    display: none;
  }

  .dropdown-content a {
    margin: 8px 0 4px 12px;
    padding: 0;
    text-decoration: none;
  }

  .dropdown.open div.dropdown-content {
    display: flex;
    flex-direction: column;
  }

  .dropdown-content a {
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

}

.login-content {
  margin-top: 120px;
  display: flex;
  justify-content: center;
  font-family: Roboto;
  height: auto;
  text-align: center;
}

.login-form-content {
  width: 400px;
  padding: 40px 50px 40px 50px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
}

.invitation-form-content {
  width: 600px;
  padding: 40px 50px 40px 50px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
}


.login-form {
  display: flex;
  flex-direction: column;
}

.customer-name {
  font-size: 22px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.login-form input[type="text"], .login-form input[type="password"] {
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 0;
  outline: none !important;
  height: 30px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #e0e0e0;
  outline-width: 0;
}

.login-form .forgot-password {
  font-size: 13px;
  color: #2196F3;
  text-decoration: none !important;
}

#banners-slideshow {
  margin-top: 30px;
  overflow: hidden;
}

[data-ma-theme="blue"] {
  background-color: #055F6A;
}

.hi-menu .top-profile {
  padding: 15px 12px;
  font-family: roboto, serif;
}

.hi-menu .top-profile a {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.hi-menu .top-profile img {
  width: 30px;
}

.chosen-container {
  width: 100% !important;
}

.lc-block:not(.lc-block-alt) .lcb-form {
  padding: 25px;
}

.ng-invalid.ng-dirty {
  border-color: #fa787e;
}

.ng-valid.ng-dirty {
  border-color: #4cae4c;
}

.small-text {
  font-size: 12px;
}

.list-group-item {
  padding: 0px !important;
}

#main-client .card-body {
  padding-top: 0px !important;
}

.form-repr-img {
  height: 300px !important;
}

.m-b-20 {
  margin-bottom: 20px;
}

.profile .info {
  padding: 5px;
  font-size: 18px;
  font-weight: bolder;
  display: block;
}

.profile .badge-categoria {
  font-weight: 100;
  font-size: 15px;
  margin: 5px;
}

.contrato {
  max-height: 150px;
  overflow-y: scroll;
  padding: 10px;
}

body.signin {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 420px;
  padding: 15px;
  margin: auto;
}

.fc-event-container {
  color: #fff;
}

.fc-event,
.fc-event-dot {
  background-color: #055F6A;
}

.main-menu a.active {
  color: #055F6A;
}

.admin-dashboard .value {
  font-size: 30px;
}

.btn {
  background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;

  padding: 8px 16px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-primary {
  background-color: #055F6A;
  color: #FFFFFF;
}

.btn-primary.focus,
.btn-primary.focus.focus,
.btn-primary.focus:focus,
.btn-primary.focus:hover,
.btn-primary:active,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:focus.focus,
.btn-primary:focus:focus,
.btn-primary:focus:hover,
.btn-primary:hover,
.btn-primary:hover.focus,
.btn-primary:hover:focus,
.btn-primary:hover:hover,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #454e86;
  border-color: transparent;
}

.btn-primary[disabled] {
  background-color: #055F6A;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  background-color: #055F6A;
  border-color: #fff;
  cursor: default;
}

.card h3 {
  margin: 0;
}

.card .card-header {
  padding: 15px 27px;
}


.pedidos-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-shadow: inset 0 -2px 0 0 #eee;
  color: #7a7a7a;
}

.pedidos-nav span {
  width: 100%;
  text-transform: uppercase;
  cursor: pointer;
  padding: 15px;
  text-align: center;
}

.pedidos-nav span.active {
  color: #000;
  box-shadow: inset 0 -2px 0 0 #2196F3;
}

.pedido-card-header {
  background-color: #055F6A !important;
}

.pedido-card-header h4 {
  color: #eee !important;
}

.pedido-product-type-header {
  padding-bottom: 0 !important;;
  border-bottom: 2px solid #055F6A
}

.text-center {
  text-align: center;
}

.w-100 {
  width: 100%;
}
