﻿.navbar-brand img {
    margin-top: -10px;
    margin-left: -5px;
    height: 40px;
}
.logout-icon{
    margin-top: 10px;
}
 .container-fluid 
{
    padding-left  : 0.5em;
    padding-right  : 0.5em;
}
.body-content
{
    padding-left  : 1em;
    padding-right  : 1em;
}
.label {
    text-align: left;
    color: black;
}

.status-none {
    margin: 1px;
    padding: 5px;
    border: solid 1px #ccc;
    border-radius: 5px;
    color: #555555;
    background-color: #dadada;
    font-size: 85%;
}
.status-outdate {
    margin: 1px;
    padding: 5px;
    border: solid 1px #ccc;
    border-radius: 5px;
    color: #011300;
    background-color: #fcae65;
    font-size: 85%;
}

.status-working {
    margin: 1px;
    padding: 5px;
    border: solid 1px #ccc;
    border-radius: 5px;
    color: #011300;
    background-color: #73c6b6;
    font-size: 85%;
}

.status-done {
    margin: 1px;
    padding: 5px;
    border: solid 1px #ccc;
    border-radius: 5px;
    color: #011300;
    background-color: #bcfab6;
    font-size: 85%;
}

.status-ds {
    padding: 5px;
    border: solid 1px #ccc;
    border-radius: 8px;
    color: #fe0000;
    background-color: #ffd2bf;
    font-size: 90%;
    font-weight: bold;
}

.pj-status-none {
    padding: 5px;
    border: solid 1px #ccc;
    border-radius: 8px;
    color: black;
    background-color: #CCCC99;
    font-size: 90%;
    font-weight: bold;
}
.status-03 {
    padding: 5px;
    border: solid 1px #ccc;
    border-radius: 8px;
    color: black;
    background-color: #FFFFCC;
    font-size: 90%;
    font-weight: bold;
}
.status-04 {
    padding: 5px;
    border: solid 1px #ccc;
    border-radius: 8px;
    color: black;
    background-color: #CCFFFF;
    font-size: 90%;
    font-weight: bold;
}
.status-cs {
    padding: 5px;
    border: solid 1px #ccc;
    border-radius: 8px;
    color: #017a0f;
    background-color: #d0fdd0;
    font-size: 90%;
    font-weight: bold;
}

.status-date {
    padding: 5px;
    font-size: 80%;
    font-weight: bold;
}

.revenue-month {
    padding: 2px;
    font-weight: bold;
    color: black;
}

.revenue-total {
    padding: 2px;
    font-weight: bold;
    color: darkslategray;
}

.status-timeplan {
    padding: 5px;
    border: solid 1px #ccc;
    border-radius: 8px;
    color: #401d83;
    background-color: #68d69d;
    font-size: 80%;
    font-weight: bold;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
/*Progress Bar*/
.progress-container {
    background: #eee;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 100%;
    background-color: lightgray;
    border: 1px solid black;
    border-radius: 8px;
    height: 80px;
    width: 45%;
    z-index: 9999; /* Bootstrap modal = 1050. You can increase if needed */
}

.w3-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 8px;    
}

    .w3-container:after, .w3-container:before, .w3-panel:after, .w3-panel:before, .w3-row:after, .w3-row:before, .w3-row-padding:after, .w3-row-padding:before,
    .w3-cell-row:before, .w3-cell-row:after, .w3-clear:after, .w3-clear:before, .w3-bar:before, .w3-bar:after {
        content: "";
        display: table;
        clear: both
    }

.w3-green, .w3-hover-green:hover {
    color: #fff !important;
    background-color: #4CAF50 !important
}
/*Footer*/
.footer {
    height: 2em;
    width: 100%;
    position: fixed;
    top: 100%;
    margin-top: -2em;
    background-color: lightgray;
}



    