.swal2-popup .swal2-actions {
    margin-top:0;
}
/*SWAL2*/
.swal2-title {
    font-size: 22px !important;
}
.swal2-content {
    font-size: 14px !important;
}
button.swal2-styled {
    border-radius: 2px !important;
    padding: 10px 25px !important;
    font-size: 14px !important;
}
.swal2-select, .swal2-input {
    padding: 6px 12px !important;
    font-size: 14px !important;
}
.swal2-radio .swal2-label {
    font-size: 14px !important;
}

#print_table {
  padding-bottom: 0 !important;
}

.edit.fa {
    color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.edit.fa:hover {
    color: #4caf50;
}

.color-success {
    color: #4caf50;
}
.color-gray {
    color: #ccc;
}
.panel-dark {
  background-color: #2a3e4c !important;
  margin-bottom: 15px !important;
}
.panel-dark .panel-title {
  color: #fff !important;
}
.checklist-checked .fa-check-circle {
  color: #4caf50;
}
.checklist-checked .fa-times-circle {
  color: #f00;
}
.bg-gray {
    background-color: #f2f2f2;
}
.edit-ctrls {
    text-align: center;
}
.edit-ctrls button {
    padding: 5px 10px;
}
.checkboxes {
    margin-bottom: 25px;
}
.checkboxes .control-label {
    vertical-align: text-top !important;
}
.checkboxes .switchery {
    margin-top:0;
}
.carrier-ctrl {
    position:relative;
}
.carriers_list {
    border-top: none;
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}
.carriers_list li {
    padding: 10px;
}
.carriers_list li:hover a {
    color:#4caf50;
    cursor: pointer;
}
@-webkit-keyframes fade-up-leave{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
100%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}}

@keyframes fade-up-leave{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}}

.animate-fade-up {
    -webkit-animation:0.35s fade-up-enter;
    animation:0.35s fade-up-enter;
}

@-webkit-keyframes fade-up-enter {
    0% {
        opacity:0;
        -webkit-transform:translateY(20px);
        transform:translateY(20px)
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}

@keyframes fade-up-enter {
    0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}
    100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
}

img {
    max-width: 100%;
}
.borders {
    border: 1px solid #f2f2f2;
    border-radius: 7px;
}
.mg-0 {
    margin: 0 !important;
}
.ml-10 {
    margin-left: 10;
}
.pd-0 {
    padding: 0px;
}
.pd-5 {
    padding: 5px;
}
.pd-13 {
    padding: 13px;
}
.import_asset {
    display: inline-block !important;
    width: 150px;
    padding: 0;
}
.import_asset .input-group-addon {
    padding: 13px;
}
.float-left {
    float: left;
}
.rec-thumb {
    max-width: 96%;
    margin: 0 auto;
    height: 100px;
    background-position: center;
    background-size:cover;
}
.rec-thumb.bordered {
  border-color: #f00 !important;
}
.row_img {
    width: 50px;
    height: 35px;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: hidden;
    background-color: #f2f2f2;
    border-radius:5px;
    border: 1px solid #edf1f5;
    margin: 0 auto;
}
.row_img a {
    width: 100%;
    height: 100%;
    display: block;
}

.row_img img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.pswp__caption__center {
    display: none;
}

.flex-stat-1 li {
    float: left;
    width: 100%;
    text-align: center;
}
.flex-stat-2 li {
    float: left;
    width: 50%;
    text-align: center;
}
.flex-stat-3 {
    clear: both;
}
.flex-stat-3 li {
  float: left;
  width: 33%;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #edf1f5;
  padding-bottom: 10px;
}

