[class*="bills"] {
    width: 100%;
}

input.soluong {
    min-width: 35px;
}

input.dongia {
    min-width: 50px;
}

div#bm,
#bb {
    border-top: 2px solid green;
}

div#bm {
    background: #ebeab842;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.center{
    text-align: center;
    vertical-align: middle;
}
.justify {
    text-align: justify;
}
.middle {
    display: table-cell;
    position: relative;
    align-self: center;
}
.bills .th.billshead,
.orders .th.billshead {
    position: sticky;
    top: 0;
    margin-bottom: 3px;
    box-shadow: 0 1px 5px grey;
}

@media screen and (max-width: 767px) {
    div#fxheader {
        display: none;
    }
    h1 a {
        font-size: 0.6em !important;
    }
    div.form-group.col-md-3,
    div.form-group.col-md-2 {
        width: 50% !important;
    }
    .orders td {
        font-size: 85%;
    }
    table#orderDetail td {
        font-size: 80%;
    }
}

.bills .th,
.orders .th {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
    background: lawngreen;
    padding: 2px;
}
.orders .dropdown {
    min-width: 100px;
}

.billid {
    font-weight: bold;
    width: 100%;
}

thead.addbilldt {
    background: #efd86882;
}

[class*="container-fluid full"] {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .container-fluid .full {
        width: 800px !important;
        margin: 0 auto;
        font-size: 1.5em;
    }
    .bills {
        width: 50%;
        height: 92vh;
    }
}

.headrow {
    background-color: #fff2df;
    padding-top: 15px;
    border-radius: 20px 20px 0 0;
    border: 1px dotted darkslategrey;
    text-align: center;
}

#devider {
    clear: both;
    background-color: gainsboro;
    height: 5px;
}

.order {
    overflow-y: scroll;
    display: block;
    float: left;
}

.orderb {
    display: block;
    float: right;
    overflow-y: scroll;
}

.bills {
    display: inline-block !important;
    font-size: 0.6em !important;
    padding-right: 5px !important;
    margin-top: 5px;
    position: relative;
}

.bills.full {
    font-size: 1em !important;
}

.bills-heading {
    background-color: aquamarine !important;
    font-weight: bolder;
    padding-left: 5px;
    font-size: 1.7em;
    color: chocolate;
}

th {
    text-align: justify;
}

.diachi {
    font-size: 0.8em;
    font-weight: bold;
    font-style: italic;
}

.ngaypx,
.sopx {
    text-align: center;
    font-weight: bold;
}

thead.table-info {
    width: 100% !important;
}

input.form-check-input {
    margin-right: 0 !important;
}

div.form-check-inline {
    margin-right: 0 !important;
}

.form-check-input {
    margin: 0 !important;
    position: relative !important;
}

.giaban {
    text-align: right;
}
.sl {
    text-align: right;
}

div#homePageContainer {
    margin-top: auto;
}

.bills.order.full {
    width: 100%;
    height: 100vh;
}

.bills.order.hide {
    display: none !important;
}

.bills-heading:hover {
    cursor: pointer;
}

.bills-heading {
    user-select: none;
}

.bills.order.full .bills-body {
    margin-top: 40px;
}

[class*="bills order full bills-heading"] {
    width: 100vh;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    .bills.order.full .bills-heading {
        position: fixed !important;
        margin: 0 auto;
        width: 778px;
    }
}

.editdiv.hide {
    min-width: 50px;
    max-width: 80px;
    height: 16px;
}

.editdiv.full {
    min-width: 50px;
    max-width: 131px;
    height: 23px;
    font-size: 0.9em !important;
}

.editdiv.sopx {
    min-width: 80px;
}

.total {
    font-weight: bold;
    font-style: italic;
    text-align: right;
    color: darkgreen;
}

h3 {
    font-size: 1em !important;
    font-style: italic;
    color: darkblue;
}

@media only screen and (min-width: 768px) {
    .donhang.full {
        display: block;
        z-index: 1;
        /* Sit on top */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: #DAF3F3;
        /* Black w/ opacity */
    }
}

[class*="donhang full"] {
    display: block;
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    font-size: 1.3em !important;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: #DAF3F3;
    /* Black w/ opacity */
}

div.article {
    clear: both;
    margin-top: 20px;
}

.ngay1 {
    text-align: right;
    font-style: italic;
    color: blue;
    font-size: 0.6em;
    font-weight: bold;
    clear: right;
    line-height: 1.4;
}

.ngay {
    text-align: left;
    font-style: italic;
    color: blue;
    font-size: 0.6em;
    font-weight: bold;
    clear: right;
    width: fit-content;
    min-width: 215px;
    line-height: 1.4;
}

div#fxtopmenu {
    max-width: 1170px;
    margin: 0 auto;
}

img {
    width: 100%;
}

.navbar-brand img {
    width: 68px;
    height: 38px;
    border-radius: 0 !important;
    margin-left: 7px;
    position: absolute;
    top: 6px;
    zoom: 1.15;
    padding-bottom: 2px;
}

nav.navbar.navbar-expand-lg.navbar-light.fixed-top {
    height: 56px;
    position: fixed;
    z-index: 9999999;
}

.tinyimg img {
    width: 50px !important;
    height: 40px !important;
    border-radius: 2px !important;
    display: block;
    float: left;
    margin: 5px 5px 5px 0;
}

.medimg img {
    width: 60px !important;
    height: 50px !important;
    border-radius: 2px !important;
    display: block;
    float: left;
    margin: 5px 11px 5px 0px;
}
.billImage{
    display: block;
    width: 27px !important;
    height: auto !important;
    float: right;
    margin: unset !important;
    border-radius: 3px !important;
    position: relative;
    top: -3px;
}
#banner.frontpage .artinfo {
    margin: 21px auto;
}

