﻿html, body {
    margin: 0;
    padding: 0;
    font-family: arial, verdana;
    font-size: 0.88em;
    -webkit-user-select: none;
    overflow-y: hidden;
    overflow-x: hidden;
}

.wm {
    font-size: 0.88em;
    color: silver;
}

.header {
    position: absolute;
    left: 0px; 
    right: 0px;
    top: 0px;
    height: 91px;
    background: url('/Res/img/background.png') repeat-x top left;
}

.jobPopupTextBox {
    font-size: 12px;
}

.content {
    position: absolute;
    width: 100%;
    background-color: #F1F1F1;
    overflow-y: auto;
    top: 80px;
    bottom: 20px;
    z-index: 11;
}

.footer {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 20px;
    line-height: 20px;
    font-size: 0.85em;
    padding: 2px;
    color: #01468b;
    background-color: #CCCCCC;
    text-align: center;
    padding-bottom: 10px;
}

    .footer a {
        color: #01468b;
        text-decoration: unset;
    }

.pageTitle {
    position: absolute;
    text-align: center;
    font-family: arial, verdana;
    font-size: 2em;
    color: white;
    top: 52px;
    left: 220px;
    right: 200px;
}

.menubar {
    position: absolute;
    top: 12px;
    left: 220px;
    z-index: 12;
}

.userInfo {
    position: absolute;
    top: 17px;
    width: 240px;
    right: 20px;
    text-align: left;
    font-family: arial, verdana;
    color: white;
}


.actionButton {
    border: none;
    font-size: 12px;
    background-color: #01468b;
    color: white;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    padding: 0 20px;
    line-height: 20px;
    margin-left: 5px;
    margin-right: 3px;
    min-width: 80px;
}

.actionButton_disabled {
    border: none;
    font-size: 12px;
    background-color: #999999;
    color: #E0E0E0;
    text-align: center;
    cursor: not-allowed;
    border-radius: 4px;
    padding: 0 20px;
    line-height: 20px;
    margin-left: 5px;
    margin-right: 3px;
    min-width: 80px;
}

.modalPopupEffect {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 2000;
}

.modalPopup {
    background-color: White;
    border-left: solid 2px #EEEEEE;
    border-top: solid 2px #EEEEEE;
    border-right: solid 4px #000000;
    border-bottom: solid 4px #000000;
    padding: 0px;
}

.modalPopupPanel {
    border: solid 5px #666666;
    border-radius: 15px;
}

.modalPopupHeader {
    background-color: #E0E0E0;
    line-height: 32px;
    color: #01468b;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #CCCCCC;
}

.modalPopupCloseButton {
    position: relative;
    float: right;
    margin-top: 0px;
    margin-right: 5px;
}

.modalPopupBody {
    background-color: #F1F1F1;
    padding: 15px;
    margin: 0 auto;
}

.modalPopupFooter {
    border-top: 1px solid #CCCCCC;
    background-color: #E0E0E0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: right;
    line-height: 32px;
}





.boxPopup {
    background-color: White;
    border-left: solid 2px #EEEEEE;
    border-top: solid 2px #EEEEEE;
    border-right: solid 4px #000000;
    border-bottom: solid 4px #000000;
    padding: 0px;
}

.boxPanel {
    border: solid 5px #666666;
    border-radius: 15px;
}

.boxHeader {
    background-color: #E0E0E0;
    line-height: 32px;
    color: #01468b;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #CCCCCC;
}

.boxBody {
    background-color: #F1F1F1;
    padding: 15px;
    margin: 0 auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.boxFooter {
    border-top: 1px solid #CCCCCC;
    background-color: #E0E0E0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: right;
    line-height: 32px;
}




.group {
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.45em;
    padding-right: 0.45em;
    border: 1px #CCCCCC solid;
    background-color: #E8E8E8;
    border-radius: 5px;
    float: left;
    margin: 5px;
}

.group_title {
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    border: none;
    border-bottom: 1px grey solid;
    font-weight: bold;
    margin-bottom: 5px;
}





.error {
    font-size: 25px;
    color: red;
    line-height: 18px;
    vertical-align: middle;
}

.jobFooter {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 30px;
    font-size: 0.85em;
    padding: 5px;
    border-top: 1px solid #CCCCCC;
    background-color: #E0E0E0;
}


/* Prevent resizing of multiline textboxes */
textarea {
    font-family: arial, verdana;
    font-size: 0.92em;
    margin: 0;
    padding: 0;
    resize: none;
}

/* Rounded corners an all input controls */
input[type="text"], input[type="password"], input[type="number"] textarea, select {
    border: 1px solid silver;
    padding-left: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: black;
}

/* Rounded corners an all input controls */
.rounded {
    border: 1px solid silver;
    padding-left: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: black;
}

fieldset {
    border-radius: 5px;
}

legend {
    font-weight: bold;
}
/* Alert & Confirm Dialogs */
.alert-warning {
    background-image: url('/Res/Img/Dialogs/Warning.png') !important;
    background-size: 80px !important;
    background-position: left top !important;
    background-repeat: no-repeat no-repeat !important;
    min-height:80px !important;
}
.alert-warning div{
    padding-left:75px;
}
.alert-info {
    background-image: url('/Res/Img/Dialogs/Information.png') !important;
    background-size: 80px !important;
    background-position: left top !important;
    background-repeat: no-repeat no-repeat !important;
    min-height:80px !important;
}
.alert-info div{
    padding-left:75px;
}
.alert-error {
    background-image: url('/Res/Img/Dialogs/Error.png') !important;
    background-size: 80px !important;
    background-position: left top !important;
    background-repeat: no-repeat no-repeat !important;
    min-height:80px !important;
}
.alert-error div{
    padding-left:75px;
}
.confirm {
    background-image: url('/Res/Img/Dialogs/Question.png') !important;
    background-size: 80px !important;
    background-position: left top !important;
    background-repeat: no-repeat no-repeat !important;
    min-height:80px !important;
}
.confirm div{
    padding-left:75px;
}
/* End of Alert & Confirm Dialogs */
