*  {
    font-family: 'Roboto';
    color: #000;
    outline: 0;
}

body {
    cursor: default;
}

a, a:hover, a:active, a:focus {
    outline: 0 
}

div.container.zhi a, div.container.zhi a:hover, div.container.zhi a:active, div.container.zhi a:focus {
    color: #1c63ab;
}

div.container.she a, div.container.she a:hover, div.container.she a:active, div.container.she a:focus {
    color: #0055a3;
}

.container {
    max-width: 1080px;
}

div.content {
    padding: 10px 0;
    margin-bottom: 40px;
}

div.warning-info {
    margin-left: 20px;
}

.title-header {
    display: flex;
    align-items:center;
    margin-top:.5em;
}
.flex-inline {
    display: flex;
    align-items:center;
    text-align: center;
}

.user_menu {
    padding: 0;    
}

.user_menu a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
}

.user_menu li {
    list-style: none;
}

.title-header h1 {
	font-weight: 600;
	font-size: 3.3em;
}

.title-header .motto {
    text-align: right;
}

.login-box {
	margin: 0 auto;
	margin-top: 1em;
    max-width: 400px;
}

.login-box input {
	margin: .5em 0;
}

.menu-header {
    text-transform: uppercase;
}
.menu-icons {
    padding-right: 2em;
}

div.container.zhi .user_menu .active i.fa-circle {
    color: #1c63ab;
}

div.container.she .user_menu .active i.fa-circle {
    color: #1d1d1b;
}

.user_menu .active i.symbol {
    color: #fff !important;
}

.container > .row {
    margin-bottom: 1.3em;
}

.motto {
    text-transform: uppercase;
    font-size: 12px;
}
.margin_b {
    margin-bottom: 1.7em;    
} 
.download-pdf-button, .logout-button {
    padding: 0;
    line-height: 1.2em;
}

.download-pdf-button a, .logout-button a {
    text-decoration: none;
}

.logout-button {
    padding-right: 15px;
}

div.tile-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

div.tile-container.sticky {
    position: sticky;
    top: 0;
    z-index: 4;
}

div.tile {
    flex: 1 0 20%;
    align-self: stretch;
    max-width: 100%;
    background-color: #EAEAEA;
    height: 50px;
    white-space: nowrap;
}

div.tile a {
    text-decoration: none;
}

div.container.zhi div.tile.chosen {
    background-color: #1c63ab;
}

div.container.she div.tile.chosen {
    background-color: #1d1d1b;
}

div.tile.chosen a div {
    color: #fff;
}

div.inner-tile {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 30px;
}

.disabled-part, .disabled-part i, .disabled-part span {
    color: #aaa !important;
    cursor: default;
}

div.download-pdf-button span.hidden-xs i.fa-cog {
    margin-right: -6px;
    margin-left: -6px;
}

div.download-pdf-button span.visible-xs i.fa-cog {
    margin-left: -6px;
}

div.download-pdf-button span.hidden-xs i.fa-file-pdf-o {
    font-size: 1.2em;
}

div.download-pdf-button span.visible-xs i.fa-file-pdf-o {
    font-size: 1.8em;
}

div.download-pdf-button span.hidden-xs i.fa-cog {
    font-size: 1.4em;
}

div.download-pdf-button span.visible-xs i.fa-cog {
    font-size: 2em;
}

div.logout-button span.hidden-xs i {
    font-size: 1.4em;
}

div.logout-button span.visible-xs i {
    font-size: 2em;
}

div.download-pdf-button:not(.disabled-part) i.fa-cog {
    display: none;
}

div.download-pdf-button.disabled-part i.fa-file-pdf-o {
    display: none;
}

div.overflow-content {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
}

.download-pdf-button span, .logout-button span {
    padding-right: .5em;
 }

i.fa-circle {
    color: #EAEAEA;
}

div.container.zhi i.symbol {
    color: #1c63ab;
}

div.container.she i.symbol {
    color: #1d1d1b;
}

.form_error_message {
    font-size: .9em;
    color: #D2042D;
    padding-top: 8px;
}

.form_error_message i {
    font-size: 1.2em;
    color: #D2042D;
}

.form_error_message p {
    color: #D2042D;
}

.form_saved_message {
    font-size: .9em;
    color: #218838;
    padding-top: 8px;
}

.form_saved_message i {
    font-size: 1.2em;
    color: #218838;
}

.form_saved_message p {
    color: #218838;
}

.error-row input {
    border: 2px solid #D2042D !important;
}

tr.error_label td, tr.error_label_quarter td  {
    padding: 0 !important;
}

tr.error_label td{
    text-align: center !important;
}

tr.error_label_quarter td {
    text-align: left !important;
}

/* DANE */
.submenu_data {
    margin: 1em 0 2em 0;
    text-transform: uppercase;
}
.submenu_data {line-height: 3em; }
.submenu_data .active_submenu_data {
    background-color: #000;
    color: #fff;
 }
.active_submenu_data a {color: #fff;}

.navigation_data_table {
    width: 100%;
}
.navigation_data_table tr:first-child td {
    text-align: center;
}
.navigation_data_table tr.navigation_data_row td:nth-child(1),
.navigation_data_table tr.navigation_data_row td:nth-child(3){
    width: 10%;
}
.navigation_data_table tr.navigation_data_row td {
    font-size: 1.8em;
    text-transform: uppercase;
    padding: .5em;
}

.form_data_box {
    background-color: #EAEAEA;
}
.form_data_box table,
.form_data_box tr,
.form_data_box td,
.form_data_box th,
.form_data_box thead,
.form_data_box tbody
{border: none !important;}

.form_data_box table {
    max-width: 100%;
    margin: 0 auto;
    border: 0;
}
.form_data_box label {
    font-weight: normal !important;
    margin-bottom: 0 !important;
}

.form_data_box table tbody tr {
    text-align: right;
}

.form_data_box input[type="text"] {
	text-align: center;
    padding: 5px 10px;
}

div.container.zhi .form_data_box input[type="text"] {
    border: 1px solid #1c63ab;
}

div.container.she .form_data_box input[type="text"] {
    border: 1px solid #1d1d1b;
}

.form_data_box input[type="text"],
.form_data_box label {
    line-height: 2em;
}

div.data-section-row {
    margin: 20px;
    text-align: center;
}

div.container.zhi td a span {
    color: #1c63ab !important;
}

div.container.she td a span {
    color: #1d1d1b !important;
}

div#login_data {
    text-transform: none;
    font-size: .9em;
}

