/* brand name */
html {
    font-family: Century Gothic;
}

.brand {
    /* font-family: Century Gothic; */
    font-size: 12px;
    font-weight: 900;
    color: black;
    margin-left: -10px;
/margin-left: -20px;/
}

.login {
    justify-content: center;
    width: 150px;
    background-color: #357bfc;
    border-radius: 20px;
    font-weight: 900;
    font-size: 20px;
    color: white;
    /* font-family: Century Gothic; */
}

.logged {
    justify-content: center;
    width: auto;
    background-color: #357bfc;
    border-radius: 20px;
    font-weight: 900;
    font-size: 20px;
    color: white;
    /* font-family: Century Gothic; */
}

.login:hover {
    color: black;
    cursor: pointer;
}

.books:hover {
    width: 100%;
/height: 107%;/
transition: all .1s ease;
    -webkit-transition: all .1s ease;
    position: absolute;
    cursor: pointer;
}

@media (max-width: 767px) {
    .books:hover {
        height: 105%;
    }
}

@media (min-width: 768px) {
    .books:hover {
        height: 107% !important;
    }
}

.elibraryexplore:hover {
    width: 100%;
    margin: 10px;
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    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:hover .dropdown-content {
    display: block;
    cursor: pointer;
}

.icon {
    text-align: center;
}

.icon:hover, .icon:focus {
    background-color: rgb(16 160 165) !important;
    cursor: pointer;
    color: #ffffff !important;
}

.icon:hover a, .icon:focus a {
    color: #ffffff !important;
}

/.mb {/
     /*    background-color: #eeeeee;*/
     /*    padding: 40px 40px;*/
     /*    border-radius: 50px;*/
     /*    !margin: 1% 20%;!*/

     /*    margin: 1% 30%;*/
     /*    width: 40%;*/

 /}/

.mb {
    background-color: #eeeeee;
    border-radius: 50px;
    padding: 40px 40px;
}

@media (min-width: 1200px) {
    .mb {
        margin: 1% 30%;
        width: 40%;

    }
}

@media (max-width: 1200px) {
    .mb {
        margin: 1% 30%;
        width: 40%;

    }
}

@media (max-width: 992px) {
    .mb {
        margin: 1% 25%;
        width: 50%;

    }
}

@media (max-width: 768px) {
    .mb {
        margin: 1% 20%;
        width: 60%;

    }
}

@media (max-width: 576px) {
    .mb {
        margin: 1% 10%;
        width: 80%;

    }
}

@media (max-width: 576px) {
    .mb {
        margin: 1% 5%;
        width: 90%;

    }
}

td {
    border: 1px solid black;
    background-color: white;
    color: #333;
    padding: 10px;
}

td:first-child {
    width: 30px;
    font-weight: 900;
}

td:nth-child(2) {
    width: 300px;
}

td:last-child {
    width: 50px;
}

.dtHorizontalExampleWrapper {
    max-width: 100%;
    margin: 0 auto;
}


.search-table-outter {
/height: 75px;/
/overflow-y: scroll;/
display: inline-block;
    min-width: 100%;
}

.search-table {
    border-collapse: collapse;
    border: 1px solid #777;
    text-align: center;
    align-content: center;
    justify-content: center;
}

.search-table,
td,
th {
    border-collapse: collapse;
    border: 1px solid #777;
    min-width: 100%;
}

th {
    padding: 10px 7px;
    font-size: 15px;
    color: #444;
    background: #66C2E0;
}

td {
    padding: 5px 10px;
    height: 35px;
}

th,
td {
    min-width: 50px;
}

.count {
    position: absolute;
    font-size: 32px;
    color: #f1f1f1;
    top: 250px;
    right: 100px;
    font-weight: bold;
    display: none;
}

.count:hover, .count:focus {
    display: block;
}

.width16 {
    width: 16% !important;
}

.width42 {
    width: 42% !important;
}

.customButton {
    color: #fff;
    background-color: #68010d;
    border-color: #68010d !important;
}

.customButton:hover {
    color: #fff;
    background-color: #68010d;
    border-color: #68010d;
}

.text-black {
    color: #000000;
}

/* ==========login ======== */
.cardStyle {
    border: none !important;
    padding-bottom: 10px;
    border-top-left-radius: 5%;
}

.cardHeaderStyle {
/border-left: 10px solid;/
border-bottom: none;

}

.blueBorder {
    border-left: blue 10px solid;;
/border-left: blue 5px solid;/
}

.yellowBorder {
    border-left: yellow 10px solid;
}

.purpleBorder {
    border-left: purple 10px solid;
}

.greenBorder {
    border-left: lightgreen 10px solid;
}

.salmonBorder {
    border-left: lightsalmon 10px solid;
}

.pinkBorder {
    border-left: palevioletred 10px solid;
}

.redBorder {
    border-left: red 10px solid;
}

.titleStyle {
    color: #ffffff;
    background-color: #357bfc;
}

.imgStyle {
    vertical-align: middle;
    border-style: none;
    width: 100%;
}

.heightDetails {
/height: 400px;/
max-height: 400px;
    min-height: 200px;
}

.heightDetail {
/height: 400px;/
max-height: 400px;
    min-height: 200px;
}

.heightBook {
/height: 200px;/
max-height: 200px;
    min-height: 150px;
}

.heightCollection {
    height: 180px;
}

.bgColorS {
    background-color: #357bfc !important;
}

.spanner {
    position: fixed;
    top: 50%;
    left: 0;
    background: #2a2a2a55;
    width: 100%;
    display: block;
    text-align: center;
    height: 300px;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 10000;
    visibility: hidden;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
/top: 0;/
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.showSpanner {
    visibility: visible !important;
}

.hideSpanner {
    visibility: hidden !important;
}

.spanner, .overlay {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.spanner.showSpanner, .overlay.showSpanner {
    opacity: 1
}

.hideDiv {
    display: none;
}

.contact_link_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.inputBgColor {
    background-color: #BFDBE3 !important;
/background-color: rgb(180, 180, 180);/
}

.tdBgCustomize {
    background-color: #6fb9fd;
    color: #ffffff;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

#pageCountDiv {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
    border-radius: 5px;
}

.mb {
    /*margin: 1% 30%;*/
    /*width: 40%;*/
    background-color: #eeeeee;
    border-radius: 50px;
    padding: 40px 40px;
}
