﻿body {
    /*background: rgba(6, 41, 61, 1);*/
}

/*.container {
    width: 100%;
    height: 100%;
}*/

.form-container {
    display: block;
    margin: 0 auto;
    /*margin-top: 100px;*/
    /*width: 400px;*/
    perspective: 1000;
}

.main-center {
    margin-top: 30px;
    margin: 0 auto;
    max-width: 600px;
    padding: 40px 40px;
}

.login-form {
    margin: auto;
    border: 3px solid #73AD21;
    padding: 5px;
    background: rgba(0, 90, 120, 0.7);
    border: 4px solid rgba(0, 90, 120, 0.9);
    border-radius: 20px;
}

.Register-form {
    margin: auto;
    border: 3px solid #73AD21;
    padding: 5px;
    background: rgba(0, 90, 120, 0.7);
    border: 4px solid rgba(0, 90, 120, 0.9);
    border-radius: 20px;
}

.title {
    background: rgba(0, 90, 120, 0.9);
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    font-size: 2em;
    padding: 10px 10px 10px 20px;
    margin-top: 0;
    margin-bottom: 15px;
}

.form-input {
    padding: 5px;
    min-width: 50%;
    height: 20px;
    border-radius: 4px;
    border: none;
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
}

textarea:focus, input:focus, button:focus {
    outline: 0;
}

.tooltip {
    width: 35%;
    background: rgba(6, 41, 61, 1);
    font-size: 0.8em;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    margin-left: 10px;
    padding: 7px;
    border-radius: 5px;
}
/************removed because it causes some strange behavior with controls***********/
/*.form-group {
    padding: 10px 10px 10px 20px;
}*/
/************************************************************************************/
.login-button {
    width: 100px;
    height: 30px;
    margin-bottom: 10px;
    border: none;
    border-radius: 4px;
    background-size: 500% 100%;
    /*background: rgba(6, 41, 61, 1);*/
    background-color: rgb(211, 227, 243);
    box-shadow: inset 0 0 0 0 rgba(20, 196, 148, 1);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    /*color: #fff;*/
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 0.8em;
}

.timex-button {
    width: 200px;
    height: 30px;
    margin-bottom: 10px;
    border: none;
    border-radius: 4px;
    background-size: 500% 100%;
    background: rgba(6, 41, 61, 1);
    box-shadow: inset 0 0 0 0 rgba(20, 196, 148, 1);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 0.8em;
}


.page-button {
    min-width: 100px;
    min-height: 30px;
    margin-bottom: 10px;
    border: none;
    border-radius: 4px;
    background-size: 500% 100%;
    background: rgba(6, 41, 61, 1);
    box-shadow: inset 0 0 0 0 rgba(20, 196, 148, 1);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 0.8em;
}

    .page-button:hover {
        box-shadow: inset 0 40px 0 0 rgba(20, 196, 148, 1);
    }

.reset-button {
    display: inline;
    position: relative;
    margin-left: 5px;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 0.8em;
}

.login-button:hover {
    /*box-shadow: inset 0 40px 0 0 rgba(20, 196, 148, 1);*/
    box-shadow: inset 0 40px 0 0 rgba(6, 41, 61, 1);
    color: #fff;
}

.timex-button:hover {
    box-shadow: inset 0 40px 0 0 rgba(20, 196, 148, 1);
}

.remember-checkbox {
    display: inline;
    position: relative;
    margin-left: 30px;
}

.remember-p {
    display: inline;
    position: relative;
    margin-left: 5px;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 0.8em;
}