span.image {
    display: block;
    float: right;
    width: 50%;
    margin-left: 20px;
}

#banner div.image.frontimg {
    width: 50%;
    float: right;
    margin-left: 20px;
}
.modalForm {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    background-color: #a5a5a5 !important;
}
.spprice {
    padding: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 130%;
    font-weight: normal;
}
@media SCREEN AND (max-width: 767px) {
    #banner div.image.frontimg {
        width: 100%;
        float: unset;
        margin-left: unset;
        clear: both;
    }
}

.frontpage .pagetop {
    overflow: hidden;
    margin-bottom: 15px;
}

[class*="artimage"] {
    width: 120px;
    float: left;
    margin-right: 10px;
    height: auto;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-scroll-snap-points-x: repeat(120px);
    -ms-scroll-snap-points-x: repeat(120px);
    scroll-snap-points-x: repeat(120px);
    -webkit-scroll-snap-type: mandatory;
    -ms-scroll-snap-type: mandatory;
    scroll-snap-type: mandatory;
    overflow-y: hidden;
}

@media only screen and (min-width: 768px) {
    .artimage.full {
        width: 50% !important;
        float: left!important;
        margin-right: 10px !important;
        height: 100%;
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-scroll-snap-points-x: repeat(350px);
        -ms-scroll-snap-points-x: repeat(350px);
        scroll-snap-points-x: repeat(350px);
        -webkit-scroll-snap-type: mandatory;
        -ms-scroll-snap-type: mandatory;
        scroll-snap-type: mandatory;
        overflow-y: hidden;
    }
}

[class*="artimage full"] {
    width: 100% !important;
    float: left;
    margin-right: 10px;
    height: 100% !important;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-scroll-snap-points-x: repeat(350px);
    -ms-scroll-snap-points-x: repeat(350px);
    scroll-snap-points-x: repeat(350px);
    -webkit-scroll-snap-type: mandatory;
    -ms-scroll-snap-type: mandatory;
    scroll-snap-type: mandatory;
    overflow-y: hidden;
}

.caption {
    width: 100%;
    font-weight: bold;
    font-style: italic;
    color: cornflowerblue;
    font-size: .6em;
    text-align: center;
    padding: 5px;
}

#banner.frontpage .caption.frcap {
    font-size: 1.2em;
    line-height: 1.7;
}

.caption.frcap {
    margin: 10px 7px;
    position: relative;
    overflow: hidden
}

.fxinline .caption {
    font-size: .9em;
    padding: 7px 5px;
}

div.fxinlineR {
    width: 100%;
    text-align: center;
}

div.fxinlineL {
    width: 100%;
    text-align: center;
}

.fxinlineR,
.fxinline,
.fximages,
.fxinlineL {
    width: 100%;
    height: auto;
    text-align: center;
}

.fxinlineR img,
.fxinline img,
.fximages img {
    display: table-cell;
    width: 100%;
    margin: 10px auto;
}

.fxphoto {
    text-align: right;
    font-style: italic;
    font-size: 0.8em;
    font-weight: bold;
}


/* div.caption a {
    padding-left: 29px;
    background: url(css/images/camera.png) no-repeat;
    BACKGROUND-POSITION: -3px -3px;
    background-size: 6%;
} */

.photo,
.fxphoto,
.cameraman,
.photographer {
    background-image: url(images/camera.png);
    height: 25px;
    line-height: 2.3;
    background-repeat: no-repeat;
    background-position-x: left;
    padding-left: 30px;
    width: max-content;
    margin: 0 auto;
    background-size: contain;
    font-style: italic;
    font-size: 85%;
    color: brown;
}

figcaption,
.figcaption,
.caption,
.fxcaption {
    text-align: center !important;
    font-style: italic;
    color: green;
    font-size: 0.8em;
    padding: 5px;
    font-weight: bold;
    width: 100%;
}

figure {
    width: 100%;
}

figure.image {
    margin: 0 0 12px 15px;
    max-width: 100%;
    height: auto;
    clear: both;
}

.fxinfo {
    margin: 7px 0;
    clear: both;
}

@media only screen and (min-width: 768px) {
    .title {
        font-size: 1.2em !important;
        font-weight: bold;
    }
}

/*// ToTop button style*/

#myBtn {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 15px;
    z-index: 99;
    font-size: 23px;
    border: none;
    outline: none;
    background-color: rgb(103, 184, 104);
    color: white;
    cursor: pointer;
    padding: 5px 5px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

#myBtn:hover {
    background-color: coral;
}

.content {
    position: relative;
    float: left;
    padding: 10px 30px;
    margin: 0 auto;
}

.tableCont {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
/* Read More Less*/

.more {
    font-weight: bold;
    padding: 3px 20px;
    border: solid 1px;
    border-radius: 10px;
    background: lavender;
    border-color: aquamarine;
    font-size: .75em;
}

.less {
    font-weight: bold;
    padding: 3px 20px;
    border: solid 1px;
    border-radius: 10px;
    background: beige;
    border-color: aquamarine;
    font-size: .75em;
}


/*Image slide*/

.slides {
    width: 100%;
    flex-shrink: 0;
    height: 100%;
    scroll-behavior: smooth;
}

.slides img {
    width: 100% !important;
}

.slides>div:target {
    transform: scale(0.8);
}

.slides::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.slides::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 10px;
}

.slides::-webkit-scrollbar-track {
    background: transparent;
}


/* Sidebar right */

[class*="content"] {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .sideR {
        width: 30% !important;
        float: right;
        padding-left: 15px;
        margin-top: 20px !important;
    }
}

