.form-select {
    margin-bottom: 10px !important;
}

.pageDivider {
    width: 100%;
    height: 1px;
    background: lightgray;
    margin: 25px 0;
}

.themeColourPicker {
    margin-bottom: 10px;
    overflow: auto;
}

.themeColourPicker input {
    float: left;
}

.themeColourPicker label {
    font-size: 15px;
    color: #fff;
    float: left;
    padding-left: 5px;
    padding-top: 3px;
}

#themesContainer .dataField input[type=text] {
    width: 290px !important;
}

#themeUIPreview .themeUIPrevBackground {
    height: 70px;
    position: relative;
}

#themeUIPreview .themeUIPrevForeground {
    height: 45px;
    width: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -23px;
}

#themeUIPreview .themeUIPrevForeground label {
    width: 50px;
    height: 20px;
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -10px;
}

#themeEntityPreview {
    width: 296px;
    height: 70px;
}

#themeEntityPreview .themeEntityPreviewLeft {
    float: left;
    padding: 5px;
}

#themeEntityPreview .themeEntityPreviewRight {
    float: left;
}

#themeLevelPreview {
    width: 296px;
    height: 45px;
}

#themeLevelPreview h3 {
    padding: 10px;
    font-size: 18px;
}

#zonesContainer {
    overflow: scroll;
    overflow-x: hidden;
    height: 355px;
}

#sectorsContainer {
    overflow: scroll;
    overflow-x: hidden;
    height: 355px;
}

.imgDeleteZoneColour:hover {
    cursor: pointer;
}

.imgDeleteSectorColour:hover {
    cursor: pointer;
}

.imgDeleteZoneColour {
    margin-left: 5px;
}

.imgDeleteZoneColour:hover {
    cursor: pointer;
}

.imgDeleteSectorColour {
    margin-left: 5px;
}

.imgDeleteSectorColour:hover {
    cursor: pointer;
}

.imgDeletePathColour {
    margin-left: 5px;
}

.imgDeletePathColour:hover {
    cursor: pointer;
}

.themeWatermarkContainer {
    position: relative;
    margin-bottom: 10px;
}