.topbar {
    background: #1976d2;
}

body {
    font-size: 13px !important;
}

footer {
    position: relative;
    text-align: center;
    width: auto;
    margin: 0 auto;
}
.navbar-light {
    font-size: 1.7rem;
} 
.navbar-light .navbar-nav .nav-link {
    color: rgb(250, 250, 250);
   
} 
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.855em;
    vertical-align: 0.055em;
    content: "";
}
.left-sidebar {
    left: -47px;
    background: transparent;
    box-shadow: none;
    color: #fff;
}
@media (max-width: 767px) {
    .scroll-sidebar.res {
        overflow-y: auto;
    }
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.7);
}
.sidebar-nav {
    background: #1976d2;
    padding: 0px;
}
.sidebar-nav > ul > li > a {
    color: #FFFFFF;
}
.sidebar-nav ul li a:hover {
    color: #fefefefe;
    font-weight: 500;
}
.sidebar-nav > ul > li > a i {
    color: #e1e1e1;
}
.mini-sidebar .sidebar-nav #sidebarnav > li:hover > a i {
    color: #ffffff;
}
.sidebar-nav > ul > li.active > a{
    font-size: .98rem;
}
.sidebar-nav > ul > li.active > a,  .sidebar-nav > ul > li.active > a i{
    color: #FFFFFF;
    font-weight: 500;
    
}
.sidebar-nav ul li a {
    color: #f5f5f5;
}
.sidebar-nav ul li a.active i, .sidebar-nav ul li a:hover i {
    color: #FFFFFF;
}
@media (min-width: 768px){
    .mini-sidebar .sidebar-nav #sidebarnav > li > ul {
        background: #146bc1e6;
    }
    .mini-sidebar .sidebar-nav > ul > li ul li a {
        padding: 10px 15px;
        border-bottom: 1px solid #ffffff17;
    }    
}
.collapse:not(.show) {
    -webkit-transition: all 0.1s ease-in-out !important;
    -moz-transition: all 0.1s ease-in-out !important;
    -ms-transition: all 0.1s ease-in-out !important;
    -o-transition: all 0.1s ease-in-out !important;
    transition: all 0.1s ease-in-out !important;
}
.collapse.in {
    display: block;
    background: #1c62a791;
}
.sidebar-nav ul li a.active {
    font-weight: 550;
    color: #ffffff;
}
@media (min-width: 768px) {
    .mini-sidebar .sidebar-nav > ul > li {
        margin-right: 4px;
    }
}
@media (min-width: 768px){
    .mini-sidebar .sidebar-nav #sidebarnav > li:hover > a {
        background: #1869b966;
        color: #FFF;
        font-size: 14.5px;
    }
}
.sidebar-nav .has-arrow::after {
    border-color: #dbdbdb
}
.container {
    max-width: 96% !important;
}
.page-titles .breadcrumb {
    font-size: 14px;
    padding: 0.48rem;
}
.page-titles .breadcrumb li > a {
    color: #acacac;
}
.page-titles .breadcrumb i {
    padding: 0.28rem;
}
.page-titles .breadcrumb .breadcrumb-item.active {
    color: #2196F3;
}

