/* Cores padrões */
/*Cores do Bootstrap*/
/*Cores Flat*/
/*Outras Cores*/
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px !important;
  background-color: #f8f8f8;
  overflow-y: scroll;
}
.seleciona-municipio {
  padding: 7px;
}
.seleciona-municipio .btn-group {
  display: flex;
}
.seleciona-municipio h3 {
  margin-top: 0;
  color: #666;
}
.seleciona-municipio ul {
  text-align: center;
  left: 50%;
  margin-left: -88px;
}
.seleciona-municipio ul li {
  display: inline;
}
.seleciona-municipio .dropdown-menu a {
  cursor: pointer;
}
.counter {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.prompt-dialog {
  display: none;
}
.alert-dialog-backdrop {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3000;
  box-shadow: inset 0px 0px 0px 20000px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s;
}
.alert-dialog-backdrop.opened {
  opacity: 1;
}
.alert-dialog-backdrop .alert-dialog {
  background: #fff;
  position: absolute;
  top: 24px;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  border-radius: 10px;
  border: 1px solid #999;
}
.alert-dialog-backdrop .alert-dialog .alert-dialog-title {
  border-bottom: 1px solid #DDD;
  padding: 10px 30px;
  border-radius: 5px 6px 0 0;
}
.alert-dialog-backdrop .alert-dialog .alert-dialog-title h3 {
  margin: 0;
}
.alert-dialog-backdrop .alert-dialog .alert-content,
.alert-dialog-backdrop .alert-dialog .alert-input {
  margin: 10px 15px;
}
.alert-dialog-backdrop .alert-dialog .alert-dialog-message {
  display: flex;
  width: 440px;
  margin: 15px 30px;
}
.alert-dialog-backdrop .alert-dialog .alert-dialog-message .alert-icon {
  margin-right: 20px;
  margin-left: 5px;
  font-size: 2em;
}
.alert-dialog-backdrop .alert-dialog .alert-dialog-message .alert-text-container {
  display: table;
  min-height: 40px;
  margin-right: 55px;
}
.alert-dialog-backdrop .alert-dialog .alert-dialog-message .alert-text-container .alert-text {
  display: table-cell;
  vertical-align: middle;
}
.alert-dialog-backdrop .alert-dialog .alert-dialog-footer {
  float: right;
  margin: 10px 30px;
}
.alert-dialog-backdrop .alert-dialog .alert-dialog-footer .btn {
  margin-bottom: 12px;
  margin-left: 10px;
}
.recaptcha-field {
  margin-bottom: 15px;
}
.footer {
  position: absolute;
  bottom: 0;
  background: #FFF;
  width: 100%;
  height: 130px;
  margin-right: -2px;
  overflow: hidden;
}
.footer .container {
  padding-top: 14px;
}
.footer .mobile-app {
  height: 75px;
  background: #000;
  width: 200px;
  border-radius: 10px;
  position: relative;
  margin: 15px 20px 0 0;
}
.footer .mobile-app .mobile-logo {
  position: absolute;
  left: 15px;
  height: 56px;
  top: 9px;
}
.footer .mobile-app .mobile-text {
  position: absolute;
  left: 81px;
  top: 14px;
}
.footer .mobile-app .mobile-store {
  position: absolute;
  left: 81px;
  top: 38px;
  font-weight: bold;
  font-size: 1.25em;
}
.footer .logo-amfri,
.footer .logo-celk {
  width: 150px;
}
.footer .logo-celk {
  float: right;
  margin-top: 26px;
}
.footer .colored-bar {
  position: absolute;
  left: 0;
  right: 0;
  top: -11px;
  z-index: 100;
  margin: -2px;
}
.footer .colored-bar .bar-item {
  height: 4px;
  width: 20%;
  display: inline-block;
  margin: -2px;
}
.footer .colored-bar .bar-item.bar-danger {
  background: #d9534f;
}
.footer .colored-bar .bar-item.bar-success {
  background: #5cb85c;
}
.footer .colored-bar .bar-item.bar-info {
  background: #5bc0de;
}
.footer .colored-bar .bar-item.bar-warning {
  background: #f0ad4e;
}
.footer .colored-bar .bar-item.bar-primary {
  background: #337ab7;
}
.footer .colored-bar .bar-item.bar-dark {
  background: #333;
}
a,
button {
  cursor: pointer;
}
a[disabled],
button[disabled] {
  cursor: not-allowed;
}
.panel-heading h3 i {
  vertical-align: bottom;
}
.top-items .fa-stack-1x {
  margin-top: 7px;
}
i.stack-danger {
  color: #9b59b6;
}
i.stack-primary {
  color: #337ab7;
}
i.stack-success {
  color: #5cb85c;
}
i.stack-info {
  color: #5bc0de;
}
i.stack-warning {
  color: #f0ad4e;
}
i.stack-leaked {
  color: #333;
}
i.icon-me-exit,
i.icon-me-enter {
  vertical-align: middle;
}
.dropdown-menu i {
  margin-right: 5px;
}
.dropdown-menu i.fa-search {
  color: #FFF;
  font-size: 0.9em;
}
.dropdown-menu .btn-link {
  position: absolute;
  right: 1px;
  top: 12px;
}
.dropdown-menu input {
  border: solid 1px #ccc;
  border-radius: 3px;
  margin: 7px 10px;
  padding: 5px;
  padding-right: 27px;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), 0 -1px 1px #FFF, 0 1px 0 #FFF;
  width: auto;
}
.navbar.navbar-default {
  margin-bottom: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.navbar.navbar-default .active a {
  background-color: #ecf0f1;
}
.navbar.navbar-default .navbar-collapse a:hover {
  background-color: #ecf0f1 !important;
}
.navbar.navbar-default .navbar-brand {
  padding: 5px 15px;
}
.navbar.navbar-default .navbar-brand img {
  height: 40px;
}
.navbar.navbar-default .navbar-user .user-image {
  border: 1px solid #ddd;
  margin-right: 7px;
  width: 40px;
  border-radius: 25px;
}
.navbar.navbar-default .navbar-user .user-greetings {
  margin-top: 16px;
  margin-right: 10px;
  display: inline-block;
}
.main-container {
  border-left: solid 1px #e7e7e7;
  border-right: solid 1px #e7e7e7;
  border-bottom: solid 1px #e7e7e7;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.06), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  padding: 20px 20px 0 20px;
  margin-bottom: 150px;
}
.carousel-caption {
  top: 0;
}
.carousel .btn {
  position: absolute;
  top: 50%;
  font-size: 1.5em;
  padding: 10px 17px;
  margin-top: -26px;
}
.carousel .btn.right {
  right: 0;
}
.carousel .btn.left {
  left: 0;
}
.fa-spin {
  transition: all 0.3s;
}
.fa-spin.fa-hide {
  font-size: 0;
}
.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.help-block {
  font-size: 0.85em;
  margin-top: 6px;
}
.title-box {
  background-color: #eee;
  color: #333;
  margin: -20px -20px 20px -20px;
  padding: 20px;
}
.placeholder {
  color: #999;
}
.placeholder option {
  color: #333;
}
.select-errors {
  display: none;
}
.has-error .select-errors {
  display: block;
}
.form-control:focus {
  border-color: #00bb57;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(20, 123, 43, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(20, 123, 43, 0.6);
}
.panel-link-heading a:focus,
.panel-link-heading a:hover,
.btn.btn-link:focus,
.btn.btn-link:hover {
  color: #00863f;
}
body:not(.totem) .big-buttons .big-buttons-btn.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
body:not(.totem) .big-buttons .big-buttons-btn.btn-primary:focus,
body:not(.totem) .big-buttons .big-buttons-btn.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
body:not(.totem) .big-buttons .big-buttons-btn.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
body:not(.totem) .big-buttons .big-buttons-btn.btn-primary:active,
body:not(.totem) .big-buttons .big-buttons-btn.btn-primary.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
body:not(.totem) .btn.btn-primary {
  border-color: #005a2a;
  background-color: #007336;
}
body:not(.totem) .open > .dropdown-toggle.btn-primary,
body:not(.totem) .btn-primary:active,
body:not(.totem) .btn-primary.active,
body:not(.totem) .btn.btn-primary:focus,
body:not(.totem) .btn.btn-primary.focus,
body:not(.totem) .btn.btn-primary:hover {
  border-color: #005a2a;
  background-color: #005a2a;
}
body:not(.totem) .btn.btn-primary:hover {
  background-color: #00863f;
}
a,
.btn.btn-link {
  color: #007336;
}
.btn-dark {
  color: #FFF;
  background-color: #666;
}
.btn-dark:hover {
  color: #FFF;
  background-color: #333;
}
.label-checkbox {
  cursor: pointer;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.panel-link-heading .panel-heading {
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
}
.panel-link-heading .panel-heading h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.modal .modal-dialog {
  max-width: 500px !important;
}
.modal .modal-dialog .modal-content {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3) !important;
}
.modal .modal-dialog .modal-content .modal-header {
  border-radius: 2px 2px 0 0;
  background-color: #F7F7F7;
  border: none;
}
.modal .modal-dialog .modal-content .modal-header h3 {
  margin: 25px 0 0 0;
}
.modal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: 10px;
  top: 8px;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 10px 30px 30px 30px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  overflow: visible !important;
  position: relative;
  border-radius: 0 0 2px 2px;
}
.modal .modal-dialog .modal-content .modal-body .modal-btn-submit {
  padding: 20px;
}
.modal .modal-dialog .modal-content .modal-body .table {
  background: #FFF;
}
.map-modal .modal-dialog {
  max-width: 560px !important;
}
.login-modal {
  z-index: 2001;
}
.login-modal .modal-dialog {
  max-width: 350px !important;
}
.login-modal .modal-dialog .login-logo {
  width: 275px;
  margin: 15px 0 0px 20px;
}
.login-modal .modal-dialog .login-help {
  padding-top: 5px;
}
.login-modal .modal-dialog .login-help a {
  color: #999;
  text-decoration: none;
}
.login-modal .modal-dialog .login-help a:hover {
  color: #666;
}
.login-modal .modal-dialog .login-help small {
  color: #999;
}
#signupModal .modal-dialog {
  max-width: 1000px !important;
  width: 800px;
}
.help-block.with-errors {
  display: none;
}
.has-error .help-block.with-errors {
  display: block;
}
.servicos-ofertados .dropdown-menu {
  text-align: center;
  left: 50%;
  margin-left: -88px;
}
.datepicker-switch:after {
  content: "\f0dd";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  padding-left: 5px;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42;
  border-radius: 15px;
}
.notify-icon {
  margin-top: 10px;
  padding-right: 10px;
  color: rgba(0,0,0,0.75);
}
.notify-icon-row {
    color: rgba(0,0,0,0.75);
    line-height: 36px;
    width: 55px;
    height: 36px;
    text-align: left;
    vertical-align: bottom;
}
.notify-row {
  padding: 0px 30px 24px 10px;
  line-height: 18px;
  color: rgba(0,0,0,0.54);
  width: 100%;
  min-width: 450px;
  white-space: normal;
}

.notify-inline{
  display: inline;
}
.notify-description{
  right:30px;
  text-align: justify;
}

.notify-badge{
  color: white;
  background-color: red;
  font-size: 12px;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
  position: absolute;
  border-radius: 3px;
  left: 18px;
  bottom: 18px;
}
.notify-remove{
  text-align: right;
}
.notify-remove:hover:before{
  content: '\d7';
  display: inline;
  right: 8px;
  color:red;
  position: absolute;
}

.animate-display{
    opacity: 0;
    transition: opacity 1s;
}

.angular-google-map-container {
    width: 500px;
    height: 300px;
}

.marker-labels {
  width: 160px;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
}
