html body{
    font-family: 'Lato', sans-serif;
}

body {
    font-size: .875rem;
    background:  linear-gradient(rgba(250, 250, 250, .5), rgba(250, 250, 250, 1)) , url(../images/Employee/background.png);
    background-size: cover;
    background-attachment: fixed;
}

.sub-heading{
    margin-top: -1em;
    margin-bottom: 2em;
}

/* Log-in */
.login{
    display: block;
}
.forgot-pass{
    background: #FFF;
    border-radius: 20px;
    border: 0.5px solid #EA3038;
    color: #EA3038;
    font-weight: 500;
}

.forgot-pass:hover{
    background: #EA3038;
    color: #FFF;
}

.sign-in, .btn-modal, .reset{
    background: #EA3038;
    border-radius: 20px;
    border: 0.5px solid #EA3038;
    color: #FFF;
    font-weight: 500;
}

.sign-in, .reset{
    padding: 0.4em 3em;
}

.sign-in:hover, .reset:hover{
    background: #FFF;
    color: #EA3038;
}

@media(max-width:768px){
    .user-input, .sign-in, .forgot-pass{
        max-width: 25em;
        align-content: center;
    }
    
    label{
        text-align: center;
    }    
}

.btn-modal a{
    text-decoration: none;
    color: #FFF;
}

.btn-modal a:hover{
    text-decoration: none;
    color: #FFF;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 4.5em;
    bottom: 0;
    left: 0;
    padding: 1em 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: linear-gradient(180deg, rgba(40,40,40,1) 50%, rgba(59,59,59,1) 100%);
    z-index: 1;
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 4rem;
    border-bottom-right-radius: 0px;
  }
}

