/*
    Document   : intranet
    Created on : 31.10.2012, 13:47:08
    Author     : tao
    Description:
        Additional styles for Axonlab intranet
*/

/* Login Seite */
#content.login {
    width: 100%;
}
#content.login div.login_left-column {
    width: 550px;
    float: left;
}
#content.login div.login_right-column {
    width: 400px;
    float: right;
}
/* Login Seite: Formular */
#content.login form > ul.subform {
    padding: 32px 30px 7px;
    width: 460px;
}
#content.login form ul.subform > li > div {
    width: 270px;
}
#content.login form ul.subform > li > div > * {
    float: none;
}
#content.login form ul.subform input[type="text"],
#content.login form ul.subform input[type="password"] {
    width: 254px;
    color: #88898c;
    font-size: 14px;
}
#content.login form ul.subform > li.submit {
    text-align: center;
    margin: 20px 0;
}
#content.login form ul.subform input[type="button"] {
    float: none;
    cursor: pointer;
}
#content.login form ul.subform > li label {
    font-size: 13px;
}
#content.login form ul.subform > li > label {
    width: 180px;
}
#content.login form ul.subform > li > div.error {
    float: none;
    width: 100%;
}
#content.login form ul.subform > li > div.error h2 {
     color: #b00;
     font-size: 14px;
     font-weight: bold;
     margin: 0 0 12px 0;
}
#content.login form ul.subform > li > div.error ul {
    padding-left: 20px;
    overflow: visible;
}
#content.login form ul.subform > li > div.error li {
    background-image: none;
    padding-left: 0;
    list-style: square outside none;
    overflow: visible;
}
#content.login form ul.subform > li div.error-time {
    margin: 0 0 10px 0;
}
#content.login form ul.subform > li > div.error p {
    margin: 0;
}


/* Meta Navigation */
.topnav .logout{padding:6px 8px 6px 8px;}
.topnav .logout a{
	background:url('../images/icoLogout.png') no-repeat 0 center;
	padding:0 0 0 22px;
}

.topnav-holder {
    width: 800px;
}

/* Internal Meeting */
.meeting-section {
    margin: 0 0 48px;
}

#content ul.meeting-section {
    line-height: 1.167em;
    margin-bottom: 17px;
    padding: 0;
}

#content .meeting-section ul li {
    background:none;
    padding: 15px 0 15px 6px;
    border-top: 1px solid #aeafb2;
}

.meeting-section .date {
    float: left;
    width: 95px;
    margin-right: 20px;
}

.meeting-section .date-icon {
    background: url(../images/calendar.jpg) no-repeat left top;
    width: 95px;
    height: 78px;
    overflow: hidden;
}

.meeting-section .date-category {
    width: 95px;
    height: 16px;
    padding-top: 4px;
    margin: 0;
    text-align: center;
    line-height: 13px;
    font-family: 'ZurichBT-Light', Helvetica, sans-serif;
    background-color: #ab003e;
    color: #fff;
}

.meeting-section .date-category.yellow {
    background-color: #ffd300;
    color: #000;
}

.meeting-section .date-category.orange {
    background-color: #ff7800;
    color: #000;
}

.meeting-section .date-category.red {
    background-color: #ab003e;
}

.meeting-section .date-category.green {
    background-color: #00ae42;
}

.meeting-section .date-category.blue {
    background-color: #008aff;
}

.meeting-section .date-category.darkcyan {
    background-color: #00a8a6;
}

.meeting-section .date-category.lightgreen {
    background-color: #92d050;
}

.meeting-section .date-icon .day {
    font-size: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    margin: 6px 0 2px 0;
    font-family: 'ZurichBT-Roman', Helvetica, sans-serif;
    font-weight: 700;
    color: #000000;
}

.meeting-section .date-icon .month {
    font-size: 13px;
    display: block;
    text-align: center;
    line-height: 13px;
    font-family: 'ZurichBT-Light', Helvetica, sans-serif;
    color: #88898c;
}

.meeting-section .summary h4 {
    font-size: 13px;
    font-weight: bold;
    font-family: 'ZurichBT-Light', Helvetica, sans-serif;
    color: #000;
    margin: 4px 0;
    text-decoration: none;
}

.meeting-section .summary a.more,
.meeting-section .summary span {
    display: block;
}

.meeting-section .summary a.more {
    margin-top: 2px;
}

.meeting-section .summary a.more:hover {
    text-decoration: underline;
}

.meeting-section a {
    text-decoration: none;
}

.internal-meeting .btn-back {
    background: url('../images/arrow02.gif') no-repeat 2px center;
    display: block;
    margin: 0 0 17px;
    padding: 0 0 0 15px;
}
.internal-meeting .date {
    margin: 0 0 17px;
    display: block;
}

#filter {
    display: none;
    overflow: hidden;
}

.month-section.hidden,
.month-section.hidden-month,
.meeting-section > li.hidden {
    display: none;
}

#filter .select-outer {
    border: 6px solid #c7cad1;
    width: 262px;
    height: 30px;
    overflow: hidden;
    float: left;
    margin-right: 20px;

}

#filter select {
    border: 1px solid #aeafb2;
    width: 290px;
    height: 30px;
    padding: 4px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    -webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 0;  /* Firefox 1-3.6 */
    border-radius: 0;
    background: url(../images/select-arrow.jpg) no-repeat 245px center;
}


#filter-empty-meetings {
    margin-top: 20px;
    display: none;
}

#filter-empty-meetings.visible {
    display: block;
}

#postings {
    width: 700px;
}

#postings .posting {
    width: 220px;
    overflow: hidden;
    display: inline-block;
    padding: 0;
    background: none;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    margin: 0 0 30px 0;
}

