﻿.btn {
    width:75px;
}
.logoThumbnail {
    height: 50px;
    width: auto;
}
.imageThumbnail {
    height:130px;
    width:auto;
}
.navbar {
    background-color: #2f4d74 !important;
    border-bottom: 4px solid #ffa31a;
}
.navbar-nav {
    font-family: 'Titillium Web',Arial !important;
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.bg-gtw {
    background-color: #e64d00 !important;
}
.bg-gtw-dark {
    background-color: #2f4d74 !important;
}
.btn-bg-gtw {
    background-color: #e64d00 !important;
    color: white !important;
}
.btn-bg-gtw:hover {
    background-color: #8A8D8E !important;
    color: white !important;
}
.field-validation-error {
    color: red;
    font-size: smaller;
}
.form-control:focus {
    border-color: #ffa31a !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(0, 153, 153, 0.5) !important;
}
.custom-file-imput-lgw:focus {
    border-color: #ffa31a !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(0, 153, 153, 0.5) !important;
}
.custom-file-lgw:focus, .custom-file-lgw:active, .custom-file-lgw:hover {
    border-color: #ffa31a !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(0, 153, 153, 0.5) !important;
}
.custom-control-input-green:checked ~ .custom-control-label::before {
    border-color: #8A8D8E !important;
    background-color: #8A8D8E !important;
}
.custom-control-input-green:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #8A8D8E !important;
}
.custom-control-input-green:not(:disabled):active ~ .custom-control-label::before {
    background-color: #d6f5dd !important;
    border-color: #d6f5dd !important;
}
.dx-field-value {
    float:left;
}
.card-shadow {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.lang-custom-item {
    position: relative;
    min-height: 30px;
}
.lang-custom-item > img {
    left: 1px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
}
.lang-custom-item .lang-name {
    display: inline-block;
    padding-left: 30px;
    text-indent: 0;
    line-height: 24px;
    font-size: 15px;
    width: 100%;
}

#restInfo {
    width: 400px;
}

#gridRestaurants {
    height: 440px;
}

.restLogoImg {
    height: 35px;
    display: block;
}

.restDescImg {
    width: 440px;
    height: auto;
    display: block;
}

.btn-outline-secondary:hover {
    color: white !important;
}

.uppercase {
    text-transform: uppercase;
}

.flagImg {
    height: 24px;
    display: block;
}

.master-detail-caption {
    padding: 0 0 5px 10px;
    font-size: 14px;
    font-weight: bold;
}

.time-field ~ .dx-datebox-calendar .dx-texteditor-buttons-container {
    display: none;
}

.btn-with-rmargin {
    margin-right: 20px !important
}

#btnUpdate {
    width: 90px;
    font-size: small !important;
}

#btnCancel {
    width: 90px;
    font-size: small !important;
}

.btnAcceptCancel {
    width: 97px;
    font-size: small !important;
}

.btnGray {
    background-color: #8A8D8E;
    border-color: #8A8D8E;
    color: white;
}

.btnGray.dx-state-hover {
    background-color: #a4a7a8;
    border-color: #a4a7a8;
}

.btnGray.dx-state-active {
    background-color: #8A8D8E;
    border-color: #8A8D8E;
}

.btnOrange {
    background-color: #ff884d;
    border-color: #ff884d;
    color: white;
}

.btnOrange.dx-state-hover {
    background-color: #ff9966;
    border-color: #ff9966;
}

.btnOrange.dx-state-active {
    background-color: #ff884d;
    border-color: #ff884d;
}

.btnConfigGroup {
    width: 185px;
}

label.required:after {
    color: #A94442;
    content: ' *';
    display: inline;
}

.form-group {
    margin-bottom: 7px !important
}

.mi-form-label {
    font-size: 14px !important;
    padding-top: 3px !important;
}

.form-group-bkgnd {
    background-color: rgba(191, 191, 191, 0.15);
    padding-top: 11px;
}

.form-group-mb {
    margin-bottom: 5px;
}

.validation-summary-errors ul {
    padding-left: 10px;
}

.prod-status-bkgnd {
    background-color: rgba(191, 191, 191, 0.15);
}

.note {
    font-size: 10pt;
    color: #484848;
    margin-left: 9px;
}

.note > span {
    font-weight: 700
}

.lbl-in-text .dx-texteditor-input {
    border: 0 none;
    text-align: center;
    font-size: medium;
    font-weight: bold;
    padding: 0px;
    outline-style: none;
}

.bgnd-text .dx-texteditor-input {
    background-color: rgba(191, 191, 191, 0.15) !important;
}

.div-footer {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center !important;
}

.nb-year-filter {
    font-size: medium;
}

.lbl-w-margins {
    margin-top: 7px;
    margin-right: 10px;
}

.card-grp-title {
    font-weight: bold;
}

.cell-red {
    color: red;
}

/* Styles for image zoom */

.img-zoom-container {
    position: relative;
    box-sizing: border-box;
}

.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    /*set the size of the lens:*/
    width: 80px;
    height: 80px;
    box-sizing: border-box;
}

.img-zoom-result {
    border: 1px solid #d4d4d4;
    /*set the size of the result div:*/
    width: 500px;
    height: 500px;
    box-sizing: border-box;
    float: right;
    position: absolute;
    vertical-align: top;
}

/* Styles for enlarge image in modal */
.myDocImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    .myDocImg:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.modal-doc {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 115px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(50,50,50,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-doc-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption-doc {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: left;
    color: #ccc;
    padding: 10px 0;
    height: 80px;
}

/* Add Animation */
.modal-doc-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.modal-doc-title {
    position: absolute;
    top: 78px;
    left: 15px;
    color: #f1f1f1;
    font-size: 20px;
    font-weight: bold;
    transition: 0.3s;
}


/* The Close Button */
.modal-doc-close {
    position: absolute;
    top: 60px;
    right: 15px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .modal-doc-close:hover,
    .modal-doc-close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.tb-btn-green {
    background-color: limegreen !important;
}

.badge {
    position: relative;
    top: -10px;
    right: -10px;
    padding: 5px 10px;
    border-radius: 50%;
    background-color: red;
    color: white;
}