body {
    padding:0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.viewHolder {
    display:none;
}

.monospace {
    font-family: "Courier New", Courier, monospace;
}

.modalBackground {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modalContent {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 2px solid black;
    width: 80%;
}

body.pcUIMode .mobileOnly {
    display: none;
}

#ErrorPopupHolder {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(92,0,0);
    background-color: rgba(92,0,0,0.4);
}

#ErrorPopupHolder .modalContent {
    color:#880000;
    text-align:center;
    font-weight:bold;
    font-size:14px;
}

.filling-centering-table {
    width:100%;
    left:0px;
    top:0px;
    height:100%;
    position:absolute;
    font-size:16px;
    font-weight:bold;
}

.middle-td {
    text-align:center;
    vertical-align:middle;
}

a {
    color: #fbfbe1;
    text-decoration:underline;
}

a:hover {
    text-decoration:none;
}

.lineThrough {
    text-decoration: line-through;
}

.title2 {
    font-size:18px;
    font-weight: bold;
}

label {
    font-size:16px;
    font-weight: bold;
}

div.box {
    margin:auto;
    width:980px;
    padding:10px;
    color: #fbfbe1;
    background-color: #404040;
    background-color: rgba(40,40,40,0.9);
    border: 2px solid #c1bea0;
    margin-top:20px;
}

.hGapAfter {
    margin-right:40px;
}

.hidden {
    display: none;
}

table.tight {
    border-spacing: 0px;
    border-collapse: separate;
}

table.tight td {
    padding: 0px;
}

div.hiddenImageHolder {
    position:absolute;
    z-index: 0;
}

div.hiddenImageHolder img {
    width:0px;
    height:0px
}

button.iconButton {
    padding: 2px 0px 0px;
    text-align: center;
    width: 41px;
    height: 36px;
}

button.iconButton img {
    vertical-align: middle;
}

.textWithIcons {
    font-weight: bold;
    font-size: 14px;
}

.textWithIcons img {
    vertical-align: middle;
    padding-left: 2px;
}

div.projectRow.selectable {
    cursor: pointer;
    cursor: hand;
}

.linkCursor {
    cursor: pointer;
    cursor: hand;
}

.noWrap {
    white-space: nowrap;
}

.helpCursor {
    cursor: help;
}

/**inputs**************************************************************************************************************/

input[type=text], input[type=password] {
    border: 2px solid #b4b193;
    border-radius: 8px;
    font-size: 16px;
    color: #fbfbe1;
    padding:4px 5px;
    background-color: #111111;
    width:250px;
}

textarea {
    color: #fbfbe1;
    background-color: #111111;
    border: 2px solid #b4b193;
    border-radius: 8px;
    padding:4px 5px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

button {
    border: 1px solid #000022;
    border-radius: 9px;
    font-size: 20px;
    color: #fbfbe1;
    padding:4px 15px;
    background-color: black;
    background-image: url("../gfx/buttons/bg36.png");
    background-repeat: repeat-x;
    background-position: center center;
    background-size: 100% 100%;
    cursor: pointer;
    cursor: hand;
}

button.light {
    background-image: url("../gfx/buttons/bg36-light.png");
    color: #ebebd1;
}

button.important {
    background-image: url("../gfx/buttons/bg36-red.png");
}

button.grey {
    background-image: url("../gfx/buttons/bg36-grey.png");
}

button:disabled,
button[disabled] {
    color: #999999;
    cursor: default;
}

button.small {
    font-size: 16px;
    padding:2px 8px;
    border-radius: 8px;
}

button.medium {
    font-size: 16px;
    padding:4px 8px;
    border-radius: 8px;
}

button.pressed {
    background-image: url("../gfx/buttons/bg36-pressed.png");
    color:#1b2d41;
}

select {
    font-size:14px;
    font-weight: bold;
}

/**OptionsPopup********************************************************************************************************/

#OptionsPopupHolder .optionButtons {
    padding: 6px 6px 2px;
}

#OptionsPopupHolder .optionButtons button {
    width: 100%;
    margin-bottom: 5px;
}

#OptionsPopupHolder .optionButtons button img {
    vertical-align: middle;
    padding-left: 3px;
    padding-bottom: 3px;
}

/**numeric*************************************************************************************************************/
/*
div.intPicker {
    font-size: 14px;
    width: 250px;
}

div.intPicker button {
    padding: 2px 2px;
    font-size: 16px;
    font-weight: bold;
    width:24px;
    float:left;
}

div.intPicker button.roundLeft {
    border-radius: 8px 0px 0px 8px;
}

div.intPicker button.roundRight {
    border-radius: 0px 8px 8px 0px;
}

div.intPicker button.square {
    border-radius: 0px;
}

div.intPicker button.max {
}

div.intPicker button.min {

}

div.intPicker button.plus {

}

div.intPicker button.minus {

}

div.intPicker div.value {
    width: 70px;
    float:left;
    text-align: center;
    line-height: 22px;
    border-top: 1px solid #000022;
    border-bottom: 1px solid #000022;
    color: #fbfbe1;
    background-color: #111111;
}*/


div.intPicker {
    font-size: 14px;
    width: 175px;
}

div.intPicker button {
    padding: 2px 2px;
    font-size: 18px;
    font-weight: bold;
    width:25px;
    float:left;
}

div.intPicker button.roundLeft {
    border-radius: 8px 0px 0px 8px;
}

