
@charset "UTF-8";

body.cover {
    background-image: URL("Images/Login2.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

body.coverHomeError {
    background-color: #EFBE7D; /*background-color: #EFBE7D  #FFCBA4 */
}

body.coverTrending {
    background-image: url("Images/Trending2.jpg");
    /*background-blend-mode: darken;*/
    background-color: #cccccc;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

body.coverBookSearchPrice {
    background-image: url("Images/booksapi.jpg");
    /*background-blend-mode: darken;*/
    /*background-color: #cccccc;*/
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

body.coverSavedBooks {
    /*background-image: url("Images/savedBooks1.jpg");*/
    background-image: url("Images/savedBooks.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

body.coverBlack {  /* Did not need to use this code */
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-size: cover;
    /*display: none;*/
    /*opacity: 0.5;
    width: 100%;
    height: 100%;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 7; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    /*background-color: rgba(0,0,0,0.5);        Black background with opacity */
    /* Prevent interaction */
    pointer-events: none;
    user-select: none;
}

body.coverProcessing {
    /*background-image: url("Images/FishCrossing.gif");*/
    background-image: url("Images/SunSpinning.gif");
    /*background-image: url("Images/Overlayhearts.gif");*/
    /*background-color: rgba(0, 0, 0, 0.4);*/
    background-color: rgba(0, 0, 0, 1);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-size: 50%;
    /*display: none;*/
    opacity: 0.4;
    /*width: 100%;
    height: 100%;*/
    background-position: center center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    /*background-color: rgba(0,0,0,0.5);        Black background with opacity */
    /* Prevent interaction */
    pointer-events: none;
    user-select: none;
}

.processingText {
    width: 100%;
    /*color: #0db4f0;
    text-shadow: 2px 2px 5px yellow;*/
    color: yellow;
    text-shadow: 3px 3px 10px yellow;
    opacity: 1.0;
    font-size: 45px;
    font-family: Helvetica;
    font-weight: 900;
    /*position: absolute;*/
    /*top: 20%;*/
    /*display: inline;
    margin-right: auto;
    margin-left: auto;*/
    text-align: center;
    z-index: 31;
    /*transform: translate(-50%, -50%);*/
}

img {
    border: solid thick #00BFFF; /*#5bc0de*/
    border-width: 8px;
}

/*img.imgContactMe {
    border: solid 1px #00BFFF;
}*/

.alignCenter {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.loginContainer, .forgotUserInfoContainer {
    border: solid thick #5bc0de;
    background-color: white;
    /*width: 400px;
    height: 365px;*/
    height: auto;
    max-height: 375px;
    min-width: 380px;
    box-sizing: border-box;
    padding: 30px 5px 20px 55px;
    /*margin: 0;*/
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.col-md-3-5 {
    flex: 0 0 30%;
    max-width: 30%;
}

.responsivecont {
    width: 100%;
}

.control-label, .form-control {
    margin: auto;
    /* margin: 0 0 0 20px;*/
}

/*.form-control {
    background-color: #e8f0fe;
}
*/

/*.form-control {
    height: 30px;
    max-width: 300px;*/   /*300px*/
/*}*/

.form-control-password {
    margin: 0px;
}

.loginFieldBox, .forgotFieldBox, .registerFieldBox {
    height: 33px;
    background-color: #e8f0fe;
}

.passwordContainer {
    position: relative;
    display: flex;
    align-items: center;
    max-height: 33px; /*30px*/
    /*max-width: 300px;*/
    width: 100%;
    vertical-align: middle;
}

.eye-icon {
    margin: 0px;
    position: absolute;
    right: 6px; /*35px*/
    cursor: pointer;
}

img.eyeImage {
    border: none;
}

.loginUserNameBox, .forgotUserNameBox, .registerUserNameBox {
    margin-top: 10px;
    width: 88%;
}

.loginPasswordBox, .forgotEmailBox, .registerPasswordBox,
.registerFirstName, .registerLastName, .registerEmailBox {
    margin-top: 2px;
    width: 88%;
}

.loginButtonBox, .forgotButtonBox, .registerButtonBox {
    margin-top: 25px;
    width: 88%;
}

.createNew, .backToLoginForgot {
    /*margin: 0 0 5px 20px;*/
    margin: 7px 0px 4px 0px;
    display: block;
    /*margin-bottom: 5px;*/
    font-weight: 500;
    font-size: 14px;
}

.activationLink {
    padding-left: 10px;
    color: red;
    font-size: 13px;
    font-weight: 600;
}

.forgotPassword {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
}

/*@media (max-width: 1000px) {*/    /*768px*/
    /*.loginContainer, .forgotUserInfoContainer {
        max-width: 400px;
    }
}*/

/*.forgotUserButton1 {
    margin: 0 0 10px 20px;
    width: 292px;
}

.backToLoginForgot {
    margin: 8px 0 15px 20px;
}*/


.backToLoginRegister {
    margin: 5px 0 0px 0px;
}

.yValue {
    z-index: 9;
}

.registerContainer {
    border: solid thick #5bc0de;
    background-color: white;
    /*height: 70%;*/
    min-width: 380px;
    height: 70%;
    max-height: 550px;
    margin-top: 10px;
    padding: 22px 5px 20px 55px; /*20px 10px 15px 25px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    z-index: 10;
    height: auto;
}

#registerLink {
    font-size: 9px;
    font-weight: 900;
    font-style: italic;
    color: red;
}


#buttonRegister {
    height: 35px;
}

/*#button1:hover, #button2:hover {
    opacity: 1;
}*/

.registrationButton2 { /* #button1, */
    margin: 0px;
    height: 35px;
    width: 200px;
    /*opacity: 0.6;*/
}

.buttonLogout {
    margin: 0 0 0 20px;
    height: 35px;
    background-color: skyblue;
    font-weight: bold;
    width: 200px;
    align-items: center;
}

.buttonLogout:hover {
    background-color: #0db4f0;
}

/* BEGIN SAVEDBOOKS CSS STYLING */
#viewbagMyAccount {
    /*margin-bottom: 0px;*/
    margin-top: 50px;
}

.containerSavedBooks {
    padding: 20px 10px;
}

table .tableSavedBooks, table .tableSavedBooksApi {
    width: 100%;
    border-collapse: collapse;
}

.tableSavedBooks th, .tableSavedBooks td,
.tableSavedBooksApi th, .tableSavedBooksApi td {
    padding-left: 20px;
}

.whiteBox {
    margin: 0px;
    border-bottom: solid 10px white;
    padding-top: 10px;
}

.savedBookImgTd {
    position: relative;
    /*vertical-align: middle;*/
    text-align: center;
    color: yellow;
    font-weight: bold;
}

/*td.savedBookImgTd img.img-fit {
    height: 80%;
    width: auto;
    display: block;
    margin: 0 auto;
    max-height: 80%;
}*/

.savedBookImgBtn {
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: inherit;

    /*padding: 0px 0px 0px 2.5px;*/
}

.savedBookImg {
    /*height: 40%;*/
    max-height: 70px;
    /*max-width: 60%;*/
    max-width: 50px;
    object-fit: cover; /*contain*/
    border: none;
    padding: 0px;
    /*color: yellow;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;*/
}

.savedBookMissingcover {
    position: absolute;
    top: 0;
    left: 35%;
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*transform: translate(-50%, -50%);*/
    text-align: center;
    color: yellow;
    font-weight: bold;
    font-size: 6px;
}

.message1 {
    margin: 0 0 0 0px; /* 0 0 0 20px */
    padding: 20px 0 0 0;
}

.message1b {
    margin: 0px;
    /*padding: 20px 0 0 0;*/
}

.message1c {
    margin: 0px 0px 0px 20px;
    margin-top: 20px;
    /*padding: 20px 0 0 0;*/
}

.message2 {
    margin: 0 0 0 0px; /* 0 0 0 20px */
    padding: 0 0 0 0; /*0 0 15px 0*/
}

.message2b {
    margin: 0 0 10px 0px;
    /*padding: 0 0 15px 0;*/
}

.message2c {
    margin: 0 0 15px 20px;
    padding: 0 0 15px 0;
}

.large {
    font-size: 30px;
    font-weight: bold;
}

.large0 {
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.large1 {
    font-size: 18px;
}

.large2 {
    font-size: 20px;
    font-weight: bold;
}

.large3 {
    font-size: 18px;
    font-weight: bold;
}

.large3a {
    font-size: 16px;
    font-weight: bold;
    color: yellow;
    margin-top: 0px;
}

.large4 {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Comic Sans MS';
}

.topPaddingMsg3 {
    padding-top: 10px;
}

.bluetext {
    color: #00BFFF; /*#00BFFF*/
}

.lightblue {
    color: #07bdfa;
}

.trending {
    color: white;
    margin-bottom: 70px;
}

#trending {
    display: inline-block;
    color: white;
    text-align: center;
}

.trendingImage {
    width: 38px;
    height: 50px;
    padding: 0px;
}

.marginB20 {
    margin-bottom: 20px;
}

#tblbooklist {
    font-size: 14px;   
    padding-bottom: 30px;
}

#tblbooklist > tr {
    margin-bottom: 3px;
}

#searchheading {
    /*margin-bottom: 20px;*/
    margin-left: 2px;
}

.searchbooks {
    font-size: 25px;
    font-weight: bold;
    text-align:center;
    color: yellow;
}

.labelheading {
    padding-right: 10px;
    text-align: left;
    font-size: 19px;
    font-weight: bold;
    color: yellow;
    margin-bottom: 5px;
    /*margin-top: 10px;
    margin-left: 10px;*/
}

.textinfo {
    /*padding-right: 10px;*/
    text-align: left;
    font-size: 19px;
    /*font-weight: bold;*/
    color: #00BFFF;
    /*position: fixed;*/
}

#toprow {
    margin-left: 60px;
    color: yellow;
    margin-bottom: 20px;
}

#bottomrow {
    margin-left: 60px;
    color: yellow;
}

.yellowborder {
    border: solid thick yellow; /*#5bc0de;*/
    border-width: 4px;
}

.dropdown {
    margin: 10px 0px 0px 0px;

}

.dropdownApi {
    margin: 4px 0px 0px 0px;
}

.dropdownStyling {
    border: solid thick yellow;
    border-width: 4px;
    width: 180px;    /* 200px */
    margin-bottom: 2px;
    text-align: center;
    border-radius: 3px;
    height: 35px;
    box-sizing: border-box;
    cursor: pointer;
}

.dropdownStyling:focus {
    border: solid 3px #0db4f0;
    /*outline: solid thick #00BFFF;*/
    box-sizing: border-box;
}

select .dropdownStyling option:hover {
    background-color: #0db4f0; /*#00BFFF*/
    border-radius: 3px;
}

.dropdown-item {
    background-color: #0db4f0; /*#00BFFF*/
    border-radius: 3px;
}

.dropdownStylingTrending {
    border: solid thick yellow;
    border-width: 4px;
    width: 225px;  /*200px*/
    margin-bottom: 2px;
    text-align: center;
    border-radius: 3px;
    height: 30px;
    box-sizing: border-box;
    cursor: pointer;
}

.dropdownStylingTrending:focus {
    /*border-color: #00BFFF;
    border-width: 1px;*/
    border: solid 4px #0db4f0;  /* outline: solid thick #00BFFF; */
    box-sizing: border-box;
}

.dropdownStylingSavedBooks {
    border: solid 1px yellow; /*solid thick skyblue */
    background-color: skyblue;
    border-width: 4px;
    color: black;
    font-weight: 600;
    width: 500px; /* 200px */
    margin-bottom: 2px;
    text-align: center;
    border-radius: 3px;
    height: 37px;
    box-sizing: border-box;
}

.dropdownStylingSavedBooks:focus
{
    border: solid 4px yellow;
    box-sizing: border-box;
}

.dropdownStylingSavedBooks option {
    color: black;
    font-weight: 600;
    border: solid 4px yellow;
}

.labelSavedBooks {
    color: black;
    font-weight: 600;
    font-size: 16px;
}

td.tdTableSavedBooksApi {
    border: none;
    text-align: center;
    padding-right: 145px;
    padding-top: 30px;
}

.buttonViewSavedBook {
    background-color: skyblue;
    max-height: 40px;
    border: solid 2px yellow;
}

.buttonViewSavedBook:hover, .dropdownStylingSavedBooks:hover {
    background-color: #0db4f0;
}

.buttonRemoveSavedBook {
    max-height: 40px;
}


.textboxStyling {
    border: solid 4px yellow;
    width: 180px;
    margin-bottom: 2px;
    text-align: center;
    border-radius: 3px;
    height: 35px;
    outline: none;
}

.textboxStyling:focus {
    border: solid 4px #0db4f0;
    /*border: solid 4px #00BFFF*/
    border-radius: 3px;
}

.dropdownButton {
    width: 180px;
    border: solid thick yellow;
    background-color: #00BFFF; /*#0db4f0*/
    border-radius: 3px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0px;
}

.dropdownButton:hover {
    background: yellow;
    color: black;
    border: solid thick #00BFFF; /*#0db4f0*/
    border-width: 4px;
    font-weight: bold;
    border-radius: 3px;
}

.bookLinkInfo
{
    margin-top: 15px;
    color: white;
}

.cardtop {
    /*margin-left: 8px; 20px;*/
    border: solid thick yellow; /*#5bc0de;*/
    border-width: 4px;
    margin-left: 8px;
    position: relative;
    height: 165px;
    width: 158px;
}

.cardbottom {
    border: solid thick yellow;
    border-top: none;
    background-color: transparent; /*#5bc0de;*/
    border-width: 4px;
    color: #5bc0de; /*#07bdfa #00BFFF; #80DFFF; #00FFBF; #39ff14; #ff7f4c; #5bc0de; lawngreen; lime; #00ffa0; */
    font-size: 11px; /*14px;   0.8vw;*/
    /*word-wrap: break-word;*/
    font-weight: bold;
    height: 90px;
    width: 158px;
    margin-left: 8px;
    /*width: 150px;*/
}

.card {
    background-color: transparent;
    border: none;
}

.missingcover {
    position: absolute;
    top:50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    text-align: center;
    color: yellow;
    font-weight: bold;
}

.missingcover2 {
    position: center;
}

.outline {
    border: solid thick #5bc0de;
    border-width: 4px;
}


/*.cardimage {
    border: solid thick yellow; //#5bc0de;
    border-width: 4px;
    align-content: center;
    width: 140px;
    height: 160px;
    padding: 0px;
}*/


#booklistheading2 {
    color: #00BFFF;
}

/*@media (max-width: 1000px) {
    img.books {
        padding-left: 15px;
        width: 300px;
        height: auto;
    }
}*/

.bookImgBtn {
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: inherit;
    padding: 0px 0px 0px 2.5px;
}

.bookImg {
}

#viewbagMsg {
    margin-top: 1px;
    margin-bottom: 3px;
}

#outsidecontainer {
    margin-bottom: 75px;
}


