﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

* {
    margin: 0%;
    padding: 0%;
    /*   font-family: 'Archivo' sans-serif;*/
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}

body {
    font-size: 13px;
    height: 100vh;
}

.body-wrap {
    margin: 0 1%;
}

/*.wrapper {
    height: auto;
}*/
.mar-top {
    margin-top: 35px;
}
.add-botn {
    background: #4454C3;
    color: #fff;
    padding: 9px 17px;
    border-radius: 5px;
    transition: all 0.5s ease;
    cursor: pointer;
    margin-right: 3px;
    border: 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

    .add-botn:hover {
        text-decoration: none;
        color: #fff;
        background: #3c4bb7;
    }

.showall-botn {
    background: #858BD5;
    color: #fff;
    padding: 9px 17px;
    border-radius: 5px;
    transition: all 0.5s ease;
    cursor: pointer;
}

    .showall-botn:hover {
        text-decoration: none;
        color: #fff;
        background: #858BD5;
    }

.btn-submit {
    color: #fff;
    background: #3D46B0;
}

    .btn-submit:hover {
        color: #fff !important;
        background: #4F58C2 !important;
    }

.btn-back-next {
    color: #fff;
    background: #3D46B0;
}

    .btn-back-next:hover {
        color: #fff !important;
        background: #4F58C2 !important;
    }

.main-container {
    width: 100%;
    margin-left: 0;
    background: #fff;
    border: 1px solid #E1E8ED;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.01);
    border-radius: 5px;
    padding: 2% 2% 0 2%;
    margin-top: 8px;
}

.panel-primary {
    width: 100% !important;
    border-color: #fff !important;
    /* height:100vh;*/
}

.text-primary {
    color: #3E5569 !important;
}

.text-on-pannel {
    height: auto;
    margin-top: -58px;
    margin-bottom: 25px;
    font-size: 20px;
    padding: 10px 0;
    border-bottom: 0.5px solid #E6E6E6;
}

.panel {
    /* for text on pannel */
    margin-top: 27px !important;
    width: 60%;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.panel-body {
    padding-top: 20px !important;
}

.top-botns {
    margin-left: 2.5%;
    clear: both;
    margin-bottom: 25px;
    margin-top: 40px;
}

/*.panel-body {
    padding: 20px 0 0 0 !important;
}*/

label {
    margin-bottom: 3px !important;
}

.form-control {
    margin-bottom: 10px !important;
}

.red {
    color: red;
}

hr {
    border-top: 1px solid #9f9f9f !important;
    margin-top: 20px !important;
}

.btn {
    padding: 9px 17px !important;
}

.fa {
    font-weight: normal !important;
}




.btn-edit {
    background-color: #6A72CC;
    color: #ffffff;
    padding: 4px 17px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
}

    .btn-edit:hover {
        background-color: #6A72CC !important;
        color: #ffffff !important;
        text-decoration: none;
    }

.btn-edittimesheet {
    background-color: #9298D9;
    color: #ffffff;
    padding: 4px 17px !important;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    height: 34px;
}

    .btn-edittimesheet:hover {
        background-color: #9298D9 !important;
        color: #ffffff !important;
        text-decoration: none;
    }

.btn-delete {
    background-color: #e56695;
    color: #ffffff;
    padding: 4px 17px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
}

    .btn-delete:hover {
        background-color: #e56695 !important;
        color: #ffffff !important;
        text-decoration: none;
    }

.btn-Active {
    background-color: #009F3C;
    color: #ffffff;
    padding: 4px 17px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
}

    .btn-Active:hover {
        background-color: #03BE49 !important;
        color: #ffffff !important;
        text-decoration: none;
    }

.btn-InActive {
    background-color: #9F9F9F;
    color: #ffffff;
    padding: 4px 17px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
}

    .btn-InActive:hover {
        background-color: #BFBFBF !important;
        color: #ffffff !important;
        text-decoration: none;
    }
/*View table*/
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #F8FDFE !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 5px 0 5px 8px;
    vertical-align: middle;
}

.table-bordered > :not(caption) > * {
    border-width: 0 !important;
}

.table > thead {
    vertical-align: bottom;
    background-color: #0E1726;
    color: #fff !important;
    position: sticky;
    top: 0px;
}

.checkbox label, .radio label {
    color: #3E5569;
    font-weight: 600;
}
.text-case {
    text-transform: inherit;
}

.Chk-Jobadd {
    width: 18px;
    height: 18px;
    position: relative;
    left: 6px;
    bottom: 5px;
}
.checkbox label, .radio label {
    padding-left: 12px !important;
}
    .Chk-job {
    margin-left: 14px;
}

.Plus-button {
    height: 32px;
    width: 32px;
    margin-top: 23px;
    border: 0;
    background: #5358be;
    font-size: 17px;
    font-weight: normal;
    text-align: left;
    color: #b9bce5;
    border-radius: 5px;
    padding-left: 8px;
}
/*Employee registation tab css*/
.tabs {
    width: 100%;
    text-align: left;
}

.tab-nav-wrapper {
    width: 100%;
    overflow-x: auto;
    position: relative !important;
    top: 1px;
}

.tabs ul {
    display: block;
    /*width: max-content;*/
    overflow-y: hidden;
    margin: 0px;
    padding-inline-start: 5px;
}

    .tabs ul li {
        display: inline-block;
        background-color: #F1F2FA;
        padding: 8px 25px;
        border-radius: 7px 7px 0 0;
    }

        .tabs ul li.active {
            border: 1px solid #EEEEEE;
            background-color: #6A72CC;
        }

            .tabs ul li.active a {
                color: #fff;
            }

        .tabs ul li a {
            text-decoration: none;
            color: #3E5569;
            line-height: 25px;
            position: relative;
            font-weight: bold;
        }

            .tabs ul li a:active {
                color: #fff !important;
            }

.tab-content-wrapper {
    position: relative !important;
    z-index: 1 !important;
    border: 1px solid #EEEEEE;
    padding: 20px;
    min-height: 40px;
}

.Emp-ProfilePhoto {
    width: 57%;
    margin-top: 5px;
}

.Emp-txt {
    width: 96.5% !important;
}

.control-label {
    color: #3E5569;
    font-weight: 600;
}

.form-control {
    border: 1px solid #D2D6DE !important;
}

.TimesheetNotsubTd {
    width: 80px;
    background-color: #babdd1 !important;
    color: #000 !important;
    text-align: center;
    vertical-align: middle !important;
}

.TimesheetsubTd {
    width: 80px;
    background-color: #6e81ff !important;
    color: #fff !important;
    text-align: center;
    vertical-align: middle !important;
}

.tmstotal {
    background-color: #8d7cab !important;
    color: #fff !important;
}

.text-case {
    text-transform: inherit;
}

.Main-card {
    height: 340px;
}

.User-Dasboard-Hader {
    background-color: #f4f6ff;
    border: 1px solid #E1E8ED;
    box-shadow: 0px 2px 14px rgb(0 0 0 / 9%);
    padding: 10px;
}
.white {
    color: #fff;
}
table tr td {
    color: #0e1726;
}
/*for Checkbox CSS-------------------------------------*/

.Check-Tbl {
    margin-left: 15px;
    margin-top: 15px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin-right: 15px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #224df8;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.saltype {
    width: 100%;
    background-color: #3d42a2;
    padding: 5px 15px;
    margin-bottom: 3em;
}
.saltype label {
        color: #fff;
        font-size: 12px;
    }
.Btn-AddRow {
    background: #4F58C2;
    color: #fff;
    padding: 9px 17px;
    border-radius: 5px;
    transition: all 0.5s ease;
    cursor: pointer;
    font-size: 13px;
    border: 0;
}
.Btn-AddRow:hover {
    background: #4F58C2;
    color: #fff;   
}
.h4cls {
    color: #3e5569;
}
input[type=file] {
    color: #3e5569
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    margin-right: 20px;
}
.dataTables_info {
    color: #3E5569 !important;
}
.alert-success {
    margin-bottom: 40px !important;
}
.Noevent {
    text-align: center;
    position: relative;
    top: 50px;
}

    .Noevent img {
        text-align: center;
        width: 80px;
    }

    .Noevent p {
        font-size: 13px;
        color: #666;
        padding-top: 8px;
    }


/*

    ForPleaseWiatAnimation*/
.loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    width: 200px;
    color: #000;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    padding: 50px 160px;
    border: 1px solid #c7c0c0;
}
    .loading span {
        position: absolute;
        height: 10px;
        width: 84px;
        top: 36px;
        overflow: hidden;
        left: 38%;
    }
