.accordion {
  background-color: #0B60A9 !important;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  width:425px;
  border-radius: 2px;
  font-weight: 700;
}
span.total {
  font-family: Raleway,Arial,sans-serif !important;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

::placeholder {
   font-family: Raleway,Arial,sans-serif;
}
span.select2-selection.select2-selection--single {
    font-family: Raleway,Arial,sans-serif;
}
span.select2-results{
    font-family: Raleway,Arial,sans-serif;
}
.active:after {
  content: "\2212";
}
body{
    opacity: 1;
    background-color: rgba(0,0,0,.4) !important;
}

.panel {
  padding: 0 18px;
  background-color: rgba(0,0,0,.0) !important;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  width:389px;
}
input, select,option{
    border: 1px solid rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.5);
    font-family: Raleway,Arial,sans-serif !important;
    font-size: 8px;
    padding: 7px 10px;
    outline: none;
    font: inherit;
    width: 95%;
    border-radius: 2px;
    transition: all 300ms ease;
    /* color: #A9A9A9;*/
    /* color: #333; */
}

input[type="number"]:hover,select:hover{
    box-shadow: 5px 0 0 #0B60A9 inset, 0 2px 10px rgba(0,0,0,.2);
    background-color: white;
}
/* select{
    background-color: rgba(255,255,255,.1);
} */
input:hover{
    box-shadow: 0 0 0 #0B60A9 inset, 0 1px 5px rgba(0,0,0,.2);
}
div{
    padding-top: 5px;
    padding-bottom: 5px;
}
.column {
  float: left;
  width: 50%;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}


.fancy-select .trigger {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    background: rgba(0,0,0,.05);
    border-radius: 2px;
    padding: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
}
.btQuoteTotal{
    border-radius: 2px;
    background: #0B60A9;
    display: flex;
    align-items: stretch;
    float: none;
    justify-content: flex-end;
    flex: 0 1 100%;
    font-weight: bold;
    padding: 0;
    text-align: right;
    color: #FFF;
    line-height: 1.8;
    width:98%;
}
input#grabar:hover {
    background-color: white !important;
    color: #0B60A9;
}
.select2-container--default .select2-selection--single{
      background-color: white;
      padding: 4px 10px;
      border: 1px solid rgba(255,255,255,.1);
      height: 35px !important;
      border-radius: 2px !important;
}
.select2-container{
      width: 95% !important;
} 
.select2-container .select2-selection--single .select2-selection__rendered{
      /* color: #A9A9A9 !important; */
      color: black !important;
      height: 100% !important;
}
  
span.select2-selection.select2-selection--single:hover{
  box-shadow: 5px 0 0 #0b60a9 inset, 0 2px 10px rgb(0 0 0 / 20%);
}
  
#solicitar{
  border-radius: 3px;
  background: #0caa48;
  border-color: #0caa48;
  align-items: stretch;
  float: none;
  justify-content: flex-end;
  flex: 0 1 100%;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  color: #FFF;
  width:98%;
}
#solicitar:hover{
    background-color: white !important;
    color: #0B60A9;
}
#solicitarPagar{
  margin-top: -5px;
  border-radius: 3px;
  background: #0caa48;
  border-color: #0caa48;
  align-items: stretch;
  float: none;
  justify-content: flex-end;
  flex: 0 1 100%;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  color: #FFF;
  width:98%;
}
#solicitarPagar:hover{
    background-color: white !important;
    color: #0B60A9;
}
img#imgPse {
    float: right;
    height: 40px;
    padding: 0px;
    margin: -14px -10px;
}
#verificacion{
  background-color: #0B60A9 !important;
  color: #fff;
  border-color: rgba(255,255,255,.0);
  width: 98%;
  margin-top:-6px;
}
.btQuoteTotalText{
    align-self: center;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    margin-right: 1em;
}
.btQuoteTotalCurrency{
    border-radius: 0;
    font-size: 20px;
    padding: 5px 3px 5px 20px;
    line-height: 30px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.25);
}
.btQuoteTotalCalc,.total{
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    font-size: 20px;
    line-height: 30px;
    opacity: 1;
    display: inline-block;
    background: rgba(0, 0, 0, 0.25);
    padding: 5px 20px 5px 3px;
}
.valorDeclarado{
  padding-bottom: 15px;
}
.error{
  display: inline-block;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #0B60A9 !important;
  color: rgb(218, 167, 167);
  width: 98%;
  text-align: center;
}
@media(max-width: 480px){
    .accordion {
        width:100%;
    }
}
@media(max-width: 480px){
        .panel {
        width:100%;
        padding:0px;
    }
}
input#grabar {
  font-family: Raleway,Arial,sans-serif !important;
  background-color: #0B60A9 !important;
  color: #fff;
  border-color:rgba(255,255,255,.0);
}
.PlaceholderInput{
  font-family: Raleway,Arial,sans-serif !important;
  position: absolute;
  margin-top: 8;
  margin-left: 115px;
  color: #808080a1;
}