.loading {
    background: rgba(0, 90, 120, 0.7);
    border: 4px solid rgba(0, 90, 120, 0.9);
    border-radius: 8px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.login-form,
.loading {
    /*position: absolute;*/
    /*width: 400px;
    height: 300px;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 2s;
    transition: transform 2s;
}

.loading-spinner-large {
    margin-left: 130px;
    margin-top: 55px;
    font-size: 10px;
    position: fixed;
    text-align: center;
    display: none;
    border-top: 10px solid rgba(255, 255, 255, 0.2);
    border-right: 10px solid rgba(255, 255, 255, 0.2);
    border-bottom: 10px solid rgba(255, 255, 255, 0.2);
    border-left: 10px solid rgba(20, 196, 148, 1);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: spin-clockwise 1.1s infinite linear;
    animation: spin-clockwise 1.1s infinite linear;
}

.loading-spinner-small {
    margin-left: 160px;
    margin-top: 85px;
    font-size: 10px;
    position: fixed;
    text-align: center;
    display: none;
    border-top: 10px solid rgba(255, 255, 255, 0.2);
    border-right: 10px solid rgba(255, 255, 255, 0.2);
    border-bottom: 10px solid rgba(255, 255, 255, 0.2);
    border-left: 10px solid rgba(20, 196, 148, 1);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: spin-counter-clockwise 1.1s infinite linear;
    animation: spin-counter-clockwise 1.1s infinite linear;
}

.loading-spinner-large,
.loading-spinner-large:after {
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

.loading-spinner-small,
.loading-spinner-small:after {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

@-webkit-keyframes spin-clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin-clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-counter-clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes spin-counter-clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@media (max-width: 767px) {
    .btn-vert-block + .btn-vert-block {
        margin-top: 10px;
    }
}
/******************************************Begin Login and Register css***************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,700,500);

/*body {
  padding-top: 90px;
  background:#F7F7F7;
  color:#666666;
  font-family: 'Roboto', sans-serif;
  font-weight:100;
}

body{
  width: 100%;
  background: -webkit-linear-gradient(left, #22d686, #24d3d3, #22d686, #24d3d3);
  background: linear-gradient(to right, #22d686, #24d3d3, #22d686, #24d3d3);
  background-size: 600% 100%;
  -webkit-animation: HeroBG 20s ease infinite;
          animation: HeroBG 20s ease infinite;
}*/

@-webkit-keyframes HeroBG {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes HeroBG {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 0;
    }

    100% {
        background-position: 0 0;
    }
}


.panel {
    border-radius: 5px;
}

label {
    font-weight: 300;
}

.panel-login {
    border: none;
    -webkit-box-shadow: 0px 0px 49px 14px rgba(188,190,194,0.39);
    -moz-box-shadow: 0px 0px 49px 14px rgba(188,190,194,0.39);
    box-shadow: 0px 0px 49px 14px rgba(188,190,194,0.39);
}

    .panel-login .checkbox input[type=checkbox] {
        margin-left: 0px;
    }

    .panel-login .checkbox label {
        padding-left: 25px;
        font-weight: 300;
        display: inline-block;
        position: relative;
    }

    .panel-login .checkbox {
        padding-left: 20px;
    }

        .panel-login .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: 0px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .panel-login .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: 0px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

        .panel-login .checkbox input[type="checkbox"] {
            opacity: 0;
        }

            .panel-login .checkbox input[type="checkbox"]:focus + label::before {
                outline: thin dotted;
                outline: 5px auto -webkit-focus-ring-color;
                outline-offset: -2px;
            }

            .panel-login .checkbox input[type="checkbox"]:checked + label::after {
                font-family: 'FontAwesome';
                content: "\f00c";
            }

    .panel-login > .panel-heading .tabs {
        padding: 0;
    }

    .panel-login h2 {
        font-size: 20px;
        font-weight: 300;
        margin: 30px;
    }

    .panel-login > .panel-heading {
        color: #848c9d;
        background-color: #e8e9ec;
        border-color: #fff;
        text-align: center;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom: 0px;
        padding: 0px 15px;
    }

    .panel-login .form-group {
        padding: 0 30px;
    }

    .panel-login > .panel-heading .login {
        padding: 20px 30px;
        border-bottom-leftt-radius: 5px;
    }

    .panel-login > .panel-heading .register {
        padding: 20px 30px;
        background: var(--isoke-primary) !important;
        border-bottom-right-radius: 5px;
    }

    .panel-login > .panel-heading a {
        text-decoration: none;
        color: #666;
        font-weight: 300;
        font-size: 16px;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

        .panel-login > .panel-heading a#register-form-link {
            color: #fff;
            width: 100%;
            text-align: right;
        }

        .panel-login > .panel-heading a#login-form-link {
            width: 100%;
            text-align: left;
        }

    .panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
        height: 45px;
        border: 0;
        font-size: 16px;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #e7e7e7;
        border-radius: 0px;
        padding: 6px 0px;
    }

    .panel-login input:hover,
    .panel-login input:focus {
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: #ccc;
    }

.btn-login {
    background-color: #E8E9EC;
    outline: none;
    color: #2D3B55;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    border-radius: 10px;
}

    .btn-login:hover,
    .btn-login:focus {
        color: #fff;
        background-color: #2D3B55;
    }

.forgot-password {
    text-decoration: underline;
    color: #888;
}

    .forgot-password:hover,
    .forgot-password:focus {
        text-decoration: underline;
        color: #666;
    }

.btn-register {
    background-color: #E8E9EC;
    outline: none;
    color: #2D3B55;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

    .btn-register:hover,
    .btn-register:focus {
        color: #fff;
        background-color: #2D3B55;
    }

h2 {
    color: #FFF;
    letter-spacing: 1px;
    padding: 5px;
    margin: 0;
}
/*div {
    background-color: #555;
}*/
.alignleft {
    float: left;
    color: #555;
}

.alignright {
    float: right;
    color: #555;
}
/******************************************End Login and Register css***************************************************************************************/
/********************************************************************Begin Custome css*********************************************/

.imagebutton {
    /*width:48px;  
    height:48px;*/
    border: none;
    color: #d3e3f3;
    font-family: 'Nunito', sans-serif;
}

    .imagebutton:hover {
        box-shadow: inset 0 48px 0 0 rgb(211, 227, 243);
    }


/********************************************************************End Custome css*********************************************/



/***********************************************Password Strength************************************/
meter {
    /* Reset the default appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 auto 1em;
    width: 100%;
    height: 0.5em;
    /* Applicable only to Firefox */
    background: none;
    background-color: rgba(0, 0, 0, 0.1);
}

    meter::-webkit-meter-bar {
        background: none;
        background-color: rgba(0, 0, 0, 0.1);
    }

    /* Webkit based browsers */
    meter[value="1"]::-webkit-meter-optimum-value {
        background: red;
    }

    meter[value="2"]::-webkit-meter-optimum-value {
        background: yellow;
    }

    meter[value="3"]::-webkit-meter-optimum-value {
        background: orange;
    }

    meter[value="4"]::-webkit-meter-optimum-value {
        background: green;
    }

    /* Gecko based browsers */
    meter[value="1"]::-moz-meter-bar {
        background: red;
    }

    meter[value="2"]::-moz-meter-bar {
        background: yellow;
    }

    meter[value="3"]::-moz-meter-bar {
        background: orange;
    }

    meter[value="4"]::-moz-meter-bar {
        background: green;
    }

/***********************************************End Password Strength************************************/

.embedReport {
    height: 1000px;
    width: 2500px;
}

/*************************************************Spinner***************************************************************************/

.loader {
    position: absolute;
    left: 50%;
    top: 30%;
    z-index: 1000;
    margin: -45px 0 0 -45px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 8px solid var(--isoke-border);
    /* Theme-aligned colors */
    border-top-color: var(--isoke-primary); /* deep purple */
    border-right-color: var(--isoke-secondary); /* bright purple */
    border-bottom-color: var(--isoke-accent); /* peach */
    border-left-color: var(--isoke-dark); /* indigo */

    background: transparent;
    animation: spin 0.9s linear infinite;
}

/* Spin animation */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}




