/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 0px;
    padding-bottom: 20px;
}

#pnrDetail {
    margin-top: 60px;
}

#formFirst {
    margin-top: 2%;
}

#isValid {
    visibility: hidden;
}

.modal-backdrop.fade.in {
    z-index: auto;
}

#ticketManuallyBox {
    display: none;
}

.carddd {
    background-color: whitesmoke;
    margin-right: 300px;
}

.feildset {
    border: 2px solid white;
    margin-left: 2px;
    margin-top: 2px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

login, .register {
    width: 400px;
    margin: 5% auto;
}

.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
    width: 250px;
}

.login-body, .register-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}

.login {
    width: 400PX;
}

.dataTables_filter {
    margin-right: 40px;
}

.dataTables_length {
    margin-left: 10px;
}

.dataTables_info {
    margin-left: 10px;
}

.dropbtn {
    color: black;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
    color: black;
}

    .dropdown b {
        color: black;
    }

.dropdown-content {
    color: black;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.indexstyle {
    margin-left: 0px;
}

.statustyle {
    margin-left: 0px;
}

.feildset {
    border-style: outset;
    margin-left: 200px;
    margin-right: 200px;
    box-shadow: 5px 10px 20px gray;
    border-radius: 5px;
}

.feildset2 {
    border-style: none;
    box-shadow: 5px 10px 20px gray;
    border-radius: 5px;
}

.feildset3 {
    border-style: none;
    box-shadow: 5px 10px 20px gray;
    border-radius: 5px;
}

.btncss {
    border-radius: 4px;
    padding: 10px 24px;
}

/*aside.main-sidebar {
    width: 240px;
}*/

.box-body {
    margin-left: 20px;
}

.pagination {
    float: right;
}

    .pagination > li > a {
        position: relative;
        float: left;
        padding: 6px 15px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #212529;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
    }

    .pagination > li.active a {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: green;
        border-color: green;
    }

    .pagination.pagination-flat > li > a {
        border-radius: 0 !important
    }


.btn-same-height {
    height: calc(3.5rem + 2px);
}