/*
* Custom Css Used for Booth Registration And Account
*/

fieldset.booth-otp-sec{
    display: none;
}
.custom-forms label.control-label{
	font-weight: 500;
    margin-bottom: 7px;
    display: block;
    font-size: 15px;
}
.custom-forms .form-control{
	border-radius: 0;
}
.custom-forms textarea.form-control{
	height: auto;
}
.custom-forms .submit-btn, .custom-forms .btn{
	border-radius: 0px;
}
.custom-forms .input-file{
	width: 100%;
	background: #f2f2f2;
	padding: 5px 10px;
    height: auto;
}
.custom-forms .close{
	height: auto;
    padding: 2px;
}
.alert-fixed {
    position:fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index:9999;
    border-radius:0px
}
.no-border-radius{
    border-radius: 0 !important;
}
.close{
    height: auto;
    padding: 2px;
}
#file_link{
    padding:10px;
    background-color: #f2f2f2;
}
label.error{
    color: #a94442 !important;
}
.booth_location{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.booth_location label{
    width: 100%;
    margin-bottom: 0px;
    padding: 3px;
}
/*.booth_location label input[type="radio"] {
    float: left;
    margin-left: 5px;
}*/
.booth_location.booth_location_booked{
    background: grey !important;
    color: #fffffff !important;
}
.size-list-table li{
    display: inline-block;
    width: 33%;
}
#openTicketModal{
    padding-right: 0px !important;
}
#openTicketModal .modal-dialog {
      width: 100%;
      height: 100%;
      padding: 0;
      margin:0;
}
#openTicketModal .modal-content {
      height: 100%;
      border-radius: 0;
      overflow:auto;
}
.booth_reg_frmpading td {
  padding: 0;
}
.btn_booth_page_frm {
    text-align: center;
    color: #ffffff;
}
@media(max-width: 767px){
.bottom-section-account .btn{
    margin-bottom: 5px;
}
}