/*************************************************end spinner***************************************************************************/

/****************************************StartPrinting*************************************************/





/****************************************End Printing*************************************************/

.my-legend .legend-title {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 90%;
}

.my-legend .legend-scale ul {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    float: left;
    list-style: none;
}

    .my-legend .legend-scale ul li {
        font-size: 80%;
        list-style: none;
        margin-left: 0;
        line-height: 18px;
        margin-bottom: 2px;
    }

.my-legend ul.legend-labels li span {
    display: block;
    float: left;
    height: 16px;
    width: 30px;
    margin-right: 5px;
    margin-left: 0;
    border: 1px solid #999;
}

.my-legend .legend-source {
    font-size: 70%;
    color: #999;
    clear: both;
}

.my-legend a {
    color: #777;
}

.panel-body input[type="date"],
.panel-body input[type="datetime-local"] {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}



/* ============================================================
   ISOKE FULL THEME OVERRIDE (Copy/Paste)
   Drop this AFTER your existing CSS (last loaded stylesheet).
   ============================================================ */

/* -----------------------------
   1) Brand tokens
------------------------------ */
:root {
    --isoke-primary: #5B5390; /* deep purple */
    --isoke-secondary: #A774C9; /* bright purple */
    --isoke-accent: #EFCCB1; /* peach */
    --isoke-dark: #4E4879; /* indigo */
    --isoke-soft: #CBB0DB; /* lavender */

    --isoke-bg: #F6F4FA; /* page background */
    --isoke-surface: #FFFFFF; /* cards/tables */
    --isoke-text: #1F1B2E;
    --isoke-muted: #5E5873;
    --isoke-border: #E6E2F1;
    --isoke-radius: 12px;
    --isoke-shadow: 0 10px 25px rgba(31, 27, 46, 0.10);
    --isoke-focus: 0 0 0 3px rgba(167,116,201,0.22);
}

/* -----------------------------
   2) Base / page
------------------------------ */
html, body {
    height: 100%;
}

body {
    background: var(--isoke-bg) !important;
    color: var(--isoke-text);
}

a {
    color: var(--isoke-primary);
}

    a:hover {
        color: var(--isoke-secondary);
    }

/* Improve general text tone */
p, small, .text-muted {
    color: var(--isoke-muted) !important;
}

/* -----------------------------
   3) Sidebar / left navigation
   (covers common dashboard frameworks)
------------------------------ */
.sidebar,
.main-sidebar,
.sidebar-menu,
.nav-sidebar,
aside,
.aside,
#sidebar,
#main-sidebar {
    background: var(--isoke-dark) !important;
}

    /* Sidebar link defaults */
    .sidebar a,
    .main-sidebar a,
    .sidebar-menu a,
    .nav-sidebar > li > a,
    aside a,
    #sidebar a {
        color: #fff !important;
        font-weight: 500;
    }

    /* Sidebar icons */
    .sidebar i,
    .main-sidebar i,
    .sidebar-menu i,
    .nav-sidebar i {
        color: rgba(255,255,255,0.90) !important;
    }

    /* Hover */
    .sidebar a:hover,
    .main-sidebar a:hover,
    .sidebar-menu a:hover,
    .nav-sidebar > li > a:hover {
        background: var(--isoke-primary) !important;
        color: #fff !important;
    }

    /* Active/selected/menu-open */
    .nav-sidebar > li.active > a,
    .nav-sidebar > li.menu-open > a,
    .sidebar-menu > li.active > a,
    .sidebar-menu > li.menu-open > a,
    .sidebar-menu li.active > a {
        background: var(--isoke-secondary) !important;
        color: #fff !important;
    }

    /* Optional: section headers in sidebar */
    .sidebar .header,
    .sidebar-menu .header {
        color: rgba(239,204,177,0.95) !important;
    }

/* -----------------------------
   4) Top bars / headers (if present)
------------------------------ */
.navbar,
.main-header,
.header,
.topbar,
.content-header {
    background: var(--isoke-surface) !important;
    border-bottom: 1px solid var(--isoke-border) !important;
}

    /* Page titles */
    h1, h2, h3,
    .page-title,
    .content-header h1,
    .content-header h2 {
        color: var(--isoke-primary) !important;
    }

/* -----------------------------
   5) Cards / panels / boxes
------------------------------ */
.box,
.card,
.panel,
.panel-default,
.content-wrapper .box,
.content-wrapper .panel,
.content-wrapper .card {
    background: var(--isoke-surface) !important;
    border-radius: var(--isoke-radius) !important;
    border: 1px solid var(--isoke-border) !important;
    box-shadow: var(--isoke-shadow) !important;
}