.page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\e649";
    font-family: themify;
    color: #a6b7bf;
    font-size: 14px;
}
a.btn-info, a.btn-success, a.btn-danger, a.btn-warning, a.btn-primary { color:#ffffff ;}
.btn-info { color:#ffffff !important;}

a.btn.btn-custom {
    font-size: 0.7rem;
}
/* Estilo para paginación en index */
.pagination {
    text-align: center;
}

.form-control {
    font-size: 0.8rem !important;
}

.form-control, .form-control.custom-select {
    background-color: transparent;
    background-position: center bottom, center calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    padding: 0;
    -webkit-transition: background 0s ease-out 0s;
    -o-transition: background 0s ease-out 0s;
    transition: background 0s ease-out 0s;
}

 .form-control, .form-control.focus, .form-control:focus, .form-control.custom-select, .form-control.custom-select.focus, .form-control.custom-select:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#20aee3), to(#20aee3)), -webkit-gradient(linear, left top, left bottom, from(#e9edf2), to(#e9edf2));
    background-image: -webkit-linear-gradient(#20aee3, #20aee3), -webkit-linear-gradient(#e9edf2, #e9edf2);
    background-image: -o-linear-gradient(#20aee3, #20aee3), -o-linear-gradient(#e9edf2, #e9edf2);
    background-image: linear-gradient(#20aee3, #20aee3), linear-gradient(#e9edf2, #e9edf2);
    border: 0 none;
    border-radius: 0;
    -webkit-box-shadow: inset 0px 3px 13px 0 #f1f1f1;
    box-shadow: inset 0px 3px 13px 0 #f1f1f1;
    float: none;
}
.form-control.focus, .form-control:focus, .form-control.custom-select.focus, .form-control.custom-select:focus {
    background-size: 100% 2px, 100% 1px;
    outline: 0 none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
textarea.form-control {
    border: 1px solid #f0efef;
    padding: 0.2rem 0.5rem;
}

tr.VueTables__filters-row .form-control {
    text-align: center;
}
/* Estilo para acomodar texto en modal y evitar desbordamiento */
.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
    transition: opacity 0.3s ease;
}
.scroll-area {
    position: relative;
    margin: auto;
    width: 100%;
    height: 400px;
}
#fav-title {
    /* overflow-wrap: break-word */
    word-break: break-all;
}

.botonDeleteAll {
    position: absolute;
    top: 2.5rem;
    right:11rem;
}
.botonDeleteAll button {
font-size: 12px !important;
}

/* Select 2*/

.select2 .select2-container {
    width: 100% !important;
}

span.select2 {
    width: 100% !important;
}


/*Vessles + descriptions*/

.text_plus {
    font-size: 0.906rem !important;
    color: #585858 !important;
}

.VueTables__heading {
    font-size: 0.925rem !important;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table {
    font-size: 0.81rem !important;
    color: #565656 !important;
}

.table-hover tbody tr:hover {
    color: #565656;
    background-color: rgba(0, 0, 0, 0.025);
}

.table-striped tbody tr.info:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.01) !important;
}

th:first-child,
.table-bordered th:first-child {
    border: none;
}

tr.info {
    background-color: rgba(0, 0, 0, 0.1) !important;
    font-size: 15px !important;
    color: #707070 !important;
    font-weight: 500;
    text-shadow: 1.7px 1.3px 0.5px #FFF;
}

.VueTables__child-row-toggler--closed:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.VueTables__child-row-toggler {
    transition: all .2s ease-in-out;
}


/*Index Boat*/

.img-responsive {
    width: 100%;
    height: auto;
    display: inline-block;
}


/*Collaps acordion Info Boat*/

html body .accordion .card {
    margin-bottom: 0px;
}

.descript.card-header:first-child {
    border-radius: calc(0rem - 0px) calc(0rem - 0px) 0 0 !important;
}

.descript.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-no-border .card {
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion>.card {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

.card-collapse .descript.card-header a i {
    float: right;
    top: 4px;
    position: relative;
}

.card-collapse .descript.card-header a i,
.navbar {
    transition: all .15s ease 0s;
}

.card-collapse .descript.card-header a[aria-expanded=true] i {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: rotate(180deg);
}

.collapse>.card-body {
    color: #565656;
    background-color: rgba(0, 0, 0, 0.01);
}

a.collapsed {
    color: #515961;
}

a:hover.collapsed {
    color: #26303a;
    text-decoration: none;
}

.descript.card-header a {
    color: #26303a;
    padding: 0.4rem 2.6rem;
}


/*Decks Boat*/

.nav-item>.btn-group {
    position: absolute;
    display: inline-flex;
    vertical-align: middle;
    right: 15px;
    margin-top: -57px;
    ;
}

.tabs-vertical>li.nav-item>.btn-group.btn-group-sm>button.btn.btn-link>i.active {
    color: #398bf7;
}

.tabs-vertical>li.nav-item>.btn-group.btn-group-sm>form>button.btn.btn-link.mt-3.d-inline>i.far.fa-trash-alt.active {
    color: #398bf7;
}

.tabs-vertical>li.nav-item>.btn-group.btn-group-sm>form>button.btn.btn-link.mt-3.d-inline>i.far.fa-trash-alt.off {
    color: #4c6a79;
}

.tabs-vertical>li.nav-item>.btn-group.btn-group-sm>button.btn.btn-link>i.off {
    color: #4c6a79;
}

.tabs-vertical {
    width: 188px;
    border-bottom: 0px;
    border-right: 1px solid rgba(120, 130, 140, 0.13);
    display: table-cell;
    vertical-align: top;
}

.nav-pills .nav-link.active,
.nav-pills .show {
    background: #ffffff;
    border: 0px;
    border-right: 2px solid #398bf7;
    margin-right: -1px;
    color: #398bf7;
    border-radius: 0;
    border-bottom: 1px solid #398bf7 !important;
}

.tabs-vertical>li .nav-link {
    color: #4c6a79;
    margin-bottom: 10px;
    border: 0px;
    border-radius: 4px 0 0 4px;
    border-bottom: 1px solid #dee2e6 !important;
}

.scroll_conttab {
    overflow-y: scroll;
    height: 280px;
}


/* Cabins */

.cabname {
    font-size: 0.8rem;
    color: #515961;
}

.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px;
}

.btn-circle.btn-sm {
    width: 35px;
    height: 35px;
    padding: 8px 10px;
    font-size: 14px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 14px 15px;
    font-size: 18px;
    line-height: 23px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 14px 15px;
    font-size: 24px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.button-group .btn {
    margin-bottom: 5px;
    margin-right: 5px;
}

.btn-circle.add_bed {
    width: 16px;
    height: 15px;
    padding: 0px 0px;
    font-size: 9px
}

.btn-group.btn-group-sm>button,
.btn-group.btn-group-sm>form>button {
    color: #b1b1b1 !important;
}

img.bed_img {
    width: 80%;
    height: auto;
}

img.bed_img_t {
    width: 65.9%;
    height: auto;
}

.card .card-title {
    position: relative;
}


/* Texto con sombra */

.shadow_text {
    text-shadow: .1em .1em .2em rgba(0, 0, 0, 0.6);
    /* text-shadow: .1em .1em rgba(0, 0, 0, 0.3); */
}

.shadow_text_icon {
    text-shadow: .1em .1em rgba(0, 0, 0, 0.3);
}

/* Vertical scroll */
.vertical_scroll{
    height:292px;
    overflow-y:auto;
}
/* Estilo para footer al final del layout */


.show-grid {
    margin-bottom: 10px;
    padding: 0 15px;
}
.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #b1b8bb;
    background-color: #e9edf2;
}
.row-dep{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 0;
    padding-right: 0;
}
.row-dist-cont{
    padding: 0 !important;
}
.row-dist{
    padding-top: 5.3px !important;
    padding-bottom: 5.3px !important;
    padding-left: 0;
    padding-right: 0;
}
.dep {
    position: relative;
    width: 100%;
}
.alias-boat {
    display: inline-block;
    max-width: 28%;
    background: #fff;
    text-align: center;
    float: left;
    margin-top: 9px;
}
.dates-dep {
    max-width: 30%;
    display: inline-block;
    font-size: 0.65rem;
    line-height: 11px;
    padding: 1.5%;
    float: left;
    margin-top: 4px;
}
.nigths-iti {
    display: inline-block;
    max-width: 7%;
    color: #FFF;
    background: #4c9cd7;
    text-align: center;
    border: 1px solid #3f87bc;
    border-radius: 3px;
    font-size: .7rem;
    margin-top: 9px;
}
.nigths-iti a {
    padding: 0;
    text-align: center;
    font-weight: 600;
    font-size: 0.7rem;
}
.cod-iti {
    display: inline-block;
    max-width: max-content;
    font-size: .7rem;
    font-stretch: ultra-condensed;
    letter-spacing: -0.8px;
    margin: 0px 8px 0px 8px;
}
.type-iti {
    max-width: 19%;
    display: inline-block;
    font-size: .65rem;
    font-weight: 500;
}
.decks-cabins {
    max-width: max-content;
    display: inline-block;
    margin-right: 1rem;
}
.deck-name {
    width: auto;
    padding: 0.15rem;
    margin-top: 0.15rem;
}
.decks-cabins:first-child {
    margin-left: 0.5rem !important;
}
.deck-name.Lower{
    background: #51aadd;
}
.deck-name.Main{
    background: #51dd8f;
}
.deck-name.Upper{
    background: #ddc551;
}
.cabins {
    display: inline-block;
    max-width: max-content;
    position: relative;
    top: 4px;
}
.cabin-space {
    max-width: max-content;
    display: inline-block;
    margin-right: 0.4rem;
}
.cabin-code {
    font-weight: 600;
    font-size: 0.7rem;
    text-align: center;
}
.cabin-code a {
    color: #969696;
}
.cabin-space-url a {
    background: #FFF;
    padding: 0.1rem 0.3rem;
    border: 1px solid #dfdfdf;
    position: relative;
    top: 0px;
    color: #a4a4a4;
    font-weight: 500;
    font-size: 0.76rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cabin-space-url a:hover {
    font-weight: 600;
    color: #5e5e5e;
}
.vessel_name {
    text-transform: lowercase;
}
.vessel_name:first-letter {
    text-transform: uppercase;
}

/***Boats***/
.social-profile {
    text-align: center;
    background: rgba(7, 10, 43, 0.14);
}
.boat.card {
    border: 1px solid rgba(0, 0, 0, 0.02);
    border-radius: 0;
}
.boat.table{
    font-size: 0.8rem !important;
}

.card-header.vslInfo {
    padding: 0.45rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 2px solid rgba(0, 0, 0, 0.06);
    border-radius: 0 !important;
}
.card-header.vslInfo > h4 {
    font-size: 14px;
    letter-spacing: 1.3px;
    font-weight: 500;
    text-align: center;
}

li.nav-item.disabled {
    background: #fafafa94;
    margin-bottom: -1px;
}
.profile-tab li.nav-item.disabled a.nav-link{
    color: #d9d9d9;
    cursor: no-drop;
}
.head-deck {
    padding: 0.3rem 0;
    border-bottom: 1px solid #eeeff0;
}
.head-deck a {
    color: #707679;
    font-weight: 400;
}
.round.Lower{
    background-color: #01baef;
    background-image: linear-gradient(315deg, #01baef 0%, #20bf55 74%); 
}
.round.Main{
    background-color: #36096d;
    background-image: linear-gradient(315deg, #36096d 0%, #37d5d6 74%); 
}
.round.Upper{
    background-color: #fbb034;
    background-image: linear-gradient(315deg, #fbb034 0%, #36096d 104%);
}
.round.Sun{
    background-color: #f9484a;
    background-image: linear-gradient(315deg, #f9484a 0%, #fbd72b 74%);
}
.btn-outline-success.cabin{
    border: none;
}
.card-header.Lower, .card-header.Main, .card-header.Upper, .card-header.Sun{
    background-color: #ebebeb;
    color: #838383;
    font-size: 0.65rem;
}
.profiletimeline {
    padding-left: 33px;
    margin-right: -22px;
    border-left: 1px solid rgba(120, 130, 140, 0.24);
    margin-left: 30px;
}
.profiletimeline .sl-left {
    margin-top: -10px;
}
.col-sm-2.cabin {
    flex: 0 0 10.666667%;
    max-width: 10.666667%;
    margin-left: 0.8rem;
}
.col-sm-2.cabin:first-child {
    margin-left: 2rem;
}
.card-header.cabname {
    display: flex;
}
.head-cab.cab-name {
    vertical-align: middle;
    line-height: 11px;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    margin-top: 0.2rem;
    font-weight: 400;
}
@media (min-width: 576px) {
    .col-sm-2.cabin {
        flex: 0 0 10.666667%;
        max-width: 10.666667%;
        margin-left: 0.8rem;
    }
    .col-sm-2.cabin:first-child {
        margin-left: 1rem;
    }
    .beds{
        flex: 0 0 47.666667%;
        max-width: 47.666667%;
        display: inline-block;
    }
}
.col-sm-2.cabin:first-child {
    margin-left: 1rem;
}
.beds{
    flex: 0 0 47.666667%;
    max-width: 47.666667%;
    display: inline-block;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}
a.nav-link{
    color: #20aee3;
    font-size: .9rem;
    font-weight: 400;
}
a.nav-link i{
    font-size: .9rem;
    font-weight: 400;
}
.card-header.itin{
    padding: 0.25rem 1.25rem;
}

.exp {
    display: table;
    width: 100%;
    height: 100%;
  }
  .exp .checkbox {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
  }
  
  .checkbox label {
    display: inline-block;
    color: #29f841;
    cursor: pointer;
    position: relative;
  }
  .checkbox label span {
    display: inline-block;
    position: relative;
    background-color: transparent;
    width: 20px;
    height: 20px;
    transform-origin: center;
    border: 1.5px solid #cccc;
    border-radius: .17rem;
    vertical-align: -6px;
    margin-right: 10px;
    transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
  }
  .checkbox label span:hover {
    background-color: #29f841;
    border: 1.5px solid #25fa3e;
}
  .checkbox label span:before {
    content: "";
    width: 0px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    transform: rotate(45deg);
    top: 8px;
    left: 5px;
    transition: width 50ms ease 50ms;
    transform-origin: 0% 0%;
  }
  .checkbox label span:after {
    content: "";
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    transform: rotate(305deg);
    top: 12px;
    left: 6px;
    transition: width 50ms ease;
    transform-origin: 0% 0%;
  }
  .checkbox label:hover span:before {
    width: 5px;
    transition: width 100ms ease;
  }
  .checkbox label:hover span:after {
    width: 10px;
    transition: width 150ms ease 100ms;
  }
  
  .checkbox input[type="checkbox"] {
    display: none;
  }
  .checkbox input[type="checkbox"]:checked + label span {
    background-color: #29f841;
    border: 1.5px solid #25fa3e;
    transform: scale(1.2);
  }
  .checkbox input[type="checkbox"]:checked + label span:after {
    width: 10px;
    background: #FFF;
    transition: width 150ms ease 100ms;
  }
  .checkbox input[type="checkbox"]:checked + label span:before {
    width: 5px;
    background: #FFF;
    transition: width 150ms ease 100ms;
  }
  .checkbox input[type="checkbox"]:checked + label:hover span {
    background-color: #25fa3e;
    transform: scale(1.25);
  }
  .checkbox input[type="checkbox"]:checked + label:hover span:after {
    width: 10px;
    background: #FFF;
    transition: width 150ms ease 100ms;
  }
  .checkbox input[type="checkbox"]:checked + label:hover span:before {
    width: 5px;
    background: #FFF;
    transition: width 150ms ease 100ms;
  }

/* 
SCROLL BAR */
#scrollitinerary {
  position: relative;
  margin: auto;
  width: 500px;
  height: 600px;
}

#scroll {
    position: relative;
    margin: auto;
    width: 500px;
    height: 600px;
  }
  #scrolldeck {
    position: relative;
    margin: auto;
    width: 800px;
    height: 500px;
  }
/* 
FIN SCROLL BAR */
/* 
TOOLTIP */

.tooltip {
    display: block !important;
    z-index: 10000;
  }
  
  .tooltip .tooltip-inner {
    background: black;
    color: white;
    border-radius: 16px;
    padding: 5px 10px 4px;
  }
  
  .tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: black;
    z-index: 1;
  }
  
  .tooltip[x-placement^="top"] {
    margin-bottom: 5px;
  }
  
  .tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .tooltip[x-placement^="bottom"] {
    margin-top: 5px;
  }
  
  .tooltip[x-placement^="bottom"] .tooltip-arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .tooltip[x-placement^="right"] {
    margin-left: 5px;
  }
  
  .tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
  }
  
  .tooltip[x-placement^="left"] {
    margin-right: 5px;
  }
  
  .tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
  }
  
  .tooltip.popover .popover-inner {
    background: #f9f9f9;
    color: black;
    padding: 24px;
    border-radius: 5px;
    box-shadow: 0 5px 30px rgba(black, .1);
  }
  
  .tooltip.popover .popover-arrow {
    border-color: #f9f9f9;
  }
  
  .tooltip[aria-hidden='true'] {
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s, visibility .15s;
  }
  
  .tooltip[aria-hidden='false'] {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s;
  }
/* 
  FIN TOOLTIP */
/* 
ESTILOS ESTADOS DE SLOT */

  .dep-drydock{
    padding: 0.1rem 0.3rem;
    position: relative;
    font-size: 9px;
    top: 0px;
    font-weight: 500;
    font-size: 0.76rem;
    background:#474d72;
    border: 1px solid #30344c;
    color: #FFFFFF;
}
.dep-inactive{
    padding: 0.1rem 0.3rem;
    position: relative;
    font-size: 9px;
    top: 0px;
    font-weight: 500;
    font-size: 0.76rem;
    background-color: #cccccc;
    border: 1px solid #c1c1c1;
    color: #c1c1c1;
}
.dep-hidden{
    background-color: #f2f2f2;
    border: 1px solid #e5e5e5;
    color: #e5e5e5;
}
/*******/
  .slot-available{
    padding: 0.1rem 0.3rem;
    position: relative;
    top: 0px;
    font-weight: 500;
    font-size: 0.76rem;
    background-color:#ffffff;
    border: 1px solid #e6e6e6 ;
    color: #999999;
  }
  .slot-no-available{
    padding: 0.1rem 0.3rem;
    position: relative;
    top: 0px;
    font-weight: 500;
    font-size: 0.76rem;
    background-color:#e6e6e6;
    border: 1px solid #dddddd ;
    color: #ffffff;
  }
  .slot-pre-block{
    padding: 0.1rem 0.3rem;
    position: relative;
    font-size: 9px;
    top: 0px;
    font-weight: 500;
    font-size: 0.76rem;
    background-color: #ff7bac;
    border: #ea3f8d  ;
    color:#ea3f8d;
  }
  .slot-block{
    padding: 0.1rem 0.3rem;
    position: relative;
    font-size: 9px;
    top: 0px;
    font-weight: 500;
    font-size: 0.76rem;
    background-color:#ffe800;
    border: 1px solid #bbab00 ;
    color: #bbab00;
  }
  .slot-pre-confirm{
    padding: 0.1rem 0.3rem;
    position: relative;
    font-size: 9px;
    top: 0px;
    font-weight: 500;
    font-size: 0.76rem;
    background-color:#cdf210;
    border: 1px solid #94af0f ;
    color: #94af0f;
  }
  .slot-confirm{
    padding: 0.1rem 0.3rem;
    position: relative;
    font-size: 9px;
    top: 0px;
    font-weight: 500;
    font-size: 0.76rem;
    background-color:#8bdb2d;
    border: 1px solid #5dad01 ;
    color: #5dad01;
  }
  .slot-confirm-t{
    padding: 0.1rem 0.3rem;
    position: relative;
    font-size: 9px;
    top: 0px;
    font-weight: 500;
    font-size: 0.76rem;
    background-color:#7aba43;
    border: 1px solid #5c9927 ;
    color: #5c9927;
  }
  .slot-allotment{
    padding: 0.1rem 0.3rem;
    position: relative;
    font-size: 9px;
    top: 0px;
    font-weight: 500;
    font-size: 0.76rem;
    background-color:#6da7c0;
    border: 1px solid #446675 ;
    color: #446675;
  }
  .slot-cancelled{
    padding: 0.1rem 0.3rem;
    position: relative;
    font-size: 9px;
    top: 0px;
    font-weight: 500;
    font-size: 0.76rem;
    background-color:#aa1a25;
    border: 1px solid #870e17 ;
    color: #870e17;
  }
  .slot-relocated{
    padding: 0.1rem 0.3rem;
    position: relative;
    font-size: 9px;
    top: 0px;
    font-weight: 500;
    font-size: 0.76rem;
    background-color:#895830;
    border: 1px solid #603813 ;
    color: #603813;
  }

/* 
FIN ESTADOS DE SLOT */
.btn-blocked
{
  background-color:#F6EE6D; 
  border-color:#E1DA6B; 
  color:#000000;
}

.btn-circle.btn-sm.class-collapse {
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    width: 15px !important;
    height: 15px !important;
}
.btn-secondary.class-collapse:hover, .btn-secondary.class-collapse:focus {
    color:initial !important;
    background-color: transparent;
    border-color: transparent;
}
.collapse.content-collapse .card{
    border: none !important;
}
label.button-custom.vue-js-switch div.v-switch-core{
    width: 50px;
    height: 22px;
    background-color: rgb(5 128 255) !important;
    border-radius: 0px !important;
}
label.button-custom.vue-js-switch .v-switch-core .v-switch-button{
    border-radius: 0 !important;
}