/* 
    Document   : style
    Created on : 28.07.2013, 15:56:25
    Author     : Michael Wellendorf
    Description:
        Purpose of the stylesheet follows.
*/
body, html {
    background-color:#fdfdfd;
    font-family: 'Open Sans', sans-serif;
}

body.logged_in{
    background-image: url(../img/layout/page_bg.png);
    background-position: 0 -1px;
    background-repeat:repeat-x;
}
body.dev{
    border:10px solid #E58C0B;
}

#wrapper {
    margin: 0 auto;
    width:960px;
    padding-bottom:50px;
}
#inside {
    position: relative;
}

h1,h2,h3,h4,h5 {
    margin-top:0px;
    font-weight:normal;
}

a {
    color:#348075;
    text-decoration: none;
}
a.my_button {
    color:#fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:1px solid #c9c9c9;
    background: #348075;
    background: -moz-linear-gradient(top, #38a892 0%, #308f7c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#38a892), color-stop(100%,#308f7c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #38a892 0%,#308f7c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #38a892 0%,#308f7c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #38a892 0%,#308f7c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #38a892 0%,#308f7c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38a892', endColorstr='#308f7c',GradientType=0 ); /* IE6-9 */
    display:inline-block;
    padding:5px 10px;
    text-align:center;
}
a.my_button:hover {
    background: #5daf9f;
}
a.del {
    color:#990000;
}

button.btn i {
    color:#348075;
}

small {
    color:#999999;
}
/*
    Formulare
*/
#login_form {
    width: 300px;
    border: 1px solid #cecece;
    margin: 100px auto 0;
    padding: 1em;
    text-align:center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #eaeaea;
    background: -moz-linear-gradient(top, #eaeaea 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eaeaea 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eaeaea 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eaeaea 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eaeaea 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ 
}

label {
    float:left;
    display:block;
    padding:0.5em 0.5em 0.5em 0;
    width: 150px;
}
label.breite  {
    width:auto;
}
label.radiolabel {
    float:none;
    display:inline;
    padding-left:15px;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
select,
input[type="url"], textarea {
    display: block;
    margin: 0 0 1em 0;
    width: 250px;
    border: 1px solid #c3c3c3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0.2em;
    background: #fff;
}

#login_form input[type="text"],
#login_form input[type="password"] {
    padding:1em;
}
textarea {
    width:400px;
    height:200px;
}
select{
    width: auto;
    min-width: 250px;
    line-height:1em;
}
select.ui-timepicker-select {
    width: 60px;
    min-width:60px;
}
option {
    margin:0.5em;
    font-size:0.85em;
}
input.einzeilig {
    float:left;
    margin-right:20px;
}
input.langzeilig {
    width:539px;
}
input.kurz {
    width:155px;
}
input.laenger {
    width:346px;
}

fieldset {
    border-top:1px solid #5DAF9F;
    margin-bottom:25px;
    padding-top:0.5em;
}
legend {
    font-weight:bold;
    padding-right:1em;

}
#login_form input[type=text] {
    background: #fff url(../img/layout/username.png) no-repeat 10px center;
    padding-left:2.3em;
}

#login_form input[type=password] {
    background: #fff url(../img/layout/password.png) no-repeat 10px center;
    padding-left:2.3em;
}