/* Add a subtle accent bar on top for common "box" layouts */
.box,
.panel,
.card {
    border-top: 3px solid rgba(239,204,177,0.9) !important;
}

/* Panel headings */
.panel-heading,
.box-header {
    background: rgba(167,116,201,0.10) !important;
    border-bottom: 1px solid var(--isoke-border) !important;
    color: var(--isoke-dark) !important;
    font-weight: 700;
}

/* -----------------------------
   6) Tables (Punch Tracker)
------------------------------ */
table {
    background: var(--isoke-surface) !important;
    border-color: var(--isoke-border) !important;
}

    .table,
    .table-bordered,
    table.table {
        background: var(--isoke-surface) !important;
    }

        /* Table header */
        table thead th,
        .table thead th,
        .table thead td {
            background: var(--isoke-primary) !important;
            color: #fff !important;
            border-color: rgba(255,255,255,0.18) !important;
            font-weight: 700 !important;
        }

        /* Table rows */
        table tbody td,
        .table tbody td {
            border-color: var(--isoke-border) !important;
        }

        table tbody tr:hover,
        .table tbody tr:hover {
            background: rgba(167,116,201,0.08) !important;
        }

/* Optional: make table container look nicer if it’s in a responsive wrapper */
.table-responsive {
    border-radius: var(--isoke-radius) !important;
    overflow-x: auto !important; /* allow left/right scroll */
    overflow-y: hidden !important; /* optional */
    border: 1px solid var(--isoke-border) !important;
    box-shadow: var(--isoke-shadow) !important;
    background: var(--isoke-surface) !important;
    -webkit-overflow-scrolling: touch; /* nice on mobile */
}

/* -----------------------------
   7) Buttons (Bootstrap-ish)
------------------------------ */
.btn {
    border-radius: 999px !important;
    font-weight: 700 !important;
}

/* Primary */
.btn-primary {
    background: var(--isoke-primary) !important;
    border-color: var(--isoke-primary) !important;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background: var(--isoke-secondary) !important;
        border-color: var(--isoke-secondary) !important;
    }

/* Success (Check In) */
.btn-success {
    background: var(--isoke-secondary) !important;
    border-color: var(--isoke-secondary) !important;
}

    .btn-success:hover,
    .btn-success:focus {
        filter: brightness(0.95);
    }

/* Danger (Clock Out) */
.btn-danger {
    background: var(--isoke-primary) !important;
    border-color: var(--isoke-primary) !important;
}

    .btn-danger:hover,
    .btn-danger:focus {
        filter: brightness(0.92);
    }

/* Secondary / default */
.btn-default,
.btn-secondary {
    background: #fff !important;
    border-color: var(--isoke-border) !important;
    color: var(--isoke-dark) !important;
}

    .btn-default:hover,
    .btn-secondary:hover {
        background: rgba(239,204,177,0.25) !important;
        border-color: rgba(239,204,177,0.70) !important;
    }

/* Outline style (if your app uses it) */
.btn-outline,
.btn-outline-primary {
    background: transparent !important;
    border-color: var(--isoke-primary) !important;
    color: var(--isoke-primary) !important;
}

    .btn-outline:hover,
    .btn-outline-primary:hover {
        background: rgba(91,83,144,0.12) !important;
    }

/* -----------------------------
   8) Badges / labels / status
------------------------------ */
.badge,
.label {
    border-radius: 999px !important;
    font-weight: 700 !important;
}

.badge-success,
.label-success {
    background: var(--isoke-secondary) !important;
}

.badge-primary,
.label-primary {
    background: var(--isoke-primary) !important;
}

.badge-warning,
.label-warning {
    background: var(--isoke-accent) !important;
    color: var(--isoke-dark) !important;
}

.text-success {
    color: var(--isoke-secondary) !important;
}

.text-primary {
    color: var(--isoke-primary) !important;
}

.text-danger {
    color: var(--isoke-primary) !important;
}
/* keep in brand instead of red */

/* Common "status dot" styles */
/*.status-dot,
.dot,
.indicator {
    background: var(--isoke-secondary) !important;
}*/

/* -----------------------------
   9) Forms / search inputs
------------------------------ */
input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
select,
textarea,
.form-control {
    border-radius: 10px !important;
    border: 1px solid var(--isoke-border) !important;
    background: #fff !important;
    color: var(--isoke-text) !important;
}

    input:focus,
    select:focus,
    textarea:focus,
    .form-control:focus {
        border-color: rgba(167,116,201,0.75) !important;
        box-shadow: var(--isoke-focus) !important;
        outline: none !important;
    }

/* Placeholder */
::placeholder {
    color: rgba(94,88,115,0.65) !important;
}

/* Input groups (search bar with icon button) */
.input-group .input-group-addon,
.input-group .input-group-text {
    background: rgba(167,116,201,0.10) !important;
    border-color: var(--isoke-border) !important;
    color: var(--isoke-dark) !important;
}

/* -----------------------------
   10) Dropdowns / menus
------------------------------ */
.dropdown-menu {
    border-radius: 12px !important;
    border: 1px solid var(--isoke-border) !important;
    box-shadow: var(--isoke-shadow) !important;
}

    .dropdown-menu > li > a:hover {
        background: rgba(167,116,201,0.12) !important;
        color: var(--isoke-dark) !important;
    }

