

body {
    margin: 0;
    color: #34495e;
    background-color: #ebeeef !important;
   font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    
}

body {
    background-color: #ebeeef;
}

/* -------------- main scrollbar ---------------- */
::-webkit-scrollbar {
    width: 6px;
    height: 3px;
}

::-webkit-scrollbar-track {
    background-color: #d9d9d9;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 10px;
    background: #138fe1;
}
/* Scrollbar Styling ends*/

.login-wrapper {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    background: #fff;
}

.login-card-pos {
    margin-top: 200px;
}

.login-img-pos {
    float: right;
    margin-top: 100px;
}

.login-card {
    float: left;
    width: 380px;
    height: auto;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.32);
    margin-bottom: 20px;
    /* position: relative; */
    /* top: 100px; */
    /* margin-top: 130px; */
    /* margin: 0 auto; */
}

.logo-img {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
}

.forgt-link {
    font-size: 14px;
    color: #ff2d68;
    float: left;
    position: relative;
    top: 10px;
    text-decoration: none;
    transition: 0.4s ease;
}

    .forgt-link:hover {
        color: #de1111;
        transition: 0.4s ease;
        text-decoration: underline;
    }

.sign-in-btn {
    float: right;
    color: #fff;
    padding: 7px 42px;
    background: #0e93ec;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.12);
    transition: 0.4s ease;
}

    .sign-in-btn:hover {
        padding: 7px 42px;
        background: #0e89df;
        transition: 0.4s ease;
    }

.sign-in-group {
    padding-top: 30px;
}

.login-copyright {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    /* position: relative; */
    /* top: 0px; */
    color: #fff;
}

.login-username {
    background: url(../images/icon-account.png) no-repeat 3px 6px #fff;
    padding-left: 30px;
    border: 1px solid #ccc;
}

.login-password {
    background: url(../images/icon-password.png) no-repeat 3px 6px #fff;
    padding-left: 30px;
    border: 1px solid #ccc;
}

.steve-wrapper {
    margin-left: 250px;
}

