.version-label{
    font-style: italic;
    font-size: 1.3rem;
    margin-left: 20px;
}

.h1, h1, .icon-title-h1 {
    font-size: 2rem;
}

.h2, h2 {
    font-size: 1.5rem;
}

.h3, h3 {
    font-size: 1.25rem;
}
.h1, .h2, .h3, h1, h2, h3, .icon-title-h1 {
    margin-top: 10px;
    margin-bottom: 10px;
}
a {
    color: dimgrey;
    text-decoration: none;
}
a:hover {
    color: black;
    text-decoration: none;
}
body {
    background-color: #f5f6fa;
}
#content{
    padding-bottom: 10px;
}

body #main-wrapper{
    margin-top: 50px;
}
.checkbox-nospace label {
    margin-top: 0;
    margin-bottom: 0;
}
#report-table thead {
    text-align:center;
}
#report-table label.error{
    color: red;
    font-size: 13px;
}
#report-table.table tr.content td {
    background-color: #f9f9f9;
}
#report-table.table tr.tot td,
#client-projects.table tr.tot td {
    background-color: #2F3188;
    color: white;
    font-weight: bold;
}
#report-table td.action {
    vertical-align: middle;
}
#report-table tr.head {
    border-top: 5px solid #2F3188;
}
#report-table select,
#report-table input{
    margin-bottom: 0;
}
#report-table textarea.comments{
    font-size: 14px;
    line-height: 23px;
}
#report-table td.comments{
    line-height: 11px;
    padding: 2px 0;
    font-size: 11px;
}
#report-table span.teaser{
    font-style: italic;
}
#report-table small{
    font-weight: bold
}
#report-table small.close-comments{
    display: none;
}
.row-fluid .span12 {
    margin: 0;
}
.pointer {
    cursor: pointer;
}
a:focus, a:hover {
    text-decoration: none;
}

#statusGrid td span.total{
    color: #8A0808;
    font-weight: bold;
}

#status-wrapper table tr th:LAST-CHILD,
#status-wrapper table tr td:LAST-CHILD{
    background-color: #ccc
}

#status-wrapper.prev table tr th:FIRST-CHILD,
#status-wrapper.prev table tr td:FIRST-CHILD{
    border-right: 2px dashed gray;
}

#status-wrapper.next table tr th:LAST-CHILD,
#status-wrapper.next table tr td:LAST-CHILD{
    border-left: 2px dashed gray;
}

form.splash ol {
    list-style: none;
}

div#projectsList td span.not-billable {
    background: url("../images/red_dollar.png") no-repeat scroll 5px center transparent;
    padding-left: 30px;
}

div#projectsList .table td, div#projectsList .table th,
div#dashboardSteps .table td, div#dashboardSteps .table th {
    padding: 5px;
    font-size: 12px;
    vertical-align: middle;
}

div#projectsList .table span.btn, div#projectsList .table button.btn,
div#dashboardSteps .table span.btn, div#dashboardSteps .table button.btn {
    font-size: 10px;
}

div#projectsList div.pager {
    text-align: center;
}

div#projectsList div.pager span {
    font-weight: bold;
}

div#projectsList div.pager span a {
    font-weight: normal;
}

div.row.nav a {
    font-size: 12px;
}

.trend{
    font-weight: bold;
    color: #00F;
}

.trend-negativ{
    font-weight: bold;
    color: #0F0;
}

.trend-positiv{
    font-weight: bold;
    color: #F00;
}

.trend-empty{
    color: #333333;
}
.table-status tr.important {
    font-weight:bold;
    font-style:italic;
}
.table-status tr td.alert{
    background: lightpink !important;
    color: #FFF;
    font-weight:bold;
}