/* -----------------------------
   11) Pagination (if used)
------------------------------ */
.pagination > li > a,
.pagination > li > span {
    color: var(--isoke-primary) !important;
    border-color: var(--isoke-border) !important;
}

.pagination > .active > a,
.pagination > .active > span {
    background: var(--isoke-primary) !important;
    border-color: var(--isoke-primary) !important;
    color: #fff !important;
}

/* -----------------------------
   12) Alerts (if used)
------------------------------ */
.alert {
    border-radius: 12px !important;
    border: 1px solid var(--isoke-border) !important;
}

.alert-success {
    background: rgba(167,116,201,0.12) !important;
    border-color: rgba(167,116,201,0.25) !important;
    color: var(--isoke-dark) !important;
}

.alert-warning {
    background: rgba(239,204,177,0.25) !important;
    border-color: rgba(239,204,177,0.65) !important;
    color: var(--isoke-dark) !important;
}

/* -----------------------------
   13) Scrollbar (optional)
------------------------------ */
*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-thumb {
    background: rgba(91,83,144,0.45);
    border-radius: 999px;
}

    *::-webkit-scrollbar-thumb:hover {
        background: rgba(167,116,201,0.60);
    }

*::-webkit-scrollbar-track {
    background: rgba(230,226,241,0.55);
}

/* -----------------------------
   14) Small finishing touches
------------------------------ */
hr {
    border: 0 !important;
    height: 1px !important;
    background: linear-gradient( 90deg, transparent, rgba(91,83,144,0.35), rgba(239,204,177,0.55), transparent ) !important;
}

/* Make icons/buttons in table actions look consistent */
table .btn,
.table .btn {
    padding: .35rem .65rem !important;
    font-size: 0.9rem !important;
}

/* If your layout uses a main content wrapper */
.content-wrapper,
.content,
.main-content {
    background: transparent !important;
}


/*chat gdp*/

.auto-textarea-wrapper {
    position: relative;
    width: 100%;
}

    .auto-textarea-wrapper textarea {
        padding-right: 42px !important;
    }

.auto-correct-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    /* opacity: 0.7;*/
}

    .auto-correct-btn:hover {
        opacity: 1;
        transform: scale(1.1);
    }



/*chat gdp*/


/* start Bottom-border only inputs */
input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
select,
textarea,
.form-control:not(.btn) {
    border: none !important;
    border-bottom: 2px solid var(--isoke-border) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

    input:focus,
    select:focus,
    textarea:focus,
    .form-control:focus {
        border-bottom-color: var(--isoke-primary) !important;
        box-shadow: none !important;
        outline: none !important;
    }


/* Force boxed style even when .form-control is bottom-border-only */
.form-control.boxed-input {
    border: 1px solid var(--isoke-border) !important;
    border-bottom: 1px solid var(--isoke-border) !important; /* override bottom-only rule */
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: none !important;
    padding: 0.5rem 0.75rem !important;
}

/* Make the input-group addon match the boxed input */
.input-group .input-group-addon {
    border: 1px solid var(--isoke-border) !important;
    border-left: 0 !important; /* avoid double border */
    border-radius: 0 10px 10px 0 !important;
    background: #fff !important;
}

/* Ensure the input and addon look like one control */
.input-group .form-control.boxed-input {
    border-right: 0 !important; /* avoid double border */
    border-radius: 10px 0 0 10px !important;
}

    /* Focus state for boxed inputs */
    .input-group .form-control.boxed-input:focus {
        border-color: rgba(167,116,201,0.75) !important;
        box-shadow: var(--isoke-focus) !important;
    }

        .input-group .form-control.boxed-input:focus + .input-group-addon {
            border-color: rgba(167,116,201,0.75) !important;
        }

input,
select,
textarea {
    transition: border-bottom-color 0.25s ease;
}

.boxed-input {
    border: 1px solid var(--isoke-border) !important;
    border-radius: 10px !important;
    padding: 0.5rem 0.75rem;
}

/* End Bottom-border only inputs */

/* Disabled & readonly inputs – make text visible */
input:disabled,
textarea:disabled,
select:disabled,
input[readonly],
textarea[readonly] {
    color: rgba(31, 27, 46, 0.55) !important; /* readable muted text */
    border-bottom-color: rgba(31, 27, 46, 0.25) !important;
    background: transparent !important;
    cursor: not-allowed;
}

/* Disabled boxed inputs */
.form-control.boxed-input:disabled,
.form-control.boxed-input[readonly] {
    background: #f5f4f8 !important;
    border-color: rgba(31, 27, 46, 0.25) !important;
    color: rgba(31, 27, 46, 0.55) !important;
}

.input-group .form-control.boxed-input:disabled + .input-group-addon {
    background: #f5f4f8 !important;
    border-color: rgba(31, 27, 46, 0.25) !important;
    color: rgba(31, 27, 46, 0.45) !important;
}

/* Login button base */
.btn-login {
    background: var(--isoke-primary) !important;
    color: #fff !important;
    border: none !important;
    transition: background 0.25s ease, transform 0.15s ease;
}

    /* Hover */
    .btn-login:hover,
    .btn-login:focus {
        background: var(--isoke-secondary) !important;
        color: #fff !important;
    }

    /* Optional: subtle lift on hover */
    .btn-login:hover {
        transform: translateY(-1px);
    }


/*  Calendar*/
.modal.dragging .modal-dialog {
    position: fixed;
    margin: 0 !important;
}

.modal-header {
    cursor: move;
}

.ui-draggable-dragging {
    user-select: none;
}
/* Header icons */
.btn-minimize,
.btn-cancel {
    position: absolute;
    top: 10px;
    background: transparent;
    border: none;
}

.btn-minimize {
    right: 48px;
    font-size: 18px;
}

.btn-cancel {
    right: 12px;
    font-size: 22px;
    color: #a94442;
}

/* Draggable cursor */
.modal-draggable {
    cursor: move;
}

/* Minimized state */
.modal.minimized .modal-body,
.modal.minimized .modal-footer {
    display: none;
}

.modal.minimized .modal-dialog .modal.fade {
    width: 300px !important;
    margin: 0;
    position: fixed;
    bottom: 10px;
    left: 10px;
    transform: none !important;
    z-index: 1055;
}

.modal-dialog {
    max-height: 90vh;
}

.modal-body {
    max-height: calc(90vh - 140px);
    overflow: auto;
}

/* Make overnight events look like normal single-day items in MONTH view */
.fc-month-view .fc-overnight-single {
    white-space: nowrap;
}

    .fc-month-view .fc-overnight-single .fc-resizer {
        display: none;
    }

/* Optional: make it obvious to users it’s read-only */
.calendar-readonly .fc-event,
.calendar-readonly .fc-day,
.calendar-readonly .fc-slats td {
    cursor: default !important;
}

#nursingShiftBody {
    max-height: calc(100vh - 160px);
    overflow-y: auto;
}