.current {
    background-color: #43a047;
    background: linear-gradient(60deg, #66bb6a, #43a047);
    border-radius:5px;
}

.steve-side-navbar {
    float: left;
    width: 250px;
    min-height: 100%;
    position: fixed;
    left: 0;
    background: #fff;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    
    /* border-right: 1px solid #ccc; 
    top: 77px;*/
}

.steve-header {
    float: left;
    width: 100%;
    height: 77px;
    background: #fff;
    z-index: 99999;
    border-bottom: 1px solid #ccc;
    position: fixed;
    left: 0;
    padding: 0px 5px;
}

.steve-content-area {
    float: left;
    width: 100%;
    height: fit-content;
    position: relative;
    /*background:#eee;*/
}

.main-content {
    float: left;
    width: 100%;
    padding: 20px 30px;
    margin-top: 77px;
    height: auto;
    margin-bottom: 80px;
}

.logo-main {
    float: left;
    width: 245px;
    padding: 4px 20px;
    position: relative;
    top: 17px;
}

.header-menu {
    float: right;
    width: 400px;
    text-align: right;
    padding: 25px 5px;
    font-size: 14px;
}

.welcome-label {
    border-right: 1px solid #ccc;
    padding: 0px 8px;
    margin-right: 10px;
}

    .welcome-label img {
        position: relative;
        top: -2px;
    }

.logout-link {
    font-weight: bold;
    color: #e0092c;
    transition: 0.4s ease;
}

    .logout-link:hover {
        color: #fa2044;
        text-decoration: none;
        transition: 0.4s ease;
    }

.side-nav-content {
    margin-top: 90px;
}

    .side-nav-content ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .side-nav-content ul li {
            display: block;
        }

            .side-nav-content ul li a {
                color: #fff;
                font-size: 16px;
                padding: 6px;
                float: left;
                width: 100%;
                margin-bottom: 5px;
                text-decoration: none;
                border-left: 4px solid #0c1930;
                transition: 0.4s ease;
            }

/*.side-nav-content ul li a:hover {
  background: #294f95;
  border-left: 4px solid #138fe1;
  transition: 0.4s ease;
}*/

.active-menu {
    background: #294f95;
    border-left: 4px solid #138fe1 !important;
}

.h-color {
    color: #2a80b9;
}

.custm-breadcrumb {
    font-size: 13px;
}

    .custm-breadcrumb a {
        color: #2196F3;
        font-weight: 500;
    }

.content-box {
    float: left;
    width: 100%;
    min-height: 500px;
    border: 1px solid #d3dae0;
    margin: 20px 0px;
    padding: 20px;
    overflow: hidden;
}

.content-box-md {
    float: left;
    width: 70%;
    height: auto;
    border: 1px solid #d3dae0;
    margin: 20px 0px 0px 0px;
    padding: 20px 30px;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
}

.content-box-lg {
    float: left;
    width: 100%;
    height: auto;
    border: 1px solid #d3dae0;
    margin: 20px 0px 0px 0px;
    padding: 20px 30px;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
}

.details-group {
    width: 100%;
    float: left;
}

.cnt-text {
    float: left;
    width: 118px;
    text-align: right;
    font-size: 14px;
    color: #34495e;
    position: relative;
    top: 6px;
}

.cnt-cust-fg {
    width: 30%;
    float: left;
    margin-left: 30px;
}

.cnt-cust-radio {
    width: auto;
    width: auto;
    float: left;
    margin-left: 32px;
    margin-top: 9px;
}

.cnt-cust-fc {
    height: auto;
    font-size: 14px;
}

.cnt-cust-fc-textarea {
    width: 400px;
    height: auto;
    font-size: 14px;
}

.form-check-label {
    font-size: 14px;
}

.icon-datepicker {
    background: url(../images/icon-calendar.png) no-repeat 4px 4px #fff;
    background-position: right;
}

.icon-datepickerS {
    background: url(../images/icon-calendarS.png) no-repeat 4px 4px #fff;
    background-position: right;
}


.file-align-right {
    font-size: 12px;
    color: #555;
    float: left;
    position: relative;
    top: 8px;
    margin-left: 15px;
}

.cnt-btn-group-box {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding: 10px 0px;
}

.cnt-btn-group {
    float: right;
}

.cnt-cancel-btn {
    color: #676767;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px 20px;
    margin-left: 7px;
}

.cnt-create-btn {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 20px;
    transition: 0.4s ease;
    background-color: #4caf50;
    border-color: #4caf50;
    box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
}

.cnt-generate-btn:hover {
    /*background: #0e89df;*/
    color: #fff;
    padding: 6px 20px;
    transition: 0.4s ease;
    background-color: #47a44b;
    border-color: #39843c;
}

.cnt-generate-cancel-btn {
    color: #676767;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px 20px;
    margin-left: 10px;
    margin-top: 27px;
}

.cnt-generate-btn {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background: #0e97f7;
    padding: 6px 20px;
    margin-top: 28px;
    transition: 0.4s ease;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
    margin-top: 27px;
}

    .cnt-generate-btn:hover {
        background: #0e89df;
        color: #fff;
        padding: 6px 20px;
        transition: 0.4s ease;
    }

hr {
    float: left;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 0rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.custm-input {
    padding: 4px;
}

.custm-inputval {
    padding: 3px;
    font-size:12px;
}

.custm-input-select {
    padding: 4px;
    height: 34px !important;
}

.custm-inputval-select {
    padding: 3px;
    height: 25px !important;
    font-size:12px;
}

.custm-input-xs {
    width: 100px;
}

.custm-input-xs1 {
    width: 60px;
    height: 28px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    margin-left: 10px;
}

.custm-input-sm {
    width: 200px;
}

.custm-input-md {
    width: 280px;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 500;
    color: #34495e;
}

.radio-text {
    margin-right: 10px;
}

.layer {
    float: left;
    width: 100%;
    height: auto;
    background: #ececec;
    padding: 10px;
    border-radius: 4px;
    line-height: 25px;
    margin: 0px 0px 6px 0px;
}

    .layer span {
        float: left;
        width: auto;
        margin-right: 5px;
        display: flex;
    }


.cal-date {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    background: #138fe1;
    padding: 3px 10px;
    margin-right: 60px !important;
    float: left;
    /* margin-top: 20px; */
}

.status-active {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #63be4e;
    padding: 3px 12px;
    border-radius: 40px;
}

.status-inactive {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #b6b6b6;
    padding: 3px 12px;
    border-radius: 40px;
}

.edit-link {
    color: #333;
    font-weight: 500;
    transition: 0.4s ease;
}

    .edit-link:hover {
        color: #777;
        font-weight: 500;
        transition: 0.4s ease;
    }

.remove-link {
    color: #e90909;
    font-weight: 500;
    transition: 0.4s ease;
}

    .remove-link:hover {
        color: #e90909;
        font-weight: 500;
        transition: 0.4s ease;
    }

.add-emp {
    float: right;
    margin-bottom: 20px;
    margin-top: -63px;
}

    .add-emp a {
        color: #fff;
        font-weight: 500;
        background: #0e93ec;
        padding: 8px 18px 10px 15px;
        border-radius: 4px;
        text-decoration: none;
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
        transition: 0.4s ease;
    }

        .add-emp a:hover {
            background: #1384d0;
            text-decoration: none;
            transition: 0.4s ease;
        }

.sticky-row {
    float: left;
    width: 69%;
    height: 45px;
    /* background: #B3E5FC; */
    padding: 10px;
    margin: 0px 0px 6px 0px;
    /* border-radius: 4px; */
    font-weight: 800;
    color: #2196F3;
    /*position: fixed;*/
    /*z-index: 99999;*/
    border-bottom: 1px solid #ccc;
}

.roster-pos {
    float: left;
    width: 100%;
    height: 500px;
    overflow-x: auto;
    overflow-y: scroll;
    margin-top: 55px;
}

.st-btn-Rep1 {
    background: #0e93ec;
    padding: 10px 15px 8px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.4s ease;
    margin-right: 10px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
}

    .st-btn-Rep1:hover {
        color: #fff;
        background: #1281cb;
        text-decoration: none;
        transition: 0.4s ease;
    }

.st-btn-Rep2 {
    background: #8BC34A;
    padding: 10px 15px 8px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.4s ease;
    margin-right: 10px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
}

    .st-btn-Rep2:hover {
        color: #fff;
        background: #74ac32;
        text-decoration: none;
        transition: 0.4s ease;
    }

.st-btn-Rep3 {
    background: #ff9900;
    padding: 10px 15px 8px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.4s ease;
    margin-right: 10px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
}

    .st-btn-Rep3:hover {
        color: #fff;
        background: #ff7800;
        text-decoration: none;
        transition: 0.4s ease;
    }

.st-btn-Rep4 {
    background: #FF1493;
    padding: 10px 15px 8px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.4s ease;
    margin-right: 10px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
}

    .st-btn-Rep4:hover {
        color: #fff;
        background: #C71585;
        text-decoration: none;
        transition: 0.4s ease;
    }

.screen-attach {
    padding-left: 10px;
    padding-right: 10px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.09);
}

.card [class*="card-header-"]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
    border-radius: 3px;
    margin-top: -20px;
    padding: 15px;
}