.fxside {
    margin-top: 15px;
}

[class*="sideR"] {
    width: 100%;
    float: right;
    margin-top: 20px !important;
}

.fxRslide {
    padding: 0 12px;
}

.sideList {
    font-weight: bold;
    font-style: italic;
    font-size: .7em;
    color: darkcyan;
}

.sideR .list-group-item {
    font-size: 1em !important;
    font-style: italic;
    color: #4558bf;
    padding: .4rem .7rem;
}

list-group-item active
/*Slideshow Test*/

* {
    box-sizing: border-box;
}

.mySlides {
    display: none;
}

img {
    vertical-align: middle;
    width: 100%;
    height: auto;
    border-radius: 8px !important;
}


/* Slideshow container */

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.slcontent {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.box {
    position: relative;
}

.box:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* initial ratio of 1:1*/
}


/* Caption text */

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
}


/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


/* The dots/bullets/indicators */

.dot {
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: rgba(0, 123, 255, 0.5);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.sldot {
    overflow: hidden;
}

.dot.active {
    background-color: brown;
}


/* Fading animation */

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2.5s;
    animation-name: fade;
    animation-duration: 2.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .2
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .2
    }
    to {
        opacity: 1
    }
}


/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}


/*Text glow*/

.glow {
    font-size: 1em;
    color: #fff;
    text-align: center;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

@keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #00008B, 0 0 40px #00008B, 0 0 50px #00008B, 0 0 60px #00008B, 0 0 70px #00008B;
    }
    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #078470, 0 0 40px #078470, 0 0 50px #078470, 0 0 60px #078470, 0 0 70px #078470, 0 0 80px #078470;
    }
}

#credits {
    clear: both;
    display: block;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    font-size: .7em;
    background: url('images/greenbar.png') repeat-x;
    padding: 4px 0px;
    color: white;
    text-shadow: 1px 1px 2px green, 0 0 25px white, 0 0 5px green;
}

div#credits {
    margin-top: 20px !important;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

div#credits a {
    color: #14ffff !important;
}

.pagebar {
    display: block;
    background: #20EF37;
    border-radius: 5px;
}

.sidelinksR {
    max-height: auto;
    overflow-y: auto;
    border: unset;
    margin-right: 12px;
    margin-left: 12px;
}

.sidelinksR a.list-group-item.list-group-item-action {
    border: unset;
    background: #f2f5ec;
}

.fxfblike {
    display: inline-block;
}

.artinfo {
    clear: both;
    margin-bottom: 15px;
    margin-top: 20px;
    width: 178px;
    height: 41px;
}

.fxdropdown {
    max-height: 400px;
    overflow-y: auto;
}

.fxcontact {
    width: 100%;
}

input.fxcontact {
    width: 100%;
}

textarea.fxcontact {
    width: 100%;
}

ul.contact li {
    line-height: 1.5;
    margin-top: 6px;
    border-bottom: navajowhite;
}

#success h2 {
    font-size: 1.3em;
    font-weight: bold;
    color: white;
    background: green;
    padding: 5px 10px 5px 10px;
}

form #website {
    display: none;
}

@media print and (max-width:210mm) and (orientation:portrait) and (resolution:200dpi) {
    .no-print,
    .no-print * {
        visibility: hidden !important;
    }
    body * {
        visibility: hidden;
    }
    .pagecont * {
        visibility: hidden;
    }
    .content {
        size: A4 Portrait;
        position: absolute;
        top: 10mm;
        left: 20mm;
        right: 7mm;
    }
}

/*Upload image files*/
#fileToUpload {
    width: 100%;
    margin-bottom: 10px;
}
#imgTitle, #imgAlt {
    margin-right: 5px;
}
/*User page*/

div#userimg {
    position: relative;
    float: right;
    width: 100px;
    background-color: #6cec6c47;
    padding: 5px;
    height: auto;
    border-radius: 10px;
}

.user_com_img img {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin-right: 10px;
    border-radius: 50% !important;
}

.cominfo {
    float: left;
    clear: right;
    width: calc(100% - 50px);
}

button.btn.btn-info.rep {
    width: 75px;
    margin-left: 50px;
    margin-right: 5px;
}

input.comment_reply {
    width: calc(100% - 190px);
}


/*Read more or less*/

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: blue;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}


/* Tags*/

.group h2.title {
    margin: 25px 0 0 0;
    font-size: 1.3rem;
}

.fxtag {
    background-image: url(images/barR1.png), url(images/barL1.png), url(images/barM1.png);
    background-repeat: NO-REPEAT, NO-REPEAT, repeat-x;
    background-position: Right, Left, center;
    background-size: contain;
    height: 40px;
    font-size: 1.4rem;
    padding: 5px 45px !important;
    width: fit-content;
    border-radius: unset;
    font-weight: bold;
    color: white;
    line-height: 1.4;
    display: block;
    position: relative;
}

div.fxtag {
    text-align: center;
    margin: 15px auto;
    min-width: 200px;
}

.tags a {
    display: inline-block;
    background: #89f51345;
    padding: 4px 10px;
    border-radius: 15px 0;
    font-size: 0.8em;
    margin-right: 3px;
}

.tags {
    font-weight: bold;
    margin: 12px 0;
    font-size: 0.8em;
    font-style: italic;
}

.pagetop .tags {
    text-align: center;
}

.pagination li.page-item {
    display: inline-block;
    margin-bottom: 10px;
}

.dropdown-menu li {
    font-size: 120%;
}

.title h1 {
    font-size: 1.2em;
    font-weight: bold;
    font-family: "Times New Roman";
    text-align: center;
}

