﻿@charset "UTF-8";
@import url("Roboto.css");

@font-face {
    font-family: 'Material-Design-Iconic-Font';
    src: url("../fonts/Material-Design-Iconic-Fontd1f1.woff2?v=2.2.0") format("woff2"), url("../fonts/Material-Design-Iconic-Fontd1f1.woff?v=2.2.0") format("woff"), url("../fonts/Material-Design-Iconic-Fontd1f1.ttf?v=2.2.0") format("truetype");
    font-weight: normal;
    font-style: normal;
}

html {
    box-sizing: border-box;
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    min-height: 100%;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@-webkit-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #2b3d51;
    background-color: #f5f5f5;
    padding-bottom: 60px;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #818a91;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: bold;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

a {
    color: #64b0f2;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #1d8cec;
        text-decoration: none;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

pre {
    margin-top: 0;
    margin-bottom: 1rem;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
}

[role="button"] {
    cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    touch-action: manipulation;
}

table {
    background-color: transparent;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #818a91;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
}

input[type="search"] {
    box-sizing: inherit;
    -webkit-appearance: none;
}

output {
    display: inline-block;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

.h1 {
    font-size: 2.5rem;
}

.h2 {
    font-size: 2rem;
}

.h3 {
    font-size: 1.75rem;
}

.h4 {
    font-size: 1.5rem;
}

.h5 {
    font-size: 1.25rem;
}

.h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small, .small {
    font-size: 80%;
    font-weight: normal;
}

mark, .mark {
    padding: .2em;
    background-color: #FAE8C4;
}

.container {
    max-width: none;
}

.page-title-box {
    background-color: #ffffff;
    margin: -20px -20px 20px -20px;
    padding: 20px;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

    .page-title-box .page-title {
        margin-bottom: 0;
        float: left;
    }

    .page-title-box .breadcrumb {
        float: right;
        background-color: transparent !important;
    }

.card-box {
    padding: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

.header-title {
    font-size: 1.1rem;
    text-transform: uppercase;
}

.page-header {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 1.3rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #eceeef;
}

.button-list {
    margin-bottom: -5px;
    margin-left: -7px;
}

    .button-list button, .button-list a {
        margin: 5px 7px;
    }

canvas {
    max-width: 100%;
}

svg {
    max-width: 100%;
}

a:focus {
    outline: none !important;
}
/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .waves-effect .waves-ripple {
        position: absolute;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        opacity: 0;
        background: rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.7s ease-out;
        -moz-transition: all 0.7s ease-out;
        -o-transition: all 0.7s ease-out;
        -ms-transition: all 0.7s ease-out;
        transition: all 0.7s ease-out;
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        pointer-events: none;
    }

    .waves-effect.waves-light .waves-ripple {
        background-color: rgba(255, 255, 255, 0.45);
    }

    .waves-effect.waves-red .waves-ripple {
        background-color: rgba(244, 67, 54, 0.7);
    }

    .waves-effect.waves-yellow .waves-ripple {
        background-color: rgba(255, 235, 59, 0.7);
    }

    .waves-effect.waves-orange .waves-ripple {
        background-color: rgba(255, 152, 0, 0.7);
    }

    .waves-effect.waves-purple .waves-ripple {
        background-color: rgba(156, 39, 176, 0.7);
    }

    .waves-effect.waves-green .waves-ripple {
        background-color: rgba(76, 175, 80, 0.7);
    }

    .waves-effect.waves-teal .waves-ripple {
        background-color: rgba(0, 150, 136, 0.7);
    }

.waves-notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

.waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

    .waves-input-wrapper .waves-button-input {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
    }

.waves-block {
    display: block;
}
/*
Template Name: Uplon Dashboard
Author: CoderThemes
Email: coderthemes@gmail.com
File: Menu
*/
.topbar {
    left: 0px;
    position: fixed;
    right: 0;
    top: 0px;
    z-index: 999;
}

    .topbar .topbar-left {
        background: #ffffff;
        float: left;
        text-align: center;
        height: 45px;
        position: relative;
        width: 250px;
        z-index: 1;
    }

        .topbar .topbar-left .logo {
            line-height: 45px;
        }

.logo {
    color: #2b3d51 !important;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* EHC */
    background: url(/logo24x24.png) 0 -2px no-repeat;
    padding-left: 30px;
}

    .logo span span {
        color: #64b0f2;
    }

.user-box {
    text-align: center;
    padding: 30px 0px 20px 0px;
}

    .user-box .user-img {
        position: relative;
        height: 88px;
        width: 88px;
        margin: 0px auto;
    }

    .user-box h5 a {
        color: #373a3c;
    }

    .user-box .user-status {
        height: 12px;
        width: 12px;
        position: absolute;
        bottom: 7px;
        right: 15px;
    }

        .user-box .user-status i {
            font-size: 15px;
        }

        .user-box .user-status.away i {
            color: #f1b53d;
        }

        .user-box .user-status.offline i {
            color: #ff5d48;
        }

        .user-box .user-status.online i {
            color: #1bb99a;
        }

        .user-box .user-status.busy i {
            color: #373a3c;
        }

    .user-box ul li a {
        color: #373a3c;
    }

        .user-box ul li a:hover {
            color: #64b0f2;
        }

.side-menu {
    top: 45px;
    width: 250px;
    z-index: 10;
    background: #ffffff;
    bottom: 70px;
    margin-bottom: -70px;
    margin-top: 0px;
    padding-bottom: 70px;
    position: absolute;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

.content-page {
    margin-left: 250px;
    overflow: hidden;
}

    .content-page .content {
        padding: 0 5px;
        margin-top: 73px;
    }

.side-menu.left {
    position: absolute;
}

body.fixed-left .side-menu.left {
    bottom: 50px;
    margin-bottom: -70px;
    margin-top: 0px;
    padding-bottom: 70px;
    position: fixed;
}

.button-menu-mobile {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 21px;
    line-height: 45px;
    padding: 0px 15px;
}

    .button-menu-mobile:hover {
        color: #64b0f2;
    }

.sidebar-inner {
    height: 100%;
}

#sidebar-menu, #sidebar-menu ul, #sidebar-menu li, #sidebar-menu a {
    border: 0;
    font-weight: normal;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}

#sidebar-menu {
    padding-bottom: 30px;
    width: 100%;
}

    #sidebar-menu a {
        line-height: 1.3;
    }

    #sidebar-menu ul li .menu-arrow {
        -webkit-transition: -webkit-transform .15s;
        -o-transition: -o-transform .15s;
        transition: transform .15s;
        position: absolute;
        right: 20px;
        display: inline-block;
        font-family: 'Material-Design-Iconic-Font';
        text-rendering: auto;
        line-height: 18px;
        font-size: 16px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

        #sidebar-menu ul li .menu-arrow:before {
            content: '\f2fb';
        }

    #sidebar-menu ul li a.subdrop .menu-arrow {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #sidebar-menu ul ul {
        display: none;
    }

        #sidebar-menu ul ul li {
            border-top: 0;
        }

            #sidebar-menu ul ul li.active a {
                color: #64b0f2;
            }

        #sidebar-menu ul ul a {
            color: rgba(43, 61, 81, 0.8);
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            display: block;
            padding: 10px 20px 10px 60px;
        }

            #sidebar-menu ul ul a:hover {
                color: #2b3d51;
            }

            #sidebar-menu ul ul a i {
                margin-right: 5px;
            }

        #sidebar-menu ul ul ul a {
            padding-left: 80px;
        }

    #sidebar-menu .label {
        margin-top: 2px;
    }

    #sidebar-menu .subdrop {
        color: #2b3d51 !important;
    }

    #sidebar-menu > ul > li > a {
        color: rgba(43, 61, 81, 0.8);
        display: block;
        padding: 14px 20px;
        font-weight: 500;
    }

        #sidebar-menu > ul > li > a:hover {
            color: #2b3d51;
            text-decoration: none;
        }

        #sidebar-menu > ul > li > a > span {
            vertical-align: middle;
        }

    #sidebar-menu ul li a i {
        display: inline-block;
        font-size: 18px;
        line-height: 17px;
        margin-left: 3px;
        margin-right: 15px;
        text-align: center;
        vertical-align: middle;
        width: 20px;
    }

    #sidebar-menu ul li a .drop-arrow {
        float: right;
    }

        #sidebar-menu ul li a .drop-arrow i {
            margin-right: 0px;
        }

    #sidebar-menu > ul > li > a.active {
        color: #ffffff !important;
        background-color: #64b0f2;
    }