input[type=submit], form a {
    border:1px solid #c9c9c9;
    margin: 0px auto;
    padding: 0.3em 1em;
    text-decoration: none;
    font-size: 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #348075;
    background: -moz-linear-gradient(top, #38a892 0%, #308f7c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#38a892), color-stop(100%,#308f7c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #38a892 0%,#308f7c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #38a892 0%,#308f7c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #38a892 0%,#308f7c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #38a892 0%,#308f7c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38a892', endColorstr='#308f7c',GradientType=0 ); /* IE6-9 */
    color: white;

}

input[type=submit]:hover, form a:hover {
    background: #5daf9f;
    cursor: pointer;
}

table.sitetable {
    width:100%;
    background-color:#ccc;
    border-collapse: separate;
    border-spacing: 1px;
}

table.sitetable th, table.sitetable td {
    padding:0.2em 0.4em;

}
table.sitetable tbody tr:nth-of-type(even) {
    background-color:#f1f1f1;
}
table.sitetable tbody tr:nth-of-type(odd) {
    background-color:#fff;
}
table.sitetable thead {
    text-align:left;
    font-weight:normal;
    background-color:#eee;
    border:1px solid #c9c9c9;
    border-bottom: 2px solid #c9c9c9;
}


table.tablesorter th{
    background: url(../img/layout/bg.gif) no-repeat right center;
    padding-right:24px;
    cursor:pointer;
}
table.tablesorter th.nosort {
    cursor:default;
    background-image:none;
}
table.tablesorter .headerSortUp {
    background: url(../img/layout/asc.gif) #ccc no-repeat right center;
}
table.tablesorter .headerSortDown {
    background: url(../img/layout/desc.gif) #ccc no-repeat right center;
}
div.meldung_start {
    font-size:0.75em;
    color:#fff;
    background-color:#333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 1em 0;
    padding: 0.5em 0;
}

/*
Kopfbereich
*/
#header #logo {
    width:400px;
}
#header #user_block {
    float:right;
    text-align:right;
    margin-top:15px;
    /*margin-left:300px;*/
}

#user_block p, #user_block a.mitteilungen {
    padding:5px 35px 5px 5px;
    margin:0;
    display:block;
}
#user_block p.username {
    background: url(../img/layout/username.png) no-repeat right center;
}

#user_block a.mitteilungen {
    background: url(../img/layout/icon_mail.png) no-repeat right center;

}
#user_block a.mitteilungen:hover {
    background-color:#fafafa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 3px 3px 5px #888;
    -webkit-box-shadow: 3px 3px 5px #888;
    box-shadow: 3px 3px 5px #888;
}


#user_block a.my_button {
    margin-top: 5px;
    width:100px;
    float:none;


}
#user_block a.my_button.pause {
    float:none;
    color:#348075;
    background: #348075;
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */


}
#user_block a.newmail {
    color:#ff9900;
    background: url(../img/layout/icon_newmail.png) no-repeat right center;
}

#user_block a.my_button:hover {
    background: #5daf9f;
}
#user_block a.my_button.pause:hover {
    background: #eeeeee;
}


#mainnav ul {
    margin:0;
    padding:0;
    overflow:hidden;
}
#mainnav li {
    display:block;
    float:left;
    line-height: 43px;
    height:43px;
    color: #fff;
    margin-right:20px;
    padding: 0 10px;
}
#mainnav li a {
    color:#fff;
}
#mainnav li a:hover {
    color:#cccccc;
}
#mainnav li.active {
    background-color: #5daf9f;
}
#mainnav li.last {
    margin-right:0px;
}
#mainnav.inaktiv a, #mainnav li.inaktiv a {
    color: #cccccc;
    cursor: default;
}

/*
*   Hauptbereich
*/
#main {
    margin-top:40px;
}


#main .hinweis_overlay {
    position:absolute;
    left:50%;
    margin-left:-175px;
    text-align:center;
    padding: 1em 1em 1em 2em;
    width:350px;
    color:#373737;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}
#main .error {
    background:url(../img/layout/error-24.png) #fff2f2 no-repeat 15px center;
    border:1px solid #ff3300;
}
#main .hinweis {
    background:url(../img/layout/hinweis_icon.png) #fff5e5 no-repeat 15px center;
    border:1px solid #ff9900;
}
#main .success  {
    background:url(../img/layout/circle-24.png?3) #e7f8e7 no-repeat 15px center;
    border:1px solid #15bc15;
}
#main .boxshadow {
    -moz-box-shadow: 0px 0px 40px 15px #888;
    -webkit-box-shadow: 0px 45px 10px 15px #888;
    box-shadow: 0px 0px 40px 15px #888;
}
#main a.active {
    color:#373737;
    font-weight: bold;
}

