/*
 © 3S System Software Support, Winterthur, Switzerland

 Author:        Thomas Jakober <tj at 3sweb.net>
 Created:       18.09.2014, 11:03:34
 Program Title: General application stylesheet
 File Name:     immoblock.css
 
*/

@font-face {
    font-family: ErieBlack;
    src: url(../fonts/ERIEBLKN.TTF);
    src: local(ErieBlack), url(../fonts/ERIEBLKN.TTF)
}

body, textarea {
    font-family: arial, helvetica;
    font-size: 12px;
}

h1 {
    padding: 2px 2px;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

table {
    border-collapse: collapse;
}

thead {
    display: block;
}

tbody {
    display: block;
    overflow-y: scroll;
    border-width: 0 1px 1px 1px;
    border-color: white;
    border-style: solid;
}

tbody > tr {
    background-color: whitesmoke;
}

tbody > tr:hover {
    background-color: #CFF9F2;
}

th {
    background-color: #adcbdf;
    border: 1px solid white;
}

th:last-child {
    width: 15px
}

td {
    border: 1px dotted gray;
}


form span {
    display: inline-block;
    vertical-align: top;
}

#curId {
    display: inline;
}

.selected {
    background-color: yellow;
}

.action {
    margin-bottom: 4px;
}

.action > span {
    margin-top: 4px;
}

input, textarea, select, button {
    font-family: arial, helvetica;
    font-size: 11px;
}

input, textarea, select {
    border: 1px inset gray;
}

input {
    margin: 1px 0px;
    padding: 1px;
}

input:focus {
    background-color: #CFF9F2;
}

input:invalid, select:invalid {
    box-shadow: 0 0 1.5px 1px #FF0000;
}

textarea {
    height: 4em;
    width: 22.6em;
}

fieldset {
    border: 1px dotted gray;
    margin: 0px 5px;
    padding: 4px 7px 9px 7px;
}

legend {
    background-color: #E8F0F5;
}

button {
    cursor: pointer;
}

/*div, td, span {
    text-overflow: ellipsis;
    overflow: hidden;
}*/

.list {
    background-color: #ADCBDF;
    border-bottom: 1px solid darkblue;
}

.list:hover {
    cursor: default !important;
}

[class$=Button] {
    height: 18px;
    width: 18px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    margin: 0px 4px 0px 0px;
    padding: 0px;
    cursor: pointer;
}

.newButton {
    background-image: url(/images/buttons/new.png);
}

.savButton {
    background-image: url(/images/buttons/sav.png);
}

.duplButton {
    background-image: url(/images/buttons/dupl.png);
}

.dupl1Button {
    background-image: url(/images/buttons/dupl1.png);
}

.delButton {
    background-image: url(/images/buttons/del.png);
}

.editButton {
    background-image: url(/images/buttons/edit.png);
}

.printButton {
    background-image: url(/images/buttons/print.png);
}

.mailButton {
    background-image: url(/images/buttons/mail.png);
}


.uploadButton {
    background-image: url(/images/buttons/upload.png);
}

.arrow_uButton {
    background-image: url(/images/buttons/arrow-u.png);
}

.arrow_dButton {
    background-image: url(/images/buttons/arrow-d.png);
}

.userButton {
    background-image: url(/images/buttons/user.png);
}

.user_addButton {
    background-image: url(/images/buttons/user_add.png);
}

.plusButton {
    background-image: url(/images/buttons/plus.png);
}

.new_buildingButton {
    background-image: url(/images/buttons/new_building.png);
}
.new_propertyButton {
    background-image: url(/images/buttons/new_property.png);
}
.new_flatButton {
    background-image: url(/images/buttons/new_flat.png);
}

[class$=Button]:disabled {

    background-position: -72px;
}

[class$=Mini] {
    height: 12px;
    width: 12px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    float: left;
    border: 0px;
    margin: 0px 2px 0px 0px;
    padding: 0px;
    cursor: pointer;
}

