.header {
    background: linear-gradient(-45deg, #27AE60, #097B3E);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1001;
    height: 60px;
}

.sidebar-menu li.active a {
    background-color: #27AE60;
    color: #fff;
}

.sidebar-menu li.hover a {
    background-color: #27AE60;
    color: #fff;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0;
}

.sidebar-menu a {
    display: block;
    color: #000;
    padding: 0 10px;
    height: auto;
    font-size: 16px;
}

.sidebar-menu ul ul a.active {
    color: #d1820d;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.15);
    border-left: 5px solid #097B3E;
}

.sidebar-menu>ul>li:hover {
    color: #d1820d;
}

.sidebar-menu>ul>li>a:hover {
    background-color: #e8e8e8;
    color: #000;
}

.sidebar-menu li.active>ul {
    display: block;
}

#logo_wrap {
    border: 1px solid #D89837;
    border-radius: 50%;
    background-color: #fff;
    min-height: 55px !important;
    background-repeat: no-repeat;
    background-position: center top;
}

/* grid fancy labels */
.labelX {
    font-weight: 600;
    font-size: 90%;
    color: #fff;
}

.labelX {
    padding: 4px 7px;
}

.label-danger {
    background-color: #e74c3c;
}

.label-warning {
    background-color: #e67e22;
}

.label-success {
    background-color: #27ae60;
}

.label-info {
    background-color: #9B59B6;
}

.label-primary {
    background-color: #1bbae1;
}

.label-default {
    background-color: #999999;
}

.btn-grid {
    border: none;
    color: white;
    padding: 1px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.profileCard {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 100%;
    margin: auto;
    text-align: center;
    font-family: arial;
}

.profileName {
    color: #000;
    font-size: 18px;
}

.profileFooter {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #D89837;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 20px;
}

.imageTag {
    position: absolute;
    top: 8px;
    right: 8px;
}

.sweet-alert h2 {
    color: #575757;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}