﻿/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('/Content/Fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('/Content/Fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/Content/Fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/Content/Fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/Content/Fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/Content/Fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/**/
body {
    font-family: 'Source Sans Pro', sans-serif;
    padding-top: 50px;
    min-height: 100% !important;
    height: 100%;
    /* Margin bottom by footer height */
    margin-bottom: 70px;
}

    body.waiting * {
        cursor: wait !important;
    }

.footer {
    position: absolute;
    bottom: 5px;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 70px;
    text-align: center;
    color: darkgray;
}

    .footer > hr {
        border-color: #eee;
    }

/*#container {
    padding-bottom: 100px !important;
    position: relative;
    height: 100%;
}*/

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
    width: 95%;
}

body > .container {
    padding: 60px 15px 0;
}

.container .text-muted {
    margin: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 55px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    border-radius: 2px;
    border: 1px solid #979797;
    height: 25px;
}

/* Buttons haben immer eine Minimalbreite*/
button, html input[type=button], html input[type=submit], button.dt-button, a.btn {
    min-width: 120px;
    height: 34px;
    border-radius: 4px;
    box-shadow: none;
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

input.feedbackButton {
    height: 50px;
    border-width: 0px
}

div.dt-buttons {
    float: right;
    padding-top: 11px;
    margin-right: -2px;
}

button.dt-button.buttons-columnVisibility > span {
    color: gray !important;
}

button.dt-button.buttons-columnVisibility.active > span {
    color: black !important;
    font-weight: bold;
}


.ui-datepicker .ui-datepicker-buttonpane button {
    min-width: 100px;
}

html input[type="button"]:disabled, html input[type="submit"]:disabled {
    border-color: lightgray !important;
    background-color: rgba(220, 220, 220, 0.35) !important;
    color: #cbc9c9 !important;
}

label {
    padding-top: 12px;
}


.control-label-left {
    text-align: left !important;
    font-weight: normal;
    padding-top: 10px;
    padding-left: 60px
}


fieldset {
    background-color: rgb(240, 240, 240);
    padding: 10px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.form-group {
    margin-bottom: 7px;
}

.rightAlign {
    text-align: right;
}

.rowMarginBottom {
    margin-bottom: 10px;
}

.rowMarginTop {
    margin-top: 20px;
}

legend {
    margin-bottom: 5px;
    background-color: rgb(240, 240, 240);
}

.newButton {
    margin-top: 16px;
    float: right;
    position: relative !important;
    z-index: 1 !important;
}

.newButtonConfiguration {
    margin-top: 12px;
    margin-bottom: -47px !important;
    float: right;
    position: relative !important;
    z-index: 1 !important;
}

.glyphiconBigRight {
    top: 3px;
    float: right;
    font-size: 18px;
    padding-top: 2px;
    color: rgb(68, 68, 68);
}

.fixed-height-100 {
    height: 110px !important;
}

.list-group-item p {
    margin: 0px;
}


/*.well {
    background-color:transparent;
}

/* Alle h3s, die in well's enthalten sind*/
/*.well h3{
    margin-top:0px;
    margin-bottom:5px
}*/

/*.twoColumnLeft{
    padding-right:10px;
    padding-left:0px
}

.twoColumnRight{
    padding-right:0px;
    padding-left:10px;
}*/

/* #endregion */


table {
    font-size: smaller;
}

hr {
    border-color: #777;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}

/* #region (Accordion) ------------------------------------------------------------------*/
.accordion h3 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    border-color: #2268A5;
    background-color: #2268A5;
    color: white !important
}

.accordion a {
    color: black !important;
    width: 60px;
    display: inline-block;
    padding: 10px;
    text-align: center
}

.accordion label {
    width: 200px
}

.accordion.innertable {
    border-color: #2268A5
}

.accordion table {
    border-collapse: separate;
    border-spacing: 3px;
}

.accordion td {
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    text-align: center;
    width: 60px
}

.accordion-red {
    background-color: #FF9999;
}

.accordion-yellow {
    background-color: #FFFF88;
}

.accordion-green {
    background-color: lightgreen
}

.accordion-tablelabel {
    background-color: #F0F0F0;
    text-align: left !important;
    width: 250px !important
}

/* #region (Spinner) --------------------------------------------------------------------*/
.loader {
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*#endregion*/

/* #region (Modale Dialoge für Hilfe) ---------------------------------------------------*/
.material-icons {
    cursor: pointer;
}

.modal-header .close {
    margin-top: -10px;
    min-width: 30px !important;
}
/*#endregion*/

/* #region (Gantt-Diagramm) --------------------------------..........-------------------*/
.gantt_task_content a {
    color: white;
}

.gantt_marker {
    width: 4px;
    background-color: rgb(255, 0, 46);
}

.gantt_scale_cell {
    line-height: 17px;
}
/*#endregion*/

/* #region (Navigationsbereich) ---------------------------------------------------------*/
.navbar {
    font-size: 16px;
    background: white;
    border-color: #2268A5;
    z-index:10000;
}

.navbar-brand > img {
    margin-top: -10px;
    margin-left: -15px;
}


.navbar-nav {
    padding-top: 15px;
}

/*.navbar.navbar-fixed-top.logo {
    width: 190px;
    background: white;
    z-index: 5000 !important;
    padding-left:50px;
    border:white;
}*/
.navbar-right {
    padding-top: 8px;
    height: 65px;
    padding-right: 15px;
}

.navbar-toggle {
    min-width: 41px;
    margin-right: 25px;
}

.navbar-default .navbar-toggle {
    border: 0px;
}

.navbar-default .navbar-collapse {
    padding-bottom: 5px;
}

.navbar-default .navbar-nav > li > a {
    color: #2268A5;
    margin-left: 10px;
}

@media (min-width: 979px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active {
    color: white;
    background-color: #2268A5;
    font-style: normal;
}

/*.navbar-inverse .navbar-nav > .active{
    color:#92A6B9;
    background-color:#062a49;
}*/

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: white;
    /*color:#b8d3eb;*/
    background-color: #062a49;
}

/*.navbar-collapse{
    padding:0px;
}

.navbar-right{
    margin-top:5px
}*/

.dropdown-menu > li {
    margin-left: 10px;
}

.dropdown-header {
    color: black;
    font-size: 14px;
    font-weight: bold;
    margin-left: 0px !important;
}

/* #endregion*/

/* #region (Tabellen) -------------------------------------------------------------------*/
/* Damit nicht zwei Sortier-Bilder bei den Tabellen angezeigt werden */
/*table.dataTable thead .sorting, 
table.dataTable thead .sorting_asc, 
table.dataTable thead .sorting_desc {
    background : none;
}*/

/* #region -- Tabellen - Buttons für Pagination in grau --*/
.paginate_button:hover, .paginate_button:active {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

table.dataTable th, table.dataTable td,
table.dataTable thead th, table.dataTable tbody td {
    padding-left: 10px
}

table.dataTable thead th, table.dataTable thead td, table.dataTable tbody th, table.dataTable tbody td {
    border-bottom: 1px solid #ccc;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border-bottom: 1px solid #ccc;
}

table.dataTable.no-footer {
    border-bottom: none;
}

.dataTables_length {
    margin-top: -7px;
}

    .dataTables_length select {
        height: 34px;
    }

    .dataTables_length > label {
        font-weight: 400;
        margin-top: 0px;
    }

.dataTables_filter {
    float: left !important;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.dataTables_filter input {
    height: 34px;
    border: 1px solid #ccc;
    font-weight: normal;
    border-radius: 4px;
    padding-left: 5px;
}

.dt-checkboxes {
    margin-left: 4px !important;
}

.dt-checkboxes-select-all > input[type=checkbox] {
    margin-left: 5px !important;
}

.td-center {
    text-align: center;
}

.td-right {
    text-align: right;
}

table.dataTable tr.odd {
    background-color: #f0f0f0;
}

table.dataTable tr.even {
    background-color: white;
}

.dataTables_info {
    width: 100%;
    text-align: center;
}

/* #endregion */
/* #endregion */
/* #region (Fehlermeldung) --------------------------------------------------------------*/
.ErrorInfo {
    border: 1px solid red;
    width: 150px;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    background-color: rgba(232, 12, 77, 0.30);
    border-radius: 2px;
    font-size: 12px;
    position: relative;
}

    .ErrorInfo .validation-summary-errors {
        color: black;
        font-size: 12px;
        font-weight: normal;
    }
    /*Wird bisher nur bei den ErrorInfos benötigt.*/
    .ErrorInfo > ul {
        position: relative;
        left: -20px;
    }
/* #endregion*/

/* #region (Seitenaufteilung: links Menü, rechts Inhalt) --------------------------------*/
.flexMenuAndContent {
    display: flex;
}

.leftMenu {
    flex: 0 1 160px; /* Flex-grow: 0, Don't grow on resize and fixed width of 140px */
}

.rightContent {
    flex: 1; /* Grow when the ads are removed */
}

/* #endregion*/

/* #region (Forms) ----------------------------------------------------------------------*/
/*.form-caption {
    width:25%;
    padding-right:10px;
    text-align:right;
    vertical-align:top;
    padding-top:7px;
}

.form-caption-small {
    width:10%;
    padding-right:10px;
    text-align:right;
    vertical-align:top;
    padding-top:7px;
}*/

.field-validation-error {
    margin-left: 2px;
}

.leftmost {
    margin-left: -10px;
}

.btnMarginLeft {
    margin-left: 5px;
}

input.datePicker {
    width: 120px;
}

input.datePickerSmall {
    width: 92px;
}

textarea.chat {
    height: 70px;
}

.btn-float-right {
    float: right;
    margin-top: 7px;
}

/*#endregion*/

/* #region (Checkbox, Radio) ------------------------------------------------------------*/
input[type="checkbox"] {
    float: left !important;
    /*margin-top: 10px !important;*/
    margin-right: 5px;
}

input[type="radio"] {
    height: 13px;
}

.labelCheckbox {
    font-weight: 400;
}
/*#endregion*/

/* #region (File Upload) ----------------------------------------------------------------*/

input.file-upload {
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
    border-width: 0px;
    height: 34px;
}

/*File-Upload speziell für Firefox umgestalten*/
@-moz-document url-prefix() {
    input.file-upload {
        padding-left: 1px;
        height: 32px;
    }

    div.file-upload {
        height: 35px;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-bottom: 10px;
    }
}
/*#endregion*/

/* #region (Projekte, Aufgaben,...) -----------------------------------------------------*/
.list-group-item {
    border: 1px solid #999;
    min-height: 45px;
    padding-top: 1px;
    padding-bottom:1px
}

.list-group-item-3lines {
    height: 65px;
}

.list-group-item-chat {
    height: auto !important;
    border: none;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    /*margin-bottom: -5px;*/
}

    .list-group-item-chat:last-child {
        border-bottom: 1px solid #999;
    }

.list-group-item.active {
    color: #444;
    font-size: 18px;
    border: 1px solid #999;
    background-color: white;
    height: 35px;
    z-index:0
}

    .list-group-item.active:hover, .list-group-item.active:focus {
        color: #444;
        border: 1px solid #999;
    }

.list-group-item-no-child {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.list-group :hover, .list-group:focus {
    color: black;
}

.list-group-header a, .list-group-header a:hover, .list-group-header a:focus {
    color: black;
}

.projektActive {
    background-color: #c8e1f2 !important;
    padding-top:7px
}

.arbeitspaketActive {
    background-color: #dbecf7 !important;
}

.aufgabeActive {
    background-color: #e7f2fa !important;
}


.chat {
    padding: 5px;
    border-radius: 4px;
    border: 1px solid lightgray;
    border-image: none;
    width: 100%;
    overflow: hidden;
    /*margin-top: 10px;*/
}

/*.chat-kunde-aac{
    background: rgb(230, 240, 249);
    margin:0 auto;
    width:40%
}*/

/*.chat-lieferant-aac{
    background: rgb(230, 240, 249);
    float:right !important;
    margin:0 auto;
    width:40%
}*/

.chat-kunde {
    /*background: #f2fabd ;*/
    background: rgb(245, 245, 245);
    width: 40%
}

.chat-aac {
    /*background: rgb(230, 240, 249);*/
    background: rgb(245, 245, 245);
    margin: 0 auto;
    width: 40%
}

.chat-lieferant {
    /*background: #fce8e8;*/
    background: rgb(245, 245, 245);
    float: right !important;
    width: 40%
}

.chatSelect {
    width: 100%;
    height: 105px !important
}

.pruefungBemerkung {
    height: 50px !important;
}

div.flag {
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background-color: #f00;
    color: white;
    padding-left: 0px;
    text-align: center;
    margin-top: 3px;
}

div.flagright {
    float: right;
    margin-right: -10px;
}

#dropArea {
    background: #e2e2e2;
    border: #ccc solid 1px;
    border-radius: 4px;
    height: 50px;
    text-align: center;
    color: #000;
    padding-top: 12px;
}

.active-drop {
    background: #77bafa !important;
    border: solid 2px blue !important;
    opacity: .5;
    color: black !important;
}

/*#endregion*/


.progressbar {
    left: auto;
    right: auto;
    /*width: 100%;*/
    height: 80px;
    position: relative;
    background: lightgray;
    margin-right: 40px;
    margin-bottom: 2px;
}

.progressbarWorking {
    background-color: #1c95cf;
}

.progressbarDone {
    background-color: #85c5e3;
}

.progressbarNone {
    background-color: #fafafa;
    color:#dcdcdc;
}

.progressbar:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 40px solid white;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
}

.progressbar:before {
    content: "";
    position: absolute;
    right: -40px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid lightgray;
}

.progressbar.progressbarWorking:before {
    content: "";
    position: absolute;
    right: -40px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #1c95cf;
}

.progressbar.progressbarDone:before {
    content: "";
    position: absolute;
    right: -40px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #85c5e3;
}

.progressbar.progressbarNone:before {
    content: "";
    position: absolute;
    right: -40px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #fafafa;
}

.progressbar-text {
    text-align: center;
    padding-top: 26px;
    font-size: 16px;
    padding-left: 30px
}

@media all and (max-width: 1000px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

        .navbar-collapse.collapse.in {
            display: block !important;
        }

    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-brand > img {
        margin-top: -15px;
        margin-left: -10px;
        height: 50px;
    }

    .body-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media all and (max-width: 747px) {
}
