body {

}

[x-cloak] { display: none; }

table {
     border-collapse: collapse;
}

table tr:not(:last-of-type) {
    border-bottom: 1px solid #e4e4e4;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}
.custom-file-input::before {
    content: 'Selectionner un fichier';
    /*display: inline-block;*/
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #c7c7c7;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 8pt;
    top: -4px;
    position: relative;
}
.custom-file-input:hover::before {
    border-color: black;
}
.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.text-white {
    color: white;
}
.disabled-pointer {
    cursor: not-allowed !important;
}

.process-stepper > li.active > span{
    font-weight: bold;
}

div.verify-warn-box h5{
    color: white;
}
div.verify-warn-box h5.link a{
    color: white;
    text-decoration: underline;
}
div.verify-warn-box {
    border-color: #ff3434  !important;
    background-color: #ff3434  !important;
    border-radius: 10px ;
    color: white ;
}

.tabs--folder .tabs-content {
    min-height: 900px;
}

.cc-banner.cc-bottom {
    z-index: 999;
}
.meal-item {
    border-bottom: 1px solid #ececec;
    padding: 10px;
}

.progress-danger > div.progress-horizontal__progress{  background-color: #fd6060 !important;  }
.progress-info > div.progress-horizontal__progress{  background-color: #6db7d4 !important;  }
.progress-warning > div.progress-horizontal__progress{  background-color: #fdea60 !important;  }
.progress-success > div.progress-horizontal__progress{  background-color: #4ebf56 !important;  }

.meal-price,.meal-options {
    padding: 0 5px;
    font-weight:bold;
}

.meal-options {
    font-weight:normal !important;
}

.remove-meal-btn:hover {
    opacity:1;
}
i.meal-count-modifier {
    display: none !important;
}

.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}

.no-margin-top {
    margin-top:0;
}

.restaurant-list-row {
    border: 1px solid transparent;
}

.menu-horizontal > li:not(:hover) > a, .menu-horizontal > li:not(:hover) > span, .menu-horizontal > li:not(:hover) > .modal-instance > .modal-trigger {
    opacity: .9;
}

nav#menu1 {
    /*border-bottom: 4px solid #f7f7f7;*/
}

.delivery-address-container {
    background-color: #e6e6e6;
    color: #fff;
}
.delivery-address-container-2 {
    background-color: #ff4f4f !important;
    color: #fff;
}
.delivery-address-container .text-address{
    color: #ff4f4f;
}
.v-restaurant-container {
    padding: 10px 0;
}
.v-restaurant-name {

}
.v-restaurant-container > img.logo{
    border-radius: 7px;
    border: 3px solid #ff4f4f;
}
.v-restaurant-status {
    padding: 2px 15px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.29);
}

.delivery-address-container-2 .text-address{
    color: #FFF;
}
.meal-count > .icon-Add{
    padding-right: 5px;
}
.meal-count > .icon-Remove {
}
i.meal-count-modifier-checkout {
    display: inline !important;
}
.remove-meal-btn {
    padding: 0 5px;
    color: red !important;
    border: 1px solid #ffbcbc;
    border-radius: 3px;
    margin-left: 5px;
    opacity: 0.4;
}
.transparent {
    opacity: 0 !important;
}

.color--black {
    color: #000 !important;
    opacity: 1;
}

.addon-rice {
    clear: right;
}
