:root{
    --primary:var(--eliteblue);
    --primary2: #5C8FA5 ;
    --primary3: #426E88;  
    --primary4: #2A4D6B;  
    
    
    --secondary:#c5c5c5;
    --highlight:#be08878d;
    --midtone:#8206823f;
    --dark:#3d3d3d;
    --eliteblue:#7EAEC2;
    --box:rgba(75, 75, 75, 0.603);
    
    --grad1: linear-gradient(var(--eliteblue), rgb(255, 20, 239), purple) border-box;

    --bs-accordion-active-color:#be08878d !important ;
}
*{
   /* font-family: 'Fjalla One', sans-serif; */
   
   
}
p{
    /* font-size:22px !important; */
}
.accordion-button:focus{
    border-color:var(--highlight) !important;
}
.accordion-button:not(.collapsed){
    color:var(--darkblue) !important;
}
.text-trans{
    color:rgba(255, 255, 255, 0.46);
}
.text-primary{
    color: var(--eliteblue) !important;
}
.text-highlight{
    color:var(--highlight);
}
.border-primary{
    border: solid 2px var(--eliteblue) !important;
}
p.statement{
    font-size: 18px;
    line-height: 200%;
    /* text-align: center; */
}
.active{
    /* border:solid 3px var(--primary); */
    /* background:var(--secondary); */
}
.inactive{
    color:grey;
}

.in{
    color:var(--highlight);
}
.out{
color:var(--dark);
}
body{
    background-image: url('images/bg500.jpeg');
    background-size:cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
body.sidebar-open {
    margin-left: 250px;
}
@media (max-width: 300px) {
    body {
        /* background-color:var(--dark); */
        /* background-image: url('images/bg100-mobile.jpg'); */
        background-repeat: none;
        background-size: cover;
    }
  }
  @media (min-width: 301px) and (max-width: 600px) {
    body {
      /* background-color:var(--dark); */
      /* background-image: url('images/bg100-mobile.jpg'); */
      background-repeat: none;
      background-size: cover;
    }
  }
  @media (min-width: 601px) and (max-width: 768px) {
    body {
        /* background-color:var(--dark); */
        /* background-image: url('images/bg100-mobile.jpg'); */
        background-repeat: none;
        background-size: cover;
    }
  }
  @media (min-width: 769px) {
    body {
        /* desktop size */
        /* background-color:var(--dark); */
        /* background-image: url('images/bg100.jpg'); */
        background-repeat: none;
    }
  }



.container-fluid{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.sidebar-page{
    margin-top:100px !important;
}
.sidebar-header{
    height:100px !important;
}
header#global{
    padding: 10px 8px;
    height:40px;

}

h1{
    text-shadow: .3px .3px #434343ba;
    /* text-transform: uppercase; */
    color:rgb(59, 59, 59);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight:500;
    /* font-family: 'Fjalla One', sans-serif; */
}
.text-script{
    font-family: 'Whisper', cursive;
    font-size: 2em;
}
h1.script{
    font-family: 'Whisper', cursive;
    text-transform: none;
    margin-bottom: -12px;
    transform: rotate(-5deg);

}
h4{
    /* color:var(--bs-primary) !important; */
    padding:3px;
    text-transform: uppercase;
}


div.page-wrapper{
    padding-top:125px;
    /* min-height:1100px; */
    /* margin:0px auto; */
    width:100%;
}
div#scroll{
    max-height:600px;
}
.title{
    color:#555 !important;
    
}
section.page-title{
    text-align:center;
    margin-top:25px;
    margin-bottom:50px;
   
   
}
a{
    text-decoration:none;
    color: var(--primary);
}

a:hover{
   color: rgb(135, 135, 135);
}


.bg-primary{
    background:var(--eliteblue) !important;
}
.bg-secondary{
    background:var(--secondary) !important;
}
.bg-dark{
    background: #000000 !important;;
}
.bg-hr{
    background: var(--eliteblue);
}
.bg-dash{
    /* background:black; */
}

table{
    border-radius: 10px;
}
td{
    vertical-align: middle!important;
}
td.day{
    vertical-align:top!important;
}
/* form styles  */
form #new-app{
    background-color:white;
}

input.transparent{
    background:transparent !important;
    border:none !important;
    /* color: white !important; */
    font-size:20px;
}
/* navbar */

.navbar{
    height: 100px;
}
.offcanvas-header{
    height: 100px;
}
ul#globalNav{
   
   border-radius:8px;
}
#globalNav > li > a{
    /* padding-left:15px !important; */
    /* border-radius:8px; */
    /* margin:3px; */
    font-size:18px;
}
#globalNav > li > a:hover {
    background:#00000017 !important;
    transition:.3s;
    color:var(--eliteblue);
    text-shadow: rgb(221, 221, 221) 1px 1px;
    -webkit-box-shadow: inset 1px 1px 3px #000000;
   -moz-box-shadow:    inset 1px 1px 3px #000000;
   box-shadow:         inset 1px 1px 3px #000000;
}