/* BEGIN BOOK INFO & SEARCH PRICE CSS STYLING */
#tablecontainer {
    margin-top: 15px;
}

.bookInfoIsbnFont1 {
    /*font-family: Impact;   impact, tahoma, serif, san serif, fantasy*/
    font-size: 16px;
    color: yellow;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    /*font-weight: 300;*/
}

.bookInfoIsbnFont2 {
    /*font-family: Arial; impact, tahoma, serif, san serif, fantasy*/
    font-size: 15px;
    color: yellow;
    font-weight: 700;
    margin: 5px 0px 0px 0px;
    padding: 0px;
}

.bookInfoIsbnFont3 {
    /*font-family: Arial; impact, tahoma, serif, san serif, fantasy*/
    font-size: 16px; /*15px*/
    color: #00BFFF;
    font-weight: 700;
    text-decoration: underline;
    padding: 0px;
    margin: 5px 0px 0px 0px;
}

.bookInfoIsbnFont4 {
    padding: 0px;
    margin: 10px 0px 0px 0px;
    /*font-family: Impact; impact, tahoma, serif, san serif, fantasy*/
    font-size: 16px;
    color: #07bdfa; /*#00BFFF*/
    font-weight: bold;
    /*font-weight: 300;*/
}

.bookInfoIsbnFont5 {
    padding: 14px 0px 0px 0px;
    font-size: 15px;
    color: yellow; /* yellow, #00BFFF, #07bdfa */
    font-weight: bold;
    margin-top: 10px 0px 0px 0px;
}