.btn-add {
    margin-left: 10px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.margin-top {
    margin-top: 10px;
}

#content .form-group.progress {
    height: inherit;
    margin-bottom: 15px;
    overflow: auto;
    background-color: inherit;
    border-radius: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.row-tasks {
    width: 100%;
}

.row-tasks .cell-task {
    text-align: center;
    padding: 10px;
    margin: 0 15px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
}

/* MONITORING */

.monitoring {
    font-family: 'Open Sans';
}

.monitoring .dashboard-title {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #333;
    color: #9d9d9d;
    padding: 10px;
    border-radius: 3px;
    margin-top:0;
    margin-bottom: 0px;
}

.monitoring .dashboard-item {
    background-color: #eee;
    border-radius: 3px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.monitoring .alerts .dashboard-item {
    background-color: #f2dede;
}

.monitoring .dashboard-row:last-of-type {
    margin-bottom: 40px;
}

.monitoring .dashboard-item p {
    line-height: 1.6;
    margin:0;
}

.monitoring .btn-xs {
    display: inline-block;
}

.planning {
    overflow-x: scroll;
    overflow-y: hidden;
}

.planning table tr th {
    height: 90px;
}

.planning table td.title {
    background-color: #101010;
    color: #fff;
}

.planning table td.task, .planning table .weekend {
    background-color: #e3e3e3;
    color: #000;
}

.planning table td.bookmark {
    background-color: red;
    color: #fff;
}

.planning table .rotate {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    writing-mode: bt-rl;
    text-indent: -50px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    text-align: left;
    vertical-align: top;
}

.cra table th {
    margin-top: 20px;
    background-color: #ddd;
}

.cra table td {
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
}

.cra table td.separator {
    background-color: #fff;
}

.cra table td.comment {
    padding-left: 15px;
}

.cra table th.amount, .cra table td.amount {
    padding-right: 5px;
    text-align: right;
}

.cra table th.left, .cra table td.left {
    padding-left: 5px;
}

.red{background-color: #ef5350;
    color: white;text-align: center;font-size: 14px;font-weight: bold;    border-radius: 0 0 8px 8px;
}

.orange{background-color: #ffcc80;
    color: white;text-align: center;font-size: 14px;font-weight: bold;    border-radius: 0 0 8px 8px;
}

.green{background-color: #80cbc4;
    color: white;text-align: center;font-size: 14px;font-weight: bold;    border-radius: 0 0 8px 8px;
}

.project-box div:hover {
    color: dimgrey;
    text-decoration: none;
    cursor: pointer;
}

.card div:hover {
    text-decoration: none;
}

.card {
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 10px;
    box-sizing: border-box;
    border-radius: 8px;
    background-clip: padding-box;
}
.card-right {
    margin-top: 18px;
}
.card span.card-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.card .card-image {
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.card .card-image .client {
    font-size: 17px;
    line-height: 30px;
    background-color: #2F3188;
    /*height: 58px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 56%, 70% 56%, 51% 100%, 33% 57%, 0 57%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 57%, 55% 57%, 51% 80%, 47% 57%, 0 57%);*/
    color: #fff;
    text-align: center;
}
.card .card-image img {
    border-radius: 2px 2px 0 0;
    background-clip: padding-box;
    position: relative;
    z-index: -1;
}
.card .card-image span.card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px;
}
.card .card-content {
    padding: 0px 16px 16px 16px;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
    box-sizing: border-box;
    display: table;
    width: 100%;
}
.card .card-content.redmine {
    background-image: url('../images/redmine.png');
    background-size: cover;
}
.card .card-content p {
    margin: 0;
    color: inherit;
}
.card .card-content div {
    text-align: center;
    margin: 5px 0;
    display: table-row;
    width: 100%;
}
.card .card-content span.card-title {
    line-height: 48px;
}
.card .card-action {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 10px;
}
.card .card-action a {
    color: #ffab40;
    margin-right: 16px;
    transition: color 0.3s ease;
    text-transform: uppercase;
}
.card .card-action span {
    font-size: 18px;
    margin-bottom: 10px
}
.card .card-action div.col {
    margin-top: 0px;
}
.card .card-action a:hover {
    color: #ffd8a6;
    text-decoration: none;
}

.card .card-content div.title{
    font-weight: bold;
    height: 40px;
    vertical-align: middle;
    display: table-cell;
}

.card .card-content div.profit{
    vertical-align: middle;
    display: table-cell;
}

.card .card-content div.profit p.profit-info {
    font-size: 10px;
    font-style: italic;
}

.card .card-content div.conso-coders span.profit-info {
    font-weight: normal;
    font-style: italic;
}

.card .card-content div span.activity-info {
    font-style: italic;
}

.card .card-content div.conso{}

.card .card-content div.profit.danger,
.card .card-content div.conso-coders .danger {
    color: red;
}
.card .card-content div.conso-coders i.indicator{
    margin-left: 10px;
}

.card .card-content div.profit.success {
    color: green;
}

.card-content td{
    padding: 5px 30px 5px 0;
}

.hide-card {
    margin-right: 20px;
    position: absolute;
    top: 7px;
    right: 0px;
}

.hide-card:hover {
    color: #dc3545;
}

.hidden-project {
    margin: 5px;
}

/*
  CSS ONLY
 ---------------------*/
.card .ribbon {
    position: absolute;
    right: 0;
    z-index: 2;
    transform-origin: -2px 0px;
    transform: translate(50%, -28.5px) rotate(45deg);
}

.ribbon {
    position: relative;
    display: inline-block;
}

.ribbon--css {
    color: white;
    text-transform: uppercase;
    border-bottom: 20px solid #bd362f;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 20px;
    width: 140px;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    font-size: 12px;
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
}
.ribbon--css:before, .ribbon--css:after {
    top: 20px;
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
}

.ribbon--triangle {
    line-height: 20px;
}
.ribbon--triangle:before {
    left: -20px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: black transparent transparent transparent;
}
.ribbon--triangle:after {
    right: -20px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: black transparent transparent transparent;
}

.pt15{padding-top: 15px;}
.p0{padding: 0}
.pb10{
    padding-bottom: 10px;
}
p{padding: 0}

.headInfo{
    background-color: #2F3188;
    line-height: 31px;
    color: #fff;
    font-size: 17px;
}
.headInfo p,
.panel-body table.table td p {
    margin-bottom: 0;
}
.headInfoBis {
    line-height: 31px;
    font-size: 17px;
}

.panel-body {
    padding: 0;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.1;
    border-radius: 3px;
}
.btn-black:hover {
    color: #fff;
    background-color: black;
    border-color: black;
}
.btn.focus, .btn:focus, .btn:hover {
    color: white;
    text-decoration: none;
}
.btn-black{
    color: #fff;
    background-color: #354657;
    border-color: #354657;
}
.btn-warning {
    color: white;
}
.btn-primary,
a.btn-primary:not([href]):not([tabindex]) {
    color: white;
}
/*
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
*/
.shadow{box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 30px 0 rgba(0, 0, 0, 0.4);}

.pt20{padding-top: 20px;}


/* 2D TRANSITIONS */
/* Grow */
.grow {

    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    transform: scale(0.95);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

}
.grow:hover, .grow:focus, .grow:active {
    transform: scale(1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0px 30px 0 rgba(0, 0, 0, 0.4);
    background-color: white;

}


.icon{  background-image: url("../images/ico.png");}

.form-control.form-simple {
    width: initial;
    display: inline;
}

.icon-red {
    color: red;
}
.icon-green {
    color: green;
}

.btn-title {
    margin-top: 15px;
    margin-bottom: 10px;
}
.row.nav a {
    width: 100%;
}
.row.nav div {
    /*margin-bottom: 5px;*/
}
.row div.progress {
    height: 200%;
    font-weight: 600;
}

label {
    margin-top: 5px;
}

table.display-missing {
    font-size: 12px;
}

table.display-missing .first-col {
    border-left: 2px solid black;
}

table.display-missing .week-end {
    background-color: #999;
}

table.display-missing .secondary-table-title th {
    font-weight: normal;
    font-size: 10px;
    background-color: #999;
}
form#report-form {
    width: 100%;
}

.report_comments {
    font-style: italic;
    font-size: 12px;
}

table.table.table-striped thead tr,
table.table thead tr {
    background-color: #2F3188;
    color: white;
}
table.table.table-striped tfoot tr,
table.table tfoot tr {
    background-color: #2F3188;
    color: white;
}

.row {
    margin-top: 10px;
}

.container-fluid {
    margin-top: -10px;
}

.display-missing-container {
    overflow-x:scroll;
    overflow-y:visible;
}

/********************** TABLE in page showListMissing **************/

div#show-list-missing div.fixe {
    overflow-x:scroll;
    margin-left:2em;
    height: 100%;
}
div#show-list-missing .fix-column {
    position:absolute;
    left:0;
    margin-left: 15px;
}
div#show-list-missing .fix-elements tbody tr td {
    height: 49px;
}
div#show-list-missing .table-striped>tbody>tr:nth-of-type(odd) td.fix-column,
div#show-list-missing .table-striped>tbody>tr:nth-of-type(odd) th.fix-column,
div#show-list-missing .fix-lines>tbody>tr:nth-of-type(odd) {
    background-color: #E9E9ED;
}

