.divLoadNotification {
    overflow: auto;
}

.divLoadNotificationIcon {
    float: right;
    height: 50px;
    width: 50px;
    margin: 10px;
    background-size: contain;
}

.divLoadNotificationIconInfo {
    background-image: url("../img/information.png");
}
.divLoadNotificationIconWarning {
    background-image: url("../img/warning.png");
}
.divLoadNotificationIconError {
    background-image: url("../img/stop.png");
}
.divLoadNotificationIconQuestion {
    background-image: url("../img/question.png");
}

.divLoadNotificationMessage {
    font-size: 20px;
    font-weight: bold;
}
.divLoadNotificationButtonPanel {
    clear: both;
    margin-top: 20px;
}

.divLoadNotificationButton {
    overflow: auto;
    margin-top: 10px;
}

.largeCheckbox {
    width: 40px; 
    transform: scale(2.5);
    -webkit-transform: scale(2.5);
}
.labelCheckboxCaption {
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
}
.col-width-33 {
    width: 33%;
    float: left;
}
.col-width-40 {
    width: 40%;
    float: left;
}
.col-width-27 {
    width: 27%;
    float: left;
}
.col-width-50 {
    width: 50%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.col-width-80 {
    width: 80%;
    float: left;
}


.divMessageLarge {
    font-size: 25px;
}
.divMessageLeft {
    text-align: left;
}
.divButtonGeneralStyleMiddleLarge p {
    font-size: 25px;
}
.selectAutoWidthLarge {
    font-size: 25px;
    width: 100%;
}
.divLoadSettingsIcon {
    float: right;

}
.divButtonGeneralOnlyIcon {
    width: 50px;
    height: 50px;
}
.divInputBackgroundRed {
    background-color: #F6CED8;
}