body {
    background-color: #f2f2f5 !important;
    font-family: Montserrat, Helvetica, Arial, sans-serif !important;
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #dadfe5;
}

.content {
    position: absolute !important;
    width: 100%;
    top: 90px;
    left: 0;
    padding: 20px;
    margin-bottom: 50px;
}

.show {display: block !important;}

.main-content {
    margin:50px 50px;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 15%);
}

.main-content .main-header{
    font-size: 20px;
    font-weight: 500;
    background-color: #388292;
    color: #fff;
    padding: 15px 30px;
}

.main-content .main-header .title-icon{
    color: #b8b8b8;
}

.main-content .main-body{
    background-color: #fff;
    padding: 20px 30px;
}

.main-content .main-body .card-holder{
    padding: 10px 15px;
    margin-bottom: 20px;
}

.main-content .main-body .card-holder label{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8 !important;
    color: #657174;
}

.main-content .main-body .card-holder .form-control:focus{
    outline: none;
    box-shadow: none !important;
    border: 1px solid #388192 !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: 2.2rem 1.4rem !important;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}

.btn-primary {
    font-size: 14px;
    padding: 11px 20px !important;
    color: #fff;
    width: 50%;
    background-color: #388192;
    border-color: #317180;
    border-radius: 2px !important;
}

.btn-danger-s {
    font-size: 14px;
    padding: 11px 20px !important;
    color: #fff;
    width: 50%;
    background-color: #d82a13;
    border-color: #d82a13;
    border-radius: 2px !important;
}

.btn-primary:focus {
    border: none !important;
    outline: none !important;
}

.col-md-style {
    margin-top: 25px;
    text-align: right;
}

/*TABLE: Kenth 04/07/2022*/
.booking-table {
    position: relative;
    display: none;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}
  
table th {
    background: rgb(230, 228, 228);
}

table th label {
    color: #000 !important;
    font-weight: 700 !important;
}

th, td {
    text-align: center;
    padding: 16px;
    border: 1px solid #ddd;
    color: #657174;
}

table tbody td {
    text-transform: uppercase;
}

table thead .table-trip{
    width: 400px;
}

/* table tbody .accommodation-box{
    background: rgb(52, 52, 255);
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}
*/

table tbody .status-box {
    color: rgb(253, 52, 52);
    font-weight: bold;
} 

table tbody .status-box.paid {
    color: lime !important;
}

table tbody .status-box.expired {
    color: lightgray !important;
}

/* .trip-row {
    background: #fff;
} */

/* tr:nth-child(odd) {
    background-color: #f2f2f2;
} */

.trip-img img {
    width: 60px;
    height: 60px;
    /* border-radius: 50%; */
}

.trip-title {
    font-size: 1.3em;
}

.trip-title .trip-arrow {
    position: relative;
    bottom: 2px;
    margin-left: 5px;
    margin-right: 5px;
    color: rgb(43, 137, 168);
    font-size: 0.8em;
}

.departure-con {
    position: relative;
    width: 100%;
}

  .departure-con .departure-date {
    font-size: 0.8em;
  }

/*KENDO Notification Popup Error Msge */
.k-notification-wrap {
    position: fixed;
    color: #fff;
    padding: 20px 15px;
    width: 70%;
    bottom: 2em;
    left: 50% !important;
    transform: translateX(-50%);
    background: #f44336 !important;
}
.k-notification-wrap .k-i-close{
    position: absolute;
    right: .7em;
    top: 1.3em;
}

.k-notification-wrap .k-i-close::before {
    font-size: large;
}

.wd-20 {
    width: 300px;
}

.td-print {
    padding: 16px !important;
}

.btn-print {
    font: 12px;
    width: 80%;
}


/*MODAL*/
.modal-p {
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px;
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
  }
  
  .modal-dialog-p {
    transform: translateY(-25%);
    transition: transform .3s ease-out;
    position: relative;
    width: 1200px;
    margin: 30px auto;
    pointer-events: none;
  }
  
  .modal-content-p {
    position: absolute !important;
    background-color: #fff;
    border-radius: 4px;
    background-clip: padding-box;
    outline: 0;
    /* position: relative; */
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    border: 1px solid rgba(0,0,0,.2);
    /* border-radius: 0.3rem; */
  }

  .modal_body-p {
    position: relative;

  }
  
  button.close-modal-btn {
    position: absolute!important;
    right: 2rem !important;
    top: 1rem !important;
    background: transparent!important;
    color: black;
    font-size: 26px!important;
    font-weight: 600;
    border: none!important;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10002;
  }
  
  button.close-modal-btn::before {
    content: "\2716";
  }
  
  button:focus, button:active {
    outline: none;
  }

.btn-pos {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding-right: 20px;
}

/*Payment Style*/
.container-fluid .payment-details{
    justify-content: center; 
    text-align: center; 
    border: 20px solid #FF8F00; 
    padding: 20px;
    margin: 50px;
}

.payment-details .header {
    padding-top: 30px; 
    justify-content: center; 
    text-align: center;
}

.form-group {
    margin-left: 5em;
    margin-right: 5em;
}

.form-group .details {
    display: flex; 
    justify-content: center;
}


.form-group .details .details1 {
    margin-left: 0px; 
    margin-right: auto;
}

.form-group .details .details1 .details2 {
    margin-left: auto; 
    margin-right: 0px;
}

.form-group-right {
    width: 25em;
}


.fixeddiv {
    left: 0;
    bottom: 0;
    width: 100%;
    /* padding-top: 50px; */
    background-color: linear-gradient(to bottom, #66ff66 0%, #003300 100%);
    background-repeat: no-repeat;
    background-size: auto;
    font-family: 'Century Gothic';
    padding: 0 !important;
    margin: 0 !important;
}

.dash-line {
    width: 100% auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px dashed lightgray;
    margin: 20px;
}


/*Insert Responsive By KENTH 04-04-2022*/
@media screen and (max-width: 600px) {
    .content {
        padding: 0 !important;
    }

    .main-content {
        margin: 0;
        margin-bottom: 10em;
    }

    .btn-primary {
        width: 100% !important;
    }
}