#tblAllBookInfo {
    padding: 0px 0px 0px 0px;
    border: none;
    margin: 0px 0px 20px 50px;
    /* margin: 0px 0px 50px 50px; */
}

#tblBookInfo {
    padding: 0px 0px 0px 0px;
    border: solid;
    /*margin-bottom: 20px;*/
    margin-top: 2px;
    margin-bottom: 5px;
    background-color: #823f00;
}

.scrollToBookPrice {
    color: #07bdfa;
    text-decoration: underline;
}

a.scrollToBookPrice:hover {
    color: white;
}

.bookInfoBox {
    padding-left: 50px;
    text-align: left;
    vertical-align: top;
    margin-right: 0px;
}

.bookInfoKey {
    padding-left: 7px;
    padding-right: 23px;
    /*padding-right: 30px;*/
}

.bookInfoValue {
    /*color: #0075FF;#0bbffc(11,191,252),#0dc0ff(13,192,255),#0db4f0(13,180,240),#0db4fa(13,180,250)*/
    color: #00bfff; /* #00bfff #07bdfa #0db4f0 */
    padding-right: 10px;
}

.bookInfoLink {
    padding-top: 18px;
    font-size: 22px;
}

.audioBookInfoLink {
    padding-top: 0px;
    font-size: 22px;
    padding-bottom: 5px;
}