/*
*   Mitteilungen
*/
#mails {
    border-top: 1px solid #c9c9c9;
}
#mails_sidebar {
    left:0;
    width:200px;
    position:absolute;
}
#mails_sidebar ul {
    list-style-type: none;
    margin-left:0;
    padding-left:0;
}
#mails_sidebar li {
    padding:0.5em;
}
#mails li:hover {
    background-color: #ccc;
}
#mails_inhalt {
    min-height: 200px;
    margin-left:250px;
    padding-left:30px;
    border-left:1px solid #c9c9c9; 
}
#mails_inhalt p.info {
    margin-bottom:20px;
    text-align: right;
    color:#999;
}
#mails_inhalt div.nachricht {
    border-bottom:1px solid #C9C9C9;
    padding-bottom:20px;
}
#mails_inhalt p.actions {
    float: right;
    margin:0;
    padding:0;
}

#mails_inhalt a {
    display: inline-block;
    float:left;
    font-size:0.8em;
    margin-left:30px;
}

#mails_inhalt a.job_bearbeiten {
    margin-left:0;
    padding:0.25em 1em;
    margin-right:15px;
    text-indent:-10000px;
}
#mails_inhalt table.jobuebersicht_test a.job_bearbeiten {
    text-indent:0;
    font-size:1em;
    padding:0;
}

table.jobuebersicht a.bearbeiten {
    background: url(../img/layout/pencil-24.png) no-repeat center center;
}
table.jobuebersicht a.aktivieren {
    background: url(../img/layout/power-red.png) no-repeat center center;
}
table.jobuebersicht a.deaktivieren {
    background: url(../img/layout/power-green.png) no-repeat center center;
}
table.jobuebersicht a.jobdel {
    background: url(../img/layout/x-mark-4-24.png) no-repeat center center;
}

a.delete_x {
    background: url(../img/layout/x-mark-4-24.png) no-repeat center center;
    padding:0.25em 1em;
}

/* ajax-spinner */
input.spinner {
    background: url(../img/layout/ajax-loader.gif) #eeeeee no-repeat right center;
}
input.erfolg {
    background: url(../img/layout/circle-24.png) #e7f8e7 no-repeat right center;
}
input.miserfolg {
    background: url(../img/layout/error-24.png) #fff2f2 no-repeat right center;
}
select.spinner {
    background: url(../img/layout/ajax-loader.gif) #eeeeee no-repeat 200px center;
}
div.spinner {
    background: url(../img/layout/ajax-loader.gif) #F7F7F7 no-repeat center center;
}



#kontakte_liste {
    float:right;
    width: 250px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:1px solid #348075;
}
#kontakte_liste p {
    background-color: #eee;
    padding: 0.3em 0.5em;
    margin: 0.2em 0;
}

/* Jobs bearbeiten */
div.auswahlliste {
    width:300px;

}
span.del_x, span.del_new {
    display:inline-block;
    padding:0.2em;
    width:24px;
    float:right;
    cursor: pointer;
    text-indent:-10000px;
    background: url(../img/layout/x-mark-4-24.png) no-repeat center center;
}
span.add_row {
    /*background: url(../img/layout/add-row-24.png) no-repeat left center;
    padding-left:30px;
    cursor: pointer;
    display: inline-block;
    height:24px;
    line-height: 24px;*/
}

/* Im Pause und Verwaltungs-Dialog das x unsichtbar machen*/
.no-close .ui-dialog-titlebar-close {
    display: none;
}

/* Dateiverwaltung */
.dateitable {
    width: 100%;
    border-collapse: collapse;
}
.dateitable tr {
    border-bottom:1px solid #ddd;
}
.dateitable th {
    text-align: left;
}

.dateitable td {
    padding:10px 0;
}
.options {
    float:right;
}
.options li {
    list-style-type: none;
    float:left;
    margin-right:15px;
    font-size:0.9em;
}
.tooltip {
    font-size:0.8em;
    color:#eee;
    background:#333;
    padding:5px;
}
.ui-multiselect-checkboxes label {
    width:100%;
}
button.ui-multiselect.veraenderungen {
    margin-left:30px;
    display:none;
}
button.ui-multiselect.ohne_ergebnis {
    margin-left:30px;
    display:none;
}
input[type="radio"] {
    margin-top:0.8em;
}
div.extended_form select {
    display:inline;
}
div.extended_form div {
    height:60px;
}
.cb {
    margin-top:12px;
}


