/*BODY*/
html {
    height: 100%;
}

body {
    margin: 0px;
    font-size: 15px;
    height: 100%;
    width: 100%;
    background-color: white;
    font-family: JosefinSansRegular, "Trebuchet MS", Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.ui-widget {
    font-family: JosefinSansRegular, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.fa {
    font-family: FontAwesome !important;
}

.logo {
    width: auto;
    height: auto;
    display: inline-block;
    float: inherit;
}

.logo-small img {
    height: 32px;
    width: 32px;
    margin: 0px;
    vertical-align: middle;
    border-radius: 2em;
    border: 1px solid gray;
    background-color: white;
    padding: 2px;
}

.logo img {
    height: 40px;
    width: 40px;
    margin: 0px;
    vertical-align: middle;
    border-radius: 2em;
    border: 1px solid gray;
    background-color: white;
    padding: 3px;
}

.logo-large img {
    height: 65px;
    width: 65px;
    margin: 5px;
    border-radius: 3em;
    vertical-align: middle;
    border: 1px solid gray;
    background-color: #ffffff;
    padding: 5px;
}

/* topbar */
#layout-topbar {
    top: 0;
    width: 100%;
    height: 90px;
    position: fixed;
    background-color: #ffffff;
    margin: auto;
    z-index: 1000;
    letter-spacing: 1px;

    -webkit-box-shadow: 1px 2px 5px 0px rgba(43, 59, 93, 0.4);
    -moz-box-shadow: 1px 2px 5px 0px rgba(43, 59, 93, 0.4);
    box-shadow: 1px 2px 5px 0px rgba(43, 59, 93, 0.4);
}

.app-top-bar-left {
    height: 90px;
    line-height: 90px;
}

.app-top-bar-left a img {
    vertical-align: middle;
}

.app-top-bar-left a {
    vertical-align: middle;
    margin-left: 35px;
}

.app-top-bar-right {
    height: 90px;
    line-height: 90px;
}

.app-top-bar-right .app-top-bar-right-content {
    vertical-align: middle;
    margin-right: 50px;
}

.app-top-bar-right-content .user-identification {
    display: inline-grid;
    vertical-align: middle;
    line-height: normal;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.user-identification a {
    color: black;
}

.user-logo-menu.ui-menu.ui-menu-dynamic {
    top: 72px !important;
    position: fixed !important;
}

.app-top-bar-right-content .user-logo-menu-btn {
    vertical-align: middle;
    margin-left: 30px;
}

#layout-content {
    width: 100%;
    padding-top: 100px !important;
    height: 100%;
}

.pnMenu {
    width: 230px;
    overflow: hidden;
    padding-top: 15px;
    padding-left: 40px;
    letter-spacing: 1px;
    height: 100%;
    position: fixed;
}

.pnMain {
    left: 230px;
    min-width: 300px;
    overflow: hidden;
    position: absolute;
    right: 15px;
}

#layout-menu {
    text-align: left !important;
    text-transform: uppercase;
    font-size: 12px !important;
}

#layout-menu a {
    display: inline-grid;
    color: #546E7A;
}

#layout-menu a:hover {
    color: black;
    font-weight: bold;
}

#layout-menu a:hover .fa {
    color: #03A9F4;
}

#layout-menu .active-menu a {
    color: black;
    font-weight: bold;
}

#layout-menu .active-menu .fa {
    color: #03A9F4;
}

#layout-menu .fa {
    margin-bottom: 5px;
}

.data-grid-pictures .ui-widget-content {
    border: 0px !important;
}

.data-grid-pictures .ui-paginator .ui-paginator-bottom {
    margin-top: 10px !important;
}

.data-grid-custom div.ui-widget-content.ui-grid.ui-grid-responsive {
    border: 0px !important;
}

.image-slide {
    width: 100%;
    margin: 0 auto !important;
}

.user-picture-card {
    display: inline-flex;
    width: 100%;
    height: 90px;
}

.user-picture-card #userLogo {
    width: 90px;
    float: left;
}

.user-picture-card #userInfo {
    width: 100%;
    left: 90px;
    text-align: left;
    margin-top: 22px;
    margin-left: 15px;
    letter-spacing: 1px;
}

.user-picture-card #userInfo .name {
    text-transform: uppercase;
    color: black;
}

.user-picture-card #userInfo .email {

}

.data-grid-pictures .DispSideBySide {
    display: inline-flex !important;
}

.ui-growl-item-container {
    opacity: 1 !important;
}