.bookInfoHyperLink {
    color: #0075FF;
}

.bookInfoNoPrice {
    margin-top: 10px;
    margin-bottom: 8px;
    color: #07bdfa; /* #00bfff, #0db4f0*/
    text-transform: uppercase;
}

.bookInfoRow {
    background-color: #823f00;
    /*background-color: transparent;*/
    font-size: 23px;
    border: solid;
}

.bookInfoHeader {
    background-color: #823f00;
    text-align: center;
    padding: 0px 10px;
}

.btnBottomMargin {
    margin-bottom: 0px;
}

.bookInfoExtLink {
    text-align: left;
    font-size: 20px;
}

.alignTop {
    vertical-align: top;
}

.bookInfoExtLinkList {
    list-style-type: none;
    text-align: left;
    font-size: 20px;
}

.noPadding {
    padding: 0px;
}


.bookInfoDisplayContainer {
    position: relative;
    top: 0;
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
    /*padding: 0px 0px 200px 0px;*/
}

.bookInfoDisplay {
    /*width: 325px;*/
    width: 376px;
    /*height: 450px;*/
    height: 532px;
    padding-top: 0;
    margin-top: 0;
    /*position: absolute;
    top: 0;*/
}

.bookInfoMissing {
    position: absolute;
    /*top: 50%;*/
    top: 63%;
    left: 50%;
    transform: translate(-50%, -150%);
    text-align: center;
    color: yellow;
    font-weight: bold;
}