.modal-fullwidth {
    width: 80vw;
    max-width: 80vw;
    margin: 5vh auto;
}

.evv-layout {
    position: relative;
}

/* collapsed filter column */
#filterColumn.closed {
    display: none; /* simplest + reliable */
}

/* calendar full width when filters closed */
#calendarColumn.full {
    width: 100% !important;
}

/* handle button positioning */
#filtersHandle {
    display: none;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
}

    #filtersHandle.show {
        display: inline-block;
    }

.evv-calendar-wrap {
    position: relative; /* button will anchor to this */
}

#filtersHandle {
    display: none;
    position: absolute;
    top: 58px; /*below prev/next/title row */
    left: 10px;
    z-index: 50;
    padding: 6px 10px;
    border-radius: 6px;
}

    #filtersHandle.show {
        display: inline-block;
    }

.evv-calendar-wrap {
    position: relative;
}

#filtersHandle.show {
    display: inline-block;
}

.fc-filtersBtn-button:before {
    font-family: FontAwesome;
    content: "\f0b0"; /* fa-filter */
}

@media (max-width: 767px) {
    .fc-filtersBtn-button {
        padding: 6px 8px;
    }
}

/*  Calendar*/


/* ==============================
   START DataTables Buttons - isolate from theme
   ============================== */

.dataTables_wrapper .dt-buttons .dt-button,
.dataTables_wrapper .dt-buttons .btn {
    border-radius: 4px !important; /* undo pill */
    font-weight: 400 !important; /* undo bold */
    background: #f5f5f5 !important;
    border: 1px solid #ccc !important;
    color: #333 !important;
    box-shadow: none !important;
    padding: 6px 12px !important;
}

    .dataTables_wrapper .dt-buttons .dt-button:hover,
    .dataTables_wrapper .dt-buttons .btn:hover {
        background: #e6e6e6 !important;
        border-color: #adadad !important;
        color: #333 !important;
    }

/* ==============================
   END DataTables Buttons - isolate from theme
   ============================== */


/* ==============================
   STARTDataTables Row Selection Fix
   ============================== */

/* Selected row background */
table.dataTable tbody tr.selected,
table.dataTable tbody tr.dt-row-selected,
.dataTables_wrapper table tbody tr.selected,
.dataTables_wrapper table tbody tr.dt-row-selected {
    background-color: rgba(74, 111, 165, 0.18) !important; /* blue tint */
}

    /* Selected row text */
    table.dataTable tbody tr.selected td,
    table.dataTable tbody tr.dt-row-selected td {
        color: var(--julisoft-text) !important;
    }

    /* Hover on a selected row (keep it selected) */
    table.dataTable tbody tr.selected:hover,
    table.dataTable tbody tr.dt-row-selected:hover {
        background-color: rgba(74, 111, 165, 0.26) !important;
    }
/* ==============================
   STARTDataTables Row Selection Fix
   ============================== */



/* ============================================================
   LOGIN / REGISTER - ISOKE MODERN HERO
   ============================================================ */

:root {
    --isoke-primary: #5B5390;
    --isoke-secondary: #A774C9;
    --isoke-accent: #EFCCB1;
    --isoke-dark: #4E4879;
    --isoke-soft: #CBB0DB;
    --isoke-bg: #F6F4FA;
    --isoke-surface: #FFFFFF;
    --isoke-text: #1F1B2E;
    --isoke-muted: #5E5873;
    --isoke-border: #E6E2F1;
    --isoke-shadow: 0 18px 45px rgba(31, 27, 46, 0.16);
}

.evv-login-page {
    min-height: 100vh;
    background: var(--isoke-bg);
    overflow-x: hidden;
    padding-top: 24px;
}