.menu-title {
    padding: 12px 20px !important;
    letter-spacing: .035em;
    pointer-events: none;
    cursor: default;
    font-size: 13px;
}

.footer {
    border-top: 1px solid rgba(152, 166, 173, 0.2);
    bottom: 0px;
    color: #818a91;
    text-align: left !important;
    padding: 19px 30px 20px;
    position: absolute;
    right: 0px;
    left: 250px;
}

.content-page > .content {
    margin-top: 70px;
    padding: 20px 8px 15px 8px;
}

#wrapper.enlarged .menu-title {
    display: none;
}

#wrapper.enlarged .menu-arrow {
    display: none !important;
}

#wrapper.enlarged .footer {
    left: 70px;
}

#wrapper.enlarged #sidebar-menu ul ul {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
}

#wrapper.enlarged .left.side-menu {
    width: 70px;
    z-index: 5;
}

    #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a {
        padding-left: 10px;
    }

        #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a:hover {
            background-color: #64b0f2;
        }

    #wrapper.enlarged .left.side-menu span.pull-right {
        display: none !important;
    }

    #wrapper.enlarged .left.side-menu #sidebar-menu ul > li {
        position: relative;
        white-space: nowrap;
    }

        #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
            background-color: #64b0f2;
            position: relative;
            width: 260px;
        }

        #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul {
            display: block;
            left: 70px;
            position: absolute;
            width: 190px;
            padding: 5px 0px;
            background: #ffffff;
        }

            #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a {
                background: #ffffff;
                border: none;
                box-shadow: none;
                padding-left: 15px;
                position: relative;
                width: 190px;
                z-index: 6;
                color: rgba(43, 61, 81, 0.8);
            }

                #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a:hover {
                    color: #64b0f2;
                }

        #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover a span {
            display: inline;
        }

        #wrapper.enlarged .left.side-menu #sidebar-menu ul > li > ul {
            display: none;
        }

    #wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover > ul {
        display: block;
        left: 190px;
        margin-top: -36px;
        position: absolute;
        width: 190px;
    }

    #wrapper.enlarged .left.side-menu #sidebar-menu ul ul li > a span.pull-right {
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        position: absolute;
        right: 20px;
        top: 12px;
        transform: rotate(270deg);
    }

    #wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span {
        display: none;
        padding-left: 10px;
    }

    #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a {
        padding: 15px 20px;
        min-height: 50px;
    }

        #wrapper.enlarged .left.side-menu #sidebar-menu > ul > li > a i {
            margin-right: 20px !important;
            font-size: 20px;
        }

    #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
        position: relative;
        width: 260px;
        background-color: #64b0f2;
        color: #ffffff;
    }

        #wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a i {
            color: #ffffff;
        }