#banner h1, h2 {
    text-align: center;
    line-height: unset;
}

.group div.article {
    height: 160px;
    overflow: hidden;
    margin-top: unset;
    margin-bottom: 15px;
}

div.article {
    clear: both;
    margin-top: 20px;
}

p {
    text-align: justify;
    margin-bottom: 5px;
    text-indent: 50px;
    font-size: 15px;
    line-height: 1.8;
}

.artthird h6 {
    font-weight: bold;
    font-size: 0.8em;
    padding: 6px 0;
    color: indigo;
}

.artthird .article {
    margin-top: 5px;
    clear: both;
}

.artsecond .article {
    margin-top: 5px;
    clear: both;
}

.artsecond .title {
    margin: 0 !important;
    font-size: 1.1em !important;
}

.artsecond .artimage {
    margin-bottom: 12px;
}

.fxslides .list-group-item.active {
    background: url(images/barR.png), url(images/barL.png), url(images/barM2.png);
    background-repeat: NO-REPEAT, No-repeat, repeat-x;
    background-position: right, left, center;
    height: 40px;
    border-radius: unset;
}

.fxside .list-group-item.active {
    background: url(images/barR.png), url(images/barL.png), url(images/barM.png);
    background-repeat: NO-REPEAT, No-repeat, repeat-x;
    background-position: right, left, center;
    height: 40px;
    border-radius: unset;
}

.fb-comments iframe {
    width: 100% !important;
}

#fb-root {
    display: none;
}


/* To fill the container and nothing else */

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #22bfe7;
    border-radius: 30px 30px 0 0;
    padding: 2px 10px;
    text-align: center;
    font-size: 1.2em !important;
    font-weight: bolder;
    border: transparent;
}

@media only screen and (min-device-width: 480px) {
    .list-group-item .title {
        font-size: 12px!important;
        float: left;
        max-height: 35px!important;
        margin-left: 5px;
    }
}

.article.first {
    width: 100% !important;
    display: block;
    float: left;
}
#menu ul li a, #action-nav ul li a{
    color: unset;
    font-weight: inherit;
}
#menu ul li a {
    margin-left: 9px;
}
li.list-group-item.active {
    z-index: 2;
    background: url(images/barR.png), url(images/barL.png), url(images/barM.png);
    background-repeat: NO-REPEAT, No-repeat, repeat-x;
    background-position: right, left, center;
    background-size: contain;
    height: 65px;
    border-radius: unset;
    line-height: 2.05;
    font-size: 1.4em !important;
    font-weight: bold !important;
    color: #ffffff;
    font-style: italic;
    margin: 15px -20px 0 -20px
}

li.list-group-item.py-0 {
    background: #f2f5ec;
    margin-right: 0px;
    margin-left: 0px;
}

@media (max-width: 759) {
    li.dropdown {
        pointer-events: none;
        cursor: default;
    }
}

.artfirst {
    padding: 10px 10px 25px 10px;
    border-bottom: solid #DEE4DF thin;
}

.artsecond {
    width: 50%;
    float: left;
    padding-right: 15px;
    padding-left: 10px;
}

@media (max-width: 520px) {
    .artsecond {
        width: 100%;
        border-right: unset;
    }
}

.artthird {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 10px;
}

@media (max-width: 520px) {
    .artthird {
        width: 100%;
    }
}

.minimize2 a.more {
    display: none;
}

.col-container {
    display: flex;
    width: 100% !important;
}

.col {
    display: block;
    width: 100%;
}


/* For member */

#editthis a {
    color: white;
    font-weight: bold;
}

button#editthis {
    top: -26px !important;
    position: relative;
    display: block;
    float: right;
    z-index: 9999999;
    box-shadow: 0 0 7px springgreen;
}

@media print {
    .no-print,
    .no-print * {
        display: none !important;
    }
}


/* Navigation*/

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

nav.navbar.navbar-expand-lg.navbar-light.fixed-top {
    border-bottom: 2px solid #eb8d00;
    box-shadow: 0 0 10px 0 #ff9900d1;
}

li.nav-item {
    background-image: unset;
    background: unset;
    border: unset;
}

.dropdown-menu.show {
    margin: 0 5px !important;
    width: auto;
}

.dropdown-menu {
    padding: 0 !important;
    min-width: 16rem !important;
}

ul.dropdown-menu {
    margin: 0 !important;
    max-height: 400px;
    overflow-y: auto;
}

a.fxbt {
    background: url(images/menubgmain.jpg);
    padding-top: 9px;
}

a.fxbt:hover {
    background: url('images/menubghover.jpg');
}

