
.link-color {
    color: var(--link-color) !important;
}

.bg-link {
    background-color: var(--link-color) !important;
}

.main-background {
    background-color: var(--bg-main) !important;
}

.sub-bg {
    background-color: var(--bg-sub) !important;
}

.main-header {
    background-color: var(--bg-header) !important;
}

.bg-input {
    background-color: var(--bg-input) !important;
}

    .bg-input:disabled {
        background-color: var(--bg-input-disabled) !important;
    }

.form-control.is-invalid {
    border-color: #dc3545 !important;
}

.modal-border-top {
    border-top: 1px solid var(--modal-border) !important;
}

.modal-border-bottom {
    border-bottom: 1px solid var(--modal-border) !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057 !important;
    background-color: var(--bg-sub);
    border-color: var(--modal-border) var(--modal-border) var(--modal-border);
    cursor: auto;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover:not(.active) {
    border-color: var(--modal-border) var(--modal-border) var(--modal-border);
    background-color: var(--bg-header);
}

.breadcrumb-background {
    background-color: var(--bg-breadcrumb) !important;
}

.text-very-high-emphasis {
    color: var(--text-vhigh-emphasis) !important;
}

.text-high-emphasis {
    color: var(--text-high-emphasis) !important;
}

.text-low-emphasis {
    color: var(--text-low-emphasis) !important;
}

.text-low-high {
    color: var(--text-low-emphasis) !important;
}

.text-low-high:hover {
    color: var(--text-high-emphasis) !important;
}

.text-disabled {
    color: var(--text-disabled) !important;
}

.link-color {
    color: #007bff;
}

.link-border {
    border: 1px solid var(--link-border) !important;
}

.link-color-disabled {
    color: #007bff;
}

li.list-group-alternate {
    background: var(--bg-list-alt);
}

    li.list-group-alternate:hover {
        background: var(--bg-list-hover) !important;
    }

    li.list-group-alternate:nth-child(odd) {
        background: var(--bg-list);
    }

.list-group-item {
    border: var(--divider-border);
}

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

.btn-border {
    border: 1px solid var(--btn-border) !important;
}

.btn-border-dark {
    border: 1px solid var(--btn-border-dark) !important;
}

.btn-background {
    background-color: var(--btn-background);
}

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

.btn-border-primary {
    border: 1px solid rgba(0, 123, 255, .4) !important;
}

.btn-border-secondary {
    border: 1px solid #555 !important;
}

    .btn-bg-light:focus {
        background-color: var(--btn-bg-light) !important;
    }

.btn-bg-secondary {
    background-color: var(--btn-bg-secondary) !important;

}

.btn-border-warning {
    border: 1px solid var(--btn-bg-warning) !important;
}

.btn-border-error {
    border: 1px solid var(--btn-bg-error) !important;
}

.color-success {
    color: var(--success-color) !important;
}

.color-secondary {
    color: var(--btn-bg-secondary) !important;
}

.color-error {
    color: var(--btn-bg-error) !important;
}

.bg-error {
    background-color: var(--btn-bg-error);
    opacity: .9;
}

.color-warning {
    color: var(--btn-bg-warning) !important;
}

.bg-warning {
    background-color: var(--btn-bg-warning);
    opacity:.9;
}

.success-border {
    border: 1px solid var(--success-color);
}

.bg-success {
    background-color: var(--success-color) !important;
    opacity: .9;
}

.btn-bg-secondary:hover {
    background-color: var(--btn-bg-secondary-hover) !important;
}

::placeholder {
    color: var(--text-low-emphasis) !important;
    opacity: .4;
}

.btn-bg-light:disabled, .btn-bg-light[readonly] {
    background-color: var(--bg-input-disabled) !important;
    color: var(--text-disabled) !important;
}

.list-area {
    border: 1px solid var(--bg-list);
    border-radius: .25rem;
}

body {
    overflow-x: hidden;
    font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

p {
    line-height: 1.75;
    margin-bottom: 0;
}


a {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    color: #0090D5;
}

.datepicker-dropdown {
    background-color: var(--bg-header) !important;
    color: var(--text-high-emphasis);
}

.text-primary {
    color: #fed136 !important;
}

input, textarea, button, p, select, ul, li, a {
    font-family: Arial, sans-serif;
    /*font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';*/
}

    input::placeholder {
        opacity: .5 !important;
    }
    textarea::placeholder {
        opacity: .5 !important;
    }

.dropdown-item.active, .dropdown-item:active {
    background-color: transparent !important;
    font-weight: bold !important;
    color: black;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 15px;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: var(--bg-main) !important;

        border-bottom: 1px solid #d4d4d4;
        width: 90%;
        border: 1px solid rgba(0,0,0,.2);
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

button, span {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.note-toolbar {
    border-bottom: 1px solid rgba(0,0,0,.1);
    background-color: #e9ecef;
    width: 100%;
}


.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    background-color: #E0E0E0;
}

.my-custom-table {
    color: black;
    border: 1px solid rgba(43, 87, 154, .2);
}
    .my-custom-table thead {
        background-color: rgba(43, 87, 154, .85);
        color: white;
    }
    .my-custom-table td, .my-custom-table th {
        border-top: 0px solid black;
    }
    .my-custom-table tr:nth-child(even) {
        background-color: rgba(43, 87, 154, .2);
    }
    /*.my-custom-table tr:nth-child(odd) {
        background-color: #DDD;
    }*/

.note-dropdown-menu {
    width: 180px;
}

.text-black {
    color: black;
    text-decoration: none;
}

/*li > a {
    color: black;
    text-decoration: none;
}*/

.circle {
    width: 24px;
    height: 24px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: var(--bg-header);
    display:grid;
    font-weight:bold;
}

.big-circle {
    width: 26px;
    height: 26px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: var(--bg-header);
    display: grid;
    font-weight: bold;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 6px;
        top: .8em;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: 1rem;
        margin-right: 1rem;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    /*font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';*/
}

#mainNav .navbar-toggler {
        font-size: 12px;
        right: 0;
        padding: 13px;
        text-transform: uppercase;
        color: white;
        border: 0;
        background-color: #fed136;
        font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand {
        color: #fed136;
        font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
        color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
        font-size: 90%;
        font-weight: 400;
        padding: 0.75em 0;
        letter-spacing: 1px;
        color: white;
        font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
        color: #007BFF;
}

@media (max-width: 992px) {
    .menu-button {
            display:block;
    }
    .top-padding {
            padding-top: 20px;
    }

}
@media (min-width: 992px) {
        .top-padding {
                        padding-top: 40px;
        }
        .login-large {
                        display:block;
        }
        .login-small {
                        display:none;
        }
        #mainNav .navbar-nav .nav-item .nav-link {
            padding: 1em 1em !important;
        }

}

.footer {
        padding: 25px 0;
        text-align: center;
}

.footer span.copyright {
        font-size: 90%;
        line-height: 40px;
        text-transform: none;
        font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.footer ul.quicklinks {
        font-size: 90%;
        line-height: 40px;
        margin-bottom: 0;
        text-transform: none;
        font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

ul.social-buttons {
        margin-bottom: 0;
}

ul.social-buttons li a {
        font-size: 20px;
        line-height: 50px;
        display: block;
        width: 50px;
        height: 50px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        color: white;
        border-radius: 100%;
        outline: none;
        background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
        background-color: #007bff;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link {
        color: #007BFF;
}
    #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
        color: #0062CC;
        font-weight: bold;
    }
#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
        color: black;
}

a.title-link:hover {
    text-decoration: none;
}

a.directory-link:hover {
    text-decoration: none;
}

.clock-in .img {
    margin-bottom: 0px;
    opacity: 0.2;
    color: #fff;
    background: linear-gradient(to bottom right, #FFFFFF, #080);
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.clock-out .img {
    margin-bottom: 0px;
    opacity: 0.2;
    color: #fff;
    background: linear-gradient(to bottom right, #FFFFFF, #A0373C);
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.directory-link .img {
    margin-bottom: 0px;
    opacity: 0.2;
    color: #fff;
    background: linear-gradient(to bottom right, #FFFFFF, #F68228);
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    position:absolute;
    top:0;
    left:0;
}

.directory-link:hover {
        background: linear-gradient(to bottom right, #FFFFFF, #F9C194);
}

.link-card {
    height: 220px !important;
}

.cards {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}

.header-bar {
    padding-top: 91px;
}

.red-text {
    color: red;
}

.no-upload {
    border: 2px solid red !important;
}

.form-control {
    font-size: 125%;
}

label {
    font-size: 120%;
}

 /* Customize the label (the container) */
.check-container {
  color: white;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check-container-small {
    color: white;
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.check-container-small input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #555;
  font-size: 120%;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  background-color: #666;
}

.check-container.check-disabled:hover input ~ .checkmark {
  background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

.check-container input:disabled ~ .checkmark {
    background-color: #555;
}

.check-container.check-disabled input:checked ~ .checkmark {
  background-color: #bbb;
}

.check-container-small:hover input ~ .checkmark-small {
    background-color: #666;
}

.check-container-small.check-disabled:hover input ~ .checkmark-small {
    background-color: #eee;
}

.checkmark-small {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #555;
    font-size: 120%;
}

/* When the checkbox is checked, add a blue background */
.check-container-small input:checked ~ .checkmark-small {
    background-color: #2196F3;
}

.check-container-small input:disabled ~ .checkmark-small {
    background-color: #555;
}

.check-container-small.check-disabled input:checked ~ .checkmark-small {
    background-color: #bbb;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkmark-small:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

.check-container-small input:checked ~ .checkmark-small:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 10px;
  top: 4px;
  width: 10px;
  height: 20px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.check-container-small .checkmark-small:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Customize the label (the container) */
.radio-container {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .radio-checkmark {
    background-color: #ccc;
}

.radio-container.radio-disabled:hover input ~ .radio-checkmark {
    background-color: #eee;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .radio-checkmark {
    background-color: #2196F3;
}

.radio-container.radio-disabled input:checked ~ .radio-checkmark {
    background-color: #bbb;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .radio-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .radio-checkmark:after {
    top: 7px;
    left: 7px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: white;
}

@media (max-width: 992px) {
    .category-link {
        flex: 0 1 49%;
    }
    .category-card {
        flex: 0 1 100%;
    }
}

@media (min-width: 992px) {
    .category-link {
        flex: 0 1 32%;
    }
    .category-card {
        flex: 0 1 49%;
    }
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent !important;
}

.category-main .img {
    margin-bottom: 0px;
    opacity: 0.3;
    color: #fff;
    background: linear-gradient(to bottom right, #CCC, #0176C0);
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.category-card {
    background-color: rgba(255,255,255,.05) !important;
}

.category-main:hover {
    background: linear-gradient(to bottom right, rgba(255,255,255,0.05), var(--bg-card-hover));
}

.category-main-admin .img {
    margin-bottom: 0px;
    opacity: 0.3;
    color: #fff;
    background: linear-gradient(to bottom right, #FFFFFF, #F68228);
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    position:absolute;
    top:0;
    left:0;
}

.clock-in:hover {
    background: linear-gradient(to bottom right, rgba(255,255,255,0.05), rgb(28, 118, 1));
}

.clock-out:hover {
    background: linear-gradient(to bottom right, rgba(255,255,255,0.05), rgb(130, 38, 1));
}

.category-main-admin:hover {
     background: linear-gradient(to bottom right, #FFFFFF, #F9C194);
}

.category-text {
    font-size:      2.5rem;
    font-weight:    600;
}