div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    padding-bottom: 30px;
}
div.dataTables_wrapper div.dataTables_filter label {
    font-weight: 400;
    white-space: nowrap;
    text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: .5em;
    display: inline-block;
    width: auto;
}
div.dt-buttons {
    position: relative;
    float: left;
}
table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: initial !important;
    border-spacing: 0;
}
.dataTables_info{
  display: none;
}
.dataTables_paginate{
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: .85em;
}
.col-sm-10.ms-sm-auto .btn-primary{
  float: right;
 }
 .help-block.form-error{
  color: rgb(185, 74, 72);
  font-weight: 600;
  font-size: 13px;
 }
 .swal2-title{
  font-size: 20px !important;
 }
 .swal2-actions .swal2-confirm,
 .swal2-actions .swal2-cancel{
  font-size: 13px !important;
 }
 .swal2-html-container{
  font-size: 15px !important;
 }
#loading-screen {
  background-color: rgba(25,25,25,0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-top: 0;
  top: 0;
  text-align: center;
}
#loading-screen img {
  width: 100px;
  height: 100px;
  position: relative;
  margin-top: -50px;
  margin-left: -50px;
  top: 50%;
}
table.dataTable>tbody>tr.child ul.dtr-details>li{
  justify-content: space-between;
    display: flex;
}
.select2.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: 34px;
  border-color: #d2d6de;
  align-items: center;
  display: flex;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 34px;
}
.bg-primary{
  color: #fff;
}
table.dataTable>tbody>tr.child ul.dtr-details{
  display: block;
}
#map_origen,
#map_destino {
    width: 100%;
    height: 500px;
}

/*dropzone*/
.dropzone-wrapper {
  border: 1px dashed #c1c1c1;
  color: #9c9c9c;
  position: relative;
  height: 200px;
  width: 100%;
}
.dropzone-wrapper input{
  height: 100% !important;
}
.dropzone-desc {
  position: absolute;
  left: 50%;
  right: 0;
  text-align: center;
  width: 95%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 14px;
}
.dropzone-desc p{
  margin-top: 5px;
  font-size: 13px;
}
.uk-form-custom span{
  color: #9c9c9c;
  font-size: 13px;
}
.dropzone,
.dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 150px;
  cursor: pointer;
  opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover{
  background: #ecf0f5;
}

.preview-zone{
  text-align: center;
}

.box-header.with-border{
  border-bottom: unset;
}
.box{
  box-shadow: unset;
}
.remove-preview i{
  padding-right: 5px;
}
.box.box-solid>.box-header .btn:hover, .box.box-solid>.box-header a:hover{
  background: #ce5259;
  border-color: #ce5259;
}
.box-tools .btn-danger{
  background: #ef4d56 !important;
  color: #fff !important;
  padding: 4px 10px !important;
  border: 1px solid #ef4d56 !important;  
  outline: none;
}
.box-header>.box-tools{
  position: unset;

}
.producto .img-dropzone {
  height: 200px;
  width: 100%;
  object-fit: contain;
}
.list-files{
  display: flex;
  justify-content: space-between;
}
.list-files span{
  font-size: 12px;
}
/*Fin dropzone*/
.breadcrumb-item+.breadcrumb-item:before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: ">";
  font-weight: 600;
  font-size: 13px;
}
.card-header-pills {
  margin-left: 0;
}
.estrellas{
  text-align: end;
}
.estrellas>i{
  color: #999;
  font-size: 30px;
}
.estrellas-table>i{
  color: #999;
  font-size: 10px;
  padding: 0 1px;
}
.estrellas>i.orange,
.estrellas-table>i.orange{
  color: orange !important;
}
.dropdown .list-group .list-group-item.opacity {
    background: #efefef;
}
.swal2-container {
  z-index: 10000 !important;
}
.swal2-title{
  line-height: 1.5rem !important;
}
