/* ============================================ 
 Projekt:      SATELLITE                                         
                                                            
 Datei:        07_CSX_DASHBOARD.CSS                                                       
                                                                                                     
 Datum:        10.12.2015                                        
 Version:      2.0                                               
 Optimiert:    ab IE 9, FF, Chrome, Opera                
 ================================================ */

/* ============================================ 
         DASHBOARD-CONTAINER
================================================ */ 
/* color TD festgelegt */
#dashboard h2,
#dashboard h4,
#dashboard table.dashboard-table tbody td a  {
    color:#000!important;
}

#dashboard h4 {
    font-size:14px;
    font-weight:bold;
    margin-bottom: 5px;
}

#dashboard  {
    background:#fff;
    color: #000;
    margin:0;
    overflow:auto;
}

/* Inhalt nur im Printbereich einblenden */
.csx-only-print {
    display: none;
}

#dashboard .dashboard-left {
    float:left;
    margin:0;
    padding:0 10px 0 0;
}

#dashboard .dashboard-right {
    float:left;
}

#dashboard .dashboard-bottom {
    clear:left;
    padding:20px 0 0 0;
}

#dashboard .dashboard-header {
    background:#fff;
    border-bottom:1px solid #000;
    overflow: hidden;
    padding:1px;
    position: relative;
}

#dashboard .dashboard-header a.csx-toggle-container,
#dashboard .dashboard-header span.csx-toggle-container-no-link {
    color: #000;
    display:block;
    font-weight: bold;
    font-size: 16px;
    height:25px;
    padding: 5px 0 0 0;
    line-height:20px;
    margin-bottom: 1px;
    text-decoration: none;
    width:100%;
}

#dashboard .dashboard-header a.show-content-arrow:before {   
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #000;
    content: "";
    display: inline-block;
    height: 0;
    left:0;
    margin-right:5px;
    position: relative;
    top:-1px;
    width: 0;
}

#dashboard .dashboard-header a.hide-content-arrow:before {   
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;
    content: "";
    display: inline-block;
    height: 0;
    left:0;
    margin-right:5px;
    position: relative;
    top:-1px;
    width: 0;
}

#dashboard .dashboard-content {
    background:#fff;
    border-bottom:1px solid #000;
    margin-bottom:20px;
    overflow:hidden;
    padding:10px 0 10px 0;
}

#dashboard .dashboard-content.fixed {
    overflow-x: hidden;
    overflow-y: auto;
}

/* ============================================ 
         DASHBOARD-HINWEISTEXTE
================================================ */ 
#dashboard .dashboard-notes-container {
    display: table;
}

#dashboard .dashboard-notes-container .date,
#dashboard .dashboard-notes-container .note-text {
    display: table-cell;
    vertical-align: top;
}

#dashboard .dashboard-notes-container .note-text {
    padding-left:10px;
}

#dashboard .dashboard-notes-container .note-text .content  {
    /* Ermoeglicht Umbruch bei laaaaangen Woertern */
    display: table;
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/* Formatierungen innerhalb des Newsbereichs */
#dashboard .dashboard-notes-container .note-text .content h1,
#dashboard .dashboard-notes-container .note-text .content h2,
#dashboard .dashboard-notes-container .note-text .content h3,
#dashboard .dashboard-notes-container .note-text .content h4 {
    margin: 0 0 10px 0;
}

#dashboard .dashboard-notes-container .note-text .content p {
    padding:0;
    margin: 0 0 10px 0;
}

#dashboard .dashboard-notes-container .note-text .content ul {
    list-style: square;
    margin:0 0 10px 15px;
}

#dashboard .dashboard-notes-container .note-text .content ol {
    list-style-type:decimal;
    margin:0 0 10px 15px;
}

#dashboard .dashboard-notes-container .date .date-bg {
    border-radius: 0 0 5px 5px;
    text-align: center;
    -webkit-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.5);
    min-width: 62px;
}

#dashboard .dashboard-notes-container .date .date-bg .day {
    display: table-cell;
    border-radius: 5px 5px 0 0;
    height:40px;
    font-weight: bold;
    font-size: 20px;
    min-width: 62px;
    background:  #f2f2f2;
    vertical-align: middle;
}

#dashboard .dashboard-notes-container .date .date-bg .month-year {
    border-radius: 0 0 5px 5px;
    display: block;
    font-size: 10px;	
    height: 20px;
    line-height: 20px;
    text-transform: uppercase;
}

#dashboard .dashboard-notes-container .note-text p {
    margin:0;
    padding:0 15px;
}

/* ============================================ 
         DASHBOARD-PERSOENLICHE DATEN
================================================ */ 
#dashboard .dashboard-user .user-avatar {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin-bottom:15px;
}

