#login {
    width: 50%;
    margin: auto;
    padding: 5px;
    height: 215px;
    margin-top: 100px;
    border-radius: 4px;
    border: 1px solid #ffbe00;
}
#bg {
    background-image: url("../../images/bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#logo {
    border: 2px solid #ffffff;
    margin-top: 12px;
    margin-left: 12px;
    padding: 0px;
    width: 126px;
}
#passwordForgottenForm {
    display: none;
}
header {
    height: 150px;
    background: -webkit-linear-gradient(#ffbe00, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffbe00, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffbe00, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffbe00, #ffffff); /* Standard syntax */
}
footer {
    text-align: center;
    border-top: 1px solid #cccccc;
    margin-top: 10px;
}
.title {
    padding: 10px;
    margin-top: 30px;
    background: -webkit-linear-gradient(#ffffff, #ffbe00); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #ffbe00); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #ffbe00); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #ffbe00); /* Standard syntax */

}
#dashboard-month {
    background-color: #CCCCCC;
    min-height: 350px;
    max-height: 450px;
    overflow : auto;
}
#newIncidentDiv, #finishIncidentDiv, #updateCustomerDiv {
    width: 500px;
    z-index: 1;
    min-height: 300px;
    position: absolute;
    border-radius: 0px 0px 10px 0px;
    border: 1px solid #ffbe00;
    background-color: #ffffff;
    display: none;
}
#newActionDiv, #customerLinkDiv1, #newUserDiv {
    width: 1000px;
    z-index: 1;
    min-height: 300px;
    position: absolute;
    border-radius: 0px 0px 10px 0px;
    border: 1px solid #ffbe00;
    background-color: #ffffff;
    display: none;
}
#customerLinkDiv {
    border: 1px solid #CCCCCC;
    display: none;
    padding: 5px;
}
.groups {
    border: 1px solid orange;
}