#wrapper.enlarged .content-page {
    margin-left: 70px;
}

#wrapper.enlarged .navbar-custom {
    margin-left: 70px;
}

#wrapper.enlarged .topbar .topbar-left {
    width: 70px !important;
}

    #wrapper.enlarged .topbar .topbar-left .logo span {
        display: none;
        opacity: 0;
    }

    #wrapper.enlarged .topbar .topbar-left .logo i {
        margin-right: 0px;
    }

#wrapper.enlarged #sidebar-menu > ul > li:hover > a.open :after {
    display: none;
}

#wrapper.enlarged #sidebar-menu > ul > li:hover > a.active :after {
    display: none;
}

#wrapper.enlarged .user-detail {
    bottom: 0px;
    padding: 15px 0px;
    width: 70px;
    text-align: center;
}

    #wrapper.enlarged .user-detail .dropup {
        margin: 0px auto;
        margin-left: 17px;
    }

    #wrapper.enlarged .user-detail h5 {
        display: none;
    }

    #wrapper.enlarged .user-detail p {
        position: absolute;
        right: 15px;
        top: 32px;
    }

        #wrapper.enlarged .user-detail p span {
            display: none;
        }

#wrapper.enlarged #sidebar-menu ul ul li.active a {
    color: #039cfd;
}

#wrapper.right-bar-enabled .right-bar {
    right: 0;
}

