﻿div#chart_flash_prices {
    border: #ccc;
    border-style: solid;
    border-width: thin;
}

.tbl_title {
    margin-left: 10px;
    margin-right: 10px;
}

.tbl_title hr {
    margin-top: 10px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.flash_tables td:nth-child(2) {
    color: blue;
    text-align:end
}

table.dataTable td, table.dataTable th {
    padding: 2px 7px !important;
}

/*//////////////*//**/
#chart-area svg {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#logo {
    height: 50px;
}

.navbar-brand {
    height: 60px;
    padding: 5px 0px;
}

.axis {
    font: 10px sans-serif;
}

.axis path, .axis line {
    fill: none;
    stroke: #D4D8DA;
    stroke-width: 2px;
    shape-rendering: crispEdges;
}

.line {
    fill: none;
    stroke-width: 2px;
}

.overlay {
    fill: none;
    pointer-events: all;
}

.focus circle {
    fill: #F1F3F3;
    stroke: #777;
    stroke-width: 3px;
}

.hover-line {
    stroke: #777;
    stroke-width: 2px;
    stroke-dasharray: 3,3;
}

#selections .col-md-4 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.line {
    fill: none;
    stroke-width: 3px;
    stroke: grey;
}

.flash_checkboxes_parent {
    float: right;
}

.widget:hover{
    background-color: transparent;
}

/*Company button css start*/
.company_button {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 5px;
}

.row.section-header {
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.company_button li {
    float: left;
    margin: 0 5px 0 0;
    width: 100px;
    height: 40px;
    position: relative;
}

.company_button label,
.company_button input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.company_button input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
}

.company_button input[type="radio"]:checked + label,
.Checked + label {
    background: #f94700;
    color: #fff;
}

.company_button label {
    padding: 5px;
    /*border: 1px solid #ccc;*/
    cursor: pointer;
    z-index: 90;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inherit;
}

.company_button label:hover {
    background: #DDD;
}
/*Company button css end*/

.section-header.active {
    background-color: #000;
    color: #fff;
    border-radius: 0px;
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-top: 10px !important;
    /*margin-bottom: 10px !important;*/
}

.section-header {
    background-color: #000;
    color: #fff;
    border-radius: 0px;
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-top: 10px !important;
    /*margin-bottom: 10px !important;*/
}


.widget {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.collapse.widget {
    border-radius: 0px;
}

.company-section {
    padding-left: 10px;
    padding-right: 10px;
    position: fixed;
    top: 0;
    width: 100%;
    background: #000;
    z-index: 99999;
}

.flash-section {
    position: relative;
    top: 60px;
    margin: 0 auto;
    padding: 0px;
}

.flash-section:last-child {
    padding-bottom: 10px;
}

.chart-tooltip {
    background-color: white;
    border: solid;
    border-width: 2px;
    border-radius: 5px;
    padding: 5px;
}

/*.grouping-footer {
    float: right;
    position: relative;
    padding: 10px;
}*/

.grouping-footer button {
    border-radius: 5px;
    background-color: transparent;
    border-style: none;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
    font-weight: 500;
    width: 140px;
    height: 45px;
}

.flash_checkboxes, .flash_checkboxes_all {
    accent-color: #f94700;
    height: 15px;
    width: 15px;
}

.grouping-footer button[disabled] {
    background-color: #dddd;
}

.non-editable {
    background-color: #dddd;
}

input#txtFlashDate:read-only {
    /*padding: 5px;
    border-radius: 10px;
    float: right;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    width: 50%;*/
    padding: 6px 12px;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
}

.flash-date-picker, .headerBudgetReference, .toggleButton {
    padding: 5px;
}

.section-header span:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.section-header.active span:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*Loader css start*/
/*.cls-maindiv-loader {
    z-index: 10000;
    position: absolute;
    top: 40%;
    left: 50%;
    color: #dd5018 !important;
}*/

.cls-maindiv-loader {
    z-index: 99999;
    position: fixed;
    top: 40%;
    left: 50%;
    height: 50px;
    width: 50px;
    border-width: 5px;
    color: #dd5018 !important;
}

.cls-loader-css {
    opacity: 0.5;
    pointer-events: none;
}
/*Loader css start*/

/*HeaderNavigation start*/
.company-section-admin-rights{
    display: flex;
}

.company-section-admin-rights button {
    border-radius: 10px;
    float: right;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    background-color: #f1f2f3;
    color: #acb0c3;
}

.company-section-admin-rights .dropdown {
    position: relative;
    padding: 6px;
}

.company-section-admin-rights img {
    height: 10px;
}

#btnLogout {
    margin: 5px;
    padding: 6px 12px;
}

select#selectFlashBudgetReference, select#selectFlashBudgetReference option {
    padding: 6px 12px;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    min-width: 130px;
    background-color: #f1f2f3;
    color: #acb0c3;
    height: 100%;
}
/*HeaderNavigation end*/

.invalid-budget-amount {
    border: red solid 2px !important;
}

.grouping-footer[disabled] button {
    background-color: #dddd;
}
.dropdown-fixd {
    transform: inherit !important;
    top: 43px !important;
    right: 0 !important;
}

#btnToggle {    
    padding: 6px 12px;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
}
.company-section .div_instance_name {
    color: white;
    padding-left: 10px;
    padding-right: 20px;
    /*position: fixed;*/
}
.admin-header-rights .div_instance_name {
    color: white;    
    padding-top: 10px;
}