@media (min-width: 576px){
    .hidden-sm-up {
        display: none!important;
    }
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

.patio_selector select, .patio_selector .input-group-addon {
    border: 0;
    height: auto;
    background-color: transparent;
}
.patio_selector .input-group {
    border: 1px solid rgba(33, 33, 33, 0.12);
    border-radius: 50px;
}

.print-header {
    border: 1px solid #f2f2f2;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
}

.item-img {
    width: 18%;
    height: 80px;
    background-position: center;
    background-size:cover;
    float: left;
    border-radius:7px;
    margin: 1%;
    overflow: hidden;
}

.ht-12 {
    height: 120px;
}
.item-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.panel .panel-heading a.collapsed i.zmdi-chevron-down {
    opacity: 1;
}
.panel .panel-heading a.collapsed i.zmdi-chevron-up {
    opacity: 0;
}

.panel .panel-heading a i.zmdi-chevron-up {
    opacity: 1;
}
.panel .panel-heading a i.zmdi-chevron-down {
    opacity: 0;
}

.jq-toast-wrap .jq-toast-single.jq-icon-info {
    background-color: #2196f3;
}
.jq-toast-wrap .jq-toast-single {
    margin-bottom: 10px;
}

.close_search {
    text-align: right;
    width: 50px;
    height: 100%;
    top: 0 !important;
}

.close_search button {
    height: 100%;
    padding: 10px;
}

.separator {
    border-bottom: 1px solid #efefef;
    padding-top: 15px;
}

.la-anim-1.la-animate {
    background:#29c819;
}

.la-anim-1::after {
    background: #6eff74;
}

.panel.fullscreen #iframe_wrapper {
    height: calc(100% - 60px);
    max-height: inherit;
}

.panel.fullscreen #iframe_here {
height: 100%;
}

.dashboard_file {
    height: 100%;
    width: 100%;
    min-height: 710px;
    border-top: 1px solid #ccc;
}
/*
#iframe_wrapper {
    max-height: 500px;
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

#iframe_here {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.dashboard_file {
    border-top:1px solid #ccc;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
*/

.prev_logo {
    max-width: 80px;
}
.prev_logo img {
    border: 1px solid #f2f2f2;
}

.label-info {
    background-color: #5bc0de !important;
}

.fixed-sidebar-left .side-nav > li ul.collapse li a.active {
    color: #fff;
}

.wt-40 {
    width: 40px;
}
.radius {
    border-radius:7px;
}

.sm-data-box-3 .easypiechart .percent {
    font-size: 30px;
    line-height: 30px;
    margin-top: 56px;
    color: #ffc107;
}

/*
    INTERCAMBIO
*/

.intercambio-wrapper {
    margin: 0 auto;
}
.intercambio-wrapper .container-fluid {
    max-width: 1100px;
}
.clear-l + .intercambio-img {
    clear: left;
}

.unit-url img {
    max-width: 70%;
    width: auto;
    margin: 0 auto;
    display: block;
}
.unit-images-list {
    margin: 0;
    padding: 0;
}
.unit-images-list li {
    list-style-type: none;
    margin: 10px;
    padding: 0;
    display: inline-block;
    width: 16%;
    vertical-align: top;
    position: relative;
}
.unit-img {
    width: 100%;
    height: 100px;
    background-position: center;
    background-size: cover;
    border: 1px solid #f2f2f2;
    border-radius:3px;
    position: relative;
}
.unit-img span {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 5px 7px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 12px;
}

.intercambio-img.alerta span {
    color:#f00;
}

.log-btn {
    position: fixed;
    bottom: 5%;
    right: 2%;
}

@media (max-width: 992px){
    .intercambio-img img {
        height: 400px;
    }
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}


/*
ENTRY
*/
.unit p {
    display: inline-block;
    margin: 0;
    /*width: 49%;*/
}

@media (min-width: 992px){

    .modal-xl {
        width: 95%;
    }
}

/* Board */


