﻿.ms-Spinner {
    position: absolute;
    left: 50%;
    top: 50%;
}

.preloader .preloader-spin {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1001;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #0d47a1;
    -webkit-animation: PreloaderSpin 2s linear infinite;
    animation: PreloaderSpin 2s linear infinite;
    display: block;
    border-top-color: #0d47a1;
    font-weight: bolder;
}

.preloader-spin:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: dodgerblue;
    -webkit-animation: PreloaderSpin 3s linear infinite;
    animation: PreloaderSpin 3s linear infinite;
    border-top-color: dodgerblue;
    font-weight: bolder;
}

.preloader-spin:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: white;
    -webkit-animation: PreloaderSpin 1.5s linear infinite;
    animation: PreloaderSpin 1.5s linear infinite;
    border-top-color: white;
    font-weight: bolder;
}

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    opacity: 2;
    background-color: rgba(0,0,0,0.6);
}

#preloader-label {
    position: absolute;
    left: 54%;
    top: 50%;
    z-index: 1001;
    /*color: dodgerblue;*/
    color: white;
    font-weight: bolder;
    font-size: 18px;
}

@-webkit-keyframes PreloaderSpin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes PreloaderSpin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.time-entry-wrapper {
    padding: 20px;
    display: none;
    margin: auto;
    /*background-color: #e9ecef !important;*/
}

#invoice-list-table_wrapper {
    min-width: 100%;
}

#time-entry-container {
    margin: 10px;
    margin-top: 25px;
}

#column {
    padding-left: 0;
}

#column-status {
    margin-left: 0;
}

#expert-project-card {
    padding: 5px;
    min-height: 255px;
}

#expert-project-card-header {
    background-color: #495057 !important;
    height: 50px;
}

#expert-project-card-body {
    padding: 2px;
}

#invoice-detail-card {
    padding: 5px;
    min-height: 255px;
}

#invoice-detail-card-header {
    background-color: #495057 !important;
    height: 50px;
}

#invoice-detail-card-body {
    padding: 15px;
    min-width: 200px;
}

#table-container {
    min-width: 100%;
}

.invoice-detail-title {
    margin-bottom: 10px;
    margin-top: 10px;
    /* margin-left: 20px;*/
}

p {
    margin-bottom: 5px;
}

.time-entry {
    font-size: 1rem;
}

@media (min-width: 378px) {
    .time-entry {
        font-size: .85rem;
    }
}

@media (min-width: 477px) {
    .time-entry {
        font-size: .95rem;
    }
}

@media (min-width: 536px) {
    .time-entry {
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    .time-entry {
        font-size: .8rem;
    }
}

@media (min-width: 868px) {
    .time-entry {
        font-size: .9rem;
    }
}

@media (min-width: 1200px) {
    .time-entry {
        font-size: 1rem;
    }
}

.time-entry table {
    border-collapse: collapse;
    padding: 0px;
    margin-bottom: 0px;
}

#table-head {
    font-size: 17px;
    font-weight: bolder;
    color: #fff;
    text-align: center;
    border-top: none;
    background-color: #495057 !important;
}

tr {
    font-size: 10px;
    text-align: center;
    /*color: black;*/
}

.time-entry td {
    border: none;
    text-align: center;
}

#table-body {
    text-align: left;
    background-color: #CCD1D9;
}

/*#invoice-list-table th {
    background-color: #495057 !important;
}*/

/*#invoice-list-table tbody {
    background-color: #AAB2BD;
}*/

#invoice-list-table_length {
    float: left;
    margin-left: 25px;
}

.top {
    margin-right: 25px;
    margin-left: 25px;
}

.bottom {
    margin-top: 15px;
    margin-right: 25px;
    margin-left: 25px;
}

.dt-buttons {
    margin-left: 25px;
    margin-bottom: 15px;
}

#invoice-list-table_filter {
    margin-right: 25px;
}

#invoice-list-table_info {
    float: left;
    margin-left: 25px;
    padding-top: 4px;
    font-weight: bold;
}

#invoice-list-table_paginate {
    margin-right: 25px;
}

.ims-btn {
    font-size: inherit;
    background-color: #6aadea;
    border: none;
    color: #fff;
    padding: 7px;
    font-size: 1em;
    font-weight: bold;
    margin-left: 2px;
    line-height: 2
}

#button {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.2rem;
}

    #button:hover {
        background-color: #ced4da !important;
        color: #0d47a1 !important;
    }

a.ims-btn {
    margin-left: 2px !important;
}

