html { height:100%; }

.app{ flex:1; margin-top: 55px;}

.event_logo {
    height: 100px;
    width:180px;
    border: 1px solid gray;
    margin: 10px;
}

.event_menu {
    height: 100px;
}
.wrapper {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.search_box {
    position: relative;
}

.search_box button {
    border: 0px;
    position: absolute;
    top: 2px;
    right: 10px;
    background-color: white;
    color: lightgray;
}

.menu_list {
    padding-top: 10px;
}

.menu_list li {
    padding-top: 3px;
    padding-bottom: 3px;
}

.exhibitor_logo {
    height: 250px;
    width:250px;
    margin: 10px;
}

.btn-primary:focus, .btn-primary.focus{
    box-shadow: none !important;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: none !important;
}

.exhibitor_images{
    height:400px;
}


.survey_radios {
    background-color: whitesmoke;
    border-top: 1px solid lightgrey !important;
    border-bottom: 1px solid lightgrey !important;
}

.navbar {
    padding: 0rem !important;
    background:#0066cc;
}

.flip-item-wrap{
    width: 20%;
    height: auto;
    float: left;
    position:relative;
    -webkit-perspective:800px;
    -moz-perspective:800px;
    -ms-perspective:800px;
    -o-perspective:800px;
    perspective:800px;
}

.flip-item-wrap img{
    width:100%;
    height:auto;
    display:block;
    margin:0;
    }
    .flip-item-wrap input{
    display: none;
    }
    .flip-item-wrap .fake-image{
    visibility: hidden;
    }
    .flip-item{
    display: block;
    width:100%;
    height:100%;
    float:left;
    position:absolute;
    top:0;
    left:0;
    cursor:pointer;
    color:#fff;
    -webkit-transform-style:preserve-3d;
       -moz-transform-style:preserve-3d;
        -ms-transform-style:preserve-3d;
         -o-transform-style:preserve-3d;
            transform-style:preserve-3d;
    -webkit-transition:-webkit-transform 1s;
       -moz-transition:   -moz-transform 1s;
         -o-transition:     -o-transform 1s;
            transition:        transform 1s;
    }
    .flip-item figure{
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    margin:0;
    -webkit-backface-visibility:hidden;
       -moz-backface-visibility:hidden;
        -ms-backface-visibility:hidden;
         -o-backface-visibility:hidden;
            backface-visibility:hidden;
    }

img[usemap] {
    max-width: 100%;
    height: auto;
}
#preview{
    position: absolute;
    display: none;
}

.p_box {
    position: fixed;
    background: #f7f7f7;
    padding: 0 1px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 2px 2px #e6e6e6;
}
.p_box .p_title {
    border-top: 2px solid #006cb8;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    margin: 0;
    line-height: 2.5;
}

.modaal-container {
    height: calc(90%) !important;
    max-width:  none !important;
    width: calc(90%) !important;
}

.show2 {
    display: block !important;
}

/* Add a dark background to the active button */
.badge.active2 {
  background-color: #4BBF73 !important;
  color: white;
}

.badge.active3 {
  background-color: darkorange !important;
  color: white;
}

.filterDiv {
    display: none;
}

.custom-file {
  max-width: 20rem;
  overflow: hidden;
}
.custom-file-label {
  white-space: nowrap;
}

.errors {
    font-size: 18px;
    color: #e95353;
    border: 1px solid #e95353;
    background-color: #f2dede;
    padding:10px;
    margin:10px;
    width:100%;
}

.badge{cursor : pointer;}

.alert-box {
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    display: none;
}

.img-wrap{
    position:relative;
}

.img-wrap img{
    padding-top: 20px;
}
.img-wrap .close{
    position: absolute;
    top:2px;
    left:330px;
    z-index:100;
    font-size:10pt;
    cursor : pointer;
}

.nav-item{
    margin-right:0.5rem;
}

.badge:hover {
    color: #ffffff;
    background-color:green !important;
    text-decoration: none;
    cursor: pointer;
  }

  .badge2:hover {
    color: #ffffff;
    background-color: #ed6c00 !important;
    text-decoration: none;
    cursor: pointer;
  }

  .a2:hover{
      color:blue;
      text-decoration: none;
      font-weight:bold;
  }

.slick-slide {
    outline:none;
}

.area-border{
    outline: 5px red solid !important;
}

.badge.badge3{
    background-color: darkorange !important;
    color: white;
}

.badge3:hover {
    color: #ffffff;
    background-color: #ed6c00 !important;
    text-decoration: none;
    cursor: pointer;
  }


.exhibitor_chat{
    height:400px;
}
