#ldapADAuthDiv > .input-group{
    margin-bottom: 10px;
    margin-top: 10px;
}
#ldapADAuthDiv > .input-group > .input-group-addon {
    min-width: 300px;
}
.rowPadding {
    padding-top: 20px;
}
.rowPadding10 {
    padding-top: 10px;
}
.width75 {
    width: 75px !important;
}
.width100 {
    min-width: 100px !important;
    text-align: right;
}
.width125 {
    min-width: 125px !important;
    text-align: right;
    font-weight: bold;
}
.width150 {
    min-width: 150px !important;
    text-align: right;
}
.width165 {
    min-width: 165px !important;
    text-align: right;
}
.width175 {
    min-width: 175px !important;
    text-align: right;
}
.width210 {
    min-width: 210px !important;
    text-align: right;
}
.width230 {
    min-width: 230px !important;
    text-align: right;
}
.width265 {
    min-width: 265px !important;
    text-align: right;
}
.width280 {
	min-width: 280px !important;
    text-align: right;
}
.width290 {
    min-width: 290px !important;
    text-align: right;
}

.input-group-addon {
    font-weight: bold;
}
.max150 {
    max-width: 150px !important;
}
.max220 {
    max-width: 220px !important;
}
.max350 {
    max-width: 350px !important;
}
.input-error {
    background-color: #FAEBD7;
}
.tick-success,
.load-progress,
.save-error {
    font-size: 2em;
    margin-left: 10px;
    color: green;
    margin-top: 2px;
    display: none;
}
.install-step-success {
    font-size: 2em;
    color: white;
    float: right;
    display: none;
}
.save-error {
    color: #9A0000;
}
.required {
    color: #9A0000;
    font-weight: bold;
}
.optional {
    color: #009BAD;
    font-weight: bold;
}
.tooltip-inner {
    max-width: 450px;
    /* If max-width does not work, try using width instead */
    width: 450px;
}
.error-modal-header,
.error-modal-footer {
    background-color: #CA3737;
    color: white;
}
.error-modal-body {
    font-weight: bold;
}
.install-modal-header,
.install-modal-footer {
    background-color: #B4D1EE;
}
.colourInput {
    max-width: 245px;
}