.ims-btn:hover {
    background-color: #ccc;
    cursor: pointer
}

.ims-btn:visited {
    color: #fff
}

.expert-project {
    padding: 15px;
    min-width: 200px;
}

    /*.expert-project .time-entry {
    border-left: 2px solid #ccc
}*/

    .expert-project ul, ol {
        list-style: none;
        margin: 0;
        padding: 0;
    }

.expert-projects-list {
    display: none
}

.create-new-invoice-wrapper {
    margin-top: 25px;
}

.progress-bar {
    background-color: green;
}

#step {
    margin-right: 0px;
}

#create-invoice-modal-content {
    padding: 10px
}

#create-invoice-modal-header {
    background-color: #495057 !important
}

#time-entry-modal {
    padding: 10px
}

/*a.active {
    color: white;
}*/

#time-entry-modal-header {
    background-color: #495057 !important;
}

/*.steps-form {
    display: table;
    width: 100%;
    position: relative;
}

    .steps-form .steps-row {
        display: table-row;
    }

        .steps-form .steps-row:before {
            top: 14px;
            bottom: 0;
            position: absolute;
            content: " ";
            width: 100%;
            height: 1px;
            background-color: #ccc;
        }

        .steps-form .steps-row .steps-step {
            display: table-cell;
            text-align: center;
            position: relative;
        }

            .steps-form .steps-row .steps-step p {
                margin-top: 0.5rem;
            }

            .steps-form .steps-row .steps-step button[disabled] {
                opacity: 1 !important;
                filter: alpha(opacity=100) !important;
            }

            .steps-form .steps-row .steps-step .btn-circle {
                width: 30px;
                height: 30px;
                text-align: center;
                padding: 6px 0;
                font-size: 12px;
                line-height: 1.428571429;
                border-radius: 15px;
                margin-top: 0;
            }*/

#file-upload-modal {
    padding: 10px;
}

#file-upload-modal-header {
    background-color: #495057 !important;
}

.expert-projects-invoice-timeentry-list {
    display: none
}

.expert-projects-invoice-fileattachment-list {
    display: none
}

.expert-projects-list {
    overflow: auto;
    height: 600px
}

.validation-msg {
    color: red
}

.dkblue {
    background-color: #295579;
    color: #fff !important
}

h2 {
    color: black;
    line-height: normal;
    text-transform: uppercase;
    font-size: 1.1em;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.time-entry-project-box {
    color: #000;
    margin: 10px;
    height: 165px;
}

#project-card {
    margin: 15px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

    #project-card:hover {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
        background-color: #ced4da !important;
        color: white;
    }

.time-entry-project-box a:visited {
    color: #337ab7
}

.err-delete-timeentry, .err-upsert-timeentry, .err-upload-fileattachment, .err-delete-fileattachment {
    display: none
}

.time-entry-totals {
    float: right;
    margin-bottom: 10px;
    font-size: 20px
}

mark {
    background: #ffa500;
    color: #000
}

.submit-btn {
    display: none;
    margin: 6px;
    font-weight: bold;
}

.timeentry-total {
    border-top: 5px solid #656D78;
}

.timeentry-subtotal {
    border-top: 2px solid #656D78;
}

    .timeentry-subtotal td {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

.submit-invoice-wrapper {
    display: none
}

table.table a {
    margin: 0;
    color: blue;
    font-weight: bold;
}

.download {
    margin: 0;
    color: red;
}

#invoice-list-table-caption {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #6c757d;
    font: 24px;
}

/*#table-container {
    margin: 10px;
}*/

#date-addon {
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
}

div.slider {
    display: none;
}

#details-container {
    width: 100%;
    height: 100%;
    padding: 0px;
    display: flex;
    justify-content: flex-start;
    /*margin-left: 25px;*/
}

td.details-control {
    cursor: pointer;
    text-align: center;
}

#plusButton {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}

td.details-control #plusButton:before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: bolder;
    font-size: 18px;
}

tr.shown td.details-control #plusButton:before {
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: bolder;
    font-size: 18px;
}

table.dataTable tr.highlight {
    background-color: red;
}

#editBtn, #deleteBtn {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}

.btn-xl {
    padding: 5px;
}

.was-validated textarea.form-control:invalid {
    border-color: lightgrey;
}

tbody {
    border-bottom: 1px solid #495057;
}

button.dt-button {
    background-image: none;
    color: white;
    font-weight: bold;
    border: none;
    z-index: 5;
}

button.dt-button:hover {
    background-image: none;
    color: black;
    font-weight: bold;
    border: none;
     z-index: 5;
}