#postings .posting-content {
    border: 1px solid #aeafb2;
    position: relative;
    overflow: visible;
}

#postings .posting-content .icon{
    bottom: -11px;
    width: 20px;
    height: 11px;
    position: absolute;
    left: 18px;
    background: url(../images/posting-arrow.jpg) no-repeat left bottom;
}

#postings .posting.third {
    margin: 0 0 30px 0;
}

.posting .inner.yellow {
    border-top: 5px solid #ffd300;
}

.posting .inner.orange {
    border-top: 5px solid #ff7800;
}

.posting .inner.red {
    border-top: 5px solid #ab003e;
}

.posting .inner.green {
    border-top: 5px solid #00ae42;
}

.posting .inner.blue {
    border-top: 5px solid #008aff;
}

.posting .inner.darkcyan {
    border-top: 5px solid #00a8a6;
}

.posting .inner.lightgreen {
    border-top: 5px solid #92d050;
}

.posting .inner .text {
    padding: 15px;
    overflow: hidden;
}

.posting .inner .text .link {
    display: block;
    margin-top: 10px;
}

.posting .inner .text .download-item {
    margin-top: 10px;
}

.posting .inner .text .download {
    background-image: url('../images/icoDownload.gif');
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 20px;
}

.posting .inner .text .download-item span {
    color: #88898c;
}


.posting .author-info {
    margin-top: 20px;
}

.posting .author-info .name {
    color: #3c559a;
    margin-bottom: 5px;
}

.posting .author-info .date {
    color: #88898c;
}

.posting .author-info .name,
.posting .author-info .date {
    display: block;
}

#content .posting .posting-content .inner .text h2 {
    color: #000;
    padding-top: 0;
}

#content .posting.hidden {
    display: none;
}

#content #posting-filter {
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    display: none;
}


#content #posting-filter #all-items a {
    border-top: 3px solid transparent;
}

#content #posting-filter li {
    float: left;
    margin-right: 3px;
    background-image: none;
    border: 1px solid #aeafb2;
    padding: 0;
}

#posting-filter li a {
    display: block;
    text-decoration: none;
    padding: 5px 10px;
}

#posting-filter li a:hover,
#posting-filter li a.active {
    background-color: #e4e6ea;
    color: #000;
}

#posting-filter li a.yellow {
    border-top: 3px solid #ffd300;
}

#posting-filter li a.orange {
    border-top: 3px solid #ff7800;
}

#posting-filter li a.red {
    border-top: 3px solid #ab003e;
}

#posting-filter li a.green {
    border-top: 3px solid #00ae42;
}

#posting-filter li a.blue {
    border-top: 3px solid #008aff;
}

#posting-filter li a.darkcyan {
    border-top: 3px solid #00a8a6;
}

#posting-filter li a.lightgreen {
    border-top: 3px solid #92d050;
}

.internal-meeting .object-embed {
    margin-bottom: 15px;
}

/* Download Center */
#content .downloadcenter li.folder span.folderLink-description {
    text-indent: 0;
    display: block;
}

/* country switch */

.language-bar.intranet-language-bar {
    margin: 0;
}

.language-bar.country-bar {
    margin: 0 0 0 6px;
    padding: 2px 0 5px 10px;
}




[class^="icon-"], [class*=" icon-"] {
    background-image: url("../images/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
}

.icon-pencil {
    background-position: 0 -72px;
}
.icon-trash {
    background-position: -456px 0;
}
.icon-user {
    background-position: -168px 0;
}
.icon-plus-sign {
    background-position: 0 -96px;
}
.icon-circle-arrow-left {
    background-position: -264px -144px;
}
.icon-circle-arrow-right {
    background-position: -240px -144px;
}

div.mypostings-link {
    position: relative; 
}
div.mypostings-link > p {
    position: absolute;
    right: 8px;
    text-align: right;
    top: -42px;
    width: 200px;
}

/* Boxen auf der Startseite für Shop, Newsletter, Kontakt */
#content.startpage #boxes {
    float: left;
    width: 360px;
}
#content.startpage #boxes > div {
    margin-left: 60px;
    width: 300px;
    float: left;
}
#content.startpage #boxes.full > div {
    margin-left: 0;
}
#content .ui-tabs {
    width: 620px;
}

/* publishPosting - Form */
a.publishPosting_cancel {
    background: #e4e6ea; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZTZlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiY2JlYzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e4e6ea 0%, #bcbec4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e6ea), color-stop(100%,#bcbec4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e4e6ea 0%,#bcbec4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e4e6ea 0%,#bcbec4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e4e6ea 0%,#bcbec4 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e4e6ea 0%,#bcbec4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e6ea', endColorstr='#bcbec4',GradientType=0 ); /* IE6-8 */
    -webkit-box-shadow: 0px 1px 2px rgba(4, 3, 5, 0.31);
    -moz-box-shadow:    0px 1px 2px rgba(4, 3, 5, 0.31);
    box-shadow:         0px 1px 2px rgba(4, 3, 5, 0.31);
    margin: 3px;
    padding: 8px 18px;
    display: inline-block;
    float: right;
    border-width: 1px;
    border-style: solid;
    border-color: #aeafb2;
    color: #000000;  
    font-family: 'ZurichBT-Roman',​ Arial,​Helvetica,​ sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 17px;
    vertical-align: middle;
    text-decoration: none;
}
a.publishPosting_cancel:hover {
    text-decoration: none;
}

div.mypostings-link a {
    font-size: 14px;
}

/* Download inactive */
.download-inactive {
    color: #88898c;
}