html,
body {
    height: 100%;
    font-family: 'Nunito', sans-serif;
}

*:focus {
    outline: none;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}


a.text-white {
    color: #FFF;
}

.img-100 {
    width: 100%;
}

.btn-100 {
    width: 100% !important;
}

.input-100 {
    width: 100%;
}

.tips-value {
    border: none;
    border-bottom: 1px solid #CCC;
    box-shadow: none;
    background-color: #FBFBFB;
    border-radius: 0;
    font-size: 30px;
    font-weight: bold;
    -moz-appearance:textfield;
    height: auto;
    outline: none;
}

.tips-value::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.tips-button {
    border: 1px solid #fca6b1;
    width: 70px !important;
    height: 70px;
    line-height: 18px;
    background-color: #FBFBFB;
    font-weight: bold;
    color: #565656;
    font-size: 16px;
    border-radius: 50%;
    transition: 0.1s;
    outline: 0;
    outline-color: transparent;
    outline-style: none;
}

.tips-button:hover {
    border: 1px solid #fca6b1;
    background-color: #fc6163;
    color: #FFF;
    transition: 0.1s;

}

.tips-button:active:hover, .tips-button:active:focus {
    border: 1px solid #fca6b1;
    background-color: #fc8889;
    color: #FFF;
    transition: 0.1s;

}

.tips-button:focus, .tips-button:hover, .tips-button:active,
.tips-payment:focus, .tips-payment:hover, .tips-payment:active  {
    outline: 0 !important;
    outline-color: transparent !important;
    outline-style: none !important;
}

.tips-currency {
    font-size: 10px;
}

.img-round {
    border: 1px solid #CCC;
    border-radius: 100%;
}

/*div.payment-tag input[type="radio"] {*/
/*    visibility:hidden;*/
/*}*/
/*div.payment-tag label input[type="radio"]:checked {*/
/*    color: red;*/
/*}*/

.sub-label {
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 2px 10px;
    background-color: #e8e8e8;
}

.payment-tag label input {
    display: none;
}

.payment-tag label:hover {
    cursor: pointer;
}

.payment-tag label :checked + div.sub-label{
    transition: 0.2s;
    opacity: 1;
    background-color: #747f9f;
    color: #FFF;
}

.payment-tag label {
    transition: 0.2s;
}

.tips-column, .tips-return-column {
    color: #4a5266;
    border-radius: 15px;
    background-color: #fbfbfb;
    box-shadow: 0 0 5px #d0d0d0;
}

.tips-return-column {
    background-color: #fff;
}

.pay-bg {
    background-color: #f6f6f6;
    color: #3c3c3c;
    font-family: 'Nunito', sans-serif;
}

.expirenza-tips {
    background-color: #747f9f;
    color: #FFF;
    font-size: 20px;
    padding: 0;
    margin: 0 -15px;
    border-radius: 15px 15px 0 0;
    padding: 10px;
    margin-bottom: 30px;
    /*font-family: 'Marck Script', cursive;*/
}


.wrap.pay-bg .container {
    padding: 20px 15px 20px;
}

.tips-button-container {
    margin: 0 -15px;
}

#tips-payment {
    border-radius: 0 0 15px 15px;
    font-size: 16px;
    color: #FFF;
    background-color: #fc6163;
    border-color: #fc6163;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    outline: 0 !important;
    outline-color: transparent !important;
    outline-style: none !important;
}

#tips-payment:hover {
    color: #FFF;
    background-color: #fc6163;
    border-color: #fc6163;
    outline: 0 !important;
    outline-color: transparent !important;
    outline-style: none !important;

}

.waiter-name {
    font-size: 18px;
    font-weight: bold;
}

.tips-value-error {
    color: #fc6163;
    -webkit-animation: shake 0.5s;
    animation: shake 0.5s;
    min-height: 25px;
}

.tips-logo {
    width: 80px;
    height: 80px;
    position: absolute;
    left: -20px;
    border: 1px solid #747f9f;
}


@-webkit-keyframes shake {
    12.5% {left: -50px;}
    25% {left: 50px;}
    37.5% {left: -25px;}
    50% {left: 25px;}
    62.5% {left: -10px;}
    75% {left: 10px;}
}

@keyframes shake {
    12.5% {left: -50px;}
    25% {left: 50px;}
    37.5% {left: -25px;}
    50% {left: 25px;}
    62.5% {left: -10px;}
    75% {left: 10px;}
}

.header-avatar {
    border: none;
    margin-left: 10px;
    width: 35px;
    height: 35px;
}


.btn-flat {
    border: 0 !important;
    border-radius: 0 !important;
}
.btn-flat:hover {
    box-shadow: none !important;
}

.input-flat {
    border-radius: 0 !important;
    border: none;
    border-bottom: 1px solid #CCC;
    box-shadow: none !important;
}

.panel-control {
    float: right;
    overflow: hidden;
}


