:root {
    --hh-font-color: #464646;
    --hh-gray: #70707077;
    --hh-primary: #067302;
    --hh-primary-10: #079702;
    --hh-secondary: #A61B26;
    --hh-secondary-10: #c5202e;
    --hh-background: #F2F2F2;
}

.bg-hh-primary {
    background-color: var(--hh-primary);
}

.text-hh-primary {
    color: var(--hh-primary);
}

.bg-hh-secondary {
    background-color: var(--hh-secondary);
}

.text-hh-secondary {
    color: var(--hh-secondary);
}

.bg-hh-background {
    background-color: var(--hh-background);
}

html,
body  {
    height: 100%;
    width: 100%;
    color: var(--hh-font-color);
    background-color: var(--hh-background);
}

body {
    margin: 0;
}

header {
    min-height: 60px;
    max-height: 60px;
    background-color: var(--hh-gray);
}

header nav ul li {
    margin: 0 0.5rem;
}

header nav ul li a,
li > .dropdown > button  {
    color: var(--hh-font-color);
    font-weight: 600;
    font-size: 1.25rem;
}

header nav ul li a:hover,
header nav ul li a:active {
    color: #fff;
    text-decoration: none;
}

li > .dropdown > button:hover,
li > .dropdown > button:active {
    color: #FFF;
}

header nav {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content:  space-between;
    align-items: center;
}

.nav-logo {
    width: 62px;
    height: 48px;
    background-image: url(../img/hh-logo-1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.salesforce-icon-white {
    height: 100%;
    width: 100%;
    background-image: url(../img/salesforce1_120_white.png);
    background-size: contain;
    background-repeat: no-repeat;   
}

.salesforce-icon {
    height: 100%;
    width: 100%;
    background-image: url(../img/salesforce1_120.png);
    background-size: contain;
    background-repeat: no-repeat;   
}

.nav-icon {
    display: inline-block;
}

.nav-text {
    display: none;
}

.nav-user-icon {
    background-color: var(--hh-primary);    
    border-radius: 10em;
    color: var(--hh-secondary);
}

.drop-menu-item {
    padding-top: 1em;
    padding-bottom: 1em;
}

header ul {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

header a {
    text-decoration: none;
    display: inline-block;
}

header nav h1 {
    margin: 0;
    font-size: 1.5rem;
}

header nav h1 a {
    color: #fff;
    margin: 0;
}

header nav h1 a:hover,
header nav h1 a:active {
    color: #bdbdbd;
    text-decoration: none;
}

header,
.content-container {
    width: 100%;   
    display: flex;
    justify-content: center;
    align-items:  center;
}

.content-container {
    height: 90%;
    justify-content: unset;
    display: flex;
    flex-direction: column;
}

.content {
    width: 90%;
    flex: 1;
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
    flex-direction: column;
}

input[type=number] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control[type=text],
.form-control[type=password],
.form-control[type=email],
.form-control[type=number]
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

select {
    height: 50px;
}

.btn {
    padding: .475rem .75rem;
}

.btn > i {
    pointer-events:none;
}

.btn-menu-primary {
    width: 100%;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 1.65rem;
    font-weight: 600;
    margin: 15px 0;
    background-color: var(--hh-primary);
    border-color: var(--hh-primary);
}

.btn-menu-primary:hover,
.btn-menu-primary:active {
    background-color: var(--hh-primary-10);
    border-color: #067e02;
}

.btn-menu-primary:focus {
    background-color: var(--hh-primary);
    border-color: #067e02;
}

.btn-menu-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-menu-content-table {
    width: 100%;
    border-collapse: collapse;
}

.btn-menu-content-table > tbody > tr > td:first-child {
    width: 20%;
    text-align: end;
    font-size: 2.5rem;
}

.btn-menu-content-table > tbody > tr > td:last-child {
    width: 80%;
}

.btn-menu-content > i {
    margin: 0 15px;
    font-size: 2.5rem;
}

.menu-btn-icon {
    font-size: 2.5rem;
}

.btn-holiday-primary {
    font-weight: 600;
    font-size: 1.5rem;
    background-color: var(--hh-primary);
    border-color: var(--hh-primary);
}

.btn-holiday-primary:hover,
.btn-holiday-primary:active {
    background-color: var(--hh-primary-10);
    border-color: #067e02;
}

.btn-holiday-primary:focus {
    background-color: var(--hh-primary);
}

.btn-holiday-primary:disabled {
    background-color: var(--hh-primary);
    border-color: var(--hh-primary);
}

.btn-holiday-secondary {
    font-weight: 600;
    font-size: 1.5rem;
    background-color: var(--hh-secondary);
    border-color: var(--hh-secondary);
}

.btn-holiday-secondary:hover,
.btn-holiday-secondary:active {
    background-color: var(--hh-secondary-10);
    border-color: #af1d29;
}

.btn-holiday-secondary:focus {
    background-color: var(--hh-secondary);
}

.btn-holiday-secondary:disabled {
    background-color: var(--hh-secondary);
    border-color: var(--hh-secondary);
}

#btn-back-to-top {
    position: fixed;
    left: -2px;
    bottom: -1px;
}

.btn-remove {
    position:absolute;
    cursor: pointer;
    top: 3px;
    right: 1.5rem;
}

/* .custom-checkbox > .custom-control-label::before,
.custom-checkbox > .custom-control-label::after
{
    width: 2rem;
    height: 2rem;
} */

/* .custom-control-label::before, 
.custom-control-label::after {
    top: .8rem;
    width: 1.25rem;
    height: 1.25rem;
} */

.custom-control-lg .custom-control-label::before,
.custom-control-lg .custom-control-label::after {
    top: 0.24rem !important;
    left: -2rem !important;
    width: 1.7rem !important;
    height: 1.7rem !important;
}

.custom-control-lg .custom-control-label {
    margin-left: 0.5rem !important;
    font-size: 1.5rem !important;
}

.page-title {
    display: flex;
    align-items: center;
}

.page-title > i {
    font-size: 2.5rem;
    margin-right: 15px;
}

.inside-input-label {
    position: absolute;
    top:0.8rem;
    right: 1rem;
    opacity:0.5;
    cursor: initial;
    pointer-events: none;
}

.inside-input-label-clickable {
    pointer-events: initial;
}

form[class*="was-validated"] .inside-input-label {
    right: 2.5rem;
}

.password-requirment-display
{
    padding: 1em 1em;
    background-color: #fff;
    border: 1px solid #CCCCCC;
}

.password-requirment-display > ul > li
{
    list-style: none;
}

.password-requirment-display > ul
{
    padding: 0;
}

.password-helper::before {
    font-family: "Font Awesome 5 Free"; 
	font-weight: 400;
    content: "\f111";   
    margin-right: 0.5em;  
}

.password-success {
    color: var(--success);
}

.password-success::before {
    content: "\f00c";     
}

.password-failed {
    color: var(--danger);
}

.password-failed::before {
    content: "\58";
}

.license-image {
    width: 100%;
}

#familyIdDisplay {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}

@media only screen and (min-width: 800px) {
    .nav-user-icon {
        
    }

    .nav-icon {
        display: none !important;
    }

    .nav-text {
        display: inline-block !important;
    }

    .license-image {
        width: 35%;
    }
  }