﻿/* Extra small devices (phones) */
@media (max-width: 575.98px) {
    .header .logo img,
    .header .collapse-logo img,
    .header .logo2 img {
        max-width: 100%;
        height: 30px;
        vertical-align: middle;
    }
}

/* Small devices (portrait tablets and large phones) */
@media (min-width: 576px) and (max-width: 767.98px) {

    .header .logo img,
    .header .collapse-logo img,
    .header .logo2 img {
        max-width: 100%;
        height: 50px;
        vertical-align: middle;
    }
}

/* Medium devices (landscape tablets) */
@media (min-width: 768px) and (max-width: 991.98px) {

    .header .logo img,
    .header .collapse-logo img,
    .header .logo2 img {
        max-width: 100%;
        height: 50px;
        vertical-align: middle;
    }
}

/* Large devices (desktops) */
@media (min-width: 992px) and (max-width: 1199.98px) {

    .header .logo img,
    .header .collapse-logo img,
    .header .logo2 img {
        max-width: 100%;
        height: 50px;
        vertical-align: middle;
    }
}

/* Extra large devices (large desktops) */
@media (min-width: 1200px) {

    .header .logo img,
    .header .collapse-logo img,
    .header .logo2 img {
        max-width: 100%;
        height: 50px;
        vertical-align: middle;
    }
}

.account-page .main-wrapper .account-content .account-box .account-btn {
    background: #009990;
    background: linear-gradient(to right, #009990 0%, #00645F 100%);
    border: 0;
    display: block;
    font-size: 22px;
    width: 100%;
    border-radius: 4px;
    padding: 10px 26px;
}

a {
    text-decoration: none;
    outline: none;
    color: #009990;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:active {
    color: #00645F;
}

a:hover {
    color: #00645F;
}

[data-layout-mode=orange] body .header {
    background: #009990;
    background: linear-gradient(to right, #009990 0%, #00645F 100%);
}
[data-layout-mode=orange] body .header {
    background: #009990;
    background: linear-gradient(to right, #009990 0%, #00645F 100%);
}
.header {
    background: #009990;
    background: linear-gradient(to right, #009990 0%, #00645F 100%);
    border-bottom: 1px solid transparent;
    height: 60px;
    z-index: 1044;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

::selection {
    background: #009990;
    color: #FFF;
    text-shadow: none;
}

.add-btn {
    background-color: #009990;
    border: 1px solid #009990;
    color: #FFF;
    float: right;
    font-weight: 500;
    min-width: 140px;
    border-radius: 50px;
}

.page-item.active .page-link {
    background-color: #009990;
    border-color: #009990;
    color: #fff;
}

.header .user-menu.nav > li.flag-nav a.dropdown-toggle::before {
    content: "";
    width: 2px;
    height: 19px;
    background: #00645F;
    position: absolute;
    right: -15px;
}

.sidebar .sidebar-menu ul ul a.active, .two-col-bar .sidebar-menu ul ul a.active {
    color: #009990;
    text-decoration: underline;
}

.employee-welcome-card {
    margin-bottom: 24px;
    position: relative;
    background: linear-gradient(90.31deg, #009990 -1.02%, #00645F 132.59%);
}
.btn-primary {
    background-color: #009990;
    border: 1px solid #009990;
    color: #FFF !important;
}

.clock-in-info {
    background: #f0faf3;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 15px;
    padding: 24px;
}

.notification-tab .nav-tabs li a.active {
    color: #009990;
    border-bottom: 1px solid #009990;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #009990;
}

.settings-icon span {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    cursor: pointer;
    color: #FFF;
    font-size: 24px;
    background-color: #009990;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}