div#show-list-missing .table-striped>tbody>tr:nth-of-type(even),
div#show-list-missing .table-striped>tbody>tr:nth-of-type(even) th.fix-column,
div#show-list-missing .table-striped>tbody>tr:nth-of-type(even) td.fix-column,
div#show-list-missing .fix-lines>tbody>tr:nth-of-type(even) {
    background-color: white;
}

div#show-list-missing .table-striped>tbody>tr:nth-of-type(odd) .hide-fix-text,
div#show-list-missing .fix-lines>tbody>tr:nth-of-type(odd) .hide-fix-text {
    color: white;
}

div#show-list-missing .table-striped>tbody>tr:nth-of-type(even) .hide-fix-text,
div#show-list-missing .fix-lines>tbody>tr:nth-of-type(even) .hide-fix-text {
    color: #f9f9f9;
}

div#show-list-missing .fix-lines {
    position:absolute;
    top:0;
    z-index: 1;
}
div#show-list-missing .border-left {
    border-left: 1px solid grey;
}
div#show-list-missing .table-striped>tbody>tr:nth-of-type(even) td.fix-column.week-end,
div#show-list-missing .table-striped>tbody>tr:nth-of-type(odd) td.fix-column.week-end,
div#show-list-missing .table-striped>tbody>tr:nth-of-type(even) td.week-end,
div#show-list-missing .table-striped>tbody>tr:nth-of-type(odd) td.week-end {
    background-color: #eeeeee;
}