/* RAPORTY */

table.report-table {
    table-layout: fixed;
}

table.report-table {
    width: 100%;
    margin-bottom: 15px;
}

table.report-table tr th, table.report-table tr td {
    text-align: center;
    padding: 10px 0;
}

table.report-table tr th {
    text-transform: uppercase;
}

tr.report-table-header-row {
    background-color: #EAEAEA;
}

tr.report-table-header-row th.blue {
    background-color: #C1CFDC;
}

tr.report-table-data-row td.blue {
    background-color: #DAEDFE;
}

tr.report-table-data-row th.grey {
    background-color: #EAEAEA;
}

div.no-data-info {
    padding: 20px;
    margin-bottom: 20px;
    color: #cc0000;
}

div.no-data-info i.fa, div.no-data-info span {
    color: #cc0000;
}

div.report-desc {
    font-size: 14px;
    color: #848482;
    margin-bottom: 100px;
    text-align: center;
}

div.report-chart {
    margin: 40px 0 20px;
    width: 1080px;
}

div.report-chart.generated-image {
    width: 100%;
}

img.report-chart-image {
    width: 100%;
    display: none;
}

div.report-chart canvas {
    width: 1080px;
    display: none !important;
}

div.report-chart.generated-image canvas {
    display: inline-block !important;
}

div.table-title {
    text-align: center;
    font-size: 1.3em;
    padding: 20px 5px;
    background-color: #eaeaea;
}

div.left-arrow {
    text-align: left;
    float: left;
}

div.table-name {
    text-align: center;
    margin: 0 auto; 
}

div.right-arrow {
    text-align: right;
    float: right;
}

span#no-data-info-col {
    text-transform: uppercase;
}

/* LOGI */

table.data-table {
    margin: 20px 0;
}
table.data-table td {
    border-bottom: solid 1px black;
}

table.data-table th {
    border-bottom: solid 2px black;
    text-transform: uppercase;
}

/* USTAWIENIA */

a.settings-button, input.settings-button {
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    margin-left: 2px;
    min-width: 1.5em;
    padding: 0.5em 1em;
    text-align: center;
    text-decoration: none !important;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, white 0%, #dcdcdc 100%) repeat scroll 0 0;
    border: 1px solid #979797;
    color: #333 !important;
}

a.settings-button:active, input.settings-button:active {
    outline: none;
    box-shadow: 0px 0px 5px #888888;
}

/* TMP */
.companies_nav_list *   {color: black;}

img.main-logo {
    margin: 0;
}

div.container.zhi img.main-logo {
    max-height: 75px;
}

div.container.she img.main-logo {
    max-height: 100px;
}

.submit-part {
    text-align: center;
    padding-bottom: 20px;
}

.panel-default > .panel-heading, .panel-default > .panel-heading a {
    color: #fff !important;
}

div.container.zhi .panel-default > .panel-heading {
    background-color: #1c63ab;
}

div.container.she .panel-default > .panel-heading {
    background-color: #1d1d1b;
}

.btn-stat {
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: normal;
    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;
    margin: 1em 0;
    color: #fff;
    transition: background-color 0.3s ease-in-out;
}

.btn-stat:hover {
    color: #fff;
    background-position: 0 -15px;
}

div.container.zhi .btn-stat {
    background-color: #e14d23;
}

div.container.zhi .btn-stat:hover {
    background-color: #F86A42;
}

div.container.she .btn-stat {
    background-color: #0055a3;
}

div.container.she .btn-stat:hover {
    background-color: #1F6EB8;
}

.btn-stat.saved {
    position: relative;
    padding-right: 30px;
}

.btn-stat.saved::after {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger i, .alert {
    color: #a94442 !important;
}

.content-loading {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 8;
    text-align: center;
    z-index: 3;
    background-color: #fff;
}

.content-loading i.fa {
    left: 50%;
    margin-left: -42px;
    margin-top: -35px;
    position: absolute;
    top: 50%;
    color: #C1CFDC;
    font-size: 70px;
}

div.historical-data {
    margin-bottom: 5px;
}

div.historical-data div {
    font-size: 0.8em;
    color: #555;
}

@media screen and (max-width:580px) {
    body {
        font-size: 12px;
    }

    div.report-desc {
        margin-bottom: 70px;
    }

    div.report-chart {
        margin-top: 20px;
    }
}

@media screen and (max-width:768px) {
    img.main-logo {
        margin: 1em 0;
    }

    .user_menu {
        justify-content: space-around;
    }
    
    .logout-button {
        text-align: left;
    }
    
    .download-pdf-button {
        text-align: left !important;
        padding-left: 2em;
    }

    .logout-button {
        text-align: right !important;
        padding-right: 2em;
    }

    .content-loading i.fa {
        margin-left: -32px;
        margin-top: -26px;
        position: absolute;
        font-size: 52px;
    }
}
@media screen and (min-width:768px) {
    .menu-header {
        display: flex;
        align-items:center;
        text-align: center;
        
    }

    .logout-button {
        text-align: right;
    }
}