@media only screen and (min-width: 768px) {
    .fxbtL {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .fxbtR {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}

a.fxbtChild {
    background: url("images/childmenu.png");
    background-size: 100% 100%;
    font-size: 0.5em;
    overflow-wrap: break-word;
    word-wrap: break-word;
    color: #041455 !important;
    clear: both !important;
    min-height: 39px;
}

a.nav-link.fxbtChild {
    max-height: 40px;
    line-height: 1.9;
    clear: both;
    overflow-y: hidden;
}

.navbar ul>li>ul>li>a {
    font-size: 68%;
}

a.fxbtChild:hover {
    background: url('images/childmnhover.png');
    background-size: 100% 100%;
    min-height: 39px;
    color: brown !important;
    font-style: italic;
}

a.nav-link.fxbt {
    text-align: center;
    font-weight: bold;
    font-size: 0.8em;
    line-height: 1.8;
    height: 39px;
}

.collapse.navbar-collapse {
    line-height: 1.2 !important;
}

div#fxheader {
    overflow: hidden;
    word-wrap: break-word;
}

.enable {
    display: block;
}

.disable {
    display: none;
}

.fxbtChild {
    padding: 7px 10px !important;
}

.minimize {
    width: 100% !important;
}

.navbar-toggler {
    padding: 2px 4px !important;
    font-size: 1.1rem !important;
    line-height: 1;
    background-color: transparent;
    margin-right: 5px;
    box-shadow: 0 0 5px black;
}

.fxsbtn {
    border: none !important;
}

.fxbt {
    border: none !important;
}

button.btn.btn-outline-success.my-2.my-sm-0.fxsbtn {
    margin: 0 auto !important;
    padding: 0 !important;
    pointer-events: all;
}

input.soluongct {
    min-width: 45px;
}

td.dvt {
    min-width: 35px;
}

input.form-control.mr-sm-2.fxsearch {
    width: 80% !important;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

.bg-success a {
    color: white !important;
}

ul.contact li a {
    font-weight: normal;
    color: black;
    background: none !important;
}


/*Form*/

.form-row {
    width: 100%;
    margin-bottom: 15px;
}

label {
    margin-top: 10px;
    margin-bottom: 0;
}

a.form-control {
    width: 100% !important;
    text-align: center;
    padding: 3px;
}

button.form-control,
input[type=button] {
    padding: 3px;
    width: 100%;
    text-align: center;
}

input[type=submit] {
    padding: 3px;
    text-align: center;
}


/* search box */

button.btn.btn-primary.mb-2.searchus {
    margin-bottom: 0 !important;
    margin-left: 3px;
}

input#searchusers {
    margin-left: 5px !important;
}


/* Formatting search box */

div.result,
div.resultkh,
div.resultsp {
    min-width: 300px;
}

.khachhang,
.tensanpham,
.resultsp {
    width: 100%;
    position: relative;
    display: inline-block;
    /*    font-size: 14px; */
}

.khachhang input[type="text"],
.tensanpham input[type="text"] {
    /*   height: 32px; */
    padding: 5px 10px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
}

.result,
.resultkh,
.resultsp {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;
    max-height: 300px;
    overflow-y: scroll;
    background: #0d1954;
    color: white;
    font-weight: bold;
    margin-top: 2px;
}

.khachhang input[type="text"],
.tensanpham input[type="text"],
.result,
.resultkh,
.resultsp {
    width: 100%;
    box-sizing: border-box;
}

.khachhang.form-control input.form-control,
.tensanpham.form-control input.form-control {
    border: none;
    background: none;
    padding: unset;
    margin-top: -4px;
}

div.tensanpham {
    min-width: 50px;
}

input#dongia {
    min-width: 50px;
}


/* Formatting result items */

.result p,
.resultkh p,
.resultsp p {
    margin: 0;
    padding: 5px;
    border: 1px solid #CCCCCC;
    border-top: none;
    cursor: pointer;
    z-index: 99;
    font-size: 12px;
    text-indent: unset;
}

.result p:hover,
.resultkh p:hover,
.resultsp p:hover {
    background: #424b75b8;
}

button#langVIswitch {
    width: 32px;
    height: 32px;
    background: url(../css/images/vi.png) no-repeat;
}

button#langENswitch {
    width: 32px;
    height: 32px;
    background: url(../css/images/en.png) no-repeat;
}

p img {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin: 10px auto !important;
}


/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8) url('images/ajax-loading.gif') 50% 50% no-repeat;
}


/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */

body.loading .modal {
    overflow: hidden;
}


/* Anytime the body has the loading class, our
   modal element will be visible */

body.loading .modal {
    display: block;
}


/*sidebar*/


/*Sidebar Menu*/

#sidebar button.btn.btn-outline-success.my-2.my-sm-0 {
    margin-left: 5px;
    border-radius: 5px;
    padding: 8px;
    font-weight: bold;
    border: none;
    background: #81da208c;
    padding-top: 10px;
    box-shadow: 1px 1px 3px green;
}

#sidebar input.form-control.mr-sm-2 {
    width: 210px;
    border-radius: 8px;
}

section {
    width: 100%;
    clear: both;
    margin-top: 15px;
}

section#search {
    padding-top: 0 !important;
    margin-bottom: 15px;
}

nav#menu {
    font-size: 80%;
}

#menu header.major h2 {
    font-size: 1.8em;
    color: green;
}

ul.fxdropdown {
    display: none;
    border: none;
    background: cornsilk;
    margin-left: 25px;
}

ul.fxdropdown.show {
    display: block;
    border: none;
    background: cornsilk;
    padding-left: 12px;
    max-height: 200px;
    overflow-x: auto;
    z-index: 999999;
    margin-left: 25px;
}

#membernav ul li.dropdown {
    display: inline-block;
    vertical-align: top;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

#sidebar {
    background: white;
    overflow: hidden;
    height: auto;
    display: block;
    float: left;
    box-shadow: 3px 3px 5px #0000001a;
    margin-left: -14px;
}

#sidebar .inner {
    padding: 15px;
}

#menu ul {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #3d4449;
    font-family: serif;
    font-weight: 400;
    letter-spacing: 0.075em;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    text-transform: uppercase;
}

#menu ul li ul.fxdropdown {
    text-transform: capitalize;
}

ul {
    padding: 0;
    list-style: none;
}

ul li,
ul li.nav-item {
    position: relative;
    line-height: 32px;
    text-align: left;
    background: azure;
    border-bottom: 1px solid #80808063;
}

a.childl1 {
    font-family: 'Oswald';
    letter-spacing: 0.075em;
    font-weight: unset;
    text-indent: unset;
    font-size: 110%;
    line-height: unset;
}

.artthird div.title {
    font-size: 12px!important;
    max-height: 38px;
    overflow: hidden;
}