#wrapper.right-bar-enabled .left-layout {
    left: 0;
}
/* Notification */
.notification-list {
    margin-left: 0 !important;
}

    .notification-list .noti-title {
        border-radius: 0.25rem 0.25rem 0 0;
        background-color: #64b0f2 !important;
        margin: -6px -1px 0px -1px;
        width: auto;
        padding: 12px 20px;
    }

        .notification-list .noti-title h5 {
            color: #ffffff;
            margin: 0;
        }

    .notification-list .noti-icon {
        font-size: 22px;
        padding: 0 12px;
        vertical-align: middle;
        color: rgba(255, 255, 255, 0.8);
    }

    .notification-list .noti-icon-badge {
        height: 10px;
        width: 10px;
        background-color: #ff5d48;
        display: inline-block;
        position: absolute;
        top: 23px;
        right: 12px;
        border-radius: 50%;
        border: 2px solid #2b3d51;
    }

    .notification-list .notify-item {
        padding: 10px 20px;
    }

        .notification-list .notify-item .notify-icon {
            float: left;
            height: 36px;
            width: 36px;
            line-height: 36px;
            text-align: center;
            margin-right: 10px;
            border-radius: 50%;
        }

            .notification-list .notify-item .notify-icon img {
                margin-top: 4px;
            }

        .notification-list .notify-item .notify-details {
            margin-bottom: 0;
            overflow: hidden;
            margin-left: 45px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .notification-list .notify-item .notify-details b {
                font-weight: 500;
            }

            .notification-list .notify-item .notify-details small {
                display: block;
            }

            .notification-list .notify-item .notify-details span {
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                font-size: 13px;
            }

    .notification-list .notify-all {
        border-radius: 0 0 0.25rem 0.25rem;
        margin: 0 0 -5px 0;
        background-color: #eceeef;
    }

    .notification-list small, .notification-list .small {
        font-size: 80% !important;
        font-weight: normal !important;
    }

    .notification-list label, .notification-list .label {
        padding: .48em .8em 0.3em 0.8em;
        letter-spacing: 0.04em;
    }

@media (max-width: 767px) {
    .notification-list .noti-title {
        border-radius: 0 !important;
    }

    .notification-list .noti-icon-badge {
        top: 10px;
        left: 32px;
    }
}

.profile-dropdown {
    width: 170px;
}

    .profile-dropdown i {
        font-size: 17px;
        vertical-align: middle;
        margin-right: 5px;
    }

    .profile-dropdown span {
        vertical-align: middle;
    }

.nav-user {
    padding: 0 12px !important;
}

    .nav-user img {
        height: 36px;
        width: 36px;
    }
/* Right sidebar */
.side-bar.right-bar {
    float: right !important;
    right: -266px;
    top: 46px;
}

.side-bar {
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    background-color: #ffffff;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    display: block;
    float: left;
    height: 100%;
    position: fixed;
    transition: all 200ms ease-out;
    width: 240px;
    z-index: 9;
}

.right-bar {
    background: #ffffff !important;
}

    .right-bar .nav-tabs {
        border: none !important;
    }

        .right-bar .nav-tabs .nav-item {
            float: none;
            display: inline-block;
            margin-bottom: 0;
        }

        .right-bar .nav-tabs .nav-link {
            border: none !important;
            font-weight: 500;
            font-size: 16px;
            color: #2b3d51;
        }

            .right-bar .nav-tabs .nav-link.active {
                color: #64b0f2;
                background-color: transparent;
            }

    .right-bar .tab-content {
        padding: 20px;
        border-top: 2px solid #818a91;
    }

    .right-bar .right-bar-toggle {
        float: right;
        line-height: 46px;
        font-size: 20px;
        color: #333;
        padding: 0px 10px;
    }

    .right-bar .nicescroll {
        height: 88%;
    }

    .right-bar .contact-list {
        max-height: 600px;
    }

    .right-bar h5 {
        font-size: 15px;
    }
/* Seach */
.app-search {
    position: relative;
}

    .app-search a {
        position: absolute;
        top: 0;
        right: 5px;
        display: block;
        height: 34px;
        line-height: 34px;
        width: 34px;
        text-align: center;
        color: rgba(255, 255, 255, 0.5);
    }

        .app-search a:hover {
            color: #ffffff;
        }

    .app-search .form-control,
    .app-search .form-control:focus {
        border: 1px solid rgba(129, 138, 145, 0.3);
        font-size: 13px;
        height: 34px;
        color: #ffffff;
        padding-left: 20px;
        padding-right: 40px;
        margin-top: 18px;
        background: rgba(129, 138, 145, 0.1);
        box-shadow: none;
        border-radius: 30px;
        width: 200px;
    }

@media (max-width: 768px) {
    .app-search {
        padding-left: 15px;
        padding-right: 15px;
    }

        .app-search a {
            right: 20px;
        }

        .app-search .form-control,
        .app-search .form-control:focus {
            width: 100%;
        }
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .enlarged .left.side-menu {
        margin-left: -75px;
    }

    .topbar-left {
        width: 70px !important;
    }

        .topbar-left span {
            display: none !important;
        }

        .topbar-left i {
            display: block !important;
            line-height: 75px !important;
        }

    .navbar-custom {
        margin-left: 70px !important;
    }

    .content-page {
        margin-left: 0px !important;
    }

    .footer {
        left: 0px !important;
    }

    .mobile-sidebar {
        left: 0px;
    }

    .mobile-content {
        left: 250px;
        right: -250px;
    }

    .wrapper-page {
        width: 90%;
    }

    .dataTables_wrapper .col-xs-6 {
        width: 100%;
        text-align: left;
    }

    div#datatable-buttons_info {
        float: none;
    }

    .ms-container {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .dropdown-lg {
        width: 200px;
    }

    .notification-list .notify-item {
        padding: 10px 15px;
    }

    .page-title-box .page-title, .page-title-box .breadcrumb {
        float: none;
    }

    .page-title-box .page-title {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .notification-list .noti-icon {
        font-size: 18px;
        padding: 0 10px;
    }

    .hidden-mobile {
        display: none !important;
    }
}

.fade {
    opacity: 0;
    transition: opacity .15s linear;
}

    .fade.in {
        /*opacity: 1;*/
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .25rem;
    margin-left: .25rem;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}

.btn-group .dropdown-toggle::after {
    content: none !important;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0 !important;
    font-size: 1rem;
    color: #2b3d51;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-divider {
    height: 1px;
    margin: 0.5rem 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #2b2d2f;
        text-decoration: none;
        background-color: #f5f5f5;
    }

    .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
        color: #fff;
        text-decoration: none;
        background-color: #039cfd;
        outline: 0;
    }

    .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
        color: #818a91;
    }

        .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #818a91;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 0.3em solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-custom {
    color: #64b0f2;
}

