#logo {
	display: none;
}

.menu_ticket_wrapper .log_in p {
	text-align: right;
    margin-top: 10px;

}
.menu_ticket_wrapper #nav {
	display: table;
	margin: 0 auto;
}
.menu_ticket_wrapper #nav li {
	display: inline-block;
	list-style-type: none;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 25px;
    border-radius: 20px;
    background: #fecc00;
    padding: 0px 30px;
    color: #333;
    text-transform: uppercase;
    margin:5px;
}

.menu_ticket_wrapper #nav li a {
	color: #333;
}

.main-content h1 {
	text-align: center;
	text-transform: uppercase;

}

.sidebar.pull-right {
	float: none!important;
	order: 1;
}

#landing_page {
	display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.main-content p {
	width: 50%;
	text-align: center;
	display: table;
	margin: 0 auto;
	font-size: 18px;
}
.front-page-button.flush-right {
	width: 480px;
	display: table;
	margin: 50px auto;
}

.redactor-box {
    width: 100%;
    max-width: 800px;
}

.filedrop {
    width: 100%;
    max-width: 800px;    
}

.warning {
  background: #ffc;
  font-style: italic;
}
.warning strong {
  text-transform: uppercase;
  color: #a00;
  font-style: normal;
}
.error {
  color: #f00;
}
.error input {
  border: 1px solid #f00;
}

#tickets_system input[type=text],
#tickets_system input[type=email],
#tickets_system input[type=password],
#tickets_system input[type=number],
#tickets_system input[type=tel] {
    height: 35px!important;
    border-radius: 50px!important;
    margin-top: 10px!important;
    padding: 10px 20px 10px 20px!important;
    border: none!important;
    border: 1px solid #333!important;
}

#tickets_system input::placeholder {
	color: #ccc;
}


#tickets_system select {
background-color: transparent;
color: #333;
border-radius: 20px;
border: 1px solid #333;
text-transform: uppercase;
font-size: 14px;
padding: 8px;    
}
.login-box > p {
    text-align: center;
    margin-top: 20px;
}

#ticketSearchForm input[type=submit]{
    height: 32px;
    border: 1px solid #01a4ed;
    border-radius: 50px;
    padding: 3px 20px 1px 20px;
    width: 125px;
    display: table;
    margin: 10px auto;
}


#ticketSearchForm .nowarn {
    width: 100%;
}

#ticketTable {
    border-collapse: collapse;
    width: 72%;
}

#ticketTable, 
#ticketTable th, 
#ticketTable td {
    border: 1px solid black;
}

#ticketTable, th {
    text-align: center;
}


#tickets_system .states {
        margin-right: 10px;
}










@media(max-width: 991px) {

#tickets_system table {
    width: 100%!important;
    }

#tickets_system table label {
    width: 100%;
    }

.menu_ticket_wrapper #nav {
    width: 100%;
    }

#tickets_system #dynamic-form {
    width: 100%!important;
    }
    .search.well {
        width: 100%;
    }
#ticketSearchForm > input[type=text] {
    width: 100%;
    }
.menu_ticket_wrapper #nav li {
    margin: 5px 0 5px 0;
    }
#tickets_system h1 {
    font-size: 24px;
    }
}



@media(max-width: 767px) {
 .menu_ticket_wrapper #nav li {
    width: 100%;
}

.menu_ticket_wrapper #nav {
    display: initial;
    }

#tickets_system table {
    width: 100%!important;
    }
#tickets_system table label {
    width: 100%;
    }

#ticketForm input[type=text],
#ticketForm input[type=email],
#ticketForm input[type=password],
#ticketForm input[type=number],
#ticketForm input[type=tel] {
    width: 100%;
    }
.main-content h1 {
    font-size: 20px;
    }

.main-content p {
    width: 100%;
    }
.front-page-button.flush-right {
    width: 100%;
    }
.front-page-button.flush-right p {
    width: 100%;
    margin: 5px 0px;
    }

#tickets_system select {
    width: 95%;
    }
}

@media (max-width: 480px) {


}