.createform {
    float: left;
    width: 30%;
    margin-right: 3%;
}
.createblock2 {
    width: 88%;
    position: absolute;
}
.createblock2 .forminput {
    width: 48%;
    float: left;
    margin-right: 2%;
}
.createblock3 {
    width: 100%;
    margin-bottom:60px;
}
.createblock4 {
    width: 326%;
    position: relative;
    top: 250px;
}
.checkboxDevices {
    position: absolute;
    top: 0px;
}
.checkboxGroups {
    position: absolute;
    top: 110px;
}
.createblock5 {
    position: relative;
    top: 480px;
    margin-bottom: 520px;
}
.submitblock {
}
.hiddenevent .divTableCell {
    opacity: 0.5;
}
.tx-events .error {
    background: #FF9F9F;
    padding: 20px 20px 20px 10px;
    margin-bottom: 30px;
    border: 1px #FF0000 solid;
    position: inherit;
}
.tx-events .error p {
    font-weight: bold;
    margin: 0;
    padding: 0;
}
input.f3-form-error {
    background-color: #FF9F9F!important;
    border: 1px #FF0000 solid!important;
}
#events-container .eventauthor {
    color: #ff0000;
    font-weight: bold;
}
#events-container .mix {
    display: none;
}
#events-container a:hover, #events-container a:focus {
    color: #ae9a63;
}
#events-container .mix {
    width: 100%;
}
#events-container .divTableCell {
    border-bottom:none;
}
#Filters .dropdownSort {
    width: 50%;
    margin-top: 0;
}

/* jQuery Plugins */
#ui-datepicker-div table {
    background-color: white;
}
#ui-timepicker-div table {
    background-color: white;
}



/**
 * Fail message styles
 */

.container .fail-message{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    pointer-events: none;

    -webkit-transition: 150ms;
    -moz-transition: 150ms;
    transition: 150ms;
}

.container .fail-message:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.container .fail-message span{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 700;
}

.container.fail .fail-message{
    opacity: 1;
}

/* Details Page */
.eventdetails button {
    float: right;
}
.eventdetails .detailsback {
    padding-top: 10px;
    display: block;
    float: left;
}
.eventdetails .columns p {
    margin-bottom: 0;
}

/* DivTable */
.divTable{
    display: table;
    width: 100%;
    margin-bottom: 3%;
}
.divTableRow {
    display: table-row;
}
#events-container .divTableCell {
    min-width: 120px;
}
.divTableCell, .divTableHead {
    display: table-cell;
    padding: 10px 3px;
    border-bottom: 1px solid #333333;
}
.divTableHeading {
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
}
.listed {
    margin-top: -20px;
}