.col-container.fxlist {
    position: relative;
    padding: 3px 0;
    line-height: 1.2;
    align-items: center;
}

.col-container {
    display: flex;
    width: 100%!important;
}

.fxlist .title {
    text-align: left;
    vertical-align: middle;
    overflow: hidden;
}

.fxlist a {
    padding: 0;
    margin: 0;
}
ul li ul.fxdropdown li {
    padding: 1px 1px;
    background: aliceblue;
    margin-bottom: 3px;
    border-bottom: 1px solid #80808063;
    line-height: 1.7;
}

ul li ul.fxdropdown li:hover {
    background: #00800026;
}

ul li a:hover {
    color: red;
}

ul li ul.dropdown {
    min-width: 100%;
    /* Set width of the dropdown */
    background: #b3dd7c;
    display: none;
    position: absolute;
    z-index: 999;
    margin-left: 25px;
    max-height: 300px;
    overflow-y: auto;
    transition: color 0.2s ease-in-out;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

ul li:hover ul.dropdown {
    display: block;
    /* Display the dropdown */
}

ul li ul.dropdown li {
    display: block;
}


/* Icons */

.icon>.label {
    display: none;
}

a.icon.brands {
    text-decoration: none;
    color: darkgreen;
    width: 31px;
    height: 30px;
    background: #f8f8f8;
    text-align: center;
    vertical-align: middle;
    padding: 8px;
    border-radius: 50%;
}

a.icon.brands:hover {
    color: red;
    background: #f6f94e80;
}

ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
    text-align: right;
    margin-top: 3px;
}

ul.icons li {
    display: inline-block;
    border-radius: 5px;
}

ul.icons li:last-child {
    padding-right: 0;
}

ul.icons li .icon:before {
    font-size: 1.25em;
}

#app-nav span.fa,
#app-nav span.far,
#app-nav span.fas,
#app-nav span.fab {
    margin-right: 5px;
}

.fa,
.far,
.fas,
.fab {
    margin-right: 0;
}

@media screen and (max-width: 360px) {
    #fxicons .brands.fas.fa-map,
    .fab.fa-facebook-f,
    .fab.fa-twitter {
        display: none;
    }
    .notforsmallscreen {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    #fxicons .brands.fas.fa-map,
    .fab.fa-facebook-f {
        display: none;
    }
    .notforsmallscreen {
        display: none;
    }
}


/*Main*/

div.pagecont {
    padding: 10px;
}

h5.card-title {
    margin: 0 !IMPORTANT;
}

button#togglenav {
    border-radius: 5px;
    box-shadow: 0px 0px 5px black;
}

@media only screen and (max-width: 320px) {
    a.icon.brands.fas.fa-map,
    a.icon.brands.fab.fa-facebook-f,
    a.icon.brands.fab.fa-twitter,
    a.icon.brands.fab.fa-foursquare {
        display: none;
    }
    .notforsmallscreen {
        display: none;
    }
}

@media only screen and (max-width: 350px) {
    a.icon.brands.fas.fa-map {
        display: none;
    }
    a.icon.brands.fab.fa-twitter {
        display: none;
    }
    .notforsmallscreen {
        display: none;
    }
}

@media only screen and (max-width: 390px) {
    a.icon.brands.fas.fa-map {
        display: none;
    }
    .notforsmallscreen {
        display: none;
    }
}

@media only screen and (max-width: 990px) {
    .pagecont .inner {
        padding: 10px 10px;
    }
    .pagecont .content {
        padding: unset;
    }
    header#header {
        margin-top: -60px;
    }
    a.logo {
        height: auto;
        width: 70px;
        position: relative;
        top: 21px;
        margin-left: 32px;
    }
    #header .icons {
        text-align: right;
    }
    ul.icons {
        float: right;
        margin-right: -10px;
        margin-top: 0px;
    }
    button.btn.langswitch {
        top: 8px;
        right: 14px;
    }
    /* 	button.navbar-toggler.fxbt {
		position: absolute;
		left: 50%;
		top: 9px;
	} */
    .navbar-brand img {
        zoom: 1 !important;
        margin-left: 14px;
    }
    nav.navbar.navbar-expand-lg.navbar-light.fixed-top {
        height: 49px !important;
    }
    button#togglenav {
        margin-left: -7px !important;
        zoom: 0.9;
        top: 8px !important;
    }
    /*User page*/
    div#userimg {
        right: 0px;
    }
}

.navbar .container-fluid {
    padding-right: 0;
}

div#app-nav {
    padding-left: 74px;
    margin-top: -12px;
}

div#app-nav.show {
    position: absolute;
    top: 42px;
    width: 80%;
    margin: 0 auto;
}

button#togglenav {
    background: url(images/FixyLogo.png) center center no-repeat;
    position: absolute;
    top: 9px;
    margin-left: -15px;
    border: none;
    display: block;
    width: 38px;
    height: 37px;
    z-index: 999999;
    background-size: 85%;
}

button#togglenav:hover {
    border: none;
    background: url(images/logo.png) center center no-repeat;
    box-shadow: 0px 0px 10px green;
    color: #950505;
}

button#togglenav:active {
    border: none !important;
    background: url(images/logo.png) center center no-repeat;
    box-shadow: 0px 0px 10px green;
    color: #950505;
}

button#togglenav:focus {
    border: none;
    background: url(images/logo.png) center center no-repeat;
    box-shadow: 0px 0px 10px lightgreen;
    color: #950505;
}

#action-nav li.dropdown {
    border: none;
}