.transparentBtn {
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: inherit;
    padding: 0px 0px 2.5px 0px;
    color: #00BFFF;
    font-size: 11px;
    font-weight: bold;
}

.footer {
    margin-bottom: 12px;
    margin-top: 15px;    /*20px*/
    font-size: 16px;
}

table#pricesTable {
    margin: 0px 0px 75px 0px; /* 0px 0px 75px 35px; */
    font-size: 20px;
    /*width: 100%;*/
}

/*element.style {
    width: 100%;
}*/

#pricesTable > * {
    color: yellow;
    border: solid;
    box-sizing: border-box;
}

#pricesTable > * > * {
    /*background-color: #823f00;*/
    background-color: transparent;
    border: solid;
    box-sizing: border-box;
}

#pricesTable > thead > tr > th {
    color: yellow;
    /*background-color: #823f00;*/
    background-color: transparent;
    border: solid;
    box-sizing: border-box;
}

#pricesTable > tbody > tr > td {
    /*color: #0075FF;*/
    color: #0db4f0;
    /*background-color: #823f00;*/
    background-color: transparent;
    border: solid;
    border-color: yellow;
    text-align: center;
    font-size: 20px;
    box-sizing: border-box;
}

#pricesTable  > tbody > tr > td > a {
    /*font-weight: 800;*/
    /*color: blue;*/
    color: #0db4f0;
    text-decoration: underline;
    font-weight: 700;
}


div.dt-layout-row .dt-layout-cell.dt-start { /*.dt-paging*/
    /*display: inline-block;*/
    float: left;
    /*width: 50%;*/
    text-align: left;
    font-size: 20px;
    margin-bottom: 0; /*40px;*/
    padding: 0px;
    color: yellow; /*#0db4f0;*/
}

div.dt-layout-row .dt-layout-cell.dt-end {
    /*display: inline-block;*/
    /*padding-right: 30px;  32px; 115px*/
    /*margin-right: auto;*/
    float: right;
    /*width: 50%;
    text-align: right;*/
    font-size: 20px;
    /*margin-right: 10%;*/
    padding: 0px;
    margin-bottom: 0;
    /*padding-right: calc(var(--bs-gutter-x)* 0.5);*/
    color: yellow; /*#0db4f0;*/
}

div.dt-container div.dt-layout-row {
    /*padding-right: 35px;
    width: 90%;*/
}

#pricesTable_wrapper {
    /*max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0px;*/
}

.dt-length select option {
    background-color: #823f00;
}

div.dt-container .dt-info {
    /*font-size: 20px;
    margin-left: 40px;*/
    margin-bottom: 0px;
    padding: 0;
    color: yellow; /*#0db4f0;*/
}

