﻿/* CSS Added for Booth Finder*/
.centeredtitle {
    text-align: center;
    padding: 10px;
    margin: 0px 35px !important;
    font-weight: bolder;
}

.modaldesc{
    text-align: center;
}

.bfstepdesc {
    margin: 5px 35px 15px 35px;
    text-align: left;
}

.showbooths {
    max-height: 250px;
    overflow-y: scroll;
    background: #efefef;
    border: solid 1px #eee;
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
    margin: 0px 20px;
}

.showforms {
    max-height: 400px;
    overflow-y: scroll;
    background: #efefef;
    border: solid 1px #eee;
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
    margin: 0px 10px;
}

.card {
    background: #fafafa;
    border: solid 1px #ddd;
    border-radius: 4px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    margin: 5px 10px;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform, background;
    transition-property: box-shadow, transform, background;
}

    .card:hover {
        background: #fff;
        border: solid 1px #ddd;
        -webkit-transform: translateZ(1);
        transform: translateZ(1);
        box-shadow: 4px 4px 8px rgba(0,0,0,0.4);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: box-shadow, transform, background;
        transition-property: box-shadow, transform, background;
    }

    .card p, card h4 {
        margin: 0px;
        color: #333;
    }

    .formcard {
    background: #fafafa;
    border: solid 1px #ddd;
    border-radius: 4px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    margin: 2px 10px;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform, background;
    transition-property: box-shadow, transform, background;
}

    .formcard:hover {
        background: #fff;
        border: solid 1px #ddd;
        -webkit-transform: translateZ(1);
        transform: translateZ(1);
        box-shadow: 4px 4px 8px rgba(0,0,0,0.4);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: box-shadow, transform, background;
        transition-property: box-shadow, transform, background;
    }

a.nounderline:focus, a.nounderline:hover {
    text-decoration: none;
}

.topmodal {
    background: #fff!important;
    border-bottom: none;
    border-radius: 4px;
    color: #111;
}

.rightlink {
    float: right;
    margin: 0px 35px 15px 0px;
}

.leftlink {
    float: left;
    margin: 0px 0px 35px 15px;
}

.centerlink {
    text-align: center;
}

.boothfinderlogo {
    padding: 5px;
    margin-left: 10px:;
}

.usebooth {
    white-space: normal;
}

.linkdesc {
    text-align: right;
    margin: 20px 50px 0px 0px;
}

.boothmodal {
    padding: 10px;
}

.bigicon {
    font-size: 1.6em;
}

.redicon{
    color:red !important
}

.flexitem {
    display: flex;
    align-items: center;
}

.nomargin{
    margin-top:0px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
}

.dimtext {
    font-weight: normal;
    margin-left: -15px;
}

.newcheck {
    margin-left: 15px !important;
    margin-right: -10px !important;
    margin-top: 2px !important;
    margin-bottom: 5px;
}

.btnload{
        opacity:65;
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: 10px;
        background-size: 1.6em;
        padding-left: 3em;
    }

.loadingclass{
        background-image: url(../images/loadbar.gif);
        background-color: #eee;
        background-position: center;
        background-repeat: no-repeat;
        min-height:100px;
        opacity: 0.5;
        border-color:#ddd);
        border-style:solid 1px;
        border-radius: 5px;
        box-shadow:inset 1px 1px 4px rgba(0,0,0,0.4);
    }

.billoption {
    padding:5px 5px 5px 10px;
    margin: 10px 0px; 

}

/* create account input messages */
.createAccount {
    font-size: 8pt;
    color: gray;
    font-weight: normal;
}