label.error { float: left; color: red; padding-left: 0; vertical-align: top; }
input.error { border: 1px solid red; background-color: #ffdddd; }
a:hover { color:#0000ff; }

input.editor {
    width: 400px;
    height: 28px;
    padding: 0 0 0 3px;
    font-size: 14px;
}

input.btn-editor {
    width: 80px;
    height: 40px;
    cursor: pointer;
}

input.checkbox {
    transform: scale(1.2);
}

label {
    font-size: 14px;
}

.register-container {
    font-size: 14px;
    margin-top: 10px;
}

.register:hover img {
    cursor:pointer;
}

#imgLock {
    float:left;
    width:16px;
    height:16px;
    background-image:url('../images/lock-medal.png');
    background-position: 0 0;
    transform: scale(1.2);
    margin-right: 5px;
}

.imgAdvancedOptions {
    float:left;
    width:14px;
    height:14px;
    margin: 0 3px 0 5px;
    background-image:url('../images/expand-collapse.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}

#dialog-message {
    display: none;
    position: absolute;
    left: 50px;
    top: 150px;
    z-index: 10;
    background: #fff;
    border: 3px solid #aaa;
    width: 400px;
    font-size: 14px;
}

#dialog-message-close {
    float: right;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.slide-toggle {
    max-height: 0px;
    transition: max-height 0.6s ease-out;
    overflow:hidden;
}

.advancedCheckbox {
    float: left;
}

.advancedLabel {
    float: left;
    margin: 3px 0 0 4px;
}

.mt-5 {
    margin-top: 5px !important;
}

.slide-div {
    float: left;
    margin: 2px 0 0 24px;
    font-size:8pt;
}

.slide-div .slide-label {
    float: left;
    margin: 0 0 0 4px;
}

.slide-div .slide-help {
    float: left;
    margin: 0 0 0 4px;
}

.toggleDisable.disabled {
    color: #808080;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    margin-top: 10px;
}

table, th, td {
    border: 1px dashed #606060;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f2f2ff;
}

.collapsible {
    cursor: pointer;
}

.collapsible:hover {
    color: #0044ff;
}
.collapsible-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    color: #333;
}

.chart {
    height: 300px;
    width: 300px;
}

#txtMaxDays {
    margin: 8px 0 10px 0;
    width: 55px;
}