<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.border-botton {
  border-bottom: 1px solid;
}

.button-ultraxs {
  padding: 5px 10px;
  font-size: 10px;
  line-height: 10px;
  min-width: 10px;
}

.font-12 {
  font-size: 12px !important;
}

.font-15 {
  font-size: 15px !important;
}

  .boxed-5px {
    padding: 5px 5px !important;
}

  .boxed-10px {
    padding: 10px 10px !important;
}


.box-post {
      background-color: #f4f4f5;
    border: 1px solid #dadce0;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0%;
    padding: 12px 12px 24px 24px;
}

.box-table {
      background-color: #ececec;
    border: 1px solid #dadce0;
    border-radius: 8px;
    margin-bottom: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0%;
}

.fs-large {
  font-size:large;
}

.denunciar {
  color: #03b;
  font-size: 14px;
  display: none;
  cursor: pointer;
}


.tr-grey {
    border-bottom:2pt solid #c6906e;
}

.ml-20 {
  margin-left: 20px;
}

.text-grey {
  color: #666 !important;
}

.th-color {
  border: none !important;
  color: #fff !important;
  background-color: #c6906e !important;
}

.fs-14-b {
  font-size: 14px;
  font-weight: bold;

}

.fs-10-i {
  font-size: 14px;
  font-style: italic;

}

.oculto {
  display: none !important;
}

.mt-m20 {
  margin-top:  -20px;
}

.mt-0 {
  margin-top:  0px !important;
}

.mt-10 {
  margin-top:  10px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.pl-20 {
  padding-left: 20px;
}

.sub-li {
  border-left: 3px solid transparent;
  border-left-color: #333;
  padding-left: 20px;
}

.modal-90 {
  width: 90%;
}

.form-leilao {
  display: block;
  width: 100%;
  min-height: 50px;
  padding: 9px 10px;
  font-weight: 400;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: right;
  line-height: 24px;
  color: #FFFFFF;
  background-color: #411a15;
  background-image: none;
  border: 0px solid #411a15;
  border-radius: 35px;
  -webkit-appearance: none;
  min-width: 100px;
  font-size: 18px;

}

.button-xs-enviar {
  min-width: 50px !important;
}

.button-perguntar {
  min-width: 50px !important;
  padding: 5px 10px;
}

.button-perguntar:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.tutorial {
    position: fixed;
    top: 90%;
    left: 1%;
    padding: 10px;
    z-index: 10000000;
}

.width-450 {
  width:450px !important;
}

@media (max-width: 480px) {
  .width-450 {
    width:280px !important;
  }
}  

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.bg-red {
  background-color: #FF0000 !important;
}

.bg-branco {
  background-color: #FFFFFF !important;
}

.texto-branco {
  color: #FFFFFF !important;
}

.pointer {
  cursor: pointer;
}
.pointer:hover {
  color: #c6906e;
}

  .expired {
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #c2c2c3;
}

.icon-md-big {
  font-size: 36px;
}

.icon-md-middle {
  font-size: 24px;
}

.pd-10 {
  padding: 10px !important;
}

.pd-30 {
  padding: 30px !important;
}


.pd-5 {
  padding: 5px !important;
}

.dt-body-right {
  text-align: right !important;
}

.dt-red-right {
  color:red !important;
  text-align: right !important;
}

.direita {
	float:right; 
}

.vbtn {
  color:#fff;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  background-color: #00a65a;
  border-color: #00a65a;
  padding: 1px 5px;
  font-size: 12px; 
  line-height: 1.5;
}
.vbtn:focus {
  outline: none;
}
.vbtn:hover,
.vbtn:active,
.vbtn.hover {
  background-color: #00a65a;
}

.lbtn {
  color:#fff;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  background-color: #0a00a6;
  border-color: #0a00a6;
  padding: 1px 5px;
  font-size: 12px; 
  line-height: 1.5;
}
.lbtn:focus {
  outline: none;
}
.lbtn:hover,
.lbtn:active,
.lbtn.hover {
  background-color: #5f5aa5;
}

.ebtn {
  color:#fff;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  background-color: #3c8dbc;
  border-color: #367fa9;
  padding: 1px 5px;
  font-size: 12px; 
  line-height: 1.5;
}
.ebtn:focus {
  outline: none;
}
.ebtn:hover,
.ebtn:active,
.ebtn.hover {
  background-color: #367fa9;
}

.dbtn {
  color:#fff;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  background-color: #dd4b39;
  border-color: #d73925;
  padding: 1px 5px;
  font-size: 12px; 
  line-height: 1.5;
}
.dbtn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.dbtn:focus {
  outline: none;
}
.dbtn:hover,
.dbtn:active,
.dbtn.hover {
  background-color: #d73925;
}

.cropit-preview {
background-color: #f8f8f8;
background-size: cover;
border: 1px solid #ccc;
border-radius: 125px;
margin-top: 7px;
width: 150px;
height: 150px;
}

.cropit-preview-image-container {
cursor: move;
border-radius: 50%;
}

.image-size-label {
margin-top: 10px;
}

#result {
margin-top: 10px;
width: 900px;
}

#result-data {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
word-wrap: break-word;
}
.fileUpload {
    position: absolute;
    overflow: hidden;
    margin: -80px;
    margin-left: 180px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.div-height-350 {
    max-height: 350px;
    overflow-y: scroll;
  }

  .dt-button {
  font-weight: 500;
  color: #ffffff;
  background-color: #42a5f5;
  border-color: #42a5f5;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dt-button:focus,
.dt-button:active:focus,
.dt-button.active:focus,
.dt-button.focus,
.dt-button:active.focus,
.dt-button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dt-button:hover,
.dt-button:focus,
.dt-button.focus {
  color: #ffffff;
  background-color: #128ef2;
  text-decoration: none;
}


.box-iniciado-Fino {
  background-color: #48921a !important;
  color: #FFFFFF !important;
}

.box-iniciado-Comum {
  background-color: #ecda10 !important;
  color: #FFFFFF !important;
}

.box-iniciado-Mudas {
  background-color: #20c71a !important;
  color: #FFFFFF !important;
}

.box-iniciado-Outros {
  background-color: #3779ae !important;
  color: #FFFFFF !important;
}

.box-naoiniciado-Outros {
  background-color: #2196f3 !important;
  color: #FFFFFF !important;
}

.box-naoiniciado-Mudas {
  background-color: #c6906e !important;
  color: #FFFFFF !important;
}

.box-naoiniciado-Fino {
  background-color: #c5bb87 !important;
  color: #FFFFFF !important;
}

.box-naoiniciado-Comum {
  background-color: #c7921a !important;
  color: #FFFFFF !important;
}


.naoiniciado {
 font-weight: 400;
 color: #000000; 
}

.select2-selection__choice {
  color:#000000 !important;
}

.form-control {
  color:#000000 !important;
  border-color: #afafaf !important;
}

.hr-black {
  border-top: 1px solid #000 !important;
}

.cursor-grab {
  cursor: grab;
}</pre></body></html>