.icons a.aTab {
    width: calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    width: -o-calc(50% - 20px);
}
.icons li span {
    display: none;
}
.icons a {
    font-weight: normal;
}
span.mobileSwipe {
    display: block;
    text-align: center;
    color: #FF0000;
}
.contentSubmit {
	float: left;
	width: 100%;
	margin: 10px 0px;
}
#content .content_big .iconsContent h1, #content .content_big .iconsContent strong, .username {
    margin: 10px 0;
    width: 100%;
    text-align: center;
}
.accSearch {
    width: 100%;
    grid-template-rows: auto auto;
}
.accSearch select {
    max-width: 725px;
    margin: 10px auto;
}
.selectArrows.vakantiehuizenArrows {
	width: 100%;
}
.form.myData td {
    width: 100%;
}
.footerContent, .instellingenContent {
    width: 100%;
    padding: 20px;
}
.footerContent {
    padding: 20px 0px;
}
.accSearch {
    width: 100%;
}
.accSearch select, #filterForm select, .accSearch-archive .form-dates select {
    margin: 10px auto;
    width: 100%;
}
.inloggenContainer, .informationContainer {
    width: 100%;
    height: auto;
}
#content .content_big .content ul.tabs li {
    float: left;
    box-sizing: border-box;
    width: 100%;
}
.instellingenContent .form td {
    float: left;
    width: 100% !important;
}
.colorsColumn, .instellingenContent .form td select, .colorsIframe .minicolors-theme-default.minicolors, .colorsColumn span {
    width: 100%;
    box-sizing: border-box;
}
.colorsIframe select, .colorsIframe .color.minicolors-input, .colorsIframe input {
    height: auto;
    width: calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    box-sizing: border-box;
}
.row {
    flex-flow: unset;
    text-align: left;
}
.dashboardNewLeft {
    display: none;
}
.dashboardNewRight, .dashboardNewContainerSmall {
    width: 100%;
    width: calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
}
.content_extra_options {
    display: flex;
    flex-wrap: wrap;
}
.extraOptions {
    overflow-x: auto;
    display: flex;
    flex-wrap: wrap;
}
.extraOptions table tr td:first-child, .extraOptions table tr td:nth-child(2){
    display: grid;
    grid-template-columns: 100px minmax(250px, auto);
}
.extraOptions table tr td{
    display: grid;
    grid-template-columns: minmax(250px, auto) 75px;
}
.extraOptions table tr{
    grid-template-columns: 2fr repeat(2, 1fr);
    display: grid;
}
.extraInputHalf, .extraOptionInput {
    width: 100%;
    width: calc(100% - 22px);
    width: -moz-calc(100% - 22px);
    width: -webkit-calc(100% - 22px);
}
.overzichtBox {
    overflow-x: auto;
    display: flex;
    flex-wrap: wrap;
}
.overzichtTabs1 {
    display: flex;
    flex-wrap: wrap;
}
.overzichtTabs1 tbody tr, .nieuwOverzicht.meldingen tr.meldingenRow, .overzichtTabs1 tbody tr td{
    display: grid;
    grid-template-columns: minmax(300px, 2fr) minmax(150px, 2fr) 50px;
}
.overzichtTabs1 .vakantiehuizenOverzicht {
    overflow-x: unset;
}
.dashboardOverview {
    grid-template-areas:
        "dashboardContainerTop"
        "dashboardContainerMiddle"
        "dashboardContainerRight";
        grid-template-columns: 100%;
}
.dashboardNewRight {
    grid-template-columns: auto;
    grid-template-rows: auto;
}
.dashboardNewRight :first-child {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-column-end: 2;
}
.dashboardContainerSmallTop {
    grid-template-columns: repeat(1, 1fr);
}

.ticket-container {
    grid-template-columns: 50% 50%;
    grid-gap: 10px;
    width: calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
}
.submitNow-tickets {
    width: 100%;
    grid-column: 2/3;
}
.form-tickets-select {
    width: 100%;
}

.custom-option-tr {
    grid-template-columns: 1fr;
}