

#main-container {
    margin-top: 50px;
}

footer {
    padding-top: 20px;
}

.organic-segment {
    background-color: #eb7500 !important;
    color: black;
}

.organic-omega-segment {
    background-color: orange !important;
    color: black;
}

.outdoor-segment {
    background-color: green !important;
}

.outdoor-omega-segment {
    background-color: #00af00 !important;
}

.ground-segment {
    background-color: yellow !important;
    color: black;
}

.standard-segment {
    background-color: blue !important;
}

.collapse-link {
    display:block;
    width: 100%;
    height: 100%;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.planning-table, .planning-table thead tr th  {
    text-align: center;
}

.no-line-change {
    background-color: #5c9c5c;
    color: white !important;
}

.small-line-change {
    background-color: #8ea042;
    color: white !important;
}

.medium-line-change {
    background-color: #9d8040;
    color: white !important;
}

.big-line-change {
    background-color: #ae1400;
    color: white !important;
}

.speed-normal {
    background-color: #5c9c5c;
    color: white !important;
}

.speed-warning {
    background-color: #9d8040;
    color: white !important;
}

.speed-danger {
    background-color: #ae1400;
    color: white !important;
}

.ui-sortable-helper {
    display: table;
}

.sortable-handle {
    cursor: grab;
}

form {
    margin-top:30px;
}

div.line-graph {
    background-color: lightgray ;
    color: #000;
}

#build-infos {
    float: right;
}

#android-version-download {
    float: left;
}

.ng-cloak {
    display: none;
}

select {
    color:black;
}

table.table-bordered, table.table-bordered tbody tr, table.table-bordered thead th, table.table-bordered tr td{
    border: 1px solid darkgray;
}
table.table-bordered thead {
    border-bottom: 2px solid darkgray;
}

table {
    margin-top: 10px;
}

.btn-default {
    background-color: #404c58;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color:#2B3E50;
    outline:0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:active {
    background-color:#2B3E50;
    outline:0;
}

.nav-tabs {
    border-bottom:1px solid #4E5D6C;
}

.tab-body {
    border: 1px solid #4E5D6C;
    border-top:none;
    margin-top:-1px;
    padding: 10px;
}

.report-form input[type=number], .report-form input[type=text] {
    color: rgb(250, 250, 250);
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-bottom: solid 1px rgb(250, 250, 250);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
    height: 30px;
}


.report-form input:focus {
    border-bottom: solid 2px rgb(250, 250, 250);
}

.report-form section {
    margin-bottom: 1em;
}

ul.report-line-list {
    list-style: none;
    padding: 0;
}

.report-line-list .remove-line-btn {
    float: right;
    margin: 0 0 10px 0;
}

ul.report-line-list > li {
    background: #4e5d6c;
    padding: 0px;
    margin-bottom: 5px;
}

.report-line-header {
    padding-left: 10px;
    padding-right: 10px;
}

.report-line-header > h4 {
    padding: 0px;
    margin: 5px;
}


.report-line-header > h4[aria-expanded=true]:before {
    font-size: 0.8em;
    font-family: 'Glyphicons Halflings';
    content: "\e260";
    cursor: n-resize;
}

.report-line-header > h4[aria-expanded=false]:before {
    font-size: 0.8em;
    font-family: 'Glyphicons Halflings';
    content: "\e259";
    cursor: s-resize;
}

ul.event-list li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: dotted 1px #c7c7c7;
    background-color: #5c6e83;
    list-style: none;
}

.event-buttons {
    text-align: center;
}

.event-icon {
    font-size: 2em;
}

div.event-icon-container {
    height: 100%;
    text-align: left;
}

div.stat-by-category {
    display: flex;
}

div.stat-by-category > *{
    flex-grow: 2;
}


div.stat-by-category  div h2 {
    text-align: center;
    font-size: 1.2em;
}

table.problem-table {
    font-size: 1.2em;

}

table.problem-table thead th {
    text-align: center;
}

table.problem-table tbody tr td:first-child{
    vertical-align: middle;
}

table.problem-table tbody tr td:first-child .progress{
    display: inline;
    height: 100%;
}


table tfoot tr td {
    font-weight: bold;
    text-align: center;
}

table thead tr th {
    text-align: center;
}

.category-filter > li{
    list-style: none;
}

.day-filter {
    padding: 0 10px ;
}

.report-table-view tbody tr td {
    white-space: nowrap;
}

#main-navbar #navbar-collapse[aria-expanded=true] .uib-datepicker-popup {
    position: fixed;
    z-index: 100;
}

.error-popover-list {
    list-style: none;
    padding-left: 5px;
}

.error-popover-list li:before {
    font-size: 0.8em;
    font-family: 'Glyphicons Halflings';
    content: "\e107 \020";
}

.progress-bar {
    white-space: nowrap;
}

.report-form-line-info {
    border-left: solid 2px white;
}

.validation-ok {
    color : #6cd11f;
}

.validation-error {
    color : #c97237;
}

label {
    font-size: 1em;
}