[class$=Mini]:disabled {
    background-position: -48px;
}

.savMini {
    background-image: url(/images/buttons/savmini.png);
}

.newMini {
    background-image: url(/images/buttons/newmini.png);
}

.delMini {
    background-image: url(/images/buttons/delmini.png);
}

.editMini {
    background-image: url(/images/buttons/editmini.png);
}

.arrowMini {
    background-image: url(/images/buttons/arrow_right.png);
}

.closeMini {
    background-image: url(/images/buttons/closemini.png);
}

.formcontent  {
    float: none;
}

.vl {
    position: relative;
    float: left;
    height: 96%;
    border-left: 1px dotted gray;
    margin-left: 5px;
    width: 5px;
}

.whd {
    width: 100%;
    height: 20px;
    background-color: #50A6E0;
}

.hidew {
    position: absolute;
    top: 1px;
    right: 1px;
    background-image: url(/images/Buttons/close.png);
    height: 16px;
    width: 16px;
}

.betrag {
    width: 15em;
    text-align: right;
}

.prozent {
    width: 4em;
    text-align: right;
}

.bkp {
    width: 8em;
}

.text {
    width: 60em;
}

.wo {
    width: 2em;
}

.alert {
    color: red;
}

.win_title {
    position: relative;
    width: 100%;
    height: 17px;
    background-color: #BCBCBC;
    border-bottom: 1px solid white;
}

.win_title img {
    position: absolute;
    right: 0px;
    width: 16px;
    height: 16px;
    background-image: url(/images/buttons/close.png);
    background-repeat: no-repeat;
}

.win_title span {
    display: inline-block;
    font-size: 0.8em;
    font-weight: bold;
    padding: 3px 10px;
}

#hdtop {
    height: 65px;
    width: 1024px;
    position: relative;
}

#hdtop img {
    margin-top: 5px;
    text-align: left;
}


#appTitle {
    position: absolute;
    color: blue;
    font-family: ErieBlack;
    font-size: 25px;
    top: 6px;
    left: 100px;
    height: 76px;
    width: 700px;
}

#appTitle div {
    font-size: 20px;
}

#ui {
    display: inline-block;
    font-family: arial;
    font-size: 10px;
    position: absolute;
    top: 6px;
    right: 10px;
}

#ui span {
    vertical-align: middle;
}

#ui span.hdg {
    display: inline-block;
    width: 75px;
}

#content {
    height: calc(768px - 75px);
    width: 1024px;
}

#selmenu {
    background-position: left 0px;
}

#selmenu a {
    background-position: right 0px;
}

#brdc {
    height: 16px;
    width: calc(100% - 24px);
    background-color: #E8F0F5;
    padding: 8px 12px;
}

#breadcrumb {
    float: left;
}

#tabcontent {
    background-color: #e8f0f5;
    border-top: 1px solid grey;
    height: 575px;
    padding: 8px 12px;
    width: calc(100% - 24px);
}

.deleted {
    position: absolute;
    font-size: 28pt;
    font-weight: bold;
    color: red;
    background-color: transparent;
    transform:rotate(45deg);
    top: 256px;
    margin-left: 40px;
}

#projHead {
    border: 1px inset gray;
    height: 78px;
    width: 862px;
    padding: 5px;
}


#login {
    position: absolute;
    top: 200px;
    left: 400px;
}

/******* FormList ********/
#list {
    float: left;
    width: 220px;
}
#formList li {
    display: inline-block;
    padding-left: 0;
    width: 180px;
}
#formList > ul {
    margin: 2px;
    padding: 0;
}
#formList {
    border: 1px solid #808080;
    height: 530px;
    overflow-y: scroll;
    padding: 4px;
    margin-right: 10px;
}
#formList li:hover {
    background-color: lightblue;
}
#formList li.selected {
    background-color: yellow;
}

fieldset:first-child legend > span {
    font-weight: bold;
}