div.intPicker button.roundRight {
    border-radius: 0px 8px 8px 0px;
}

div.intPicker button.square {
    border-radius: 0px;
}

div.intPicker div.value {
    width: 70px;
    float:left;
    text-align: center;
    line-height: 25px;
    border-top: 1px solid #000022;
    border-bottom: 1px solid #000022;
    color: #fbfbe1;
    background-color: #111111;
}

div.intPicker div.value img {
    width:20px;
    height:20px;
    vertical-align: middle;
}

img.intPickerIcon {
    padding-left: 5px;
}

/**form table**********************************************************************************************************/

table.form {
    border-spacing: 0px;
}

table.form td {
    padding:3px 4px;
    font-size:14px;
    font-weight: bold;
}

table.form td:first-child {
    text-align: right;
}

/**ConfirmPopup********************************************************************************************************/

#ConfirmPopupHolder .description {
    font-weight: bold;
    font-size:16px;
    margin: 0px 4px;
}

#ConfirmPopupHolder .description img {
    vertical-align: middle;
    padding-left: 3px;
    padding-bottom: 3px;
}

/**ImagePopup**********************************************************************************************************/

#ImagePopupHolder .descriptionHolder {
    font-weight: bold;
}

/**AlertPopup**********************************************************************************************************/

#AlertPopupHolder .description {
    font-weight: bold;
    font-size:16px;
    margin: 0px 4px;
}

#AlertPopupHolder .description img {
    vertical-align: middle;
    padding-left: 3px;
    padding-bottom: 3px;
}

/**nonModalPopup*******************************************************************************************************/

div.nonModalPopup {
    display: none;
    z-index: 90;
}

/**stdPopup************************************************************************************************************/

div.stdPopup {
    color: #fbfbe1;
    background-color: #272727;
    background-color: rgba(40,40,40,0.9);
    margin: 0px auto 0px;
    padding: 10px;
    border: 3px solid #c1bea0;
    /* width: 80%; */
    width: fit-content;
    position: absolute;
    top: 15%;
    left: 0px;
    right: 0px;
    font-weight: bold;
}

div.stdPopup div.title {
    font-size: 24px;
    font-weight: bold;
    padding-left: 10px;
}

div.stdPopup div.title img {
    vertical-align: middle;
    padding-left: 3px;
    padding-bottom: 3px;
}

div.stdPopup div.hGap {
    height: 20px;
}

div.stdPopup div.subTitle1 {
    font-size:18px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.stdPopup div.subTitle2 {
    font-size:16px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.stdPopup div.closeX {
    position: absolute;
    right: 5px;
    top:5px;
}

div.buttons {
    text-align: right;
    padding:20px 10px 10px 10px;
}

div.stdPopup div.paragraph {
    padding:5px 10px;
}

#ajaxLoadingPopup {
    color: #fbfbe1;
    background-color: #303030;
    margin: 15% auto 0px;
    padding: 30px 30px 20px 30px;
    border: 3px solid #c1bea0;
    width: 220px;
}

div.separator {
    height: 2px;
    width:100%;
    background-color: #c1bea0;
    margin-top:5px;
    margin-bottom:10px;
}

/**panel************************************************************************************************************/
.panel {
    background-color: rgba(40,40,40,0.9);
    color: #fbfbe1;
}

.allBorders {
    border: 2px solid #c1bea0;
}

.leftBorder {
    border-left: 2px solid #c1bea0;
}

.rightBorder {
    border-right: 2px solid #c1bea0;
}

.topBorder {
    border-top: 2px solid #c1bea0;
}

.bottomBorder {
    border-bottom: 2px solid #c1bea0;
}

.label {
    font-size: 16px;
    font-weight: bold;
    background-color: rgba(50,50,50,1);
    padding: 3px 8px;
}

.label img {
    vertical-align: top;
}

img.imageButton {
    cursor: pointer;
    cursor: hand;
}

/**top menu************************************************************************************************************/

div.topMenu {
    z-index:1;
    position:relative;
    width:100%;
    height:40px;
    color: #fbfbe1;
    background-color: #404040;
    border-bottom: 2px solid #c1bea0;
    margin-top:0px;
}

div.topMenu div.rightSubMenu {
    position:absolute;
    top:0;
    right:0;
    background-color: #404040;
}

div.topMenu div.leftSubMenu .resourcesHolder {
    position: absolute;
    top: 0px;
    left: 52px;
    width: 5000px;
}

div.topMenu div.leftSubMenu .resourcesInnerHolder {
    float: left;
}    

div.topMenu div.leftSubMenu {
    margin-left:0px;
    margin-top:0px;
    /* text-overflow: ellipsis;
    text-wrap: nowrap; */
}

div.topMenu button {
    background-color: black;
    border: 1px solid #000000;
    border-radius: 0px;
    font-size: 20px;
    color: #fbfbe1;
    height: 40px;
    margin:0px 0px;
    background-color: #0e1722;
    background-image: url("../gfx/buttons/bg45.png");
    background-repeat: repeat-x;
    background-position: center center;
}

div.topMenu button.pressed {
    background-image: url("../gfx/buttons/bg45-pressed.png");
    color:#1b2d41;
}

/**tab menu************************************************************************************************************/

div.tabMenu button {
    border-radius: 0px;
    margin:0px 1px;
    font-size: 16px;
    padding:2px 8px;
}