#offcanvasNavbar > div.offcanvas-body.shadow.bg-light > ul > li{
   padding-left:25px;
}


/***************** LOGIN PAGE STYLES ************************/
body#login{
    /* background-image: url('images/bg100.jpg'); */
    background-image: url('images/bg400.jpeg');
    background-repeat: no-repeat;
    background-position: contain;
    width:100%;
    height:100%;
   
}
.login-container{
   
    margin-top:10%;

}
.form-container{
    /* background-color: #717171ad; */
    border-radius:10px;
}
#login-form{
    /* width:75%; */
    margin:0px auto;
}

label.required:after{
    content:" *";
    color:red;
}


#punch-div{
    background:black;
}
table#timelog-print-summary td{
    padding:5px;
    font-weight: 700;

}
table#timelog-print td{
    padding:2px;
    text-align:center;
    font-size:12px !important;
    min-width:50px;
}
table#timelog-print thead{
    background:black;
}
ul#timelog-print{
    min-height:600px;
}
ul#timelog-print li p{
    text-align: right;
    border-bottom:solid 1px gray;
}
ul#timelog-print li p{
   margin-bottom:5px;
}
.btn.active{
     background-color: var(--secondary)!important;
     color:black !important;
}
.btn-a{
    background:rgba(73, 73, 73, 0.052);
    border:solid white 2px;
    border-radius:10px;
    text-align: center;
    height:125px;
    /* box-shadow: 3px 3px 12px black; */
}
.btn-a:hover{
 box-shadow: inset 0 0 10px #00000052;
}
/* BUTTON STYLES */
.btn-light{
    /* background:red!important; */
}
.btn-primary{
    background:var(--eliteblue);
    border:none;
}
.btn-primary:hover{
    background:var(--primary3) !important;
    border:none;
}
.btn-outline-primary{
    border:solid 1px var(--eliteblue) !important;
    color:var(--eliteblue);
}

.btn-outline-primary:hover{
    background:var(--eliteblue) !important;
    border:solid 1px var(--eliteblue) !important;
}

.btn-outline-dark{
    /* background:#7eaec2;
    border:#6c757d; */
}
.btn-outline-dark:hover{
    background:lightgray !important;
}
.btn-dark:hover{
    background:lightgray;
}
.btn-outline-dark.active{
    background:#e1e1e1 !important;
}


button.accordion-button{
    background:var(--eliteblue) !important;
    border:none;
}

button.widget{
    height:110px;
    padding:8px;
    width:100%;
    text-transform: uppercase;
    margin-top:8px;
    background:rgb(81, 81, 81);
    border-color:white;
    color:white;

}
button.widget:hover{
    background:var(--eliteblue) !important;
    border-color: #689fce !important;
}
/* //////////////////////////////////// */
a.sub{
    margin-left:25px;
}
.sidebar.nav-item{
    text-align: left;
    font-size:14px;
    padding:0px !important;
}
a.nav-link:hover{
    /* background:var(--midtone)!important; */
    color:var(--dark);
}
.unavailable{
    color:#7a7a7a4c !important;
    border-color:#7a7a7a4c !important;
}

ul.key{
    color:#7a7a7a;
    font-size:12px;
}

/* END LOGIN PAGE STYLES */



#quick-links{
    padding:25px;
    border: dashed #888 2px;
    /* box-shadow: 10px 25px 5px #999; */
    /* background:#4444446d; */
    border-radius: 8px;
    margin:15px;
    text-transform:uppercase ;
    font-weight:bolder;
    
}
#quick-links a{
    font-size:20px;
}
#quick-links a small{
    font-size:12px;
}

.favorite{
    position: relative;
    left:45%;
    top:15px;
    z-index: 100;
    color:grey;
    /* transform: rotate(25deg); */
    font-size: large;
}

