/**
* Custom CSS Jaesdoc
* @author Jaestic
*/

.delete-food {
    position: absolute;
    right: 22px;
}

.delete-button {
    font-size: 16px;
    line-height: 10px;
    margin-left: 5px;
}

span.badge-type {
    margin-right: 5px;
}

.cut-image {
    max-height: 150px;
}

/*
* Reservas
*/
.vfc-styles-conditional-class {
    height: 329px;
}

.vfc-styles-conditional-class .vfc-main-container .vfc-calendars-container .vfc-calendars .vfc-calendar div.vfc-content .vfc-week div.vfc-day span.vfc-span-day.vfc-today {
    background-color: transparent!important;
}

.btn-reservas:hover{
    background-color: #424242!important;
}

.btn-restablecer {
    color: #007bff!important;
    font-size: 11px;
}

.btn-restablecer:hover {
    color: #424242!important;

}



.header-table {
    font-weight: 600;
}
/*
* Modal custom VueJS
*/

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-container {
    width: 550px;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif;
}

.modal-header h2, .modal-header h1, .modal-header h3, .modal-header h4, .modal-header h5 {
    margin-top: 0;
    color: #42b983;
}

.modal-default-button {
    float: right;
}

/*
* The following styles are auto-applied to elements with
* transition="modal" when their visibility is toggled
* by Vue.js.
*
* You can easily play with the modal transition by editing
* these styles.
*/

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



/**
* Estilos CSS Frontend
*/