div.dt-container .dt-length .dt-input {
    border: 2px solid yellow;
    border-radius: 5px;
    /*margin-right: 4px;*/
    margin-bottom: 10px;
    padding: 0;
    /*padding: 5px;
    background-color: transparent;
    color: inherit;*/
}

div.dt-container .dt-length label {
    margin-bottom: 1px;
    padding: 0;
    /*padding: 5px;
    background-color: transparent;
    color: inherit;*/
}

div.dt-container .dt-search input {
    border: 2px solid yellow;
    border-radius: 5px;
    padding: 5px;
    color: #00bfff; /*#0db4f0*/
    font-size: 20px;
    margin: 0px;
    margin-bottom: 3px;
}

div.dt-container .dt-search input:focus {
    border: solid 4px #00bfff; /*#0db4f0*/
    border-radius: 5px;
    padding: 3px;
    color: #00bfff; /*#0db4f0*/
    font-size: 20px;
    margin: 0px;
    background-color: transparent;
}

div.dt-container .dt-search label {
    color: yellow;
    font-size: 20px;
    margin-right: 4px;
    margin-bottom: 0;
}

div.dt-container .dt-paging .dt-paging-button {
    /*box-sizing: border-box;*/
    /*display: inline-block;*/
    /*min-width: 1.5em;*/
    /*padding: 0.5em 1em;*/
    min-width: 1em;
    padding: 0.3em .7em;
    margin-left: 0px;
    margin-bottom: 5px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: yellow;
    border: 2px solid yellow;
    border-radius: 5px;
    background: transparent;
}

div.dt-container .dt-paging .dt-paging-button.current {
    min-width: 1em;
    /*padding: 0.5em 1em;*/
    padding: 0.3em .7em;
    margin-left: 0px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #0db4f0 !important; /*#0db4f0*/
    /*font-weight: 800;*/
    border: 3px solid #0db4f0;
    border-radius: 5px;
    background-color: #3c3c3c; /* #5bc0de: info (bootstrap), light brown: #823f00 */
    /*outline: none;
    background-color: #0c0c0c;*/
}

div.dt-container .dt-paging .dt-paging-button.disabled {
    padding: 0.3em .7em;
    margin-left: 0px;
    text-align: center;
    cursor: pointer;
    color: yellow;
    border: 2px solid yellow;
    border-radius: 5px;
    background: transparent;
}

div.dt-container .dt-paging .dt-paging-button:hover {
    color: #0db4f0 !important;
    border: 3px solid #0db4f0;
    background-color: #823f00;
}

/*table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
    content
}*/

.pricesTableContainer {
    /*margin-right: 40px;*/
    /*margin-right: 0px;*/
    /*max-width: 1140px;*/
    /*padding-right: 20px;*/
}

.hyperText {
    font-size: 20px;
}

.yellow {
    color: yellow;
}

.white {
    color: white;
}

.red {
    color: red;
}

.nickAnKateHome, .contactMeLink {
    color: #097be8; /* #0783fa, #0f89ff, #027cf2, #00BFFF, skyblue = #87CEEB, dodgerblue = #1e90ff */
}

.nickAnKateHome:hover, .contactMeLink:hover {
    color: white;
}

.marginB35 {
    margin-bottom: 35px;
}

.errorHandling {
    margin: 30px 0px;
    text-align: center;
    font-weight: bold;
}

.errorHandling_emailMeButton {
    margin-bottom: 8px;
    margin-top: 8px;
    margin-left: 3px;
    width: 50px;
    border: none;
}

.errorHandling_emailMeButton:hover {
    background-color: dimgray;
}

.errorContainer {
    min-height: 60vh;
    display: flex;
    justify-content: center;
    height: 100%;
    /*background-color: #EFBE7D;  #EFBE7D  #FAC668  #FFCBA4  #FFAD00 */
    /*padding: 50px 0 0 0;*/
    align-items: center;
    /*width: 95%;*/
    margin-top: auto;
}

.homeContainer {
    min-height: 60vh;
    display: flex;
    justify-content: center;
    height: 100%;
    /*background-color: #EFBE7D;  #EFBE7D  #FAC668  #FFCBA4  #FFAD00 */
    /*padding: 50px 0 0 0;*/
    align-items: center;
    /*width: 95%;*/
    margin-top: auto;
}

.booksHome {
    padding: 20px;
}

.homeImages {
    /*width:350px;
    width: 275px;
    height: 250px;*/
    width: 100%;
    height: 95%;
    padding: 0px;
    border: solid thick #5bc0de;
    border-width: 8px;
}