.card .card-header-success .card-icon, .card .card-header-success:not(.card-header-icon):not(.card-header-text), .card .card-header-success .card-text {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(76, 175, 80, 0.4);
    width: 96%;
    margin: 0px auto;
}

.card .card-header .card-title {
    margin-bottom: 3px;
    
}

.card .card-header-success .card-icon, .card .card-header-success .card-text, .card .card-header-success:not(.card-header-icon):not(.card-header-text), .card.bg-success, .card.card-rotate.bg-success .front, .card.card-rotate.bg-success .back {
    background: linear-gradient(60deg, #66bb6a, #43a047);
}

.card .card-header-warning .card-icon, .card .card-header-warning:not(.card-header-icon):not(.card-header-text), .card .card-header-warning .card-text {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4);
    width: 96%;
    margin: 0px auto;
}

.card .card-header-warning .card-icon, .card .card-header-warning .card-text, .card .card-header-warning:not(.card-header-icon):not(.card-header-text), .card.bg-warning, .card.card-rotate.bg-warning .front, .card.card-rotate.bg-warning .back {
    background: linear-gradient(60deg, #ffa726, #fb8c00);
}


.card .card-header-primary .card-icon, .card .card-header-primary:not(.card-header-icon):not(.card-header-text), .card .card-header-primary .card-text {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
    width: 96%;
    margin: 0px auto;
}

.card .card-header-primary .card-icon, .card .card-header-primary .card-text, .card .card-header-primary:not(.card-header-icon):not(.card-header-text), .card.bg-primary, .card.card-rotate.bg-primary .front, .card.card-rotate.bg-primary .back {
    background: linear-gradient(60deg, #ab47bc, #8e24aa);
}

.card .card-header-danger .card-icon, .card .card-header-danger:not(.card-header-icon):not(.card-header-text), .card .card-header-danger .card-text {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(244, 67, 54, 0.4);
    width: 96%;
    margin: 0px auto;
}

.card .card-header-danger .card-icon, .card .card-header-danger .card-text, .card .card-header-danger:not(.card-header-icon):not(.card-header-text), .card.bg-danger, .card.card-rotate.bg-danger .front, .card.card-rotate.bg-danger .back {
    background: linear-gradient(60deg, #ef5350, #e53935);
}

.card .card-header-info .card-icon, .card .card-header-info:not(.card-header-icon):not(.card-header-text), .card .card-header-info .card-text {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 188, 212, 0.4);
    width: 96%;
    margin: 0px auto;
}

.card .card-header-info .card-icon, .card .card-header-info .card-text, .card .card-header-info:not(.card-header-icon):not(.card-header-text), .card.bg-info, .card.card-rotate.bg-info .front, .card.card-rotate.bg-info .back {
    background: linear-gradient(60deg, #26c6da, #00acc1);
}

.card {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: #333333;
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.grid-warning {
    font-size: 13px;
    padding: .65rem;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.gridheader-warning {
    color: rgb(255, 152, 0) !important;
    border-top-color:white;
}

.grid-primary {
    font-size: 13px;
    padding: .65rem;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.gridheader-primary {
    color: rgb(156, 39, 176) !important;
    border-top-color: white;
}

.table-bordered {
    font-size: 13px;
    padding: .45rem;
    background-color: white;
}

.btn-warning {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: 0.4s ease;
    background: linear-gradient(60deg, #ffa726, #fb8c00);
    font-size: 12px;
    Width: 70px;
    padding-left: 5px;
}

.btn-primary {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: 0.4s ease;
    background: linear-gradient(60deg, #ab47bc, #8e24aa);
    font-size: 12px;
    Width: 70px;
    padding-left: 5px;
}


