/* Styles for Open Source Version of Schulkonsole */

body {
    margin: 3px;
    padding: 0;
    width: 100%;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    background: #FBFAF9 url("img/page-gradient.png") top left repeat-x;
}

#header {
    border: none;
    height: 50px;
    font-size: 10px;
    color: #cecece;
    padding: 5px;
    margin: 0;
    margin-right: 20px;
    background: transparent url("img/logo_sk.png") top right no-repeat;
    max-width: 99%;
}

#header h1 {
    margin: 0;
    padding: 0;
    font-family: Verdana, sans-serif;
    font-size: 20px;
    color: #999999;
    font-weight: bold;
    text-shadow: 2px 2px 0 #FFFFFF;
}

#header img {
    display: none;
    visibility:0;
}

#menu {
    border: none;
    height: 2.7em;
    background-color: #233c4c;
    margin: 0;
    margin-bottom: 1px;
    margin-right: 1px;
}

.jMenu {
    display: table;
    border: none;
    height: 2.7em;
    margin: 0;
    margin-bottom: 1px;
    margin-right: 1px;
    background-color: #233c4c;
    padding: 0;
    list-style: none;
    font-weight: bold;
}

.jMenu li {
    display: table-cell;
    background-color: #233c4c;
    margin: 0;
    list-style: none
}

.jMenu li a, 
.jMenu li span.disabled, 
.jMenu li span.disabledseparator,
.jMenu li span.disabledend {
    display: block;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    height: 2em;
    padding-top: 0.7em;
    padding-left: 1em;
    padding-right: 10px;
    font-size: 12px
}

.jMenu li span.disabled, 
.jMenu li span.disabledseparator,
.jMenu li span.disabledend {
    color: #888;
    text-decoration: none;
    cursor: not-allowed;
    font-weight: normal;
}



.jMenu li a:hover {
    background-color: #ff8f00;
}

.jMenu li:hover>a {
    background-color: #ff8f00;
}

.jMenu li ul {
    display: none;
    font-size: 11px;
    position: absolute;
    z-index: 9999;
    padding: 0;
    margin: 0;
    list-style: none
}

.jMenu li ul li {
    background-color: #233c4c;
    display: block;
    border-bottom: 1px solid transparent;
    list-style: none;
    position: relative
}

.jMenu li ul li a {
    font-size: 11px;
    background-color: #233c4c;
    text-transform: none;
    display: block;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent
}

.jMenu li ul li a.isParent {
    background-color: #3a3a3a
}

.jMenu li ul li a:hover {
    color: #333;
    background-color: #ff8f00;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent
}

.content, .widecontent {
    margin: 0;
    padding: 0;
    width: 780px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 3px;
    top: 120px;
    left: 0px;
    bottom: 36px;
    font-weight: normal;
}

.content h2 {
    margin-top: 10px;
    margin-bottom: 4px;
    padding: 0;

    font-weight: bold;
    font-size: 14px;
}

.content input,
.content select,
.content textarea {
    font-size: 11px;
}

.content select {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1px;
    padding-bottom: 1px;
    border-width: 2px;
}

.content p {
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.content .hint {
    color: #999999;
}

.content a {
    color: #11386B;
    font-weight: bold;
    text-decoration: underline;
}

.content a:hover {
    color: #6695D2;
}

.content table {
    font-size: 11px;
}
.content table tbody input{
    font-size: 11px;
}

table#classesoverview input {
    width: 100px;
}

#info {
    position: absolute;
    top: 140px;
    right: 20px;
    padding: 3px;
    width: 240px;
    background-color: #FBFAF9;
    border: 1px solid #ff8f00;
    z-index:4;
    display: block;
}

#info a.hideinfo {
    display: block;
    text-align: right;
    font-size: 8px;
    text-decoration: none;
    color: #bbb;
}

#info p {
    padding: 3px;
    margin: 0;
}

#info p.info {
    padding: 3px;
    font-size: 10px;
    margin: 0;
}

#info a {
    color: #0000aa;
    font-weight: bold;
    text-decoration: underline;
}

#info a:hover {
    color: #cc3333;
}

#info h2 {
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  margin: 4px 0 0 4px;
  }

#info ul {
  padding: 16px;
  margin :0;
  }

#status {
    background-color: #b9c1c6;
    min-height: 150px;
}

#status.ok {
    color: white;
    background-color: #a9d400;
    margin: 0;
    padding: 3px;
    font-size: 12px;
    font-weight: bold;
    min-height: 150px;
    overflow: hidden;
}

#status p {
    margin: 0;
    padding: 0;
}

#status.ok p.info {
    display: none;
}

label.error {
    color: #d54f4f;
}


p.selectdomain {
    float: right;
}

form.singleton {
    float: left;
    margin-bottom:0.4em;
}


hr {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 1px;

    clear: left;

    border: none;

}


/* not MOII style guide)  */

th {
    vertical-align: top;
}

td.lfdnr {
    text-align: right;
}