.card-container{
    padding:10px;
    /* background:green; */
}
.grad-corners{
   /* padding:25px; */
    /* gap:2px !important; */
   --b: .5em; /* border width */
   --c: 3em; /* corner size */
   --r: 1em; /* corner rounding */
   position: relative;
   /* margin: 1em auto; */
   border: solid var(--b) transparent;
   padding: 1em;
   /* max-width: 23em; */
   font: 1.25em ubuntu, sans-serif;
   
   &::before {
       position: absolute;
       z-index: -1;
       inset: calc(-1*var(--b));
       border: inherit;
       border-radius: var(--r);
       /* background: linear-gradient(var(--eliteblue), rgb(255, 20, 239), purple) border-box;
       --corner:  */
       background: linear-gradient(var(--eliteblue), rgb(20, 184, 255), rgb(0, 2, 128)) border-box;
       --corner: 
           conic-gradient(from -90deg at var(--c) var(--c), rgb(0, 132, 255) 25%, #0000 0) 
               0 0/ calc(100% - var(--c))  calc(100% - var(--c)) border-box;
       --inner: conic-gradient(rgb(13, 128, 181) 0 0) padding-box;
       -webkit-mask: var(--corner), var(--inner);
       -webkit-mask-composite: source-out;
                       mask: var(--corner) subtract, var(--inner);
       content: ''
   }
  
}
.box{
    background:rgba(104, 104, 104, 0.151);
   
    border-radius: 1em;
  
}
div.box div a.btn-clear{
    /* background:var(--box); */
    padding:8px;
    display:block;
    width:100%;
    margin:4px;
    text-align:center;
    /* border: solid gray 1px; */
}
div.box div a.btn-clear:hover{
    background:#00000029 !important;
    transition:.3s;
    -webkit-box-shadow: inset 1px 1px 3px #000000;
   -moz-box-shadow:    inset 1px 1px 3px #000000;
   box-shadow:         inset 1px 1px 3px #000000;
}
div.box div a.btn-clear:active{
    color: rgb(255, 255, 255);
    text-shadow: rgba(7, 232, 236, 0.38) 0px 0px 7px, rgba(7, 232, 236, 0.38) 0px 0px 10px, rgba(7, 232, 236, 0.38) 0px 0px 21px, rgb(6, 113, 115) 0px 0px 42px, rgb(6, 113, 115) 0px 0px 82px, rgb(6, 113, 115) 0px 0px 92px, rgb(6, 113, 115) 0px 0px 102px, rgb(6, 113, 115) 0px 0px 151px;

    -webkit-box-shadow: inset 1px 1px 10px #000000;
    -moz-box-shadow:    inset 1px 1px 10px #000000;
    box-shadow:         inset 1px 1px 10px #000000;
}
.form-group{
    margin-bottom:12px;
}
label.form-label{
    /* font-size: 1.1em; */
    /* font-weight:500; */
    text-transform: uppercase;
}

.form-control.grad-primary{
    background:rgba(0, 0, 139, 0.18);
    /* border:none; */
    color:white;
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(to right, rgba(8, 235, 247, 0.538), darkorchid) 1;
    padding:10px;
}
.form-control{
    min-height:50px;
    border:rgb(211, 211, 211) 1px solid;
}
.fa-2xl{
    font-size: 3em;
}
.quick-link {
background-color:var(--highlight);
color:white;
}
a.app{
    display:inline-block;
    height:100px;
    width:100%;
    text-transform: uppercase;
    padding-top:30px;
    /* border: 5px groove #e3e3e3 !important; */

}

/* .form-container{
    background:var(--secondary);
    padding:30px;
    border-radius: 8px;
} */
b.in{
    color:green;
}
b.out{
    color:rgba(73, 73, 73, 0.402);
}
/* TICKETS */
form.ticket{
    /* background:var(--secondary); */
    padding:12px;
    border-radius: 8px;
}
.ticket-btn{
    color:white;
    text-align: center;
    text-transform: uppercase;
    padding:15px;
    background:var(--highlight);
    box-shadow:5px 5px 15px #689ece27;
    transition: .8s;
    border:solid transparent 1px;
    border-radius: 8px;
}
.ticket-btn:hover{
    color:#b3b3b3;
    background:var(--midtone);
    padding:15px;
    transition: .8s;
    /* box-shadow:5px 5px 15px #689ece5d; */
   
}


/* FIELD OPS APP */



/* FOOTER */
footer{
    
}
footer p a{
    color:#689fce;
}

/* APP BUTTON STYLES */
div.app-button a{
    display:block;
    width:100%;
    padding-top:15px;
    padding-bottom:15px;
    margin-bottom:10px;
    border:solid white .5px;
    border-radius: 10px;
    color:var(--dark);
    text-align: center;
    transition: .5s;
    box-shadow: #00000036 8px 8px 8px !important;
   
}


div.app-button a:hover{
    /* background:var(--eliteblue) !important; */
    transition: .7s;
    /* color:white !important; */
    background:white;
    color: var(--eliteblue);
    box-shadow: var(--eliteblue) 5px 5px 8px !important;
    /* text-shadow: rgba(7, 232, 236, 0.38) 0px 0px 7px, rgba(7, 232, 236, 0.38) 0px 0px 10px, rgba(7, 232, 236, 0.38) 0px 0px 21px, rgb(6, 113, 115) 0px 0px 42px, rgb(6, 113, 115) 0px 0px 82px, rgb(6, 113, 115) 0px 0px 92px, rgb(6, 113, 115) 0px 0px 102px, rgb(6, 113, 115) 0px 0px 151px; */
}
.hide {
    display: none;
    position:relative;
    margin:-20px;
  }
      
  .app-name:hover + .hide {
    display: block;
    color: rgb(255, 255, 255);
    position:relative;
    margin:-20px;
  }



/* TIMECARD  */
div.statusButton span{
    padding:5px 8px;
    border-radius:5px;
}
div.statusButton span.in{
    background:rgba(2, 199, 15, 0.082);
    color:rgb(9, 152, 19);
}

div.statusButton span.out{
    background:rgba(255, 0, 0, 0.082);
    color:red;
}

/* TICKETS */

a.ticket{
    width:100% ;
    display:block ;
    /* color:red; */
    background:var(--eliteblue);
    padding:15px;
    text-align:center;
}
a.ticket:hover{
    color:white;
    background:var(--highlight);
}

/* modal */
.modal-backdrop{
    z-index: 100 !important;
}

/* glow */
.glow-text{
    color: rgb(255, 255, 255);
    text-shadow: rgba(7, 232, 236, 0.38) 0px 0px 7px, rgba(7, 232, 236, 0.38) 0px 0px 10px, rgba(7, 232, 236, 0.38) 0px 0px 21px, rgb(6, 113, 115) 0px 0px 42px, rgb(6, 113, 115) 0px 0px 82px, rgb(6, 113, 115) 0px 0px 92px, rgb(6, 113, 115) 0px 0px 102px, rgb(6, 113, 115) 0px 0px 151px;
}

.tab-pane.employee{
   border:none;
   min-height:700px;
   padding-right:30px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background:var(--eliteblue) !important;
}
.nav-pills .nav-link{
    color:var(--eliteblue);
}

ul.striped {
    list-style-type: none;
    padding: 0;
}

ul.striped li:nth-child(odd) {
    background-color: rgba(151, 151, 151, 0.164);
}
li.warning{
    background:rgba(226, 78, 78, 0.669) !important;
    text-align: center;
    counter-reset: none;

}

td.day.currentDay{
    border:dotted var(--eliteblue) 3px;
/* -webkit-box-shadow: 10px 10px 35px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 35px -8px rgba(0,0,0,0.75);
box-shadow: 10px 10px 35px -8px rgba(0,0,0,0.75); */
}

.text-primary2{
    color:var(--primary2);
}
.bg-primary2{
    background:var(--primary2);
    color:white;
}
.border-primary2, .text-primary2{
    color:var(--primary2);
}
.btn-primary2{
    background:var(--primary2);
    color:white;
}
.btn-primary2:hover{
    background:var(--primary) !important;
    color:white !important;
}

.text-primary3{
    color:var(--primary3);
}

.bg-primary3{
    background:var(--primary3);
}
.border-primary3{
    border: solid 2px var(--primary2) !important;
}
.btn-primary3{
    background:var(--primary3);
    color:white;
}
.btn-primary3:hover{
    background:var(--primary) !important;
    color:white !important;
}

.text-primary4{
    color:var(--primary4);
}
.bg-primary4{
    background:var(--primary4);
}
.border-primary4{
    color:var(--primary4);
    border: solid 2px var(--primary4) !important;
}
.btn-primary4{
    background:var(--primary4);
    color:white;
}
.btn-primary4:hover{
    background:var(--primary) !important;
    color:white !important;
}
.circle-img-sm {
    width: 55px; /* Set a width */
    height: 55px; /* Set a height */
    object-fit: cover; /* Ensure the image covers the entire element */
    border-radius: 50%; /* Make it a circle */
}
.circle-img-md {
    width: 105px; /* Set a width */
    height: 105px; /* Set a height */
    object-fit: cover; /* Ensure the image covers the entire element */
    border-radius: 50%; /* Make it a circle */
    
}
.accordion-button.secondary,
.accordion-button.secondary:not(.collapsed) {
    background-color: var(--dark) !important;
    color: rgb(179, 179, 179) !important;
}
.accordion-button.secondary:not(.collapsed) {
    box-shadow: inset 0 -1px 0 rgb(149, 149, 149);
}
.accordion-button.secondary:not(.collapsed) {
    box-shadow: inset 0 -1px 0 rgb(149, 149, 149);
}
.accordion-item.secondary {
    border: 1px solid var(--dark) !important;
}

a.cal-month{
    color:black !important;
    font-size:1.3em;

}

/* Hide the actual radio button */

/* 
input[type="radio"]{ 
    display: none;
} 
*/
  
  /* Style for the label to behave like a button */
  .btn-group-toggle .btn {
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 0;
    background-color: #6c757d;
    color: white;
    transition: background-color 0.2s ease-in-out;
  }
  
  /* Active or selected state */
  .btn-group-toggle .btn.active {
    background-color: #007bff;
    color: white;
  }
  
  /* Hover effect for buttons */
  .btn-group-toggle .btn:hover {
    background-color: #5a6268;
  }
  