#dashboard .dashboard-user .user-avatar > img {
    border:1px solid #ddd!important; 
    padding: 5px;
}

#dashboard .dashboard-user .user-data {
    margin-left:85px;
} 

#dashboard .dashboard-user .user-data p {
    font-size: 11px;
    margin-top:0;
    text-transform: uppercase;
}

/* ============================================ 
         DASHBOARD-TABELLEN
================================================ */ 
#dashboard table.dashboard-table {
    background-color: #fff;
    border:none;
    table-layout: fixed;
}

/* sortierbare TH-Link */
span.sortable-table-link {

}

/* TH zuletzt geoeffnete Projekte */
#dashboard table.dashboard-table thead.dashboard-bg-gray th {
    border:none;
}

#dashboard table.dashboard-table thead th,
#dashboard table.dashboard-table tbody td {
    border:none;
    border-bottom:1px solid;
    vertical-align:middle;
}

#dashboard table.dashboard-table tbody td {
    height:25px;
    padding:3px;
}

#dashboard table.dashboard-table thead th {
    border-bottom:2px solid;
    height:30px;
    text-align: left;
}

#dashboard table.dashboard-table tbody td a,
#dashboard table.dashboard-table tbody td a:active,
#dashboard table.dashboard-table tbody td a:hover,
#dashboard table.dashboard-table tbody td a:focus {
    text-decoration: none!important;
}

#dashboard table.dashboard-table tbody td {
    cursor:pointer;
}

#dashboard table.dashboard-table tbody td a {
    display:inline-block;
    max-width:85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#dashboard .dashboard-bottom table.dashboard-table th:first-child {
    width: 210px;
}

#dashboard .dashboard-right table.dashboard-table th:first-child {
    width:160px;
}

#dashboard .dashboard-right table.dashboard-table th,
#dashboard .dashboard-bottom table.dashboard-table th {
    background: #fff;
}

#dashboard table.dashboard-table .dashboard-last-column {
    width:80px;
    text-align:center;
}

/* ============================================ 
         SORTIERBARE TH-LINK
================================================ */ 
th[data-sorting] span {
    cursor: pointer;
}

th[data-sorting] span.asc:after,
.sortTableASC:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid;
    content:"";
    display:inline-block;
    height: 0;
    left:3px;
    position:relative;
    top:-1px;
    width: 0;
}

th[data-sorting] span.desc:after,
.sortTableDESC:after {  
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid; 
    content:"";
    display:inline-block;
    height: 0;
    left:3px;
    position:relative;
    top:-1px;
    width: 0;
}

/* ============================================ 
         DASHBOARD-BADGES
================================================ */ 
#dashboard .badge {
    background-color: #146140;
    border-radius: 12px !important;
    color:#fff;
    display:inline-block;
    font-family: Arial!important;
    font-size:11px;
    font-weight: bold;
    line-height: 1!important;
    padding: 3px 5px;
    text-align: center;
    text-shadow: none !important;
    vertical-align: middle;
}

#dashboard .csx-tab a span.badge {
    position: relative;
    top:-6px;
}

/* ============================================ 
         DASHBOARD-TABS
================================================ */ 
#dashboard ul.csx-tab {
    list-style: none outside none;
}

#dashboard .csx-tab li {
    float: left;
    margin: 0 3px 0 0;
}

#dashboard .csx-tab a {
    border: 1px solid ;
    border-bottom:none!important;
    display:table-cell;
    height:35px;
    font-weight:normal;
    padding:0 5px;
    text-transform:uppercase;
    vertical-align:middle;
}

#dashboard .csx-tab .active-tab a,
#dashboard .csx-tab .active-tab a:hover {
    background: #fff;
    border-bottom:none;
    text-decoration: none;
}

#dashboard .csx-tab li span.csx-tab-span {
    display:inline-block;
    background:#fff;
    height:34px;
}

#dashboard .csx-tab li span.csx-tab-span:hover {} 

#dashboard .csx-tab-container {
    background: #fff;
    border:1px solid;
    min-height: 220px;
    padding: 15px 10px;
    margin-top:35px;
    margin-bottom:15px;
}

/* ============================================ 
         DASHBOARD-FILTER
================================================ */ 
#dashboard .dashboard-filter-container {
    border:none;
    padding:10px 10px 0 0;
    text-align: right;
    overflow:auto;
}  

#dashboard .dashboard-filter-container label,
#dashboard .dashboard-filter-container select  {
    float: right;
    width:auto;
}

/* ============================================ 
         DASHBOARD-MULTIMANDANTEN-LINK
================================================ */ 
#dashboard .mandator-back-link {
    background-image: url(../images/dashboard/mandator_back_icon_26x16.png); 
    background-repeat: no-repeat;
    background-position: left center;
    clear:left;
    color:#000;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-top:10px;
    padding-left: 30px;
}