﻿.btn-default-exact {
    background-color: #737476;
    color: white;
}

.btn-default-exact2 {
    background-color: #A4A5A6;
    color: #fff;
    margin-top: 10px;
}

.btn-default-exact2:hover{
  color: white;
  background-color: #87888a;
}

.btn-default-exact:hover{
  color: #fff;
  background-color: #A4A5A6;
}

.btn-disabled-exact {
    background-color: #A4A5A6;
    color: white;
    pointer-events: none;
    cursor: not-allowed;
}

.boxPlanos {
    background-color: #737476;
    color: white;
    padding-bottom: 20px;
    padding-top: 20px;
}

.tituloBox {
    font-weight: normal;
    font-size: 18px;
}

.precoBox {
    font-size: 34px;
    padding-top: 10px;
}

.descBox {
    font-size: 14px;
    padding-top: 10px;
}

.sinais {
    font-weight: bold;
    color: #737476;
}

.exact-panel {
  border-color: #737476 !important;
  /*background-color: #737476 !important;*/

}

.exact-panel-heading {
  background-color: #737476 !important;
  border-color: #737476 !important;
  color: #fff !important;
}

.exact-panel-body {
  background-color: #737476 !important;
  color: #fff !important;
  padding: 0px !important;
}

.exact-panel-footer {
  /*width: 100px;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /*background-color: #737476;*/
  padding: 5px;
}

.panel-body {
   /*height: 400px;*/
   /*overflow: auto;*/
  }

.exact-erro {
color: #e80c4d;
font-weight: bold;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

.label-required::after {
    content: " *";
    font-weight: bold;
    color: red;
}