#formContainer, #formContainer * {
box-sizing: border-box !important;
}
#legende {
width: 80%;
margin-left: auto;
margin-right: auto;
font-size: 1.25em;
margin-top: 40px;
}
#formContainer {
width: 80%;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
border: black 1px solid;
padding: 15px;
background-color: white;
}
#table h2 {
margin-top: 10px;
margin-bottom: 25px;
font-size: 22px;
}
.wrapper {
display: grid;
grid-gap: 20px;
grid-template-columns: repeat(2, 1fr);
grid-auto-rows: minmax(100px, auto);
}
.eventsLabel {
font-size: 18px;
font-weight: bold;
}
#one {
grid-row: 1;
grid-column: 1;
width: 95%;
}
#two {
grid-row: 2;
grid-column: 1;
width: 95%;
}
#three {
grid-row: 3;
grid-column: 1;
width: 95%;
}
#four {
grid-row: 3;
grid-column: 2;
width: 95%;
margin-left: auto;
}
.eventsFormTitles {
margin-top: 0;
font-size: 18px;
font-weight: bold;
}
#five {
grid-row: 2;
grid-column: 2;
width: 95%;
margin-left: auto;
}
#six {
grid-row: 1;
grid-column: 2;
width: 95%;
margin-left: auto;
}
.inputsEvent {
width: 100%;
margin-top: 10px !important;
padding-top: 7px !important;
padding-bottom: 7px !important;
}
#addCityInput {
height: 30px;
margin-bottom: 0;
}
#addEvent {
width: 10%;
padding: 18px 0;
background-color: #00b300;
color: white;
border: 1px solid;
border-radius: 5px;
}
.logos {
margin-bottom: 20px;
}
.logo {
display: flex;
align-items: center;
}
#withoutLogoLabel {
margin-right: 10px;
padding-bottom: 7px;
}
.logoLabel {
margin-right: 10px;
}
.addLogoBtn:hover {
cursor: pointer !important;
text-decoration: underline;
}
#addLogoInput {
display: none;
}
#addLogoInput label,
#updateLogoInput label {
display: grid;
grid-row: 1;
grid-column: auto;
margin-top: 25px;
margin-bottom: 20px;
}
#addLogoInput input,
#updateLogoInput input {
display: grid;
grid-row: 2;
grid-column: auto;
margin-bottom: 20px;
}
small {
color: red;
}
#citiesBox {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 25px;
}
.cityBox {
margin: 10px;
}
.cityBox label {
padding-bottom: 4px;
}
#citiesOrder {
color: black;
text-decoration: underline;
}
#tableContainer {
display: flex;
justify-content: center;
margin-top: 50px;
width: 80%;
margin-left: auto;
margin-right: auto;
}
#table {
border: black 1px solid;
padding: 15px;
background-color: white;
width: 100%;
}
#table table {
width: 100%;
border-collapse: collapse;
}
#table table th, #table table td {
text-align: center;
border: black solid 1px;
}
.editDeleteBtn {
display: flex;
justify-content: space-around;
align-items: center;
}
.editDeleteBtn svg {
width: 25px;
height: auto;
}
.editDeleteBtn svg:hover {
cursor: pointer !important;
color: gray;
}
fieldset {
padding: 0;
border: 0;
margin-top: 25px;
}
#titleAdminPage {
font-size: 2.5em !important;
text-align: center;
margin-bottom: 30px;
}
div#users-contain {
width: 350px;
margin: 20px 0;
}
div#users-contain table {
margin: 1em 0;
border-collapse: collapse;
width: 100%;
}
div#users-contain table td,
div#users-contain table th {
border: 1px solid #eee;
padding: .6em 10px;
text-align: left;
}
.ui-dialog .ui-state-error {
padding: .3em;
}
.validateTips {
border: 1px solid transparent;
padding: 0.3em;
}
#dialog-form {
background-color: #fff;
}
#addEvent:hover {
cursor: pointer;
}
.addCityBox {
display: flex;
}
.addCityBox button {
height: 30px;
width: 30px;
padding: 5px;
margin-top: 10px;
}
#addCitiesInput {
display: none;
margin-top: 10px;
border: solid 1px black;
padding: 5px;
}
#cancelUpdate {
display: none;
}
.canceledEvent {
color: red;
}
#legendContainer {
display: flex;
vertical-align: center;
margin-bottom: 10px;
}
#legendSquare {
width: 35px;
height: 25px;
background-color: rgba(255, 7, 0, 0.5);
}
#legend {
margin-top: 1px;
margin-left: 5px;
}
#addCities {
width: 30px;
height: 30px;
padding: 0%;
background-color: rgb(35, 137, 255);
}
#addCitiesPlus {
width: 20px;
height: auto;
margin-top: 2px;
color: white;
}
#formTitle {
text-decoration: none;
}