.text-purple {
    color: #9261c6;
}

.text-pink {
    color: #ff7aa3;
}

.text-dark {
    color: #2b3d51;
}

.text-white {
    color: #ffffff;
}

.dropdown-lg {
    width: 280px;
}

.dropdown-menu {
    box-shadow: 0 0px 24px 0 rgba(43, 61, 81, 0.06), 0 1px 0px 0 rgba(43, 61, 81, 0.02);
    border: 1px solid rgba(43, 61, 81, 0.05);
}

.dropdown-arrow:before {
    top: -10px;
    right: 16px;
    left: auto;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #64b0f2;
    border-left: 10px solid transparent;
    position: absolute;
    display: inline-block !important;
    content: '';
}

.dropdown-arrow.dropdown-arrow-success:before {
    border-bottom: 10px solid #1bb99a;
}

.arrow-none:after {
    border: none;
    margin: 0 !important;
}

@media (max-width: 767px) {
    .dropdown-arrow:before {
        display: none !important;
    }
}
/* =============
   Timeline
============= */
.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    margin-bottom: 50px;
    position: relative;
    table-layout: fixed;
    width: 100%;
}

    .timeline .time-show {
        margin-bottom: 30px;
        margin-right: -75px;
        margin-top: 30px;
        position: relative;
    }

        .timeline .time-show a {
            color: #ffffff;
        }

    .timeline:before {
        background-color: rgba(129, 138, 145, 0.3);
        bottom: 0px;
        content: "";
        left: 50%;
        position: absolute;
        top: 30px;
        width: 1px;
        z-index: 0;
    }

    .timeline .timeline-icon {
        -webkit-border-radius: 50%;
        background: #818a91;
        border-radius: 50%;
        color: #ffffff;
        display: block;
        height: 20px;
        left: -54px;
        margin-top: -10px;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 20px;
    }

        .timeline .timeline-icon i {
            color: #f5f5f5;
            font-size: 13px;
            margin-top: 4px;
            position: absolute;
            left: 4px;
        }

    .timeline .time-icon:before {
        font-size: 16px;
        margin-top: 5px;
    }

h3.timeline-title {
    color: #818a91;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.timeline-item {
    display: table-row;
}

    .timeline-item:before {
        content: "";
        display: block;
        width: 50%;
    }

    .timeline-item .timeline-desk .arrow {
        border-bottom: 12px solid transparent;
        border-right: 12px solid #ffffff !important;
        border-top: 12px solid transparent;
        display: block;
        height: 0;
        left: -12px;
        margin-top: -12px;
        position: absolute;
        top: 50%;
        width: 0;
    }

    .timeline-item .timeline-desk .timeline-box {
        padding: 20px;
    }

    .timeline-item .timeline-date {
        margin-bottom: 10px;
    }

    .timeline-item.alt:after {
        content: "";
        display: block;
        width: 50%;
    }

    .timeline-item.alt .timeline-desk .arrow-alt {
        border-bottom: 12px solid transparent;
        border-left: 12px solid #ffffff !important;
        border-top: 12px solid transparent;
        display: block;
        height: 0;
        left: auto;
        margin-top: -12px;
        position: absolute;
        right: -12px;
        top: 50%;
        width: 0;
    }

    .timeline-item.alt .timeline-desk .album {
        float: right;
        margin-top: 20px;
    }

        .timeline-item.alt .timeline-desk .album a {
            float: right;
            margin-left: 5px;
        }

    .timeline-item.alt .timeline-icon {
        left: auto;
        right: -56px;
    }

    .timeline-item.alt:before {
        display: none;
    }

    .timeline-item.alt .panel {
        margin-left: 0;
        margin-right: 45px;
    }

    .timeline-item.alt h4 {
        text-align: right;
    }

    .timeline-item.alt p {
        text-align: right;
    }

    .timeline-item.alt .timeline-date {
        text-align: right;
    }

.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

    .timeline-desk h4 {
        font-size: 16px;
        font-weight: 300;
        margin: 0;
    }

    .timeline-desk .panel {
        background: #ffffff;
        display: block;
        margin-bottom: 5px;
        margin-left: 45px;
        position: relative;
        text-align: left;
        box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    }

    .timeline-desk h5 span {
        color: #818a91;
        display: block;
        font-size: 12px;
        margin-bottom: 4px;
    }

    .timeline-desk p {
        color: #999999;
        font-size: 14px;
        margin-bottom: 0;
    }

    .timeline-desk .album {
        margin-top: 12px;
    }

        .timeline-desk .album a {
            float: left;
            margin-right: 5px;
        }

        .timeline-desk .album img {
            height: 36px;
            width: auto;
            border-radius: 3px;
        }

    .timeline-desk .notification {
        background: none repeat scroll 0 0 #ffffff;
        margin-top: 20px;
        padding: 8px;
    }
