﻿body {
    background-color: #d6e1e4;
}

.header {
    background: #fff;
    background-position: right top;
    color: #fff;
    padding-top: 25px;
    border-top: 3px solid #e62078;
    text-align: center;
    background-size: cover;
}

    .header h1 {
        margin-top: 15px;
        font-family: 'Anton', sans-serif;
        letter-spacing: 1px;
        font-size: 24px;
    }

.navbar {
    margin-top: 25px;
    padding: 0;
    background-color: #000000;
}

.main {
    margin-top: 30px;
}

    .main h1 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 15px;
        font-family: 'Fjalla One', sans-serif;
    }

.wrapper {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 35px 25px;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 0;
    background-color: #f7f7f7;
}

.bookIssue {
    max-width: 1200px !important;
    position: relative;
    padding: 35px 35px !important;
}

.details {
    margin-top: 25px;
}

.inbo {
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0 !important;
    outline: none !important;
}

    .inbo:focus {
        outline: none;
        border-bottom: 1px solid #333;
    }

.mb {
    margin-bottom: 10px;
}

.filter {
    width: 35px;
    background: #333;
    color: #fff;
    text-align: center;
    line-height: 34px;
}

    .filter:hover {
        color: #fff;
    }

.mt {
    margin-top: 10px;
}

.flex-div {
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
    display: flex;
}

.inbo:focus {
    border-color: #333 !important;
}

.nb:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #333 !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    box-shadow: none;
    outline: 0 none;
}

.bt-black {
    background-color: #333;
    color: #fff;
    padding: 8px 20px;
    border: none;
    font-family: 'Fjalla One', sans-serif !important;
}

    .bt-black:hover {
        color: #fff;
        text-decoration: none;
        background-color: #000;
    }

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info {
    margin-bottom: 8px;
}

.login a {
    color: #fff !important;
    padding-top: 15px;
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-bottom: 15px;
}

    .login a:hover {
        background: #e62078;
    }

.account {
    text-align: right;
}

    .account a {
        color: #333;
        font-weight: 600;
        margin-left: 15px;
    }

        .account a:hover {
            text-decoration: none;
            color: #e62078;
        }

.bt-orange {
    background-color: #e62078;
    color: #fff;
    padding: 8px 20px;
    border: none;
    font-family: 'Fjalla One', sans-serif;
}

    .bt-orange:hover {
        color: #fff;
        text-decoration: none;
        background-color: #e62078;
    }

.bt-green {
    background-color: #89d089;
    color: #fff;
    padding: 8px 20px;
    border: none;
    font-family: 'Fjalla One', sans-serif;
}

    .bt-green:hover {
        color: #fff;
        text-decoration: none;
        background-color: #89d089;
    }

.bt-blue {
    background-color: #5454e9;
    color: #fff;
    padding: 8px 20px;
    border: none;
    font-family: 'Fjalla One', sans-serif;
}

    .bt-blue:hover {
        color: #fff;
        text-decoration: none;
        background-color: #5454e9;
    }

footer {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #c3cacc;
    margin-top: 50px;
}

.searchgrid {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.flex-deatils {
    display: flex;
    justify-content: space-between;
}

.detailsback {
    width: 300px;
    display: flex;
}

    .detailsback h3 {
        font-size: 22px;
    }

.back {
    color: #808080;
    font-size: 22px;
    line-height: 1.2;
}

    .back:hover {
        color: #808080;
        text-decoration: none;
    }

.data {
    margin-top: -1px;
    padding-bottom: 35px;
}

.flex-row {
    display: flex;
    margin: 0 auto;
    padding-top: 15px;
}

.bbtn {
    background-color: #333;
    color: #fff;
    padding: 8px 15px;
    margin-right: 10px;
    display: inline-block;
}

    .bbtn:hover {
        color: #fff;
        text-decoration: none;
    }

.books {
    color: #e62078;
    font-size: 28px !important;
}

.wrapper-main {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    padding: 15px;
    width: 100%;
    margin-top: 10px;
}

.toggle {
    display: none;
}

.wrapper-main label {
    margin-top: 8px;
}


@media (max-width:992px) {
    table .dataTable td, table.dataTable th {
        white-space: nowrap;
    }
}

@media (max-width:768px) {
    .flex-row {
        display: block;
    }

    .bbtn {
        display: block;
        text-align: center;
    }

    .chkAutogujarati {
        display: none;
    }

    .nav-link.active {
        color: #e62078 !important;
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }
}


/*Datatable Modification*/

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #e62078;
    border-color: #e62078;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #e62078;
    background-color: #fff;
    border: 1px solid #dee2e6
}

    .page-link:hover {
        color: #e62078;
    }


.navbar-dark .navbar-nav .nav-link {
    font-weight: 600;
    color: white;
}

.nav-link.active {
    border-bottom: 3px solid;
    padding-bottom: 3px;
}