/* HERO */
.evv-login-hero {
    position: relative;
    max-width: 1180px;
    min-height: 430px;
    margin: 0 auto;
    padding: 46px 72px 120px;
    overflow: hidden;
    border-radius: 10px;
    color: #ffffff;
    background: radial-gradient(circle at 76% 24%, rgba(167,116,201,0.22), transparent 24%), linear-gradient(90deg, rgba(78,72,121,0.98), rgba(91,83,144,0.92)), url('/Content/images/evv-caregiver.jpg') center right / cover no-repeat;
    box-shadow: var(--isoke-shadow);
}

    .evv-login-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( 90deg, rgba(78,72,121,0.99), rgba(78,72,121,0.92), rgba(91,83,144,0.72) ) !important;
        z-index: 0;
    }

    .evv-login-hero::after {
        content: "";
        position: absolute;
        left: -5%;
        right: -5%;
        bottom: -95px;
        height: 165px;
        background: var(--isoke-bg);
        border-radius: 50% 50% 0 0;
        z-index: 1;
    }

.evv-brand,
.evv-hero-content {
    position: relative;
    z-index: 2;
}

/* BRAND */
.evv-brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.evv-logo-mark {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.32);
    color: #ffffff;
    font-size: 26px;
}

.evv-brand h1 {
    margin: 0;
    color: #ffffff !important;
    opacity: 1 !important;
    font-size: 30px;
    font-weight: 900;
    text-shadow: 0 2px 6px rgba(0,0,0,0.28);
}

    .evv-brand h1 span {
        color: var(--isoke-accent) !important;
        opacity: 1 !important;
    }

.evv-brand p {
    margin: 4px 0 0;
    color: rgba(255,255,255,0.96) !important;
    font-size: 15px;
    font-weight: 600;
}

/* HERO CONTENT */
.evv-hero-content {
    display: flex;
    justify-content: space-between;
    gap: 48px;
}

.evv-hero-copy {
    max-width: 560px;
    margin-top: 62px;
}

    .evv-hero-copy h2 {
        margin: 0;
        color: #ffffff !important;
        opacity: 1 !important;
        font-size: 42px;
        line-height: 1.12;
        font-weight: 900;
        text-shadow: 0 2px 8px rgba(0,0,0,0.30);
    }

        .evv-hero-copy h2::after {
            content: "";
            display: block;
            width: 48px;
            height: 3px;
            margin-top: 26px;
            border-radius: 99px;
            background: var(--isoke-accent);
        }

    .evv-hero-copy p {
        max-width: 470px;
        margin: 22px 0 0;
        color: rgba(255,255,255,0.96) !important;
        font-size: 18px;
        line-height: 1.55;
        text-shadow: 0 1px 4px rgba(0,0,0,0.22);
    }

.evv-feature-list {
    display: flex;
    gap: 26px;
    margin-top: 34px;
}

    .evv-feature-list div {
        display: flex;
        align-items: center;
        gap: 10px;
        max-width: 150px;
        font-size: 14px;
        font-weight: 800;
        color: #ffffff;
    }

    .evv-feature-list i {
        width: 44px;
        height: 44px;
        display: grid;
        place-items: center;
        flex: 0 0 44px;
        border-radius: 50%;
        color: var(--isoke-accent);
        border: 1px solid rgba(239,204,177,0.65);
        background: rgba(239,204,177,0.12);
    }

/* HERO VISUAL */
.evv-hero-visual {
    position: relative;
    width: 360px;
    min-height: 330px;
    margin-top: 30px;
}

.evv-phone {
    position: absolute;
    right: 20px;
    top: 34px;
    width: 170px;
    height: 270px;
    padding: 24px 18px;
    border-radius: 34px;
    background: #ffffff;
    color: var(--isoke-text);
    text-align: center;
    box-shadow: 0 28px 70px rgba(31,27,46,0.35);
    transform: rotate(8deg);
}

.evv-phone-top {
    width: 58px;
    height: 6px;
    margin: 0 auto 38px;
    border-radius: 999px;
    background: var(--isoke-border);
}

.evv-phone-check {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    margin: 0 auto 16px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, var(--isoke-secondary), var(--isoke-primary));
    font-size: 30px;
}

.evv-phone strong {
    display: block;
    color: var(--isoke-primary);
    font-size: 16px;
}

.evv-phone span,
.evv-phone small {
    display: block;
    color: var(--isoke-muted);
}

.evv-phone span {
    margin-top: 8px;
    font-size: 13px;
}

.evv-phone small {
    margin-top: 14px;
}

.evv-care-card {
    position: absolute;
    left: 15px;
    bottom: 90px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 18px;
    color: #ffffff;
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.25);
    backdrop-filter: blur(10px);
}

.evv-care-avatar {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(239,204,177,0.18);
    color: var(--isoke-accent);
}

.evv-care-card strong,
.evv-care-card small {
    display: block;
    color: #ffffff !important;
}

.evv-care-card small {
    opacity: 0.85;
}

/* LOGIN CARD */
.evv-login-container {
    margin-top: -105px;
    position: relative;
    z-index: 5;
}

.evv-auth-card,
.panel-login {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border: 1px solid var(--isoke-border) !important;
    border-top: 3px solid var(--isoke-accent) !important;
    border-radius: 18px !important;
    background: var(--isoke-surface) !important;
    box-shadow: 0 28px 70px rgba(31,27,46,0.16) !important;
}

    .evv-auth-card .panel-body {
        padding: 34px 38px 28px;
        text-align: center;
    }