/* ===========
   Timeline-2
 =============*/
.timeline-2 {
    border-left: 2px solid #64b0f2;
    position: relative;
}

    .timeline-2 .time-item:after {
        background-color: #ffffff;
        border-color: #64b0f2;
        border-radius: 10px;
        border-style: solid;
        border-width: 2px;
        bottom: 0;
        content: '';
        height: 10px;
        left: 0;
        margin-left: -6px;
        position: absolute;
        top: 5px;
        width: 10px;
    }

.time-item {
    border-color: #dee5e7;
    padding-bottom: 10px;
    position: relative;
}

    .time-item:before {
        content: " ";
        display: table;
    }

    .time-item:after {
        background-color: #ffffff;
        border-color: #64b0f2;
        border-radius: 10px;
        border-style: solid;
        border-width: 2px;
        bottom: 0;
        content: '';
        height: 14px;
        left: 0;
        margin-left: -8px;
        position: absolute;
        top: 5px;
        width: 14px;
    }

.time-item-item:after {
    content: " ";
    display: table;
}

.item-info {
    margin-bottom: 15px;
    margin-left: 15px;
}

    .item-info p {
        font-size: 13px;
    }

.rating-md i {
    font-size: 18px;
}

.rating-lg i {
    font-size: 24px;
}

.page-title-box {
    background-color: #ffffff;
    margin: -20px -20px 20px -20px;
    padding: 20px;
    box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
}

    .page-title-box .page-title {
        margin-bottom: 0;
        float: left;
    }

    .page-title-box .breadcrumb {
        float: right;
        background-color: transparent !important;
    }

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #eceeef;
    border-radius: 0.25rem;
}

    .breadcrumb::after {
        content: "";
        display: table;
        clear: both;
    }

    .breadcrumb > li {
        float: left;
    }

        .breadcrumb > li + li::before {
            padding-right: .5rem;
            padding-left: .5rem;
            color: #818a91;
            content: "/";
        }

    .breadcrumb > .active {
        color: #818a91;
    }

/* ===========
   Override bootstrap css
 =============*/
.navbar-custom {
    background-color: #2b3d51;
    border-color: #e7e7e7;
    border: none !important;
}

    .navbar-custom .navbar-brand {
        color: #777;
    }

        .navbar-custom .navbar-brand:hover,
        .navbar-custom .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-custom .navbar-text {
        color: #777;
    }

    .navbar-custom .navbar-nav > li > a {
        color: #777;
        margin: 0;
        padding: 0;
    }

        .navbar-custom .navbar-nav > li > a:hover,
        .navbar-custom .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-custom .navbar-nav > .active > a,
    .navbar-custom .navbar-nav > .active > a:hover,
    .navbar-custom .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-custom .navbar-nav > .disabled > a,
    .navbar-custom .navbar-nav > .disabled > a:hover,
    .navbar-custom .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-custom .navbar-toggle {
        border-color: #fff;
    }

        .navbar-custom .navbar-toggle:hover,
        .navbar-custom .navbar-toggle:focus {
            background-color: #64b0f2;
        }

        .navbar-custom .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-custom .navbar-collapse,
    .navbar-custom .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-custom .navbar-nav > .open > a,
    .navbar-custom .navbar-nav > .open > a:hover,
    .navbar-custom .navbar-nav > .open > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

@media (max-width: 767px) {
    .navbar-custom .navbar-nav > li > a {
        padding-left: 8px;
        line-height: 44px;
    }

    .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .dropdown-menu {
        border-radius: 0 !important;
    }
}

@media (min-width: 767px) {
    .navbar-custom {
        border-radius: 0 !important;
    }
}

.navbar-custom .navbar-link {
    color: #777;
}

    .navbar-custom .navbar-link:hover {
        color: #333;
    }

.navbar-custom .btn-link {
    color: #777;
}

    .navbar-custom .btn-link:hover,
    .navbar-custom .btn-link:focus {
        color: #333;
    }

    .navbar-custom .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-custom .btn-link:hover,
    .navbar-custom .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-custom .btn-link:focus {
        color: #ccc;
    }

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 18px;
    margin-right: 15px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-custom .navbar-nav > li > a {
        line-height: 45px;
    }

    .navbar-toggle {
        display: none;
    }
}

.bg-none {
    background: none !important;
}

.color-white {
    color: #fff !important;
}

.color-white-6 {
    color: rgba(255, 255, 255, 0.6);
}