#action-nav .fxbt {
    display: inline-block;
    margin-right: 1px;
    border-radius: 4px;
}
/*San pham*/
.badgesanpham {
    width: 95px;
    height: 140px;
    display: block;
    float: left;
    margin: 2px;
    position: relative;
    font-size: 62%;
}
.tenNhomSP {
    text-align: center;
    font-size: 130%;
    font-weight: bold;
    color: green;
    padding: 15px 0;
    width: 100%;
}
.badgesanpham div.title{
    display: table;
    height: 26px;
    width: 100%;
}
.title h2 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    text-wrap: balance;
    overflow-y: hidden;
    font-size: 90%;
    font-weight: bold;
}
.fxfile {
    margin-top: 20px;
}
.inlineTextarea {
    width: 45%;
    float: left;
}
.fxdmrow {
    margin-bottom: 6px;
}
/*Bàn Cà phê*/

.bancafe {
    width: 125px;
    height: 140px;
    display: block;
    float: left;
    margin: 2px;
    position: relative;
    font-size: 62%;
}

span.tabnumber {
    position: relative;
    top: 40%;
    font-size: 3.5em;
    color: #808080ab;
    left: 0%;
}

@media screen AND (max-width:480px) {
    .bancafe {
        width: 48%;
        height: 140px;
        display: block;
        float: left;
        margin: 2px;
        position: relative;
    }
    .notforsmallscreen {
        display: none;
    }
}

.billcf {
    top: -29px;
    position: relative;
    padding: 3px 1px 0px 3px;
    margin-bottom: 5px;
    z-index: 10;
    text-align: left;
    line-height: 1.7;
    box-shadow: 1px 1px grey;
    color: white !important;
    border-radius: 3px;
}

.billcf:hover {
    background: green;
    color: white;
}

.billcf.btn-success {
    color: #fff;
    background-color: #28a74575 !important;
}

.fx-danger {
    background-color: #b411117a;
}

.fx-primary {
    background-color: #007bffab;
}

.fx-success {
    background-color: #28a74575;
}

.fx-conno {
    background-color: #dc3535d9;
}

span.fxtab {
    width: 123px;
    display: inline-flex;
}


/*Ke HĐDV*/

select#nhomhd {
    width: 100%;
    overflow-wrap: break-word;
}


/*Remove style on print*/

@media print {
    #pagecont,
    .pagecont {
        margin: 0 !important;
        padding: 0 !important;
        margin-top: 0 !important;
    }
    .content {
        margin: 0 !important;
        padding: 0 !important;
        margin-top: 0 !important;
    }
}


/*Comments*/

textarea.comment {
    width: 100%;
    margin: 10px 0;
    min-height: 100px;
}

div#comments {
    padding: 10px 0;
}

.comment {
    background: #2ffff52e;
    margin: 10px 0;
    padding: 10px;
    border-radius: 10px;
    font-size: 12px;
}

.comment p {
    font-size: 130% !important;
    line-height: 1.4 !important;
    margin: 10px 0 !important;
    text-indent: 10px;
}

.commentreply {
    margin: 0 0 2px 27px;
    background: #5faba730;
    border-radius: 0 11px;
    padding: 6px 19px;
}

.comment p {
    font-size: 14px;
    color: #0c7100;
    text-indent: 0px;
}

.comment_reply {
    display: none;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #138496;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

button.rep {
    padding: 1px 5px !important;
}

.comment p img {
    max-width: 100% !important;
    height: auto;
    width: auto !important;
}


/*Form*/

.form-group.row.form-header {
    vertical-align: middle;
    height: auto;
    padding: 4px 0;
    margin: unset;
    line-height: 2.5;
}

.success-box {
    color: #09ad0e;
    background: #92bf2440;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 0 .75rem;
    font-size: 1rem;
    font-weight: bold;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    line-height: 2.5;
    padding: 0 .75rem;
    overflow-wrap: break-word;
    height: auto;
}

select#dept {
    width: 100%;
    border: 1px solid #ced4da;
    padding: 7px;
    border-radius: 5px;
}

@media only screen and (min-width: 881px) {
    #sidebar {
        width: 300px;
    }
    .pagecont {
        margin-left: 300px;
    }
}

@media only screen and (max-width: 880px) {
    .pagecont {
        margin-left: 0;
    }
    #sidebar {
        width: 0;
        position: absolute;
    }
}

@media only screen and (min-width: 768px) {
    .artimage {
        width: 120px;
        float: left!important;
        margin-right: 10px !important;
        height: auto;
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-scroll-snap-points-x: repeat(120px);
        -ms-scroll-snap-points-x: repeat(120px);
        scroll-snap-points-x: repeat(120px);
        -webkit-scroll-snap-type: mandatory;
        -ms-scroll-snap-type: mandatory;
        scroll-snap-type: mandatory;
        overflow-y: hidden;
    }
}

@media only screen and (max-width: 580px) {
    span.image {
        display: block;
        float: unset;
        width: 100%;
        margin-left: unset;
        margin-bottom: 20px;
    }
    .frontpage .pagetop {
        height: unset;
        overflow: unset;
        margin-bottom: 20px;
    }
    p {
        text-align: justify;
        margin-bottom: 5px !important;
        text-indent: 20px;
        font-size: 17px;
    }
    .inlineTextarea {
        width: 100%;
        float: unset;
    }
}

.product-info {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border: 1px dotted green;
    color: darkseagreen;
    line-height: 1.7;
    padding: 11px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-info a {
    color: bisque;
}

.product-info:hover {
    background: #f7f4cc42;
}

[class*="bills"] {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .bills {
        width: 50%;
        height: 92vh;
    }
}

[class*="container-fluid full"] {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .container-fluid .full {
        width: 800px !important;
        margin: 0 auto;
        font-size: 1.5em;
    }
}

#devider {
    clear: both;
    background-color: gainsboro;
    height: 5px;
}