.evv-card-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: rgba(239,204,177,0.78);
    color: var(--isoke-dark);
    font-size: 24px;
}

.evv-login-title {
    margin: 0;
    color: var(--isoke-primary);
    font-size: 27px;
    font-weight: 850;
}

.evv-login-subtitle {
    margin: 10px 0 18px;
    font-size: 14px;
    color: var(--isoke-muted) !important;
}

.evv-login-time {
    display: inline-block;
    margin-bottom: 20px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(239,204,177,0.78);
    color: var(--isoke-dark);
    font-size: 12px;
    font-weight: 800;
}

/* FORM */
.panel-login .form-group {
    padding: 0;
    margin-bottom: 14px;
}

.panel-login input[type="text"],
.panel-login input[type="email"],
.panel-login input[type="password"] {
    width: 100%;
    min-width: 100%;
    height: 48px;
    border-radius: 12px !important;
    background: #fbfafc !important;
    border: 1px solid var(--isoke-border) !important;
    color: var(--isoke-text) !important;
    font-size: 14px;
    box-shadow: none !important;
}

    .panel-login input[type="text"]:focus,
    .panel-login input[type="email"]:focus,
    .panel-login input[type="password"]:focus {
        border-color: var(--isoke-secondary) !important;
        box-shadow: 0 0 0 3px rgba(167,116,201,0.18) !important;
        outline: none !important;
    }

.btn-login {
    width: 100%;
    height: 50px;
    border-radius: 10px !important;
    background: linear-gradient(135deg, var(--isoke-primary), var(--isoke-dark)) !important;
    color: #ffffff !important;
    border: none !important;
    font-size: 14px;
    font-weight: 900 !important;
    letter-spacing: 0.04em;
    box-shadow: 0 12px 24px rgba(91,83,144,0.24) !important;
}

    .btn-login:hover,
    .btn-login:focus {
        background: linear-gradient(135deg, var(--isoke-secondary), var(--isoke-primary)) !important;
        color: #ffffff !important;
    }

.evv-forgot {
    margin-top: 8px;
    font-size: 13px;
}

    .evv-forgot a {
        color: var(--isoke-primary) !important;
        font-weight: 600;
    }

        .evv-forgot a:hover {
            color: var(--isoke-secondary) !important;
        }

/* LOGIN / REGISTER TABS */
.panel-login > .panel-heading {
    padding: 0;
    background: var(--isoke-bg) !important;
    border-top: 1px solid var(--isoke-border);
    border-bottom: 0;
}

    .panel-login > .panel-heading .row {
        margin: 0;
    }

    .panel-login > .panel-heading .tabs {
        padding: 0;
    }

    .panel-login > .panel-heading .login,
    .panel-login > .panel-heading .register {
        padding: 0;
    }

    .panel-login > .panel-heading a {
        display: block;
        padding: 17px 20px;
        color: var(--isoke-primary) !important;
        font-size: 13px;
        font-weight: 900;
        text-align: center !important;
        text-transform: uppercase;
    }

        .panel-login > .panel-heading a#login-form-link {
            background: var(--isoke-bg) !important;
            color: var(--isoke-primary) !important;
        }

            .panel-login > .panel-heading a#login-form-link:hover {
                background: rgba(167,116,201,0.12) !important;
            }

        .panel-login > .panel-heading a#register-form-link {
            background: var(--isoke-primary) !important;
            color: #ffffff !important;
        }

            .panel-login > .panel-heading a#register-form-link:hover {
                background: var(--isoke-dark) !important;
            }

/* HELP + FOOTER */
.evv-login-help {
    margin-top: 18px;
    text-align: center;
    color: var(--isoke-muted);
    font-size: 14px;
}

    .evv-login-help i {
        margin-right: 6px;
        color: var(--isoke-primary);
    }

.evv-footer {
    padding: 24px 0 30px;
    text-align: center;
}

    .evv-footer a {
        font-size: 13px;
        font-weight: 700;
        color: var(--isoke-primary);
    }

/* Hide old heading styles */
.alignleft,
.alignright {
    float: none;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .evv-login-page {
        padding-top: 0;
    }

    .evv-login-hero {
        max-width: none;
        margin: 0;
        min-height: 420px;
        padding: 38px 30px 110px;
        border-radius: 0 0 24px 24px;
    }

    .evv-hero-copy {
        margin-top: 50px;
    }

        .evv-hero-copy h2 {
            font-size: 36px;
        }

    .evv-hero-visual {
        display: none;
    }

    .evv-login-container {
        margin-top: -100px;
    }
}

@media (max-width: 640px) {
    .evv-login-hero {
        min-height: 390px;
        padding: 28px 20px 95px;
    }

    .evv-brand h1 {
        font-size: 24px;
    }

    .evv-brand p {
        font-size: 13px;
    }

    .evv-logo-mark {
        width: 46px;
        height: 46px;
        font-size: 22px;
        border-radius: 14px;
    }

    .evv-hero-copy h2 {
        font-size: 30px;
    }

    .evv-hero-copy p {
        font-size: 15px;
    }

    .evv-feature-list {
        flex-direction: column;
        gap: 14px;
        margin-top: 28px;
    }

        .evv-feature-list div {
            max-width: 100%;
        }

    .evv-login-container {
        margin-top: -85px;
    }

    .evv-auth-card .panel-body {
        padding: 28px 24px 24px;
    }
}