.font {
  font: helvetica;
}

.labelAtributos {
  font-size: 16px;
  font: helvetica;
}

.spanAdicionar {
  position: initial;
  margin-right: -7rem !important;
  margin-top: -25px !important;
  float: right;
  /* background-color: #29313C; */
  border-style: dashed !important;
  border-color: rgb(255, 255, 255) !important;
  border-width: 1px !important;
  color: #FFF;
  /* width: 40px; */
}

.colPersonalizada{
  margin-top: 1.3rem; 
  border-radius: 0.6rem;

  padding-right: 1px;
  padding-left: 1px;
}

.containerBtn{
  display: inline-block;
}
.botao {
  cursor: pointer;
  position: relative;
  border-radius: 0px;
  margin: 0.2rem;
  font-family: Helvetica;

  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  /* padding: 0.3rem 0.3rem; */
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}

.btnVariavel {
  min-width: 70px;
  background: #727272;
  color: #FFF;
}
.operador{
  min-width: 25px;
  background: #FFF;
  color: #000;
}
.cbot{
  color: white;
  min-width: 25px;
  background-color: rgb(234, 111, 36);
  border-radius: 5px;
}
.basis{
  color: white;
  min-width: 25px;
  background-color: rgb(0, 114, 188);
  border-radius: 5px;
}
.dolar{
  color: white;
  min-width: 25px;
  background-color: rgb(102, 188, 70);
  border-radius: 5px;
}

.divisaoEstilo {
  border: 2px solid white;
  border-radius: 15px;
  width: 95%; 
  display: inline-block;
}

.hthumbnail {
  min-height: 25px;
  min-width: 100px;
  cursor: pointer;
  position: relative;

  background-color: #727272;
  border-radius: 0px;
  margin: 0.2rem;
  font-family: Helvetica;

  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.hthumbnail.ng-leave {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  opacity: 1;
}

.hthumbnail.ng-leave.ng-leave-active {
  opacity: 0;
}

.hthumbnail.ng-enter {
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}

.hthumbnail.ng-enter[data-direction="left"] {
  left: -80px;
  /* 60px width + 20px marginLeft */
}

.hthumbnail.ng-enter[data-direction="right"] {
  left: 80px;
  /* 60px width + 20px marginLeft */
}

.hthumbnail.ng-enter.ng-enter-active {
  left: 0px;
}

.origem-modal {
  background: #181818;
  border: 1px solid #727272;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 5px;
}

.addOrigemInput {
  background: #181818;
  width: 95%;

  left: 28px;
  top: 98px;
  color: #ffff;
  height: 3.3rem;
  border: 1px solid #a9a9a9;
  box-sizing: border-box;
  border-radius: 5px;
}

.origem-modal {
  background: #181818;
  border: 1px solid #727272;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width:25%;
}

.destino-modal {
  background: #181818;
  border: 1px solid #727272;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width:35%;
} 

.inputCurva {
  background: #181818;
  border: 2px solid #525252;
  box-sizing: border-box;
  border-radius: 10px;
  height: 3.3rem;
  position: flex;
  width: auto !important;
}

.inputCurvaDate {
  white-space: nowrap;
  position: relative;
  margin-top: 0px !important;
  margin-right: 5px;
  height: 3.3rem;
  border-radius: 10px;
  border: 2px solid #525252;
  background: #181818;
  color: #818181;
  width:100%;
}

.inputCurvaDate::after {
  content: "\f271";
  font-family: FontAwesome;
  position: absolute;
  top: 5px;
  right: 4px;
  width: 35px;
  height: 77%;
  text-align: center;
  font-size: 22px;
  line-height: 35px;
  color: #FFFFFF;
  background-color: #7BB957;
  border-radius: 5px;
  pointer-events: none;
  margin-top: 0px;
  cursor: pointer !important;
}


input[type="radio"] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 4px;
  /* background-color only for content */
  background-clip: content-box;
  border: 2px solid #bbbbbb;
  background-color: transparent;
  border-radius: 50%;
}

/* appearance for checked radiobutton */
input[type="radio"]:checked {
  background-color: #7BB957;
  padding: 4px;
}


input#session-date{
  position:relative;
  overflow:hidden;
}
input#session-date::-webkit-calendar-picker-indicator{
  display:block;
  top:0;
  left:0;
  background: #0000;
  position:absolute;
  transform: scale(42)
}

.popUp {
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 10%;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.popUp-content {
  background-color: #181818;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
}

.selected {
  border: solid 1px rgb(246, 121, 146);
}