table.liste {
    border: 1px solid #ff8f00;
    margin-top: 0.5em;
}

table.liste td {
    vertical-align: top;
}

.settings td {
    vertical-align: middle;
}


table.liste > tr:first-child,
table.liste th {
    text-align: left;
    background-color: #f3f3f3;
}

table.liste tr {
    height: 2.4em;
}
table.liste tr td {
    padding-top: 0.4em;
}

table.liste tr td select {
    min-width: 9em;
}

table.liste tr.even,
table.liste tr.hosteven,
table.settings tr.even {
    background-color: #b9c1c6;
}

table.liste tr.odd,
table.liste tr.hostodd,
table.settings tr.odd {
    background-color: #dce0e3;
}

table.liste tr.hostodd > td:first-child,
table.liste tr.hosteven > td:first-child {
    padding-left: 2em;
}

table.liste tr.unset {
    background-color: #ffffff;
    color: #999999;
}


table.liste tr.editing {
    background-color: #deffdf;
}


.important {
    font-size: +140%;
    font-weight: bold;
    color: #ffffff;
    background-color: #d54f4f;
}

.important strong {
    font-style: italic;
}

#diskquotas,
#mailquotas,
#printquota,
#roomshares,
#roomhandoutcopy,
#roomhandout,
#classesoverview,
#classshares,
#classhandout,
#classhandoutcopy,
#classwww,
#projectshares,
#projecthandout,
#projecthandoutcopy,
#projectwww,
#quotasteachers,
#quotasclasses,
#quotasprojects,
#linbooverview,
#linboregpatchoverview,
#linbopxeoverview {
    width: 62%;
}

#roomoverview,
#printersoverview,
#roomcollect,
#classoverview,
#classpasswords,
#classcollect,
#searchstudents,
#searchteachers,
#searchclasses,
#searchprojects,
#projectcollect,
#projectmemberclasses,
#projectmemberprojects,
#projectmemberteachers,
#projectmemberstudents,
.settings,
#quotaswww,
#quotasadmins,
#quotasstudents,
#quotasworkstations,
#quotassystem,
#rooms,
#printers,
#printersedit,
#hosts,
#teachersedit,
#teachersadd,
#teachersdelete,
#teacherspasswords,
#teachin,
#usersdelete,
#commitadd,
#commitmove,
#commitkill,
.tabletable,
#linbobaseimages,
#linboimages {
    width: 100%;
}

#printersedit select {
    max-height: 230px;
}

#hosts input, #hosts select {
}
#hosts input {
width: 9em;
}

#hosts select {
}

td select {
    width: 100%;
    }

#action td {
    text-align: center;
    vertical-align: middle;
    background: red;
}

/* linbo seite */
#imageinfo, #imagelist {
    margin: 0;
    border-top: 2px solid #888888;
    border-left: 2px solid #888888;
    border-bottom: 2px solid #dddddd;
    border-right: 2px solid #dddddd;
    width: 84ex;
    height: 50ex;
    overflow: auto;
}


/* quota */

td li span {
    display: block;
    background-color: #6c71b3;
}

td li.warn span {
    background-color: #d54f4f;
}

td ul {
    list-style-type: none;
    margin: 1px;
    padding: 0;
}

td ul li {
    margin: 0;
    margin-top: 2ex;
    padding: 0;
    border: 1px solid black;
    width: 100%;
    font-size: 25%;
    background-color: white;
}

td p {
    display: none;
}

td:hover p {
    display: block;
    position: absolute;
    border: 1px solid black;
    background: #b9c1c6 ;
    padding: .4ex;
    z-index: 1000;
}



.content textarea {
    white-space: pre;
}

input.btn-download, input.btn-linbo-move {
    background: url("img/rename.png") no-repeat scroll center center transparent;
    border: 0 none;
    color: transparent;
}
input.btn-linbo-copy {
    background: url("img/edit-copy.png") no-repeat scroll center center transparent;
    border: 0 none;
    color: transparent;
}
input.btn-delete, input.btn-linbo-trash {
    background: url("img/edit-delete.png") no-repeat scroll center center transparent;
    border: 0 none;
    color: transparent;
}
input.btn-linbo-edit {
    background: url("img/edit.png") no-repeat scroll center center transparent;
    border: 0 none;
    color: transparent;
}
input.btn-linbo-showinfo {
    background: url("img/info.png") no-repeat scroll center center transparent;
    border: 0 none;
    color: transparent;
}
input.btn-linbo-list {
    background: url("img/list.png") no-repeat scroll center center transparent;
    border: 0 none;
    color: transparent;
}

.wspxe {
    width: 9em;
}
.wsopts {
    width: 8em;
}
.wsdel {
    width: 1.2em;
    text-align: center;
}

# file upload
.bar {
    height: 18px;
    background: green;
}

# upload area
div.upload {
	margin-left: 20px;
	margin-bottom: 30px;
	background-color: #FBFAF9;
 }

div.messageok {
    color: white;
    background-color: #a9d400;
    width: 100%;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
}