.btn-primary {
    color: #fff;
    background-color: #039cfd;
    border-color: #039cfd;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #027dcb;
        border-color: #0277c1;
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #027dcb;
        border-color: #0277c1;
    }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #027dcb;
        border-color: #0277c1;
        background-image: none;
    }

        .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
            color: #fff;
            background-color: #0167a8;
            border-color: #014e7f;
        }

    .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
        background-color: #039cfd;
        border-color: #039cfd;
    }

    .btn-primary.disabled:hover, .btn-primary:disabled:hover {
        background-color: #039cfd;
        border-color: #039cfd;
    }

.btn-secondary {
    color: #373a3c;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-secondary:hover {
        color: #373a3c;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        color: #373a3c;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
        color: #373a3c;
        background-color: #e6e6e6;
        border-color: #adadad;
        background-image: none;
    }

        .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
            color: #373a3c;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
        background-color: #fff;
        border-color: #ccc;
    }

.btn-info {
    color: #fff;
    background-color: #3db9dc;
    border-color: #3db9dc;
}

    .btn-info:hover {
        color: #fff;
        background-color: #23a0c3;
        border-color: #2299ba;
    }

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #23a0c3;
        border-color: #2299ba;
    }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #23a0c3;
        border-color: #2299ba;
        background-image: none;
    }

        .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
            color: #fff;
            background-color: #1e87a5;
            border-color: #176b82;
        }

    .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
        background-color: #3db9dc;
        border-color: #3db9dc;
    }

    .btn-info.disabled:hover, .btn-info:disabled:hover {
        background-color: #3db9dc;
        border-color: #3db9dc;
    }

.btn-success {
    color: #fff;
    background-color: #1bb99a;
    border-color: #1bb99a;
}

    .btn-success:hover {
        color: #fff;
        background-color: #158c75;
        border-color: #13846e;
    }

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #158c75;
        border-color: #13846e;
    }

    .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #158c75;
        border-color: #13846e;
        background-image: none;
    }

        .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
            color: #fff;
            background-color: #106d5b;
            border-color: #0b4a3d;
        }

    .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
        background-color: #1bb99a;
        border-color: #1bb99a;
    }

    .btn-success.disabled:hover, .btn-success:disabled:hover {
        background-color: #1bb99a;
        border-color: #1bb99a;
    }

.btn-warning {
    color: #fff;
    background-color: #f1b53d;
    border-color: #f1b53d;
}

    .btn-warning:hover {
        color: #fff;
        background-color: #eaa211;
        border-color: #e19b10;
    }

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #eaa211;
        border-color: #e19b10;
    }

    .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #eaa211;
        border-color: #e19b10;
        background-image: none;
    }

        .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
            color: #fff;
            background-color: #c98b0e;
            border-color: #a3700c;
        }

    .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
        background-color: #f1b53d;
        border-color: #f1b53d;
    }

    .btn-warning.disabled:hover, .btn-warning:disabled:hover {
        background-color: #f1b53d;
        border-color: #f1b53d;
    }

.btn-danger {
    color: #fff;
    background-color: #ff5d48;
    border-color: #ff5d48;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #ff3015;
        border-color: #ff270b;
    }

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #ff3015;
        border-color: #ff270b;
    }

    .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #ff3015;
        border-color: #ff270b;
        background-image: none;
    }

        .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
            color: #fff;
            background-color: #f01c00;
            border-color: #c81700;
        }

    .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
        background-color: #ff5d48;
        border-color: #ff5d48;
    }

    .btn-danger.disabled:hover, .btn-danger:disabled:hover {
        background-color: #ff5d48;
        border-color: #ff5d48;
    }

.wrapper-page {
    margin: 5% auto 0 auto;
    position: relative;
}

    .wrapper-page .card-box {
        box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
        border: 5px solid #64b0f2;
    }

.m-0 {
    margin: 0 !important;
}
    
.m-b-0 {
    margin-bottom: 0 !important;
}

.wrapper-page .account-bg {
    background-color: #ffffff;
    padding: 7px;
    border-radius: 8px;
}

.account-pages {
    background: #64b0f2;
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
}

    .radio label,
    .checkbox label {
        padding-left: 1.25rem;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

        .radio label input:only-child,
        .checkbox label input:only-child {
            position: static;
        }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-top: .25rem;
        margin-left: -1.25rem;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -.25rem;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: .75rem;
    }

