body { background-color: #f6e8e1; }
a{ color: #ff6f3b; }

input, select, textarea {
    border-radius: 8px 0px 8px 8px !important;
    background-color: #ffffff !important;
}
.btn {
    border-radius: 8px 0px 8px 8px !important;
}

#layout-header {
    border-bottom: 1px solid black;
}
#establishment-logo {
    margin-top: 5px;
    border-radius: 25px;
}
.establishment-text-color {
  color: #050505 !important;
}
.establishment-top-color {
  color: #ff6f3b !important;
}
.establishment-background-color-top {
  background-color: #ff6f3b !important;
}

.progress-circular-gap {
  border-top: 2px solid #ff6f3b;
}
.progress-circular-spinner {
  border: 4px solid #ff6f3b;
  border-bottom-color: transparent;
}
.form-control, .picker__select--month, .picker__select--year {
  color: #050505;
  border: 1px solid #050505;
}
.floating-label {
  color: #050505;
  width: 100%;
  text-align: left;
}
.form-control:focus, .picker__select--month:focus, .picker__select--year:focus {
  border-color: #ff6f3b;
}
.form-group-label.control-focus .floating-label {
  color: #ff6f3b;
}
.progress-bar {
  background-color: #ff6f3b;
}

/* RADIO */
.checkbox-circle-check:after, .radiobtn-circle-check:after, .checkbox-circle-check:before, .radiobtn-circle-check:before {
  background-color: #ff6f3b;
}
input[type=radio]:checked~.radiobtn-circle {
  border-color: #ff6f3b;
}


/* DATE PICKER */
.picker__date-display, .picker__day.picker__day--selected {
  background-color: #ff6f3b;
}
.btn-flat.btn-brand {
  color: #ff6f3b;
}

.header-transparent {
  background:#ff6f3b;
}
.header-transparent:before {
  background:#ff6f3b; 
}

.fbtn-brand-accent, .fbtn-brand-accent:hover  {
  background-color:#ff6f3b; 
}
.content-heading {
  background:#ff6f3b; 
}
.title-part {
  border-bottom:3px solid #ff6f3b;
}
.btn-card {
  color:#ff6f3b;
}
.btn-card:hover {
  color: #ff6f3b;
  opacity:.5;
}
input[type=checkbox]:checked+.switch-toggle:before, input[type=radio]:checked+.switch-toggle:before {
  background-color:#ff6f3b !important;
}
input[type=checkbox]:checked+.switch-toggle,input[type=radio]:checked+.switch-toggle{
  background-color:#ff6f3b; 
}
#average-avg-rating {
  background:#ff6f3b;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background:#ff6f3b;
}

.nav .nav-item{
  display: block;
  float: left;
}
.nav-tabs{
  display: flex;
  flex-wrap: wrap;
}
.nav-tabs .nav-link{
  color: #000;
}
.nav-tabs .nav-link{
  border-bottom: 2px solid #ccc;
}
.nav-tabs .nav-link.active{
  border-bottom-color: #ff6f3b;
  font-weight: bold;
}
.nav-tabs .nav-link:hover {
    background-color: rgba(0,0,0,.12);
}
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.page-title{
  width: 100%;
  text-align: center;
}

.btn-profile{
  color: #fff;
  float: right;
  padding: 10px 26px;
  margin-top: 15px;;
}

.card img{
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  border: none;
}
.card .card-content h4{
  margin-top:0;
}
.card .card-content .col-xs-3{
  padding-left: 17px;
}
.card .card-content .col-xs-9{
  padding-top: 10px;
}
.card .card-content a h4{
  color: #ff6f3b
}
.card .card-content a.card-link{
  text-decoration: none;
}
.card .card-content a h4:hover{
  text-decoration: none;
}

.dl-horizontal dd {
  margin-bottom: 10px;
}

#public-profile{
  padding: 15px;
  background-color: #e6e6e6;
  text-align: center;
  font-weight: bold;
  width: 100%;
}
#public-profile a{
  color: #212121
}
.establishment-title{
  margin-bottom: 20px;
}
.establishment-title img{
  border-radius: 5px;
  border: 3px solid #ff6f3b;
  margin-right: 10px;
  background-color: #fff;
  padding: 3px;
}
#revoke-permissions{
  padding: 20px;
  background-color: #e6e6e6;
  text-align: center;
  margin-top: 50px;
}

.badge {
    padding-right: 9px;
    padding-left: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}
.label, .badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
}

@media (min-width: 768px){
  .dl-horizontal dt {
      float: left;
      width: 160px;
      overflow: hidden;
      clear: left;
      text-align: right;
      text-overflow: ellipsis;
      white-space: nowrap;
  }
  .dl-horizontal dd {
      margin-left: 180px;
  }
}

.pwcheck-list, .pwcheck-list li{
  list-style: none;
  padding: 0;
  margin: 0;
 color: gray;
 line-height: 10px;
}
.pwcheck-list li{
  font-size: 11px;
  padding: 2px 5px;
}

#password_requirements .item-success{
  color: #14b982;
  font-weight: bold;
}
#password_requirements .item-error{
  color: #b9143d;
  font-weight: bold;
}

.alert-danger{
  background-color: #b9143d;
}

.alert-notice{
  background-color: #0197bd;
}

.alert-sucess{
  background-color: #01bd94;
}

.bg-brand-logo {
  background-image: url("/static/css/images/wifire-fundo.png");
  background-size: cover;
  width: 25%;
  height: 50%;
  position: absolute;
  top: 25%;
  z-index: -1;
}

.bg-brand-logo.left {
  left: 0;
}
.bg-brand-logo.right {
  right: 0;
}

.session-grid{
  padding: 0 15px;
  margin-bottom: 30px;
}
.session-data{
  background-color: #fff;
  border: 1px solid #4d4d4d;
  border-radius: 5px;
  padding: 15px;
}

.session-data .establishment-session{
  border-top: 1px solid #4d4d4d;
  margin-top: 15px;
  padding-top: 15px;
}
.session-data .establishment-session h4{
  margin: 0;
  padding: 0;
}
.session-data .establishment-session a{
  margin-top: 5px;
}

.device-data h3{
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.device-data h3 a{
  float: right;
}
.btn-error, .btn-danger{
  background-color: #d50000;
}


.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  max-width: 90%;
  margin-left: -280px;
  outline: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.modal-dialog{
  max-width: 100%;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f9f3f0;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}