body, html, #main {
    width: 100%;
    height: 100%;
}

div.translations {
    display: none;
}

.modalAreaAlert {
    background: rgba(250, 195, 88, 0.9);
    border-radius: 0 0 4px 4px;
    position: relative;
    color: #222;
    line-height: 30px;
    text-align: center;
    z-index: 1000;
    display: none;
}

.modal .help_close {
    float: right;
    cursor: pointer;
}

.mandatory {
    background-image: url(../images/required_star.gif);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.mandatory_input_text, .mandatory_input_date {
    line-height: 1em;
}

.alertmessage {
    overflow-y: scroll;
    height: 50px;
    width: 500px;
}

.modalScrollable {
    overflow-y: scroll;
    height: 500px;
    width: 420px;
}

.toolbar_mouseout {
    background: #f6f6f6;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e0e0e0', GradientType=0);
    background-image: -o-linear-gradient(top, rgb(250, 250, 250) 18%, rgb(224, 224, 224) 59%);
    background-image: -moz-linear-gradient(top, rgb(250, 250, 250) 18%, rgb(224, 224, 224) 59%);
    background-image: -webkit-linear-gradient(top, rgb(250, 250, 250) 18%, rgb(224, 224, 224) 59%);
    background-image: -ms-linear-gradient(top, rgb(250, 250, 250) 18%, rgb(224, 224, 224) 59%);
    background-image: linear-gradient(to bottom, rgb(250, 250, 250) 18%, rgb(224, 224, 224) 59%);
}

.toolbar_mousedown {
    background: #e0e0e0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#fafafa', GradientType=0);
    background-image: -o-linear-gradient(top, rgb(224, 224, 224) 42%, rgb(250, 250, 250) 87%);
    background-image: -moz-linear-gradient(top, rgb(224, 224, 224) 42%, rgb(250, 250, 250) 87%);
    background-image: -webkit-linear-gradient(top, rgb(224, 224, 224) 42%, rgb(250, 250, 250) 87%);
    background-image: -ms-linear-gradient(top, rgb(224, 224, 224) 42%, rgb(250, 250, 250) 87%);
    background-image: linear-gradient(to bottom, rgb(224, 224, 224) 42%, rgb(250, 250, 250) 87%);
    border-color: #666 #ccc #ccc #666;
}

#timeout-countdown {
    font-weight: bold;
}

.alert_area_icon {
    height: 20px;
    width: 32px;
    display: inline-block;
    margin-left: -10px;
}

/* alerts */
.global_alert {
    background: rgba(250, 195, 88, 0.9);
    border-radius: 4px 4px 4px 4px;
    padding: 5px 10px;
    position: absolute;
    top: 2px;
    left: 50%;
    /* margin-left: -40%; */
    /* width: 80%; */
    margin-left: -15%;
    width: 40%;
    height: 35px;
    color: #222;
    z-index: 1000;
    display: none;
    text-align: center;
    font-size: 14px;
}

.global_alert button:last-child {
    margin: 0;
}

.global_alert_close {
    width: 7%;
    display: inline-block;
    float: right;
}

.global_alert .center {
    margin-left: auto;
    margin-right: auto;
    margin-top: -7px;
    line-height: normal;
}

.global_sprite_button {
    display: inline-block;
    position: absolute;
    background: url("../images/sprite_button.png") 999px 999px no-repeat;
    background-size: 800px auto;
    height: 33px;
    width: 32px;
    vertical-align: top;
    top: -2px;
}

.global_sprite_button.close {
    background-position: -90px -88px;
    cursor: pointer;
}

.global_sprite_button.close:hover {
    background-position: -140px -88px;
    cursor: pointer;
}

.timeout-dialog {
    z-index: 10001;
}

.help_dialog {
    min-width: 1000px;
}

.help_content_container {
    height: 400px;
    overflow: auto;
}

.dialog_label {
    display: inline;
}

.modal .content.quickstart_content, .modal .content.welcome_content {
    width: 570px;
    height: 130px;
}

.quickstart_button {
    float: right;
}

.alert_close_wrapper {
    float: right;
    margin-right: 20px;
}

#sidebar .drop_area button.big,
button.big.ui-draggable {
    outline: none;
}

#sidebar button.big.on {
    outline: none;
}

.toolbarZIndex {
    display: none;
    visibility: hidden;
}

#loginTime {
    color: #000000;
}