input[type="radio"]:disabled, input[type="radio"].disabled,
input[type="checkbox"]:disabled,
input[type="checkbox"].disabled {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label {
    cursor: not-allowed;
}

/* =============
   Checkbox and Radios
============= */
.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        padding-left: 5px;
        position: relative;
    }

        .checkbox label::before {
            -o-transition: 0.3s ease-in-out;
            -webkit-transition: 0.3s ease-in-out;
            background-color: transparent;
            border-radius: 3px;
            border: 2px solid rgba(43, 61, 81, 0.5);
            content: "";
            display: inline-block;
            height: 17px;
            left: 0;
            margin-left: -20px;
            position: absolute;
            transition: 0.3s ease-in-out;
            width: 17px;
            outline: none !important;
            margin-top: 2px;
        }

        .checkbox label::after {
            color: #2b3d51;
            display: inline-block;
            font-size: 11px;
            height: 16px;
            left: 2px;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            position: absolute;
            top: 2px;
            width: 16px;
        }

    .checkbox input[type="checkbox"] {
        cursor: pointer;
        opacity: 0;
        z-index: 1;
        outline: none !important;
    }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline-offset: -2px;
            outline: none;
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            content: '\f26b';
            font-family: 'Material-Design-Iconic-Font';
            font-weight: bold;
        }

        .checkbox input[type="checkbox"]:disabled + label::before {
            background-color: #818a91;
            cursor: not-allowed;
        }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

    .checkbox.checkbox-single label {
        height: 17px;
    }

.checkbox-custom input[type="checkbox"]:checked + label::before {
    background-color: #64b0f2;
    border-color: #64b0f2;
}

.checkbox-custom input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #039cfd;
    border-color: #039cfd;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #ff5d48;
    border-color: #ff5d48;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #3db9dc;
    border-color: #3db9dc;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f1b53d;
    border-color: #f1b53d;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #1bb99a;
    border-color: #1bb99a;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-purple input[type="checkbox"]:checked + label::before {
    background-color: #9261c6;
    border-color: #9261c6;
}

.checkbox-purple input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-pink input[type="checkbox"]:checked + label::before {
    background-color: #ff7aa3;
    border-color: #ff7aa3;
}

.checkbox-pink input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-inverse input[type="checkbox"]:checked + label::before {
    background-color: #2b3d51;
    border-color: #2b3d51;
}

.checkbox-inverse input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

/* Radios */
.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        padding-left: 5px;
        position: relative;
    }

        .radio label::before {
            -o-transition: border 0.5s ease-in-out;
            -webkit-transition: border 0.5s ease-in-out;
            border-radius: 50%;
            border: 2px solid rgba(43, 61, 81, 0.5);
            content: "";
            display: inline-block;
            height: 17px;
            left: 0;
            margin-left: -20px;
            outline: none !important;
            position: absolute;
            transition: border 0.5s ease-in-out;
            width: 17px;
            margin-top: 2px;
        }

        .radio label::after {
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -webkit-transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            background-color: #818a91;
            border-radius: 50%;
            content: " ";
            display: inline-block;
            height: 11px;
            left: 3px;
            margin-left: -20px;
            position: absolute;
            top: 5px;
            transform: scale(0, 0);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            width: 11px;
        }

    .radio input[type="radio"] {
        cursor: pointer;
        opacity: 0;
        z-index: 1;
        outline: none !important;
    }

        .radio input[type="radio"]:disabled + label {
            opacity: 0.65;
        }

        .radio input[type="radio"]:focus + label::before {
            outline-offset: -2px;
            outline: 5px auto -webkit-focus-ring-color;
            outline: thin dotted;
        }

        .radio input[type="radio"]:checked + label::after {
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled + label::before {
            cursor: not-allowed;
        }

    .radio.radio-inline {
        margin-top: 0;
    }

    .radio.radio-single label {
        height: 17px;
    }

.radio-custom input[type="radio"] + label::after {
    background-color: #64b0f2;
}

.radio-custom input[type="radio"]:checked + label::before {
    border-color: #64b0f2;
}

.radio-custom input[type="radio"]:checked + label::after {
    background-color: #64b0f2;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #039cfd;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #039cfd;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #039cfd;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #ff5d48;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #ff5d48;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #ff5d48;
}

.radio-info input[type="radio"] + label::after {
    background-color: #3db9dc;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #3db9dc;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #3db9dc;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f1b53d;
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f1b53d;
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f1b53d;
}

.radio-success input[type="radio"] + label::after {
    background-color: #1bb99a;
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #1bb99a;
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #1bb99a;
}

.radio-purple input[type="radio"] + label::after {
    background-color: #9261c6;
}

.radio-purple input[type="radio"]:checked + label::before {
    border-color: #9261c6;
}

.radio-purple input[type="radio"]:checked + label::after {
    background-color: #9261c6;
}

.radio-pink input[type="radio"] + label::after {
    background-color: #ff7aa3;
}

.radio-pink input[type="radio"]:checked + label::before {
    border-color: #ff7aa3;
}

.radio-pink input[type="radio"]:checked + label::after {
    background-color: #ff7aa3;
}

.table .radio {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.p-20 {
    padding: 20px !important;
}

.m-0 {
    margin: 0 !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-t-70 {
    margin-top: 70px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

@media (max-width: 767px) {
    .m-t-sm-40 {
        margin-top: 40px !important;
    }
}

@media (max-width: 480px) {
    .m-t-xs-40 {
        margin-top: 40px !important;
    }
}

td.compare:hover > button.compare { display: inline-block !important; }