.pleasewait {
    display: block;
    width: 75px;
    position: absolute;
    left: 38%;
}

.loading span > i {
    position: absolute;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    -webkit-animation: wait 4s infinite;
    -moz-animation: wait 4s infinite;
    -o-animation: wait 4s infinite;
    animation: wait 4s infinite;
}

            .loading span > i:nth-of-type(1) {
                left: -28px;
                background: yellow;
            }

            .loading span > i:nth-of-type(2) {
                left: -21px;
                -webkit-animation-delay: 0.8s;
                animation-delay: 0.8s;
                background: lightgreen;
            }

@-webkit-keyframes wait {
    0% {
        left: -7px
    }

    30% {
        left: 52px
    }

    60% {
        left: 22px
    }

    100% {
        left: 100px
    }
}

@-moz-keyframes wait {
    0% {
        left: -7px
    }

    30% {
        left: 52px
    }

    60% {
        left: 22px
    }

    100% {
        left: 100px
    }
}

@-o-keyframes wait {
    0% {
        left: -7px
    }

    30% {
        left: 52px
    }

    60% {
        left: 22px
    }

    100% {
        left: 100px
    }
}

@keyframes wait {
    0% {
        left: -7px
    }

    30% {
        left: 52px
    }

    60% {
        left: 22px
    }

    100% {
        left: 100px
    }
}