nav .fullName{
    display: none;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 1rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    font-weight: 450;
    color: #FFF;
    font-size: 1.15em;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
    background: rgb(234, 48, 56, 0.7);
    border-radius: 5px;
    font-weight: 500;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.nav-link:hover{
    background: rgb(234, 48, 56, 0.5);
    border-radius: 5px;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

.profile-img{
    width: 4em;
    height: 4em;
    border-radius: 50%;
    background: linear-gradient(153.24deg, #EA3038 12.94%, rgba(234, 48, 56, 0.7) 91.55%);
    font-size: 2em;
    color: #fff;
    text-align: center;
    line-height: 4em;
    align-self: center;
}

.logo{
    height: 2.5em;
}

.username{
    color: white;
    padding: 0.5em;
    font-size: 2em;
}

.employeeID, .joinDate{
    font-size: 1.25em; 
    padding: 0.5em;
    margin-top: -1.4em;
    color: #EA3038;
}

.joinDate{
    font-size: 1em;
}

nav::-webkit-scrollbar-track {
  padding: 2px 0;
  background-color: #EAEAEA;
}

nav::-webkit-scrollbar {
  width: 5px;
}

nav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background: rgb(218,218,218);
    background: linear-gradient(0deg, rgba(218,218,218,1) 0%, rgba(255,255,255,1) 100%);
}

.navbar-toggler{
    height: 2em;
    width: 2em;
    border-radius: 50%;
    line-height: 0.5em;
    padding: 0.5em;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
    border: none;
    margin: 0.30em;
    
}

.toggler-icon{
    color: #EA3038; 
}

/*
 * Top Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar{
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

/* Body for dashboard.html*/
.heading{
    font-weight: 900;
    font-size: 5vh;
    color: #EA3038;
    text-align: center;
    padding: 1em;
    margin: .5em;
    margin-bottom: 0;
}

button{
    border: none;
    text-align: left;
}

.dashboard{
    margin-top: 8vh;
}

.base{
    height: 15vh;
    width: 40vh;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    position:relative;
    margin: 3vh;
    border-radius: 10px;
    display: inline;
    font-weight: 700;
    transition: background 60s;
    
}

.base:hover{
    color: #EA3038 !important;
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F0F0 113.82%);
}

.circle, .doc-circle{
    top: 1.5vh;
    position:absolute;
    height:12vh;
    width:12vh;
    border-radius:50%;
    border: 0.25 solid white;
    margin-left: -7vh;
    padding: 2.05vh;
    text-align: center;
    line-height: 2vh;
    background: linear-gradient(153.24deg, #EA3038 12.94%, rgba(234, 48, 56, 0.7) 91.55%);
}

.circle:hover, doc-circle:hover{
    background: linear-gradient(153.24deg, rgba(234, 48, 56, 0.7) 8.16%, #EA3038 91.55%);
}

.doc-circle{
/*
    margin-left: 15em;
    top: 5vh;
*/
    margin:0;   
}

.icon{
    height: 8vh;
    width: 8vh;
}

.text{
    font-size: 2.8vh;
}

@media (max-width: 975px){
    .dashboard-options{
        display: block;
        align-self: center;
    }
}

.col-sm-6{
    margin-left: 1.5em;
    
}

@media (max-width: 768px){
    .col-sm-6{
        width: 100%;
        margin: auto 2em;
    }
}

/* Body for Policies.html */
.policy{
    height: 53vh;
    padding: 1.5em;
    margin: 2em;
    overflow-x: hidden;
    overflow-y: auto;
    
    background: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    border-left: 13px solid #EA3038;
}

.policy::-webkit-scrollbar-track {
  padding: 2px 0;
  background-color: #EAEAEA;
}

.policy::-webkit-scrollbar {
  width: 5px;
}

.policy::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background: rgb(218,218,218);
    background: linear-gradient(0deg, rgba(250,250,250,0.5) 0%, rgba(255,255,255,0.5) 100%);
}

.policy > p{
    font-size: 1.4em;
}

.footnote{
    font-style: italic;
    font-size: 1em;
    color: #EA3038;
}

/* CSS for Circular.html */

.card-header{
    height: 7em;
}

.pdf-circle{
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    position:absolute;
    height:5em;
    width:5em;
    border-radius:50%;
    padding: 1em;
    margin-left: -2.5em;
    margin-top: 0.25em;
}

.pdf-circle img{
    height: 3em;
    width: auto;
    
}

.card{
    box-shadow: 0px 0px 8px rgba(102, 102, 102, 0.1);
    border-radius: 15px;
}

.card:hover{
    box-shadow: 0px 0px 8px rgba(102, 102, 102, 0.35);
}

.card .card-header:hover{
    background: #FFFFFF;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    
}

.thumbcard{
    width: 10rem;
    width: 25%;
}

.circular-card-body{
    background: linear-gradient(0deg, #282828 0%, #373737 100%);
}

.circular-card-body h5,
.circular-card-body small{
    color: #FFF;
}

.more-options{
    float: right;
    background: #FFF;
    height: 1.2em;
    width: 1.2em;
    border-radius: 50%;
    padding: 3px;
}

.more-options:hover{
    background: #F5F5F5;
    box-shadow: 0px 0px 8px rgba(102, 102, 102, 0.25); 
}

.more-options svg{
    color: #EA3038;
    margin-bottom: 0.5em;
    margin-left: 0.05em;
}

.card-body{
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.card-text{
    font-weight: 100;   
}

@media (max-width: 1024px) {
    .account-header-row{
        display: block;
        
    }
    
    .thumbcard{
        width: 10rem;
        width: 50%;
    }
}

@media (max-width: 982px) and (min-width: 512px){
    .thumbcard{
        width: 10rem;
        width: 50%;
    }
}

@media (max-width: 511px) {
    .thumbcard{
        width: 10rem;
        width: 100%;
    }
}

.dropdown-item{
    font-size: .90em;
}

.dropdown-item svg, .card-options svg{
    color: #EA3038;
    margin-right: 0.5em;
}

.input-group{
    margin-bottom: 2em;
}

.round{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.search-button{
    border-radius: 20px;
    background: #EA3038;
}

.search-button svg{
    color: #FFF;
    margin-bottom: 0.3em;
    margin-right: 0.2em;
}

.page-nav{
    margin: 1.5em;
}

/* Profile */

.profile-section{
    background: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    padding: .90em;
    padding-top: 0;
    border-radius: 20px;
    max-width: 85%;
    margin-bottom: 3em;
}

.account-header-row{
    background: linear-gradient(180deg, rgba(40,40,40,1) 50%, rgba(59,59,59,1) 100%);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.10);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 1.5em;
}

.account-body{
    margin: 1em;
}

.profile-section-heading{
    font-size: 1.5em;
    font-weight: 600;
    color: #EA3038;
    margin: 0.5em 0;
}

.col-hr{
    border-right: 0.2px solid #C9C9C9;
}

.user-summary{
    margin: 1em 0;
}

@media (max-width: 672px){
    .account-body{
        display: block;
    }
    .col-hr{
        border: none;
    }
}

.change-button{
    float: right;
    background: none;
    border: 0.5px solid #C9C9C9;
    color: #282828;
    border-radius: 10px;
    padding: 0 1em;   
}

.change-button:hover, .change-button:focus{
    background: #EA3038;
    border: 0.5px solid #EA3038;
}

.editButton, .saveButton{
    background: #EA3038;
    border: 0.25px solid #EA3038;
    border-radius: 10px;
    padding: 0 1em;       
}

.editButton:hover, .editButton:focus, .saveButton:hover, .saveButton:focus{
    background: #F2F2F2;
    border: 0.25px solid #F2F2F2;
    color: #EA3038;
}

/* Doc */
.my-documents{
    margin: 0.20vh;
    display: flex;
    justify-content: center;
    width: 100%;

}

.user-summary > .employeeID, .user-summary > .joinDate{
    padding: 0;
    margin:0;
    margin-left: .85rem;
    color: #FFF;
}

.card-options a{
    padding: 1vh 3vh;
    margin: 1vh;
    text-decoration: none;
    color: #000;
}

.card-options a:hover{
    background: #FFF;
    border-radius: 20px;
}

.account-body{
    margin: 1vh;
}

.doc-header .pdf-circle{
    margin: 0;
    float: right;
    top: 25%;
}

@media(max-width:493px){
    .card-options svg{
        display: none;
    }
    
}

@media(max-width:380px){
    .card-options .col-hr{
        border: none;
        border-bottom: 0.15px solid #C9C9C9;
    }
}

.thumbcard-doc{
    width: 25rem;
}

/***********************/

/****************************
    Sitemap STYLES
*****************************/
.sitemap .list-group {
    padding-right: 20px;
    list-style: disc;
}