header {
    display: none;
}

body:not([view='login']) header {
    display: block;
}

nav {
    background-color: #33691e !important;
    box-shadow: none;
}

nav .nav-wrapper {
    width: 94%;
}

nav .brand-logo {
    font-size: 1.5rem;
}

.flex{
    display: flex;
}
.flex-center{
    justify-content: space-between;
    align-items: center;
}

.side-nav li a {
    font-size: 16px;
    height: 54px;
    line-height: 54px;
}

.side-nav li a i.material-icons {
    font-size: 26px;
    height: 54px;
    line-height: 54px;
}

.app-top-section {
    background-color: #33691e !important;
    padding: 0 0 10px 0;
    position: relative;
}

.app-top-section .welcome {
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding: 0 0 4px 0;
}

.app-top-section .date {
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 70%;
    height: 36px;
    border-radius: 3px;
    line-height: 36px;
    background-color: #212121;
    margin: auto;
}

.app-bottom-section {
    height: calc(100vh - 140px);
    padding: 5%;
    overflow-y: auto;
}

.clocker-boxes {
    padding: 4%;
    height: calc(80vh - 56px);
}

.clocker-box {
    border: 2px solid#ffffff;
    width: 44%;
    float: left;
    margin: 3%;
    height: 120px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding-top: 20px;
}

.clocker-box .material-icons {
    color: #fff;
    font-size: 50px;
    display: block;
}

.punch-btn {
    color: #33691e;
    margin: 0 0 5% 0;
    text-align: center;
    font-size: 22px;
    padding: 12% 0;
    height: 32%;
    display: block;
    position: relative;
}

.punch-btn.in {
    color: #ff0000;
}

.punch-btn .punch-btn-items {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.punch-btn .material-icons {
    display: block;
    font-size: 36px;
    line-height: 36px;
}

.punch-btn .preloader-wrapper {
    width: 56px;
    height: 56px;
}

.hourly-breakdown {
    color: #212121;
    margin: 0 0 5% 0;
    border-radius: 2px;
    background-color: #ffffff;
    text-align: center;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    height: 33%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 20px 0;
}

.hourly-breakdown-scroller {
    white-space: nowrap;
}

.hourly-breakdown .hour-col {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-left: -4px;
}

.hourly-breakdown .hour-text {
    padding: 0 6px 4px 6px;
}

.hourly-breakdown .hour-bar {
    height: 14vh;
}

.hourly-breakdown .hour-bar.done {
    background: #99b48f;
}

.projects .btn-control {
    margin-bottom: 10px;
    text-align: left;
    padding-right: 0;
}

.projects .btn-control > div{
    line-height: 16px;
    padding-top: 13px;
}
.projects .btn-control small{
    display: block;
}

.projects .btn-control .material-icons {
    font-size: 2rem;
}
.projects .preloader-wrapper{
    width: 30px;
    height: 30px;
}
.delete-project{

}
.timesheet-modal .modal-header{
    padding: 24px;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
}
.timesheet-modal .modal-action{
    width: 100%;
}
.timesheet-modal label{
    width: 100%;
}
.timesheet-modal label:after{
    transform: translateY(32px) !important;
}
.sheets{
    color: #ffffff;
    margin-bottom: 20px;
}

.sheets .sheet{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #9e9e9e;
}

.bottom-actions{
    padding: 10px;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0;
    background-color: #000;
    z-index: 10;
}

.bottom-actions .btn-block{
    margin: 5px auto;
}

.bottom-actions .btn-block.btn-large{
    width: calc(100% - 20px);
}

.datepicker,
.datepicker::-webkit-input-placeholder{
    color: #fff;
}
.datepicker{
    margin-bottom: 5px !important;
}
.available-projects{
    margin-bottom: 10px;
}
.available-projects input.select-dropdown{
    text-indent: 10px;
}
.available-projects span.caret{
    right: 10px;
    font-size: 16px;
}
.dropdown-content{
    max-height: 360px !important;
}
.dropdown-content li>span>label{
    top: -11px;
}