.order {
    overflow-y: scroll;
    display: block;
    float: left;
}

.orderb {
    display: block;
    float: right;
    overflow-y: scroll;
}

.bills {
    display: inline-block !important;
    font-size: 0.9em !important;
    padding-right: 5px !important;
    margin-top: 5px;
    position: relative;
}

.bills.full {
    font-size: 1em !important;
}

.bills-heading {
    background-color: aquamarine !important;
    font-weight: bolder;
    padding-left: 5px;
    font-size: 1.7em;
    color: chocolate;
}

th {
    text-align: justify;
}

.diachi {
    font-size: 0.8em;
    font-weight: bold;
    font-style: italic;
}

.ngaypx,
.sopx {
    text-align: center;
    font-weight: bold;
}

thead.table-info {
    width: 100% !important;
}

input.form-check-input {
    margin-right: 0 !important;
}

div.form-check-inline {
    margin-right: 0 !important;
}

.form-check-input {
    margin: 0 !important;
    position: relative !important;
}

.giaban {
    text-align: right;
}
.sl {
    text-align: right;
}

.bills.order.full {
    width: 100%;
    height: 100vh;
}

.bills.order.hide {
    display: none !important;
}

.bills-heading:hover {
    cursor: pointer;
}

.bills-heading {
    user-select: none;
}

.bills.order.full .bills-body {
    margin-top: 40px;
}

[class*="bills order full bills-heading"] {
    width: 100vh;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    .bills.order.full .bills-heading {
        position: fixed !important;
        margin: 0 auto;
        width: 778px;
    }
}

.editdiv.hide {
    min-width: 50px;
    max-width: 80px;
    height: 16px;
}

.editdiv.full {
    min-width: 50px;
    max-width: 131px;
    height: 23px;
    font-size: 0.9em !important;
}

.editdiv.sopx {
    min-width: 80px;
}

.total {
    font-weight: bold;
    font-style: italic;
    text-align: right;
    color: darkgreen;
}

h3 {
    font-size: 1em;
    font-weight: bold;
    font-style: italic;
    color: darkblue;
    margin-top: 15px;
    margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
    .donhang.full {
        display: block;
        z-index: 1;
        /* Sit on top */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: #DAF3F3;
        /* Black w/ opacity */
    }
}

[class*="donhang full"] {
    display: block;
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    font-size: 1.3em !important;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: #DAF3F3;
    /* Black w/ opacity */
}

.pagecont {
    margin-top: 60px !important;
}

.article {
    clear: both !important;
}

img {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .artimage {
        width: 120px;
        float: left !important;
        margin-right: 10px !important;
        height: auto;
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-scroll-snap-points-x: repeat(120px);
        -ms-scroll-snap-points-x: repeat(120px);
        scroll-snap-points-x: repeat(120px);
        -webkit-scroll-snap-type: mandatory;
        -ms-scroll-snap-type: mandatory;
        scroll-snap-type: mandatory;
        overflow-y: hidden;
    }
}

[class*="artimage"] {
    width: 120px;
    float: left;
    margin-right: 10px;
    height: auto;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-scroll-snap-points-x: repeat(120px);
    -ms-scroll-snap-points-x: repeat(120px);
    scroll-snap-points-x: repeat(120px);
    -webkit-scroll-snap-type: mandatory;
    -ms-scroll-snap-type: mandatory;
    scroll-snap-type: mandatory;
    overflow-y: hidden;
}

@media only screen and (min-width: 768px) {
    .artimage.full {
        width: 50% !important;
        float: left !important;
        margin-right: 10px !important;
        height: 100%;
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-scroll-snap-points-x: repeat(350px);
        -ms-scroll-snap-points-x: repeat(350px);
        scroll-snap-points-x: repeat(350px);
        -webkit-scroll-snap-type: mandatory;
        -ms-scroll-snap-type: mandatory;
        scroll-snap-type: mandatory;
        overflow-y: hidden;
    }
}

[class*="artimage full"] {
    width: 100% !important;
    float: left;
    margin-right: 10px;
    height: 100% !important;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-scroll-snap-points-x: repeat(350px);
    -ms-scroll-snap-points-x: repeat(350px);
    scroll-snap-points-x: repeat(350px);
    -webkit-scroll-snap-type: mandatory;
    -ms-scroll-snap-type: mandatory;
    scroll-snap-type: mandatory;
    overflow-y: hidden;
}

.caption {
    width: 100%;
    font-weight: bold;
    font-style: italic;
    color: cornflowerblue;
    font-size: .6em;
    text-align: center;
    padding: 5px;
}

.fxinline .caption {
    font-size: .9em;
    padding: 7px 5px;
}

.fxinfo {
    margin: 7px 0;
    clear: both;
}

/* Read More Less*/

.more {
    font-weight: bold;
    padding: 3px 20px;
    border: solid 1px;
    border-radius: 10px;
    background: lavender;
    border-color: aquamarine;
    font-size: .75em;
}

.less {
    font-weight: bold;
    padding: 3px 20px;
    border: solid 1px;
    border-radius: 10px;
    background: beige;
    border-color: aquamarine;
    font-size: .75em;
}

.pagebar {
    display: block;
    background: #20EF37;
    border-radius: 5px;
}

li.nav-item {
    background-image: unset;
    background: unset;
    border: unset;
}

.dropdown-menu.show {
    margin: 0 5px !important;
    width: auto;
}

.dropdown-menu {
    padding: 0 !important;
    min-width: 16rem !important;
}

@media only screen and (min-width: 768px) {
    .fxbtL,
    .fxbtR {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
}