.emotionbanner{
    margin: -30px 0px 50px 0px;
    width: 100%;
}

.btnsepi{
    margin-bottom: 10px;
}

.showbyphone, .showbyname{
    display: none;
}
a .changeitem{
    opacity: 50%;
    color:#000000;;
}

a .changeitem:hover {
    opacity: 100%;
    color:#000000;;
}

.card-header.front{
    background: #e2001a;
    color: #FFFFFF;
    font-weight: bold;
}

img.imgbanner{
    width:100%;
    max-width:728px;
}

a.iconbtn{
    padding: 10px;
    display: block;
    width:100%;
    border: solid 1px #CCCCCC;
    text-align: center;
    color: #3c3836;
    margin-bottom: 20px;

}

a.iconbtn img{
    margin-top: 5px;
    margin-bottom: 5px;
}

@media only screen and (min-width: 576px) {
    a.iconbtn {
        height: 160px;
    }
}

a.iconbtn .bi{
    margin:10px 0px 10px 0px;
    width: 50%;
}

a.iconbtn:hover{
    color: #000000;
    text-decoration: none;
}

.log{
    padding: 10px;
    display: block;
    width:100%;
    border: solid 1px #CCCCCC;
    color: #3c3836;
    margin-bottom: 10px;
}

a:hover .log{
    text-decoration: none;
    background: #e9ecef;
}
.logcomment{
    font-size: 9px;
}

tr.unverified, .table-striped tbody tr.unverified{
    background: #dba4aa;
}

.userlogbody{
    height:917px;
    overflow-y: scroll;
}

.roomicon{
    height:20px;
    width:20px;
    display: inline-block;
}

.workspaceiconactive{
    background: url("/img/icons/house-door.svg");
    background-size: cover;
}

.workspaceicondeactive{
    background: url("/img/icons/house-door.svg");
    background-size: cover;
    opacity: 20%;
}

.meetingroomactive{
    background: url("/img/icons/aspect-ratio.svg");
    background-size: cover;
}

.meetingroomdeactive{
    background: url("/img/icons/aspect-ratio.svg");
    background-size: cover;
    opacity: 20%;
}



.logicon{
    height:20px;
    width:20px;
    display: block;
}

.logicon-5{
    background: url("/img/icons/person-plus.svg");
    background-size: cover;
}

.logicon-6{
    background: url("/img/icons/house-door.svg");
    background-size: cover;
}


.logicon-10{
    background: url("/img/icons/person-check.svg");
    background-size: cover;
}

.logicon-21, .logicon-22{
    background: url("/img/icons/pencil.svg");
    background-size: cover;
}

.logicon-51{
    background: url("/img/icons/credit-card.svg");
    background-size: cover;
}

.logicon-61{
    background: url("/img/icons/lock.svg");
    background-size: cover;
}

.logicon-81{
    background: url("/img/icons/aspect-ratio.svg");
    background-size: cover;
}

.logvaluegroup{
    display: none;
}

.showit{
    display: block;
}


.productitem{
    padding: 10px;
    border: solid 1px #CCCCCC;
    text-align: center;
    color: #3c3836;
}

.productitem img {
    margin-top: 5px;
    margin-bottom: 5px;
    width:100%;
}
#stripeerror{
    display: none;
}

#payment-form{
    margin: auto;
    max-width: 350px;
}

.StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;

    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