/* Platos destacados */
.food-item {
    position: relative;
    border-radius: 100%;
    margin: 0 auto;
    text-align: center;
    box-shadow: inset 0 0 0 0 rgba(0,0,0, 0.8), inset 0 0 0 16px rgba(255,255,255,0.9), 0 1px 2px rgba(0,0,0,0.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.food-item img {
    display: block;
    border-radius: 100%;
}

.food-item:hover img {
    opacity: 0.4;
}

.food-info {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}

.food-item h6 {
    margin: 60px 30px 5px 30px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.food-item:hover {
    box-shadow: inset 0 0 0 225px rgba(0,0,0,0.8), inset 0 0 0 16px rgba(255,255,255,0.9), 0 1px 2px rgba(0,0,0,0.1);
}

.food-item:hover .food-info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.menuthumb {
    margin: 0px 30px 0px 0px;
    display: block;
}

.title-food {
    font-family: Bubblegum Sans;
    color: #000000;
    font-size: 20px;
}

.price-food {
    font-size: 20px;
    line-height: normal;
    text-align: right;
    margin: 0;
    font-family: Bubblegum Sans;
}

.info-food {
    margin-bottom: 0;
    line-height: normal;
    opacity: 0.5;
}

img.menuimg {
    object-fit: cover;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.title-foodtype {
    color: #8a900a;
    font-size: 38px;
    margin: 50px 0px 50px 0px;
    line-height: 120%;
    font-weight: bold;
}

.mdi-color-yellow {
    color: #E5E21F;
    font-size: 36px;
    position: absolute;
    left: -14px;
    padding: 5px;
    top: 104px;
    border: 1px solid white;
    background-color: white;
    border-radius: 53px;
    width: 62px;
    text-align: center;
}
.image-menu {
    margin: auto;
    display:block;
}

.card-img-top {
    object-fit: cover;
    max-height:140px;
}

div.space {
    height: 20px;
}

.menu-title-section {
    margin: 30px 0px 30px 0px;
}

.section-title {
    color: #595d0c;
    font-size: 62px;
    line-height: 120%;
    font-weight: bold;
    font-family: Bubblegum Sans;
}

.menu-title {
    color: #595d0c;
    font-size: 52px;
    line-height: 120%;
    font-weight: bold;
    font-family: Bubblegum Sans;
}

.menu-price {
    font-size: 22px;
    font-weight: 600;
    color: #383a11;
    font-family: Bubblegum Sans;
}

.menu-divider {
    margin: 10px 0px 10px 0px;
}

.menu-divider-line {
    border-top-width: 1px;
    border-top-style: dashed;
    border-top: 1px solid #e5e5e5;
    margin: 0 auto;
}

/* List animation VueJS */
.list-enter-active,
.list-leave-active,
.list-move {
    transition: 500ms cubic-bezier(0.59, 0.12, 0.34, 0.95);
    transition-property: opacity, transform;
}

.list-enter {
    opacity: 0;
    transform: translateX(50px) scaleY(0.5);
}

.list-enter-to {
    opacity: 1;
    transform: translateX(0) scaleY(1);
}

.list-leave-active {
    position: absolute;
}

.list-leave-to {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
}


.fc-event {
    cursor: pointer;
}
.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
    border-color: transparent!important;
}
span.fc-title {
    font-size: 11px;
}
.fc-unthemed td.fc-today {
    background-image: linear-gradient(to bottom right, #90daffb0, #88b0d4)!important;
    border-radius: 10px;
}

.loading-image-div {
    display : block;
    position : fixed;
    background-image : url('../images/loader.gif');
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}
.loading-image {
    display:block;
    margin: 0 auto;
    left : 50%;
    top : 50%;
    position : absolute;
    z-index : 101;
    width : 32px;
    height : 32px;
    margin-left : -16px;
    margin-top : -16px;
}

.fc-view-container *, .fc-view-container *:before, .fc-view-container *:after {
    text-align: left;
}

.pointer {cursor: pointer;}
/* List animation VueJS */
.list-enter-active,
.list-leave-active,
.list-move {
    transition: 500ms cubic-bezier(0.59, 0.12, 0.34, 0.95);
    transition-property: opacity, transform;
}

.list-enter {
    opacity: 0;
    transform: translateX(50px) scaleY(0.5);
}

.list-enter-to {
    opacity: 1;
    transform: translateX(0) scaleY(1);
}

.list-leave-active {
    position: absolute;
}

.list-leave-to {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
}

/* Fade in animation VueJS */
.fade-enter-active,
.fade-leave-active,
.fade-move {
    transition: opacity .5s;
}
.fade-enter, .fade-leave-to {
    opacity: 0;
}
.fade-leave-active {
    position: absolute;
}
.fade-enter-to {
    opacity: 1;
    transform: translateX(0) scaleY(1);
}
.fade-leave-to {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
}

/* Dropzone custom styles */

.dropzone-custom-content {
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.vue-dropzone {
    height:200px;
}

.dropzone-custom-title {
    margin-top: 0;
    color: #00b782;
}

.subtitle {
    color: #314b5f;
}

.dropzone .dz-preview.dz-image-preview {
    background: transparent!important;
}

.show-bills {
    height:160px;overflow-y:scroll;overflow-x:hidden;
}

/*
* Modal custom VueJS
*/

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-container {
    width: 550px;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif;
}

.modal-header h2, .modal-header h1, .modal-header h3, .modal-header h4, .modal-header h5 {
    margin-top: 0;
    color: #42b983;
}

.modal-default-button {
    float: right;
}

/*
* The following styles are auto-applied to elements with
* transition="modal" when their visibility is toggled
* by Vue.js.
*
* You can easily play with the modal transition by editing
* these styles.
*/

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

  /* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

  /* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

  /* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.table-wrapper-scroll-y {
    display: block;
    max-height: 160px;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* Títulos de documentos */
.text-inline {
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size:12px!important;
}

/* Chat */
.container-inner {
    height: 390px;
    position: relative;
}
.chat_Track {
    position: relative;
}
.chat_Scroller {
    height: 100%;
    left: 0;
    overflow: auto;
    position: absolute;
    top: 0;
    transform: translate3d(0,0,0);
    width: 100%;
}
.chat_Scroller::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
.toolbar {
    display: grid;
    padding: 16px 0;
}
.chat_Item {
    left: 0;
    right: 0;
}
.Message_Wrapper {
    max-width: 80%;
}
.Message {
    padding: 16px 0;
    width: 100%;
}
.Message_Bubble {
    font-size: 16px;
    line-height: 1.75em;
    padding: 16px;
    background: rgb(235, 235, 235);
    border-radius: 12px;
}
.Message_Wrapper--isAuthor {
    margin-left: auto;
}
.Message_Bubble--isAuthor {
    background: #0bb3af;
    color: #fff;
    font-weight: 500;
}
.Author {
    display: flex;
    margin-bottom: 8px;
    align-items: center;
}
.Avatar--isRound {
    border-radius: 50%;
}
.Avatar_Image {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.Author_Name {
    font-weight: 600;
    line-height: 1;
    margin-left: 8px;
}
.Text {
    font-size: 14px;
    line-height: 1.7;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Buscar"!important;
}