/********************************************************************/

.search-box {
    width: 40%;
    margin-right: 6px;

}

div.panel-comments {
    background-color: white;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
}

div.panel-comments .bordered-element {
    border-top: 1px solid black;
}

a.navbar-brand {
    background: url("../images/timemachine.png") no-repeat;
    padding-left: 130px;
}

nav.navbar {
    background-color: #fff;
}

div .form-group.users div div, div .form-group.usersNoReport div div {
    display: inline;
    margin-right: 10px;
}

span.help-block {
    font-style: italic;
    font-size: 10px;
}

/* jquery validation custom styles START */
label.error{
    display: block;
    color: red;
}

.fa-fw{
    width: 3em;
}

/* jquery validation custom styles END*/
/* helpers */
/*
  THIS IS THE GENERATED FILE THAT IS PRODUCED USING THE SIMPLE LOOP SHOWN ABOVE
*/
/* Margins */
.m-0 { margin: 0 !important; }
.m-1 { margin: 0.25rem !important; } /* 4px */
.m-2 { margin: 0.5rem !important; }  /* 8px */
.m-3 { margin: 1rem !important; }    /* 16px */
.m-4 { margin: 1.5rem !important; }  /* 24px */
.m-5 { margin: 3rem !important; }    /* 48px */
.m-auto { margin: auto !important; }

/* Margin Top */
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 0.25rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }

/* Margin Bottom */
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }

/* Margin Left */
.ml-0 { margin-left: 0 !important; }
.ml-1 { margin-left: 0.25rem !important; }
.ml-2 { margin-left: 0.5rem !important; }
.ml-3 { margin-left: 1rem !important; }
.ml-4 { margin-left: 1.5rem !important; }
.ml-5 { margin-left: 3rem !important; }

/* Margin Right */
.mr-0 { margin-right: 0 !important; }
.mr-1 { margin-right: 0.25rem !important; }
.mr-2 { margin-right: 0.5rem !important; }
.mr-3 { margin-right: 1rem !important; }
.mr-4 { margin-right: 1.5rem !important; }
.mr-5 { margin-right: 3rem !important; }

/* Margin Vertical (Top & Bottom) */
.my-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.my-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; }
.my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
.my-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; }
.my-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
.my-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }

/* Margin Horizontal (Left & Right) */
.mx-0 { margin-left: 0 !important; margin-right: 0 !important; }
.mx-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; }
.mx-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
.mx-3 { margin-left: 1rem !important; margin-right: 1rem !important; }
.mx-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
.mx-5 { margin-left: 3rem !important; margin-right: 3rem !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }

/* --- Paddings --- */

.p-0 { padding: 0 !important; }
.p-1 { padding: 0.25rem !important; }
.p-2 { padding: 0.5rem !important; }
.p-3 { padding: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.p-5 { padding: 3rem !important; }

/* Padding Top */
.pt-0 { padding-top: 0 !important; }
.pt-1 { padding-top: 0.25rem !important; }
.pt-2 { padding-top: 0.5rem !important; }
.pt-3 { padding-top: 1rem !important; }
.pt-4 { padding-top: 1.5rem !important; }
.pt-5 { padding-top: 3rem !important; }

/* Padding Bottom */
.pb-0 { padding-bottom: 0 !important; }
.pb-1 { padding-bottom: 0.25rem !important; }
.pb-2 { padding-bottom: 0.5rem !important; }
.pb-3 { padding-bottom: 1rem !important; }
.pb-4 { padding-bottom: 1.5rem !important; }
.pb-5 { padding-bottom: 3rem !important; }

/* Padding Left */
.pl-0 { padding-left: 0 !important; }
.pl-1 { padding-left: 0.25rem !important; }
.pl-2 { padding-left: 0.5rem !important; }
.pl-3 { padding-left: 1rem !important; }
.pl-4 { padding-left: 1.5rem !important; }
.pl-5 { padding-left: 3rem !important; }

/* Padding Right */
.pr-0 { padding-right: 0 !important; }
.pr-1 { padding-right: 0.25rem !important; }
.pr-2 { padding-right: 0.5rem !important; }
.pr-3 { padding-right: 1rem !important; }
.pr-4 { padding-right: 1.5rem !important; }
.pr-5 { padding-right: 3rem !important; }

/* Padding Vertical (Top & Bottom) */
.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; }
.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; }

/* Padding Horizontal (Left & Right) */
.px-0 { padding-left: 0 !important; padding-right: 0 !important; }
.px-1 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }
.px-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
.px-3 { padding-left: 1rem !important; padding-right: 1rem !important; }
.px-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.px-5 { padding-left: 3rem !important; padding-right: 3rem !important; }
