.dt-body-left { text-align: left; }
.dt-body-center { text-align: center; }
.dt-body-right { text-align: right; }

#importeNeto {
    background-color:#ebebe4;
}

#importe, #importeBruto, #importeNeto, #importeDesdeBuscar, #importeHastaBuscar, #importeBrutoDesdeBuscar, #importeBrutoHastaBuscar, #importeNetoDesdeBuscar, #importeNetoHastaBuscar {
    text-align:right;
}
#divTasas .tasa {
    margin-top:8px;
}

#divTasas #divTasasDiv {
    float:left;
    margin-left:8px;
    margin-top:3px;
}

#divTasas #divTasasImg {
    float:left;
}

.row .imgRemove {
    cursor:pointer;
    width:24px;
}

.waiting {
    display:none;
    float:right;
    margin-right:16px;
    width:48px;
}

.imgPendiente {
    cursor:pointer;
    width:40px;
}

.buttons-excel {
  background:url(/images/excel.png) no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  display:none !important;
  width:80px;
  height:44px;
}

.buttons-excel span {
    display:none;
}

.ui-dialog-titlebar {
    background-color:#dfb5e0;
}

textarea {
    height:80px;
}

#result {
    color: green;
    font-size: 20px;
}

.divButtons {
    margin-top:16px;
}

form .error {
  color: #ff0000;
}

/* Style inputs, select elements and textareas */
input[type=text], input[type=password], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 12px;
  display: inline-block;
}

/* Style the submit button */
input[type=submit], input[type=button] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  margin-left:16px;
}

input[type=submit]:hover, input[type=button]:hover {
  background-color: #109885;
}

input[type=button] {
  background-color: blue;
}

#botonNaranja {
  background-color: #ff7600;
}

div .cancelar {
  border: 2px solid #040404;
  color:black;
  background-color: transparent;
}

div .cancelar:hover {
  background-color: transparent;
}

div .eliminar {
  background-color: red;
}

/* Style the container */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

/* Floating column for labels: 25% width */
.col-10 {
  float: left;
  width: 12%;
  margin-top: 6px;
  text-align: right;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
  text-align: right;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-90 {
  float: left;
  width: 88%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}










/*DROP DOWN*/


.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #3e8e41;
}

#dropdown input {
  box-sizing: border-box;
  background-image: url('/images/searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

input:focus {outline: 3px solid #ddd;}

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdown-content {
  display: block;
  position: absolute;
  background-color: #f6f6f6;
/*  min-width: 230px;*/
  width: 100%;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a #id {display:none;}

.dropdown-content img {
    position: absolute;
    right: 2px;
    cursor: pointer;
    height: 32px;
    top: 5px;
}

.dropdown #options {display:none;}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}