.board-column {
    position: relative;
}
.board-column-header {
    position: relative;
    padding: 15px;
    background: #333;
    color: #fff;
}
.field-item {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}
.panel-group {
    margin-right: 10px;
}
@media (max-width: 600px) {
    .board-column-header {
        text-indent: -1000px;
    }
    .field-item {
        width: 100%;
    }
}
.board-column.todo .board-column-header {
    background: #2a3e4c;
    margin-bottom: 5px;
}
.board-column-content {
    position: relative;
    min-height: 95px;
}
.board-item {
    margin-bottom: 5px;
}
.board-item-content {
    position: relative;
    padding: 10px 20px;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    font-size: 17px;
    cursor: pointer;
}


.header-btn h5 {
    display: inline-block;
    margin-right: 15px;
}
.header-btn button {
    padding: 5px 10px;
    font-size: 12px;
    vertical-align: bottom;
}
.float-r {
    float:right;
}

.loader-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background-color: #0000003d;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

.delete-field-btn {
    color: #ccc ;
}
.delete-field-btn:hover {
    color: #f00;
}
.txt-normal {
    text-transform: inherit;
}

.pic-item {
    padding: 10px;
    margin-bottom: 10px;
    border:1px solid #ccc;
    background-color: #fafafa;
    border-radius:3px;
}
.pic-item .radio {
    display: inline-block;
    float: right;
    padding: 0;
}
.form-parent {
    font-size: 11px;
    font-weight: bolder;
}

@media (min-width: 1200px){
    .col-lg-4:nth-child(3n) + .col-lg-4{
        clear:both !important;
    }
}

.carrier_options {
  position: relative;
}
.carrier_options ul {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
}
.carrier_options ul li {
  padding: 10px;
}
.carrier_options ul li a {
  color: #b1b1b1;
}
.carrier_options ul li a:hover {
  color: #000;
  font-weight: bolder;
}

.tippy-tooltip.honeybee-theme{
    border: 1px solid #ccc;
}
.tippy-tooltip.honeybee-theme .tippy-backdrop {
    background-color: #fff;
    font-weight: bold;
    color: #333;
  }

.tippy_view {
      outline: none;
      cursor: pointer;
}


.qr_container {
    opacity: 0;
}
#qr_code {
    display: none;
}


@media print {
    .qr_generator #generate, .qr_generator #print, .qr_generator .form-wrap {
        display: none;
    }
    .qr_generator input,
    .qr_generator select {
        border:none;
    }
}

#qr_here {
  color:#000 !important;
}
#qr_code_img img {
    padding: 20px;
    background-color: #fff;
    display: inline-block;
}

.appear_soft {
    opacity: 0;
    -webkit-animation: jump 1.5s ease 1s 1 normal forwards;
    animation: jump 1.5s ease 1s 1 normal forwards;
}
@-webkit-keyframes jump {
0%{
    opacity:0;
}
100%{
    opacity:1;
}
}

@keyframes jump {
0%{
    opacity:0;
}
100%{
    opacity:1;
}
}

.droppable {
    display: inline-block;
    width: 150px;
    margin-right: 15px;
}

.filter-striped:hover {
    background-color: #fdfdfd;
}
.filter-striped {
    border:1px solid #ccc;
    border: 1px solid #edf1f5;
    padding: 15px;
    margin-bottom: 10px;
}

.item-row {
    position: relative;
}
.edit-btn {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    height: 10px;
    width: 10px;
    margin: auto;
}
.image_row .image_col:first-child {
    display: block;
}
.image_row .image_col {
    display: none;
}
.image_col ng-template {
    display: none;
}
.image_col ng-template:first-child {
    display: block !important;
}

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    border-radius: 100% !important;
    padding: 0 !important;

}
.swal2-popup .swal2-styled.swal2-confirm {
    font-size: 1.0625em !important;
}
.pic_issue + div {
    width: 100%;
}
.pic_issue {
    float: right;
}
.pic_issue label {
    font-size: 10px;
}

.custom-config {
    position: absolute;
    top: 20px;
    right: 20px;    
    text-align: center;   
    cursor: pointer; 
    z-index: 99;
} 
.custom-config i {
    color: #2ecd99d9;
    font-size: 20px;
    cursor: pointer; 
}