
#teamoxio-loader.loader {
    background-color: #173240;
}

#teamoxio-loader.loader {
    font-family: Consolas, monaco, monospace;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #173240;
    z-index: 999999999;
    color: #356CC9;
}

#teamoxio-loader.loader .loader-center {
    z-index: 999999999;
    width: 300px;
    height: 100px;
    line-height: 100px;

    margin: 0 auto;
    text-align: center;
    font-size: 38px;
    letter-spacing: -6px;

    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -50px;

}

#teamoxio-loader.loader .loader-center .chars .dots .char {
    font-size: 150%;
    display: inline-block;
}

/* animation starts here */
.dots .dot {
    position: relative;
    top: 0;
    left: 0;
}

.dot._dot-1 {
    -webkit-animation: dot_1 1s ease-in-out infinite;
    animation: dot_1 1s ease-in-out infinite;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.dot._dot-2 {
    -webkit-animation: dot_2 1s ease-in-out infinite;
    animation: dot_2 1s ease-in-out infinite;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.dot._dot-3 {
    -webkit-animation: dot_3 1s ease-in-out infinite;
    animation: dot_3 1s ease-in-out infinite;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes dot_1 {
    0% {
        top: 0;
        left: 0;
    }

    50% {
        top: 30px;
        left: 20px;
    }

    100% {
        top: 0px;
        left: 40px;
    }
}

@keyframes dot_1 {
    0% {
        top: 0;
        left: 0;
    }

    50% {
        top: 30px;
        left: 20px;
    }

    100% {
        top: 0px;
        left: 40px;
    }
}

@-webkit-keyframes dot_2 {
    0% {
        top: 0;
        left: 0;
    }

    50% {
        top: -30px;
        left: 20px;
    }

    100% {
        top: 0px;
        left: 40px;
    }
}

@keyframes dot_2 {
    0% {
        top: 0;
        left: 0;
    }

    50% {
        top: -30px;
        left: 20px;
    }

    100% {
        top: 0px;
        left: 40px;
    }
}

@-webkit-keyframes dot_3 {
    0% {
        top: 0;
        left: 0;
    }

    50% {
        top: -30px;
        left: -40px;
    }

    100% {
        top: 0px;
        left: -80px;
    }
}

@keyframes dot_3 {
    0% {
        top: 0;
        left: 0;
    }

    50% {
        top: -30px;
        left: -40px;
    }

    100% {
        top: 0px;
        left: -80px;
    }
}

#teamoxio-loader .author {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0px;

    font-size: 80%;
    -webkit-transform: rotate(-10deg) translate(50px, 20px);
    transform: rotate(-10deg) translate(50px, 20px);

    padding: 5px 0;
    text-align: center;

    color: #eee;
    opacity: 0.8;
}

#teamoxio-loader .author a {
    color: #78ECB4;
    text-decoration: none;
}

#teamoxio-loader .author a:hover {
    color: #60D69D;
}

#teamoxio-loader {
    display: block;
}
.overview-search{
    padding: 5px;
    border: 1px solid #ccc;
}
#remindertab{
    display: none;
}
.overview-date{
    color: #666;
    font-size: 10px;
    padding: 2px 30px;
    margin: -7px 0 5px;
}
.overview_timer{
    background: transparent;
    color: #337ab7;
    padding: 1px;
    margin-bottom: 10px;
    display: block;
    margin-top: 2px;
    font-weight: bold;
    position: absolute;

    top: 10px;
}
.overview_timer:hover{
    color: #333;
    opacity: 1;
    background: transparent;
    padding: 1px;
    margin-bottom: 10px;
    display: block;
    margin-top: 2px;
    font-weight: bold;
}
.switcher-group{
    z-index: 9999;
}
.block-empty-state, .drag-item{
    padding: 0;
}
.block-empty-state, .drag-item .task-row{
    padding: 10px 10px 0;
    border-radius: 0px;
    background: #eee;
}
.block-empty-state, .drag-item .task-row.i-owner{
    background: #fff;
    border-left: 3px solid #356cc9;
}
.user-image-holder{
    margin-top: 0;
    top: 0;
    vertical-align: top;
}
.overview-title{
    overflow: visible;
    white-space: normal;
    margin-bottom: 6px;
    width: calc(100% - 70px);
}
.overview-block-actions{
    background: transparent;
    border: transparent;
    margin: 0;
}
.leads-row{
    padding: 10px 10px 0 10px;
}
.task-row .switcher-button{
    margin-top: 30px;
}
.task-row.i-owner .nav-tabs > li.active > a, .task-row.i-owner .nav-tabs > li.active > a:focus, .task-row.i-owner .nav-tabs > li.active > a:hover{
    background-color: #fff;
}
.task-row .nav-tabs > li.active > a, .task-row .nav-tabs > li.active > a:focus, .task-row .nav-tabs > li.active > a:hover{
    background-color: #eee;
}
ul.details li{
    white-space: normal;
    overflow: visible;
    word-break: break-all;
}
.timesheet-table th:first-child {
    width: 170px;
}
.timesheet-table .time-inputs{
    border: 1px solid #ccc;
    padding: 4px 0px 3px 7px !important;
    width: 100%;
    height: auto;
}
.time-input-label{
    width: 100%;
    padding: 3px 0;
}
.time-half{
    width: 50%;
    float: left;
    padding-right: 15px;
}
body.has-loader{
	max-height: 100vh;
	overflow: hidden;
}
.overview-page .drag-column-header h2.tippy small{
	display: none;
}
.overview-page .drag-column-header h2.tippy{
	height: 22px;
}