﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    
}

.cw-IframeLoadingBook {
    background: url(Pictures/Common/Loading_106.gif) center center no-repeat;
    width: 100%;
    height: 100%;
}

.cw-IframeLoadingStore {
    background: url(Pictures/Common/Loading_106.gif);
    background-repeat: no-repeat;
    background-position: 50% 25%;
    width: 100%;
    height: 100%;
}


/* Cards Carusel */
.cards-wrapper {
    display: flex;
    justify-content: center;
}

.card {
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    border-radius: 0;
}

.carousel-inner a {
    text-decoration: none;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #e1e1e1;
    width: 5vh;
    height: 5vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}



