﻿
/* TUNGNT UPDATE CSS */
.btn {
    border-radius: 0px;
    box-shadow: 2px 2px 1px #565353;
    height: 30px;
    font-size: 10pt;
    line-height: 15px;
}

.login-page {
    background: white url(../../../images/login-background.jpg) no-repeat fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.w-100 {
    width: 100%!important;
}
.w-90 {
    width: 90%!important;
}
.w-60 {
    width: 59%!important;
}
.w-70 {
    width: 70%!important;
}
.w-40 {
    width: 40%!important;
}
.w-20 {
    width: 20% !important;
}
.w-30 {
    width: 30% !important;
}
.w-50 {
    width: 50% !important;
}
.modal .modal-body {
    max-height: 80vh;
    overflow-y: scroll;
}
.modal-qty {
    width: 40px!important;
}

.modal-price {
    width: 70px!important;
    text-align:right;
}
.fl-end {
    justify-content: flex-end;
}
.login-box .login-box-left .login-box-left-body {
    padding: 34px;
}

.d-none {
    display: none!important;
}

/*#paymentModal .modal-dialog, #bookingDetailModal .modal-dialog {
    width: 70%;
}*/

.container-wrapper {
    background: rgb(255, 255, 255);
    padding: 25px 20px;
}

.bg-primary {
    background: #003366 !important;
    background-color: #003366 !important;
}

.box.box-primary-dark > .box-header {
    background: #003366 !important;
    background-color: #003366 !important;
}

.skin-blue-dark .navbar {
    background: #003366;
    background-color: #003366;
    border-radius: 0px;
    margin-bottom: 0px;
    color: white;
    text-transform: uppercase;
}

.skin-blue-dark .logo, .skin-blue-dark .dropbtn {
    background: #003366;
    background-color: #003366;
}

/* PADDING - MARGIN */
.p-1 {
    padding: 1em;
}
.pt-1 {
    padding-top: 1em;
}
.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
}
.mr-5 {
    margin-right: 5px;
}
.ml-5 {
    margin-left: 5px;
}
.mb-5 {
    margin-bottom: 5px;
}

.mt-15 {
    margin-top: 15px;
}
.mt-10 {
    margin-top: 10px;
}

.vh-100 {
    min-height: 100vh;
}
.grid-wrapper {
    min-height: 150px;
    max-height: 200px;
    overflow-y: scroll;
}
.front-navbar {
    color: white;
}
.navbar-nav > li > a {
    color: white!important;
}

li.user-menu {
    float:right!important;
}
.nav-tabs-custom > .nav-tabs > li > a, .nav-tabs-custom > .nav-tabs > li > a:hover {
    background: #003366;
    color: white;
}

.action-icon {
    font-size: 15px;
    color: #003366;
    font-weight: bold;
}

.action-icon:hover {
    color: orangered;
}

.form-horizontal .control-label {
    padding-right: 0px;
    text-align: left;
}
.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    font-size:16px;
}
.my-tooltip {
    position: relative;
    display: inline-block;
}
i.my-tooltip {
    font-size: 12pt;
    color: #f4a719;
    margin-right: 5px;
}
i.my-tooltip .tooltiptext {
    width: 250px;
}
div.my-tooltip .tooltiptext {
    width: 350px;
}
.my-tooltip .tooltiptext {
    visibility: hidden;
    background-color: #003366;
    color: #fff;
    border-radius: 3px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    margin-right:5px;
}

.my-tooltip:hover .tooltiptext {
    visibility: visible;
}

.form-control {
    padding: 3px 8px;
    height: 30px;
    font-size: 13px;
}
.btn.select-service {
    margin-left: -4px;
    height: 30px;
    padding: 5px 10px;
    font-weight: 800;
    line-height: 0px;
    box-shadow: none;
    background-color:#fff;
}
#serviceModal .modal-body {
    max-height: 80vh;
    overflow: scroll;
}
#serviceModal .panel-body {
    overflow-y: scroll;
    max-height: 250px;
}
.ellipses {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 200px;
}
.d-flex {
    display:flex;
}
a {
    color: #003366;
}
.large-modal .modal-dialog {
    width: 80vw;
}
.large-modal .modal-body {
    height: 80vh;
}
.modal-header  {
    padding: 5px!important;
    display:flex;
}
.modal-header h5 {
    width: 97%;
}
.modal-header .close {
    color: white;
}

#checkBookingModal .box-body {
    min-height: 160px;
}
.change-qty-wrapper i {
    padding: 5px 2px;
}
.change-qty-wrapper input {
    width: 75px;
}


/*BOOSTRAP NOTIFY*/
[data-notify="container"]{
    width: 40%;
}
[data-notify="container"][class*="alert-pastel-"] {
    background-color: rgb(255, 255, 238);
    border-width: 0px;
    border-left: 17px solid rgb(255, 240, 106);
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
    letter-spacing: 1px;
}

[data-notify="container"].alert-pastel-info {
    border-left-color: rgb(18 112 228);
}
[data-notify="container"].alert-pastel-success {
    border-left-color: rgb(30 212 18);
}

[data-notify="container"].alert-pastel-danger {
    border-left-color: rgb(216 32 14);
}

[data-notify="container"].alert-pastel-warning {
    border-left-color: rgb(245 229 111);
}

[data-notify="container"][class*="alert-pastel-"] > [data-notify="title"] {
    color: rgb(80, 80, 57);
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

[data-notify="container"][class*="alert-pastel-"] > [data-notify="message"] {
    /*font-weight: 400;*/
}
/*END BOOSTRAP NOTIFY*/

/*TICKET BACKGROUND*/
.ticket-background {
    background-image: url(data:image/png;base64,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);
}

.box-footer {
    justify-content: flex-end;
}

/* LOADING SHOW */
.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    /*margin-left: 25%;
    margin-top: -13%;*/
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #cbeccb80;
    /*background: #f0803d;*/
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    /*border: 3px solid black;*/
}