.form-group {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.nk-ic-st-pro {
    padding-bottom: 0px;
}

.register-types {
    overflow: hidden;
}

.accountType label input {
    display: none;
}

.accountType label div.accountIconType {
    cursor: pointer;
    opacity: 0.6;
    transition: 0.4s;
}

.accountType label :checked + div.accountIconType {
    transition: 0.4s;
    opacity: 1;
}

.accountType label :checked + div.accountIconType {
    transition: 0.4s;
    opacity: 1;
}

.accountType label div.accountIconType:hover {
    opacity: 0.8;
    transition: 0.4s;
    cursor: pointer;
}


.default-card {
    background-color: #eaf5e4 !important;
}

.danger-card {
    background-color: #f5cbcb !important;
}

.mobile-menu-area {
    background-color: #8c96b3;
    margin-bottom: 30px;
}

.mean-container .mean-nav ul li a {
    background-color: #8c96b3;
    color: #FFF;
}

.mean-container .mean-nav ul li a:hover {
    background-color: #8c96b3;
    color: #FFF;
}

/*.company-row {*/
/*    background-color: #abe0d3 !important;*/
/*}*/

/*.waiter-row {*/
/*    background-color: #e0bab1 !important;*/
/*}*/

/*.waiter-company-row {*/
/*    background-color: #e0d381 !important;*/
/*}*/


.btn-leave_feedback {
    color: #FFF;
    background-color: #fc6163;
    border-color: #fc6163;
    border-radius: 12px;
    font-size: 18px;
    border: none;
    box-shadow: none;
}

.btn-leave_feedback:hover {
    color: #FFF;
    background-color: #fc6163;
    border-color: #fc6163;
    outline: 0 !important;
    outline-color: transparent !important;
    outline-style: none !important;

}

.btn-maybe_later {
    border-radius: 12px;
    font-size: 18px;
    border: none;
    box-shadow: none;
    background-color: #e5e5e5;
}

.btn-maybe_later {
    outline: 0 !important;
    outline-color: transparent !important;
    outline-style: none !important;
}


@media(max-width:767px) {
    .btn-leave_feedback {
        padding: 8px 0;
        font-size: 20px;
        border-radius: 16px 16px 0 0;
        margin-bottom: 2px;
    }

    .btn-maybe_later {
        font-size: 20px;
        padding: 8px 0;
        border-radius: 0 0 16px 16px;
    }
}

.welcome-feedback {
    font-size: 20px;
    color: #6d6d6d;
    margin: 20px 0;
}

.company-info_message {
    font-size: 15px;
    padding: 15px 7px;
    border-radius: 7px;
    background-color: #FBFBFB;
    box-shadow: 0 0 10px rgba(215, 215, 215, 0.37);
}

.img-logo-icon {
    width: 51px;
    height: 51px;
    border-radius: 50%;
}

.nav-item.dropdown {
    background-color: #8c95b0;
}

.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}
.text-light {
    color: #bfbfbf;
}

.report-table > thead > tr > th,
.report-table > tbody > tr > td,
.report-table > tfoot > tr > td {
    font-size: 15px !important;
    font-weight: 100;
}




.report-table__row:nth-child(2n),
.report-table-footer_row:nth-child(2n) {
    background-color: #f3f3f3;
    border: 2px solid #FFF;
}

.report-table__cell:nth-child(2n+2) {
    border-right: 3px solid #FFF;
}

.report-table__footer_cell:nth-child(n + 3) {
    text-align: center !important;
}

.report-table-footer_row > td {
    background-color: #eaecf1;
    border: 2px solid #FFF;
}

.table-responsive>.fixed-column {
    position: absolute;
    display: inline-block;
    width: auto;
    border-right: 1px solid #ddd;
}
@media(min-width:768px) {
    .table-responsive>.fixed-column {
        display: none;
    }
}

#dateFrom, #dateTo {
    cursor: pointer;
    caret-color: transparent;
    margin-bottom: 20px;
}

.select2-container--krajee .select2-selection--single {
    border-radius: 0;
    border-top: none;
    box-shadow: none;
    border-left: none;
    border-right: none;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow,
.select2-container--krajee .select2-dropdown {
    border: none;
    border-radius: none;
}

.select2-container--krajee .select2-search--dropdown .select2-search__field {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #CCC;
    box-shadow: none;
}

.croppie-container {
    margin-top: 50px;
    height: auto !important;
}

.croppie-container .cr-viewport, .croppie-container .cr-resizer {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
    z-index: 0;
    border-radius: 10px;
}

.croppie-container .cr-boundary {

}

.modal-content {
    border-radius: 0;
}

.croppie-container .cr-slider-wrap:before {
    content: " ";
    background-image: url("/img/zoom-out.svg");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 20px;
    bottom: 10px;
    width: 30px;
    height: 30px;
}

.croppie-container .cr-slider-wrap:after {
    content: " ";
    background-image: url("/img/zoom-in.svg");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 30px;
    height: 30px;
}

.tips-button-title {
    margin-top: 15px;
    font-size: 15px;
    font-weight: bold;
    line-height: 16px;
}

.tips-button.__selected {
    border: 1px solid #fca6b1;
    background-color: #fc6163;
    color: #FFF;
    transition: 0.1s;
}

.lang-header-top-menu {

}

.lang-nav {
    height: 55px;
}

.lang-nav-item {
    height: 55px;
}

.lang-nav-link {
    height: 55px;
    padding-top: 16px !important;
    width: 130px;
    text-align: center;
    background-color: #747f9f !important;
}

.lang-nav-link:hover {
    background-color: #8c95b0 !important;
}

.lang-dropdown-menu div a {
    color: #111 !important;
    font-size: 16px !important;
    padding: 10px 15px !important;
    text-align: center !important;
    width: 100% !important;

}

.lang-dropdown-menu div {
    display: flex;
}
.lang-dropdown-menu {
    border: none;
}
.nk-navigation a[data-ma-block="#l-login"]:hover {
    width: 110px !important;
}

.contact-img img, .pay-contact-img {
    height: 200px !important;
    width: 200px !important;
    margin: 0 auto !important;
}