.input-number .ui-inputfield {
    text-align: right !important;
}

/* menu levels */
.menu-level-1 {
    text-indent: 20px;
}

.menu-level-2 {
    text-indent: 40px;
}

.menu-level-3 {
    text-indent: 60px;
}

.Card {
    padding: 30px;
    display: block;
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: #546e7a;
}

.ContentHeader {
    font-size: 28px;
    padding-bottom: 20px;
    font-weight: normal;
    color: #546e7a;
}

.CardTopic {
    font-size: 20px;

    font-weight: lighter;
    color: #546e7a;
    padding: 0px 0px 10px 0px;
}

.CardFooter {
    border-top: solid 1px #e0e0e0;
    margin: 10px -10px -12px;
    padding: 10px;
    overflow: hidden;
    display: block;
}

.CardFooterBtn {
    padding: 10px;
    margin: -10px 0px;
    display: inline-block;
    font-size: 24px;
}

.FooterBtn {
    text-align: right !important;
}

.FooterBtn .ui-button {
    margin-left: 1.1em !important;
}

.CardFooterBtn:hover {
    background-color: #f5f5f5;
}

.CartText {
    color: #ffffff;
    border: 0px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    padding-top: 3px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    background-color: rgb(181, 181, 181);
    height: 40px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.FavoriteInactiveColor {
    color: #656565 !important;
}

.FavoriteColor {
    color: #f50892 !important;
}

.DownloadColor {
    color: #03A9F4 !important;
}

/* LAYOUT STANDART STYLES -----------------------------------------------------------------*/
a {
    text-decoration: none;
    outline: none;
}

img {
    outline: none;
}

li {
    list-style: none;
}

/* seperator line */
.Separator {
    border-bottom: solid 1px #E0E0E0;
    width: 100%;
    overflow: hidden;
    height: 0px;
    margin: 10px 0px;
    clear: both;
}

.SeparatorFull {
    border-bottom: solid 1px #E0E0E0;
    display: block;
    overflow: hidden;
    height: 0px;
    margin: 10px -20px;
    clear: both;
}

/* hover effect for boxlink and links */
.HoverEffect {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.HoverEffect:hover {
    opacity: 0.8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* shadow */
.ShadowEffect {
    -webkit-box-shadow: 1px 2px 15px 0px rgba(43, 59, 93, 0.4);
    -moz-box-shadow: 1px 2px 15px 0px rgba(43, 59, 93, 0.4);
    box-shadow: 1px 2px 15px 0px rgba(43, 59, 93, 0.4);
}

/* shadow */
.ShadowEffectGrid {
    border-radius: 30px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding-bottom: 10px;

    -webkit-box-shadow: 1px 2px 5px 0px rgba(43, 59, 93, 0.4);
    -moz-box-shadow: 1px 2px 5px 0px rgba(43, 59, 93, 0.4);
    box-shadow: 1px 2px 5px 0px rgba(43, 59, 93, 0.4);
}

@media screen and (min-width: 0\0
) {
    /* IE 10+ specific styles go here */
    .ShadowEffect {
        box-shadow: 0px 0px 8px 0px rgba(43, 59, 93, 0.4);
    }
}

.BigTopic {
    font-size: 20px;
    font-weight: lighter;
    color: #546E7A;
    padding: 10px 0px;
}

/* text colors */
.Black {
    color: #000000;
}

.White {
    color: #ffffff;
}

.WhiteBlue {
    color: #E1F5FE;
}

.SoftBlue {
    color: #03A9F4;
}

.Blue {
    color: #0288D1;
}

.Turquoise {
    color: #26C6DA;
}

.SoftGray {
    color: #ECEFF1;
}

.Gray {
    color: #90A4AE;
}

.BoldGray {
    color: #546E7A;
}

.SoftOrange {
    color: #FFCC80;
}

.Orange {
    color: #FB8C00;
}

.SoftGreen {
    color: #A5D6A7;
}

.Green {
    color: #43A047;
}

.LeadenGreen {
    color: #26A69A;
}

.SoftRed {
    color: #EF9A9A;
}

.Red {
    color: #E53935;
}

.Pink {
    color: #FF4081;
}

.SoftPurple {
    color: #CE93D8;
}

.Purple {
    color: #8E24AA;
}

.Yellow {
    color: #F7D100;
}

/* background colors */
.WhiteBlueBack {
    background-color: #E1F5FE;
}

.SoftBlueBack {
    background-color: #03A9F4;
}

.BlueBack {
    background-color: #0288D1;
}

.TurquoiseBack {
    background-color: #26C6DA;
}

.SoftGrayBack {
    background-color: #f5f5f5;
}

.GrayBack {
    background-color: #90A4AE;
}

.BoldGrayBack {
    background-color: #546E7A;
}

.SoftOrangeBack {
    background-color: #FFCC80;
}

.OrangeBack {
    background-color: #FB8C00;
}

.SoftGreenBack {
    background-color: #A5D6A7;
}

.GreenBack {
    background-color: #43A047;
}

.LeadenGreenBack {
    background-color: #26A69A;
}

.SoftRedBack {
    background-color: #EF9A9A;
}

.RedBack {
    background-color: #E53935;
}

.PinkBack {
    background-color: #FF4081;
}

.SoftPurpleBack {
    background-color: #CE93D8;
}

.PurpleBack {
    background-color: #8E24AA;
}

.YellowBack {
    background-color: #F7D100;
}

/* borders */
.BorderTop {
    border-top: solid 1px #E0E0E0;
}

.BorderRight {
    border-right: solid 1px #E0E0E0;
}

.BorderBottom {
    border-bottom: solid 1px #E0E0E0;
}

.BorderLeft {
    border-left: solid 1px #E0E0E0;
}

.BorderAll {
    border: solid 1px #E0E0E0;
}

.Btn-Default {
    border: 1px solid #999999 !important;
    background: #999999 !important;
}

.Btn-Success {
    border: 1px solid #4CAF50 !important;
    background: #4CAF50 !important;
}

.Btn-Success:hover {
    background: #429346 !important;
}

.Btn-Danger {
    border: 1px solid #E53935 !important;
    background-color: #E53935 !important;
}

.Btn-Warning {
    border: 1px solid #FB8C00 !important;
    background: #FB8C00 !important;
}

.Btn-Primary {
    border: 1px solid #0280ca !important;
    background: #0280ca !important;
}

.tag {
    text-transform: uppercase;
}

/* .tag {
    padding: 6px;
    color: #ffffff;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
} */

.tag-warning {
    background-color: #ffa400 !important;
}

.tag-danger {
    background-color: #d40013 !important;
}

.tag-success {
    background-color: #40a529 !important;
}

.tag-default {
    background-color: #a7a7a7 !important;
}

.hovering-droppable {
    background-color: blue;
}

.no-picture {
    text-align: center;
    width: 100%;
    height: 100%;
    border: dotted 2px #E1E1E1;
    border-radius: 15px;
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
}

.no-picture:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.no-picture-background {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
}

.no-book-cover {
    border: dotted 2px #E1E1E1;
    border-radius: 2px;
    height: 200px;
    max-width: 150px;
    background-image: url("/javax.faces.resource/images/no_picture.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30%;
}

.book-cover {
    height: 200px;
    max-width: 150px;
    background-color: #a4a4a4;;
}

.book-cover > .book-cover-image {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.book-reorder-content {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 4px;
}

.book-reorder-content .ui-droppable {
    width: 100%;
    height: 100%;
}

.book-reorder-content .content-image {
    position: absolute;
    width: 100%;
    height: 100%
}

.book-reorder-content .content-options {
    position: absolute;
    right: 0px;
    bottom: 0px;
    text-align: center;
    display: none;
}

.book-reorder-content .options-hide {
    display: none;
}

.book-reorder-content .content-options > div {
    background-color: rgba(0, 0, 0, 0.65);
    width: fit-content;
    margin: auto;
    padding: 5px;
    border-radius: 3px;
    color: #ffffff;
}

.book-reorder-content .content-options > div > a {
    color: #ffffff;
}

.book-reorder-content .options-show {
    display: block;
}

.book-reorder-content:hover .options-hide {
    display: block;
}

.book-reorder-content .content-duplicate-warning {
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: left;
}

.book-reorder-content .content-duplicate-warning > span {
    color: #ffa400;
    font-size: 20px;
    padding: 5px;
    text-shadow: #000000 0.05em 0.05em 0.05em;
}

.image-thumbnail {
    width: 200px;
    height: 200px;
    background-color: #e2e2e2;
}

.image-thumbnail.loader {
    background-image: url("/javax.faces.resource/images/loading_1.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90px;
}

.image-subscription-content {
    width: 125px !important;
    height: 125px !important;
    border: dotted 1px #E1E1E1;
    border-radius: 15px;
    margin: 2px;
    background-image: url("/javax.faces.resource/images/no_picture.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
}

.image-subscription-content .image-subscription-thumbnail {
    width: 100%;
    height: 100%;
}

/*
    Subscriptions Plans
*/

.pricing-panel {
    background-color: #ffffff;
}

.pricing-panel .pricing-content {
    width: 100%;
    min-width: 120px;
    margin: 0 auto;
    text-align: center;
}

.pricing-panel .pricing-content p {
    color: #a4a4a4;
}

.pricing-panel .pricing-content > p {
    font-size: 20px;
}

.pricing-panel .pricing-content .pricing-name {
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    text-align: right;
    margin-top: 15px;
    color: #ffffff;
    text-shadow: black 0.1em 0.1em 0.2em
}

.pricing-panel .pricing-content .pricing-description {
    font-size: 18px !important;
    text-align: right;
    text-shadow: black 0.1em 0.1em 0.2em
}

.pricing-panel .pricing-content .pricing-box p {
    color: #424242;
    font-size: 18px;
}

.pricing-panel .pricing-content .pricing-box {
    padding: 10px 0;
    background-color: #e1e6e9;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}

.pricing-panel .pricing-content .pricing-box .pricing-fee {
    background-color: #404040bd;
    width: 90%;
    height: 80px;
    margin: 50px auto;
    font-size: 23px;
    line-height: 80px;
    text-align: center;
}

.pricing-panel .pricing-content .pricing-box .pricing-fee-offer {
    background-color: #404040bd;
    width: 90%;
    height: 100px;
    margin: 50px auto 40px auto;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
    padding-top: 10px;
}

.pricing-panel .pricing-content .pricing-box .pricing-fee-offer .pricing-offer {
    text-transform: uppercase;
    font-style: italic;
    text-align: left;
    line-height: normal;
    margin-top: 5px;
    display: inline-grid;
}

.pricing-panel .pricing-content .pricing-box .pricing-btns {
    width: 100%;
}

.pricing-panel .pricing-content .pricing-box .pricing-btns .radio-btn {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #636e6f;
    text-transform: uppercase;
    margin: auto;
    width: fit-content;
    padding: 3px 8px 3px 8px;
}

.pricing-panel .pricing-content .pricing-box > div > span {
    margin: 25px;
}

/*
    PRICING
*/

.pricing {
    width: 100%;
    background-color: #424242;
    min-width: 120px;
    height: 200px;
    position: relative;
}

.pricing .content-image {
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pricing .content {
    color: #ffffff;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    position: absolute;
}

.pricing:hover .content.shadow {
    background-color: #212121;
    opacity: 0.50;
}

.pricing .content.dirty {
    background-color: #ffffff;
}

.pricing .content.dirty .name {
    padding-top: 80px;
    width: 100%;
    font-size: 30px;
    color: #000;
    font-family: JosefinSansLight, JosefinSansRegular, "Trebuchet MS", Helvetica, sans-serif;
}

.pricing .content.dirty .name .price {
    font-family: JosefinSansRegular, "Trebuchet MS", Helvetica, sans-serif;
    font-size: 40px;
}

.pricing .info {
    text-transform: uppercase;
    position: absolute;
    top: 50px;
    width: 100%;
    color: #ffffff;
    text-align: center;
}

.pricing .info .name {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    margin: auto;
}

.pricing .info .offer {
    margin: auto;
    padding-top: 17px;
    font-weight: normal;
    font-size: 17px;
}

.pricing .offer .offer-text {
    font-style: italic;
    font-family: JosefinSansLight, JosefinSansRegular, "Trebuchet MS", Helvetica, sans-serif;
}

.pricing .bottom {
    color: #ffffff;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    width: 70%;
    padding-left: 15%;
    padding-right: 15%;
    display: flex;
}

.pricing .bottom .btn {
    float: left;
    margin: auto;
    width: 50%;
    background-color: #ffffff;
    border: 4px #ffffff solid;
}

.pricing .bottom .btn .text {
    color: #000000;
    padding: 4px;
}

.pricing .bottom .price {
    width: 50%;
    border: 4px #ffffff solid;
    font-size: 14px;
    text-transform: none;
}

.price.only {
    margin: auto;
    background-color: #ffffff;
    color: #000;
}

.pricing .bottom .price div {
    padding-top: 5px;
}

.pricing .bottom .btn .ui-button, .pricing .bottom .btn button.ui-button.ui-state-default, .pricing .bottom .btn.ui-button.ui-state-default {
    color: #000000;
    font-style: normal;
    font-weight: lighter !important;
    background-color: #fff;
    text-align: center;
    border-radius: unset;
    font-size: 14px;
    border: none;
    width: 100%;
    text-transform: uppercase;
}

.pricing .bottom .btn.ui-button, .pricing .bottom .btn button.ui-button.ui-state-default, .pricing .bottom .btn.ui-button.ui-state-default span {

}

.bottom .pricing-btns {
    width: 100%;
    font-size: 14px;
}

.bottom .pricing-btns .radio-btn {
    color: #212121;
    text-transform: uppercase;
    margin: auto;
    width: fit-content;
}

.choose-payment-type img {
    height: 25px;
}

.tabmenu-layout {
    border: 0 none;
    background: transparent;
}

.tabmenu-layout ul {
    background: transparent;
}

.tabmenu-layout ul > li {
    font-weight: normal;
    border-bottom: 0;
    top: 1px;
}

.tabmenu-layout ul > li.ui-state-default {
    border: 1px solid #d6d6d6;
    background: #f6f7f9;
    color: #555;
}

.tabmenu-layout ul > li.ui-state-active {
    border: 1px solid #bebebe;
    background: #fff;
    font-weight: normal;
    color: #555;
}

.tabmenu-layout ul > li.ui-state-active .ui-menuitem-text {
    color: #212121;
}

.edit-table .ui-widget-content.ui-datatable-even.ui-state-highlight.ui-row-editing {
    background: #75c9ff !important;
}

.book-card {
    width: 100%;
    color: #ffffff;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding-bottom: 10px;

    -webkit-box-shadow: 1px 2px 5px 0px rgba(43, 59, 93, 0.4);
    -moz-box-shadow: 1px 2px 5px 0px rgba(43, 59, 93, 0.4);
    box-shadow: 1px 2px 5px 0px rgba(43, 59, 93, 0.4);
}

.book-card-header {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;

    background-color: rgba(0, 0, 0, 0.51);
    height: 48px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-size: 15px !important;
}

.book-card-header .logo-small {
    display: inline-block;
    margin: 5px;
}

.book-card-content {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    min-height: 150px;
    text-shadow: black 0.1em 0.1em 0.2em
}

.book-card-title {
    margin: 10px 5px;
}

/* OVERRIDE */

.ui-fileupload-row > div {
    max-width: 250px;
    vertical-align: middle;
    word-wrap: break-word;
}

.ui-button, button.ui-button.ui-state-default, .ui-button.ui-state-default {
    border: 1px solid #000000;
    color: #fff;
    background: #2a2a2a;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: unset;
    font-size: 13px;
}

button.ui-button.ui-state-default span, .ui-button.ui-state-default span {
    font-weight: unset;
}

.ui-button-text.ui-c {
    margin-top: 2px;
}

.ui-dialog-buttonpane.ui-dialog-footer.ui-widget-content.ui-helper-clearfix {
    text-align: right !important;
}

.btn-apply-discount {
    font-size: 12px !important;
}

.wizard-payment > ul {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    display: inline-flex;
}

.wizard-payment > ul > li {
    width: 100%;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #b9b9b9;
}

.wizard-payment > ul > .ui-wizard-step-title.ui-state-default.ui-state-highlight.ui-corner-all {
    background: #b9b9b9;
}

/* Data Table */
.ui-datatable table {
    table-layout: auto;
}

.ui-datatable table, tr, td {
    border: none !important;
}

.ui-datatable thead tr {
    border: none !important;
}

.ui-datatable thead th {
    padding: 5px 0px;
    font-weight: bold;
    background-color: #ffffff !important;
    background-image: none !important;
    border: none !important;
}

.ui-datatable thead th, .ui-datatable tfoot td {
    text-align: left !important;
}

.ui-datatable th.ui-state-active {
    color: #686868;
}

.ui-datatable .ui-datatable-header {
    background-color: transparent;
    border: 0px solid transparent !important;
    text-align: left !important;
    padding: 0 !important;
    min-height: 40px;
}

.ui-datatable > .ui-datatable-header.ui-widget-header {
    background: transparent !important;
}

.ui-datatable-data.ui-widget-content {
    border-top: 1px solid #d6d6d6;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datatable .ui-widget-header {
    background: #fafafb;
}

.ui-datatable .ui-paginator.ui-paginator-bottom {
    border: 0;
    font-size: 12px;
    margin-top: 5px;
}

.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td, .ui-datatable tfoot th {
    padding: 6px 6px !important;
}

.ui-paginator .ui-paginator-page.ui-state-active {
    border: 0;
    background: transparent;
    color: #2a2a2a;
}

.ui-paginator .ui-state-default, .ui-paginator .ui-widget-header .ui-state-default {
    border: 0;
}

.ui-datatable-header .cm-list-search {
    float: right;
    width: 200px;
    position: absolute;
    right: 84px;
    font-weight: 300;
    margin-bottom: 20px;
}

.search-box {
    width: 100%;
    position: relative;
}

.search-box-content {
    width: 150px;
    position: absolute;
    right: 0px;
    border-bottom: 1px solid #d6d6d6;
}

.search-box-content input {
    padding: 0;
    width: 100% !important;
    line-height: 24px !important;
}

.search-box-content .ui-state-default {
    border: 0;
}

.covers-content {
    height: 250px;
    width: 365px;
    border: 1px solid #c9c9c9;
    overflow: hidden;
}

.covers-content .back-cover-content {
    background-color: #e2e2e2;
    height: 210px;
    width: 140px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 40px;
    float: left;
    position: relative;
}

.covers-content .covers-separator-content {
    background-color: #f9f9f9;
    height: 100%;
    width: 5px;
    border-right: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    float: left;
}

.covers-content .front-cover-content {
    background-color: #e2e2e2;
    height: 210px;
    width: 178px;
    margin-top: 40px;
    float: left;
    position: relative;
}

.covers-content-btns {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 7px;
    border-radius: 2px;
}

.covers-content-btns a {
    color: #e1e3e2;
}

.covers-title {
    width: 365px;
    overflow: hidden;
    padding: 5px;
}

.covers-title .cover {
    margin-left: 110px;
}

.single-file-uploader > .ui-fileupload-content {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.single-file-uploader > .ui-fileupload-content .ui-fileupload-files {
    margin: 0px;
}

.dialog-scroll-panel {
    overflow: auto;
}

.sub-list {
    padding-left: 25px;
}

.sub-list > span {
    font-weight: bold;
}

.faq-bold {
    font-weight: bold;
    font-family: JosefinSansSemiBold, "Trebuchet MS", Helvetica, sans-serif;
}

.ui-datatable .ui-sortable-column-icon {
    display: none !important;
}

.text-color {
    color: #222;
}

.pnlOverlayUpload {
    max-height: 410px;
    position: absolute;
    bottom: 73px;
    display: none;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3)!important;
    border: 1px solid #d5d5d5;
    left: 47px;
}

.pnlOverlayUpload.fixed{
    position: fixed;
    bottom: 55px;
    left: 276px;
}

.ui-g.footer {
    position: fixed;
    bottom: 0;
    background-color: #ffffff;
    border-top: 0px solid #d9d9d9 !important;
    height: 60px;
    right: 50px !important;
    left: 269px;
    width: auto !important;
    padding-top: 10px;
}

.single-file-uploader .ui-fileupload-cancel.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only {
    display: none;
}

.picture-uploader .ui-fileupload-cancel.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only {
    display: none;
}

.block-small {
    background-image: url("/javax.faces.resource/images/loading_1.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 65%;
    background-color: white;
    opacity: 0.85;
    height: 101% !important;
}

.block-pnl-pictures {
    opacity: 0.10;
    background-color: white;
}

.mobile-recommendation {
    margin-top: 90px;
    display: none;
    width: 100%;
    background-color: #a4a4a4;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
}

.mobile-recommendation p {
    color: #ffffff;
    font-weight: bold;
}

.mobile-recommendation .coming-soon {
    color: #ffffff;
    background-color: #000000;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
}

.mobile-recommendation .android {
    display: none;
}

.mobile-recommendation .ios {
    display: none;
}

.mobile-recommendation .android.show {
    display: inline-block;
}

.mobile-recommendation .ios.show {
    display: inline-block;
}

.mobile-recommendation.show {
    display: block !important;
}

#layout-content.mobile-recommendation-show {
    padding-top: 0 !important;
}

.panel-show-address {
    border: 0;
    padding: 0;
}

.ui-panel.panel-show-address .ui-panel-content {
    padding: 0;
}

.dialog-transaction-details.ui-dialog .ui-dialog-content {
    padding: 1.5em 2em;
}

.datatable.filter .ui-button.ui-state-default {
    font-size: 10px;
}

.dialog-upload-cover .ui-dialog-content.ui-widget-content {
    padding-right: 4px;
}

@media (max-width: 64em) {

    .book-reorder-content .options-hide {
        display: block;
    }
}