.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }

    50%, 100% {
        top: 24px;
        height: 32px;
    }
}

/* END LOADING SHOW*/

.pagination-ys > td > table td {
    padding: 5px 10px;
    border: 1px solid #003366;
    margin-right: 2px;
    font-size: 13px;    
    font-weight: bold;
}

.pagination-ys > td > table td > span{
    color: #1da8c9;
}

.pagination-ys > td > table td:hover {
    background: #f5a32d;
    color: white!important;
}

.pagination-ys > td > table {
    float: right;
}

.sel-service-wrapper {
    margin-bottom: 10px;
}
.sel-service-wrapper .control-label {
    background: #003366;
    padding: 5px;
    color: #fbfbfb;
    font-weight: 500;
    width: 100%;
    margin-bottom: 0px;
}
.sel-service-wrapper .control-label.ticket {
    background: #003366 !important;
}
.sel-service-wrapper .control-label.voucher {
    background: #863d00 !important;
}
.select2-container {
    width: 100%!important;
}
.table-overview > thead > tr > th, .table-overview > tbody > tr > th, .table-overview > tfoot > tr > th,
.table-overview > thead > tr > td, .table-overview > tbody > tr > td, .table-overview > tfoot > tr > td {
    border: 1px solid #003366;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    height: 30px!important;
}

/* STATUS WRAPPER */
.status-wrapper-0 {
    /* MỚI TẠO */
    background: #0a98af;
}
.status-wrapper-1 {
    /* ĐÃ THANH TOÁN 100% */
    background: #106b00;
}
.status-wrapper-2 {
    /* ĐÃ ĐẶT CỌC */
    background: #8c9c09;
}
.status-wrapper-3 {
    /* ĐÃ HỦY */
    background: #4c4c4c;
}
.status-wrapper-4, .status-wrapper-6, .status-wrapper-7, .status-wrapper-8 {
    /* CHỜ XÁC NHẬN */
    background: #da0000;
}
.status-wrapper-5 {
    /* ĐÃ XUẤT VÉ */
    background: #066909;
}
.status-wrapper {
    padding: 5px;
    border-radius: 5px;
    font-weight: 500;
    color: white;
    display: inline-block;
    width: 125px;
    cursor: pointer;
    text-align:center;
}
#Content_bottomContent .nav > li > a {
    padding: 5px 10px!important;
}
.box-header {
    padding: 5px;
}
.box-title {
    font-size: 14px!important;
}
.overview-table .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > th {
    background-color: #003366;
    color:white;
    text-align: right;
}
.t-center {
    text-align:center;
}
.t-right {
    text-align: right;
}
.t-left {
    text-align: left;
}
.total-preview {
    padding: 0 25px;
}
.total-preview > .sp-title {
    padding: 0 40px;
}
#Content_displayBookingStatus {
    float: right;
    height: 31px;
    margin-right: 5px;
    border-radius: 2px;
    line-height: 20px;
}
.btn-table {
    height: 20px;
    box-shadow: none;
    background: none;
    color: black;
    border: none;
    margin-top: -8px;
}

.sv-table td{
    line-height: initial!important;
}

.datepicker table tr td.disabled {
    background: #c1bbbb5e!important;
}

.required {
    background: #fbabab8c;
}

/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}


.rate-div {
    height: 50px;
    background: #003366;
    padding: 5px 10px;
    color: white;
    -webkit-box-shadow: 10px 9px 20px -9px rgba(10,10,10,1);
    -moz-box-shadow: 10px 9px 20px -9px rgba(10,10,10,1);
    box-shadow: 10px 9px 20px -9px rgba(10,10,10,1);
}
.rate-div, .rate-div span {
    cursor: pointer;
}
.rate-div:hover, .rate-div.rate-div-selected {
    background: #a07c15;
}
.select-div {
    display:none;
}
.select-div .select2-container {
    width: 100% !important;
}

.promotion-div, .promotion-div-all {
    background: #003366;
    padding: 5px 10px;
    color: white;
    -webkit-box-shadow: 10px 9px 20px -9px rgba(10,10,10,1);
    -moz-box-shadow: 10px 9px 20px -9px rgba(10,10,10,1);
    box-shadow: 10px 9px 20px -9px rgba(10,10,10,1);
}

.promotion-div, .promotion-div span, .promotion-div-all, .promotion-div-all span {
    cursor: pointer;
}

.promotion-div:hover, .promotion-div.promotion-div-selected, .promotion-div-all:hover, .promotion-div-all.promotion-div-selected {
    background: #a07c15;
}
/* CHeckbox css*/
/* The container */
.cb-container {
    display: block;
    position: relative;
    padding-left: 35px;
    padding-top: 5px;
    margin-bottom: 12px;
    margin-left: 29%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.cb-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #a5c6e6;
}

/* On mouse-over, add a grey background color */
,cb-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cb-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cb-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.cb-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.select2-results__option[aria-selected=true] {
    display: none;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media only screen and (max-width: 768px) {
    [data-notify="container"] {
        width: 80%;
    }

    .large-modal .modal-dialog {
        width: auto;
    }
    .sel-service-wrapper {
        word-break: break-all;
        font-size: 8pt;
        padding: 1px;
        z-index: 2;
    }
    .select-div-wrapper {
        z-index: 1;
    }
}