/*------------------------------------------------------------------

[Table of contents]
- Layout CSS
- Responsive Layout CSS
- Sidebar
- Footer CSS
- Main Menu 
- Content Helpers
-   Display
-   Borders
-   Box Shadow
-   Width
-   Height
-   Line Height
-   Transformations
- Image
- Bullets
- Avatar CSS
- Search
- Apex Chart CSS
- Bootstrap Social
- Demo CSS
- Customizer CSS
- Chips CSS
- Divider CSS
- Error CSS
- widget chat
- Timeline
- CSS Breakpoints
- Basic Input CSS
- Font Sizing
- Select2 CSS
- Datatables CSS
- Pick A Date CSS
- Daterange CSS
-------------------------------------------------------------------*/
/* Template Css */
/* ----------- */
html
{
    font-size: 15px;

    height: 100%;

    letter-spacing: .01rem;
}
html body
{
    height: 100%;

    background-color: #f2f4f4;

    direction: ltr;
}
html body .content
{
    position: relative;

    min-height: calc(100% - 3.5rem);
    margin-left: 260px; 
    padding: 0;

    -webkit-transition: 300ms ease all;
            transition: 300ms ease all;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
html body .content.app-content
{
    overflow: hidden;
}
html body .content.app-content.show-overlay .content-overlay
{
    z-index: 10;

    opacity: 1;
}
html body .content.app-content.show-overlay .content-overlay ~ .header-navbar-shadow
{
    background: -webkit-linear-gradient(top, rgba(44, 48, 60, .9) 44%, rgba(44, 48, 60, .43) 73%, rgba(44, 48, 60, 0));
    background:         linear-gradient(180deg, rgba(44, 48, 60, .9) 44%, rgba(44, 48, 60, .43) 73%, rgba(44, 48, 60, 0));
}
html body .content.app-content .content-overlay
{
    position: fixed;
    z-index: -1; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    cursor: pointer;
    -webkit-transition: all .7s;
            transition: all .7s;

    opacity: 0;
    background-color: rgba(0, 0, 0, .5);
}
html body .content.app-content .content-area-wrapper
{
    position: relative; 

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: calc(100% - 5rem);
    margin: calc(5rem) 2.2rem 0;
}
html body .content.app-content .content-area-wrapper .content-wrapper
{
    height: calc(100vh - 9rem); 
    margin-top: 0;
}
html body .content .content-wrapper
{
    margin-top: 0; 
    padding: calc(2.2rem - .4rem) 2.2rem 0;
}
html body .content .content-wrapper .content-header-title
{
    margin-right: 1rem;

    color: #475f7b;
    border-right: 1px solid #828d99;
}
html body .content .content-wrapper .breadcrumb-wrapper .breadcrumb .breadcrumb-item a,
html body .content .content-wrapper .breadcrumb-wrapper .breadcrumb .breadcrumb-item a i
{
    color: #828d99;
}
html body .content .content-wrapper .breadcrumb-wrapper .breadcrumb .breadcrumb-item a:hover,
html body .content .content-wrapper .breadcrumb-wrapper .breadcrumb .breadcrumb-item a i:hover
{
    color: #041C2C;
}
html body .content .content-wrapper .breadcrumb-wrapper .breadcrumb .breadcrumb-item + .breadcrumb-item
{
    padding-left: 9px;
}
html body .content .content-wrapper .breadcrumb-wrapper .breadcrumb .breadcrumb-item + .breadcrumb-item:before
{
    padding-right: 9px; 

    color: #828d99;
}
html body.navbar-hidden .app-content .content-wrapper
{
    margin-top: 0; 
    padding: 2.2rem 2.2rem 0;
}
html body.navbar-hidden .app-content .content-area-wrapper
{
    margin-top: 2.5rem; 
    padding: 0;
}
html body.navbar-static .app-content .navbar-container
{
    padding-right: 1.2rem; 
    padding-left: 2.2rem;
}
html body.navbar-static .app-content .content-wrapper
{
    margin-top: 3px; 
    padding: 1.8rem 2.2rem 0;
}
html body.navbar-static .app-content .content-area-wrapper
{
    margin-top: 1rem;
}
html body.navbar-sticky .app-content .navbar-container
{
    padding-right: 1rem; 
    padding-left: 1.8rem;
}
html body.navbar-sticky .app-content .navbar-container .search-input .search-list.show
{
    left: 1%; 

    width: 98%;
}
html body.navbar-sticky .app-content .content-wrapper
{
    margin-top: 3rem; 
    padding: 1.8rem 2.2rem 0;
}
html body.navbar-static .navbar-container,
html body.navbar-sticky .navbar-container
{
    padding-right: 1rem; 
    padding-left: 1.8rem;
}
html body.navbar-static .navbar-container .search-input .search-list.show,
html body.navbar-sticky .navbar-container .search-input .search-list.show
{
    left: 1%; 

    width: 98%;
}
html body.fixed-footer .content.app-content
{
    margin-bottom: 3rem;
}
html body p
{
    line-height: 1.5rem;
}
html body.bg-full-screen-image
{
    background: url(../../app-assets/images/pages/auth-bg.jpg) no-repeat center center;
    background-size: cover;
}
html body.blank-page .content
{
    margin-left: 0;
}
html body.blank-page .content.app-content
{
    overflow: overlay;
    overflow-x: hidden;
}
html body.blank-page .content-wrapper
{
    margin-top: 0 !important; 
    padding: 0 !important;
}
html body.blank-page .content-wrapper .flexbox-container
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 100vh;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
html body[data-col='1-column'] .content,
html body[data-col='1-column'] .footer
{
    margin-left: 0 !important;
}
html body[data-col='1-column'] .header-navbar.fixed-top
{
    left: 0 !important;
}
html body.horizontal-layout.vertical-overlay-menu .navbar-container.main-menu-content
{
    padding: 0;
}
html .pace .pace-progress
{
    background: #041C2C;
}

.app-content.center-layout
{
    overflow: hidden;
}

i.livicon-evo,
span.livicon-evo
{
    display: inline-block;
}

/* Responsive Layout Css */
/* --------------------- */
@media (min-width: 992px)
{
    body .content-right
    {
        float: right; 

        width: calc(100% - 260px);
    }
    body .content-left
    {
        float: left; 

        width: calc(100% - 260px);
    }
    body .content-detached
    {
        width: 100%;
    }
    body .content-detached.content-right
    {
        float: right;

        margin-left: -260px;
    }
    body .content-detached.content-right .content-body
    {
        margin-left: calc(260px + 2.2rem);
    }
    body .content-detached.content-left
    {
        float: left;

        margin-right: -260px;
    }
    body .content-detached.content-left .content-body
    {
        margin-right: calc(260px + 2.2rem);
    }
    .sidebar-right.sidebar-sticky
    {
        float: right !important;

        width: 260px !important;
        margin-top: 6rem; 
        margin-left: -260px;
    }
    [data-col='content-left-sidebar'] .sticky-wrapper
    {
        float: left;
    }
}

.truncate
{
    overflow: hidden !important;

    white-space: nowrap !important; 
    text-overflow: ellipsis !important;
}

@media (max-width: 575.98px)
{
    html body .content .content-wrapper
    {
        padding: calc(2.2rem - .4rem) calc(2.2rem - 1rem) 0;
    }
}

@media (max-width: 575.98px)
{
    body.navbar-static .app-content .header-navbar .navbar-container,
    body.navbar-sticky .app-content .header-navbar .navbar-container
    {
        padding-right: .5rem; 
        padding-left: 1rem;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    html.full-screen
    {
        width: 100%;
    }
    html.full-screen .content.app-content
    {
        overflow: scroll;
        overflow-x: hidden; 

        height: 100%;
    }
}

/* Sidebar */
/* ------ */
.sidebar
{
    position: relative;

    width: 100%;
}
@media (min-width: 992px)
{
    .sidebar
    {
        vertical-align: top;
    }
}

/* Sidebar Fixed */
.sidebar-fixed
{
    position: fixed;

    overflow: scroll; 

    height: 100%;
}

/* Sidenav Overlay */
.sidenav-overlay
{
    position: fixed;
    z-index: 997;
    top: 0;
    right: 0;
    left: 0;

    display: none; 

    height: 120vh;

    background-color: rgba(0, 0, 0, .5);
}

/* Drag Target */
.drag-target
{
    position: fixed;
    z-index: 1036; 
    top: 0;
    left: -10px;

    width: 30px;
    height: 100%;
}

@media (min-width: 992px)
{
    .sidebar-left
    {
        float: left;
    }
    .sidebar-right
    {
        float: right;
    }
}

/* Footer Css */
/* ---------- */
footer.footer
{
    padding: 1rem 2.2rem;
}
footer.footer a
{
    margin-left: .3rem;

    color: #727e8c;
}
footer.footer span i
{
    position: relative;
    top: 1px; 

    color: #ff5b5c;
}

/* Fixed Footer */
body.fixed-footer footer.footer-light
{
    background: #fff;
    box-shadow: 0 8px 12px 12px rgba(25, 42, 70, .12);
}

/* Footer Hidden */
body.footer-hidden footer
{
    display: none;
}

.scroll-top
{
    position: fixed;
    z-index: 99; 
    right: 30px;
    bottom: 5%;

    display: none;

    padding: .5rem .83rem !important;
}

/* Main Menu Base */
/* -------------- */
.main-menu
{
    position: absolute;
    z-index: 1031;

    display: table-cell;
    overflow: hidden; 

    height: 100%;
}
.main-menu .ps__thumb-y
{
    background-color: #d1d7de;
}
.main-menu.menu-light
{
    color: #727e8c;
    border: #dfe3e7; 
    background: #f2f4f4;
}
.main-menu.menu-light .navigation
{
    background: #f2f4f4;
}
.main-menu.menu-light .navigation .navigation-header
{
    margin: calc(2.2rem - .5rem) 0 .5rem 1.8rem;
    padding: 0;

    letter-spacing: 1px; 

    color: #bac0c7;
}
.main-menu.menu-light .navigation li.has-sub ul
{
    margin: -7px 0 0; 
    padding: 7px 0 0;
}
.main-menu.menu-light .navigation li.has-sub ul li.has-sub ul.menu-content > li a
{
    padding: 10px 20px !important;

    -webkit-transition: all .35s ease !important;
            transition: all .35s ease !important;
}
.main-menu.menu-light .navigation li.has-sub ul li.has-sub ul.menu-content > li a:hover
{
    padding-left: 25px !important;
}
.main-menu.menu-light .navigation li a
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 10px 12px; 

    color: #8494a7;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.main-menu.menu-light .navigation > li
{
    margin: 0 1rem;

    -webkit-transition: background-color .5s ease;
            transition: background-color .5s ease;
}
.main-menu.menu-light .navigation > li.nav-item:not(.has-sub) a
{
    padding: 10px 12px;
}
.main-menu.menu-light .navigation > li.open.sidebar-group-active > a
{
    padding: 10px 15px;
}
.main-menu.menu-light .navigation > li.nav-item.open > a,
.main-menu.menu-light .navigation > li.nav-item.sidebar-group-active > a
{
    margin: 0 11px 0;
    padding: 9px 0;

    transition: transform .25s ease 0s, -webkit-transform .25s ease 0s;
}
.main-menu.menu-light .navigation > li.nav-item.open > a i,
.main-menu.menu-light .navigation > li.nav-item.sidebar-group-active > a i
{
    color: #041C2C !important;
}
.main-menu.menu-light .navigation > li.nav-item.open.has-sub.open,
.main-menu.menu-light .navigation > li.nav-item.open.has-sub.sidebar-group-active,
.main-menu.menu-light .navigation > li.nav-item.sidebar-group-active.has-sub.open,
.main-menu.menu-light .navigation > li.nav-item.sidebar-group-active.has-sub.sidebar-group-active
{
    -webkit-transition: none;
            transition: none; 

    border: 1px solid #dfe3e7;
    border-radius: .267rem;
    background-color: #fafbfb;
}
.main-menu.menu-light .navigation > li.nav-item.open.has-sub > a:not(.mm-next):after,
.main-menu.menu-light .navigation > li.nav-item.sidebar-group-active.has-sub > a:not(.mm-next):after
{
    right: 7px !important;
}
.main-menu.menu-light .navigation > li.nav-item.open .menu-content li a,
.main-menu.menu-light .navigation > li.nav-item.sidebar-group-active .menu-content li a
{
    padding: 10px 18px;
}
.main-menu.menu-light .navigation > li.nav-item.open .menu-content li > a:hover,
.main-menu.menu-light .navigation > li.nav-item.sidebar-group-active .menu-content li > a:hover
{
    padding-left: 15px !important;
}
.main-menu.menu-light .navigation > li:not(.open) > ul
{
    display: none;
}
.main-menu.menu-light .navigation > li.active:not(.sidebar-group-active) > a
{
    color: #041C2C;
    border-radius: .267rem; 
    background: #e2ecff;
}
.main-menu.menu-light .navigation > li .active > a
{
    margin-bottom: 0;
}
.main-menu.menu-light .navigation > li .active .hover
{
    background: #e7ebeb;
}
.main-menu.menu-light .navigation > li ul li > a
{
    margin: 0 11px; 
    padding: 10px 9px !important;
}
.main-menu.menu-light .navigation > li ul .has-sub:not(.open) > ul
{
    display: none;
}
.main-menu.menu-light .navigation > li ul .open > a,
.main-menu.menu-light .navigation > li ul .sidebar-group-active > a
{
    color: #727e8c;
}
.main-menu.menu-light .navigation > li ul .open > ul,
.main-menu.menu-light .navigation > li ul .sidebar-group-active > ul
{
    display: block;
}
.main-menu.menu-light .navigation > li ul .open > ul .open > ul,
.main-menu.menu-light .navigation > li ul .sidebar-group-active > ul .open > ul
{
    display: block;
}
.main-menu.menu-light .navigation > li ul .open.active,
.main-menu.menu-light .navigation > li ul .sidebar-group-active.active
{
    background-color: inherit;
}
.main-menu.menu-light .navigation > li ul .active
{
    background: #e2ecff;
}
.main-menu.menu-light .navigation > li ul .active > a
{
    color: #041C2C;
}
.main-menu.menu-light .navigation > li > ul > li:first-child > a
{
    border-top: 1px solid #dfe3e7;
}
.main-menu.menu-light .navigation > li > ul > li.active:first-child > a
{
    border-top: none;
}
.main-menu.menu-dark
{
    color: #8a99b5;
    border: #464d5c; 
    background: #1a233a;
}
.main-menu.menu-dark .navigation
{
    background: #1a233a;
}
.main-menu.menu-dark .navigation .navigation-header
{
    margin: calc(2.2rem - .5rem) 0 .5rem 1.8rem;
    padding: 0;

    letter-spacing: 1px; 

    color: #bac0c7;
}
.main-menu.menu-dark .navigation li.has-sub ul
{
    margin: -7px 0 0; 
    padding: 7px 0 0;
}
.main-menu.menu-dark .navigation li.has-sub ul li.has-sub ul.menu-content > li a
{
    padding: 10px 20px !important;

    -webkit-transition: all .35s ease !important;
            transition: all .35s ease !important;
}
.main-menu.menu-dark .navigation li.has-sub ul li.has-sub ul.menu-content > li a:hover
{
    padding-left: 25px !important;
}
.main-menu.menu-dark .navigation li a
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 10px 12px; 

    color: #8494a7;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.main-menu.menu-dark .navigation > li
{
    margin: 0 1rem;

    -webkit-transition: background-color .5s ease;
            transition: background-color .5s ease;
}
.main-menu.menu-dark .navigation > li.nav-item:not(.has-sub) a
{
    padding: 10px 12px;
}
.main-menu.menu-dark .navigation > li.open.sidebar-group-active > a
{
    padding: 10px 15px;
}
.main-menu.menu-dark .navigation > li.nav-item.open > a,
.main-menu.menu-dark .navigation > li.nav-item.sidebar-group-active > a
{
    margin: 0 11px 0;
    padding: 9px 0;

    transition: transform .25s ease 0s, -webkit-transform .25s ease 0s;
}
.main-menu.menu-dark .navigation > li.nav-item.open > a i,
.main-menu.menu-dark .navigation > li.nav-item.sidebar-group-active > a i
{
    color: #041C2C !important;
}
.main-menu.menu-dark .navigation > li.nav-item.open.has-sub.open,
.main-menu.menu-dark .navigation > li.nav-item.open.has-sub.sidebar-group-active,
.main-menu.menu-dark .navigation > li.nav-item.sidebar-group-active.has-sub.open,
.main-menu.menu-dark .navigation > li.nav-item.sidebar-group-active.has-sub.sidebar-group-active
{
    -webkit-transition: none;
            transition: none; 

    border: 1px solid #464d5c;
    border-radius: .267rem;
    background-color: #1a233a;
}
.main-menu.menu-dark .navigation > li.nav-item.open.has-sub > a:not(.mm-next):after,
.main-menu.menu-dark .navigation > li.nav-item.sidebar-group-active.has-sub > a:not(.mm-next):after
{
    right: 7px !important;
}
.main-menu.menu-dark .navigation > li.nav-item.open .menu-content li a,
.main-menu.menu-dark .navigation > li.nav-item.sidebar-group-active .menu-content li a
{
    padding: 10px 18px;
}
.main-menu.menu-dark .navigation > li.nav-item.open .menu-content li > a:hover,
.main-menu.menu-dark .navigation > li.nav-item.sidebar-group-active .menu-content li > a:hover
{
    padding-left: 15px !important;
}
.main-menu.menu-dark .navigation > li:not(.open) > ul
{
    display: none;
}
.main-menu.menu-dark .navigation > li.active:not(.sidebar-group-active) > a
{
    color: #041C2C;
    border-radius: .267rem; 
    background: #343b53;
}
.main-menu.menu-dark .navigation > li .active > a
{
    margin-bottom: 0;
}
.main-menu.menu-dark .navigation > li .active .hover
{
    background: #141b2c;
}
.main-menu.menu-dark .navigation > li ul li > a
{
    margin: 0 11px; 
    padding: 10px 9px !important;
}
.main-menu.menu-dark .navigation > li ul .has-sub:not(.open) > ul
{
    display: none;
}
.main-menu.menu-dark .navigation > li ul .open > a,
.main-menu.menu-dark .navigation > li ul .sidebar-group-active > a
{
    color: #8a99b5;
}
.main-menu.menu-dark .navigation > li ul .open > ul,
.main-menu.menu-dark .navigation > li ul .sidebar-group-active > ul
{
    display: block;
}
.main-menu.menu-dark .navigation > li ul .open > ul .open > ul,
.main-menu.menu-dark .navigation > li ul .sidebar-group-active > ul .open > ul
{
    display: block;
}
.main-menu.menu-dark .navigation > li ul .open.active,
.main-menu.menu-dark .navigation > li ul .sidebar-group-active.active
{
    background-color: inherit;
}
.main-menu.menu-dark .navigation > li ul .active
{
    background: #343b53;
}
.main-menu.menu-dark .navigation > li ul .active > a
{
    color: #041C2C;
}
.main-menu.menu-dark .navigation > li > ul > li:first-child > a
{
    border-top: 1px solid #464d5c;
}
.main-menu.menu-dark .navigation > li > ul > li.active:first-child > a
{
    border-top: none;
}
.main-menu.menu-fixed
{
    position: fixed;
    top: 0;
}
.main-menu.menu-static
{
    top: 0;

    height: auto;
    padding-bottom: calc(100% - 40rem);
}
.main-menu.menu-static .main-menu-content
{
    height: unset !important;
}
.main-menu .shadow-bottom
{
    position: absolute;
    z-index: 2;
    /* Menu Scroll Shadow */

    display: none;

    width: 100%;
    height: 60px;
    margin-top: -1.3rem;

    pointer-events: none;

    background: -webkit-linear-gradient(#f2f4f4 41%, rgba(255, 255, 255, .11) 95%, rgba(255, 255, 255, 0));
    background:         linear-gradient(#f2f4f4 41%, rgba(255, 255, 255, .11) 95%, rgba(255, 255, 255, 0)); 

    -webkit-filter: blur(5px);
            filter: blur(5px);
}
.main-menu .navbar-header
{
    position: relative;
    z-index: 3; 

    width: 260px;
    height: 100%;
    height: 4.6rem;
    padding: .35rem 1.45rem .3rem 1.3rem;

    cursor: pointer;
    -webkit-transition: 300ms ease all;
            transition: 300ms ease all;
}
.main-menu .navbar-header .navbar-brand
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: .75rem;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.main-menu .navbar-header .navbar-brand .brand-logo
{
    float: left;

    width: 35px;
    height: 27px;
    margin-top: .2rem;
    margin-left: 3px; 

    background: url('../../app-assets/images/logo/frest-logo.png') no-repeat;
    background-position: -65px -54px;
}
.main-menu .navbar-header .navbar-brand .brand-text
{
    font-size: 1.5rem;
    font-weight: 500;

    float: left;

    padding-left: .7rem;

    -webkit-animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein;
            animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein; 
    letter-spacing: .04rem;

    color: #041C2C;
}
.main-menu .navbar-header .modern-nav-toggle
{
    margin: .75rem 0 0; 

    -webkit-animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein;
            animation: .3s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 fadein;
}
.main-menu .main-menu-content
{
    position: relative; 

    height: calc(100% - 6rem) !important;
}
.main-menu ul
{
    margin: 0;
    padding: 0; 

    list-style: none;
}
.main-menu ul.navigation-main
{
    overflow-x: hidden;
}

/* Main Navigation */
.navigation
{
    font-family: 'Rubik', Helvetica, Arial, serif;

    overflow-y: hidden;

    padding-bottom: 20px;
}
.navigation .navigation-header
{
    font-size: .8rem;

    padding: 12px 22px;

    text-transform: uppercase;
}
.navigation li
{
    position: relative;

    white-space: nowrap;
}
.navigation li a
{
    display: block;
    overflow: hidden; 

    text-overflow: ellipsis;
}
.navigation li.disabled a
{
    cursor: not-allowed;
}

.dropdown-notification
{
    padding: 13px 0;
}
.dropdown-notification .nav-link-label
{
    position: relative;
}
.dropdown-notification .media-heading
{
    font-size: .8rem; 

    margin-bottom: .2rem;
}
.dropdown-notification .notification-text
{
    font-size: smaller;

    margin-bottom: .5rem;

    color: #828d99;
}
.dropdown-notification .notification-tag
{
    position: relative;
    top: -4px;
}
.dropdown-notification .dropdown-menu.dropdown-menu-right
{
    right: -2px;

    padding: 0;
}
.dropdown-notification .dropdown-menu.dropdown-menu-right::before
{
    border-color: #041C2C; 
    background: #041C2C;
}
.dropdown-notification .dropdown-menu.dropdown-menu-right .scrollable-container .read-notification
{
    background-color: #f2f4f4;
}
.dropdown-notification .dropdown-menu-header
{
    border-top-left-radius: .267rem;
    border-top-right-radius: .267rem;
    background: #041C2C;
}
.dropdown-notification .dropdown-menu-header .dropdown-header
{
    color: #fff;
}

body.menu-collapsed .menu-static
{
    padding-bottom: calc(100% - 14rem);
}

@media (max-width: 767.98px)
{
    .menu-hide .main-menu,
    .menu-open .main-menu
    {
        -webkit-transition: top .35s, height .35s, -webkit-transform .25s;
                transition: top .35s, height .35s, -webkit-transform .25s;
                transition: transform .25s, top .35s, height .35s;
                transition: transform .25s, top .35s, height .35s, -webkit-transform .25s;
    }
    .main-menu
    {
        -webkit-transform: translate3d(-240px, 0, 0);
                transform: translate3d(-240px, 0, 0);

        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-perspective: 1000;
                perspective: 1000;
    }
    .menu-open .main-menu
    {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@media (min-width: 768px)
{
    .drag-target
    {
        z-index: 0;
    }
}

body.fixed-footer .main-menu.menu-fixed
{
    height: 100%;
}

@media (max-width: 992px)
{
    body .main-menu.menu-static
    {
        padding-bottom: 100%;
    }
}

/* Content Helpers */
/* --------------- */
/* Display */
.display-inline
{
    display: inline !important;
}

.display-block
{
    display: block !important;
}

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

.display-hidden
{
    display: none !important;
}

.display-table-cell
{
    display: table-cell !important;
}

.position-top-0
{
    top: 0;
}

.position-right-0
{
    right: 0;
}

.position-bottom-0
{
    bottom: 0;
}

.position-left-0
{
    left: 0;
}

.zindex-1
{
    z-index: 1 !important;
}

.zindex-2
{
    z-index: 2 !important;
}

.zindex-3
{
    z-index: 3 !important;
}

.zindex-4
{
    z-index: 4 !important;
}

.zindex-0
{
    z-index: 0 !important;
}

.zindex-minus-1
{
    z-index: -1 !important;
}

.zindex-minus-2
{
    z-index: -2 !important;
}

.zindex-minus-3
{
    z-index: -3 !important;
}

.zindex-minus-4
{
    z-index: -4 !important;
}

.no-edge-top
{
    top: 0 !important;
}

.no-edge-bottom
{
    bottom: 0 !important;
}

.no-edge-left
{
    left: 0 !important;
}

.no-edge-right
{
    right: 0 !important;
}

.cursor-pointer
{
    cursor: pointer;
}

.cursor-move
{
    cursor: move;
}

.cursor-default
{
    cursor: default;
}

.cursor-progress
{
    cursor: progress;
}

.cursor-not-allowed
{
    cursor: not-allowed;
}

.overflow-hidden
{
    overflow: hidden;
}

.overflow-visible
{
    overflow: visible;
}

.overflow-auto
{
    overflow: auto;
}

.overflow-scroll
{
    overflow: scroll;
}

.overflow-x-scroll
{
    overflow: scroll;
}

.overflow-y-scroll
{
    overflow: scroll;
}

.bullets-inside
{
    list-style: inside;
}

.list-style-circle
{
    list-style: circle;
}

.list-style-square
{
    list-style: square;
}

.list-style-icons
{
    margin-left: 0;
    padding-left: 10px;

    list-style: none;
}
.list-style-icons > li i
{
    float: left;

    width: 1em;
    margin: 0 6px 0 0;
}

/* Borders */
.border
{
    border: 1px solid;
}

.border-top
{
    border-top: 1px solid;
}

.border-bottom
{
    border-bottom: 1px solid;
}

.border-left
{
    border-left: 1px solid;
}

.border-right
{
    border-right: 1px solid;
}

/* Border Widths */
.border-2
{
    border-width: 2px !important;
}

.border-top-2
{
    border-top-width: 2px !important;
}

.border-bottom-2
{
    border-bottom-width: 2px !important;
}

.border-left-2
{
    border-left-width: 2px !important;
}

.border-right-2
{
    border-right-width: 2px !important;
}

.border-3
{
    border-width: 3px !important;
}

.border-top-3
{
    border-top-width: 3px !important;
}

.border-bottom-3
{
    border-bottom-width: 3px !important;
}

.border-left-3
{
    border-left-width: 3px !important;
}

.border-right-3
{
    border-right-width: 3px !important;
}

/* No Border Radius */
.no-border-top-radius
{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.no-border-bottom-radius
{
    border-bottom-right-radius: 0 !important; 
    border-bottom-left-radius: 0 !important;
}

.no-border-top-left-radius
{
    border-top-left-radius: 0 !important;
}

.no-border-top-right-radius
{
    border-top-right-radius: 0 !important;
}

.no-border-bottom-left-radius
{
    border-bottom-left-radius: 0 !important;
}

.no-border-bottom-right-radius
{
    border-bottom-right-radius: 0 !important;
}

/* Box Shadow */
.box-shadow-0
{
    box-shadow: none !important;
}

.box-shadow-1
{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.box-shadow-2
{
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

.box-shadow-3
{
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
}

.box-shadow-4
{
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .22), 0 25px 55px 0 rgba(0, 0, 0, .21);
}

.box-shadow-5
{
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, .2), 0 40px 77px 0 rgba(0, 0, 0, .22);
}

.box-shadow-6
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.fit
{
    max-width: 100% !important;
}

.half-width
{
    width: 50% !important;
}

.full-width
{
    width: 100% !important;
}

.full-height
{
    height: 100% !important;
}

/* Fixed Widths */
.width-50
{
    width: 50px !important;
}

.width-100
{
    width: 100px !important;
}

.width-150
{
    width: 150px !important;
}

.width-200
{
    width: 200px !important;
}

.width-250
{
    width: 250px !important;
}

.width-300
{
    width: 300px !important;
}

.width-350
{
    width: 350px !important;
}

.width-400
{
    width: 400px !important;
}

.width-450
{
    width: 450px !important;
}

.width-500
{
    width: 500px !important;
}

.width-550
{
    width: 550px !important;
}

.width-600
{
    width: 600px !important;
}

.width-650
{
    width: 650px !important;
}

.width-700
{
    width: 700px !important;
}

.width-750
{
    width: 750px !important;
}

.width-800
{
    width: 800px !important;
}

/* Width In % */
.width-5-per
{
    width: 5% !important;
}

.width-10-per
{
    width: 10% !important;
}

.width-15-per
{
    width: 15% !important;
}

.width-20-per
{
    width: 20% !important;
}

.width-25-per
{
    width: 25% !important;
}

.width-30-per
{
    width: 30% !important;
}

.width-35-per
{
    width: 35% !important;
}

.width-40-per
{
    width: 40% !important;
}

.width-45-per
{
    width: 45% !important;
}

.width-50-per
{
    width: 50% !important;
}

.width-55-per
{
    width: 55% !important;
}

.width-60-per
{
    width: 60% !important;
}

.width-65-per
{
    width: 65% !important;
}

.width-70-per
{
    width: 70% !important;
}

.width-75-per
{
    width: 75% !important;
}

.width-80-per
{
    width: 80% !important;
}

.width-90-per
{
    width: 90% !important;
}

.width-95-per
{
    width: 95% !important;
}

/*Fixed Height In Px */
.height-50
{
    height: 50px !important;
}

.height-75
{
    height: 75px !important;
}

.height-100
{
    height: 100px !important;
}

.height-150
{
    height: 150px !important;
}

.height-200
{
    height: 200px !important;
}

.height-250
{
    height: 250px !important;
}

.height-300
{
    height: 300px !important;
}

.height-350
{
    height: 350px !important;
}

.height-400
{
    height: 400px !important;
}

.height-450
{
    height: 450px !important;
}

.height-500
{
    height: 500px !important;
}

.height-550
{
    height: 550px !important;
}

.height-600
{
    height: 600px !important;
}

.height-650
{
    height: 650px !important;
}

.height-700
{
    height: 700px !important;
}

.height-750
{
    height: 750px !important;
}

.height-800
{
    height: 800px !important;
}

/*Fixed Height In % */
.height-5-per
{
    height: 5% !important;
}

.height-10-per
{
    height: 10% !important;
}

.height-15-per
{
    height: 15% !important;
}

.height-20-per
{
    height: 20% !important;
}

.height-25-per
{
    height: 25% !important;
}

.height-30-per
{
    height: 30% !important;
}

.height-35-per
{
    height: 35% !important;
}

.height-40-per
{
    height: 40% !important;
}

.height-45-per
{
    height: 45% !important;
}

.height-50-per
{
    height: 50% !important;
}

.height-55-per
{
    height: 55% !important;
}

.height-60-per
{
    height: 60% !important;
}

.height-65-per
{
    height: 65% !important;
}

.height-70-per
{
    height: 70% !important;
}

.height-75-per
{
    height: 75% !important;
}

.height-80-per
{
    height: 80% !important;
}

/* Vh Height */
.full-height-vh-with-nav
{
    height: calc(100vh - 5rem - 4rem);
}

.full-height-vh
{
    height: 100vh;
}

/* Line Height */
.line-height-1
{
    line-height: 1 !important;
}

.line-height-2
{
    line-height: 2 !important;
}

/* Transformations */
.rotate-45
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.rotate-45-inverse
{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.rotate-90
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.rotate-90-inverse
{
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.rotate-180
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.rotate-180-inverse
{
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

/* Pull The Element */
.pull-up
{
    -webkit-transition: all .25s ease;
            transition: all .25s ease;
}
.pull-up:hover
{
    z-index: 30; 

    -webkit-transform: translateY(-4px) scale(1.02);
        -ms-transform: translateY(-4px) scale(1.02);
            transform: translateY(-4px) scale(1.02);

    box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
}

/* Image */
/* ----- */
/*Background Image */
.bg-cover
{
    background-size: cover !important;
}

.background-repeat
{
    background-repeat: repeat !important;
}

.background-no-repeat
{
    background-repeat: no-repeat !important;
}

.img-xl
{
    width: 64px !important;
    height: 64px !important;
}

.img-lg
{
    width: 44px !important;
    height: 44px !important;
}

.img-sm
{
    width: 36px !important;
    height: 36px !important;
}

.img-xs
{
    width: 32px !important;
    height: 32px !important;
}

/* Bullets */
.bullet
{
    display: inline-block; 

    width: 16px;
    height: 16px;

    border-radius: 50%;
}
.bullet.bullet-xs
{
    position: relative;
    top: -1px; 

    width: 8px;
    height: 8px;
}
.bullet.bullet-sm
{
    width: 10px;
    height: 10px;
}
.bullet.bullet-lg
{
    width: 18px;
    height: 18rem;
}

/* Avatar Css */
/* ---------- */
.avatar
{
    font-size: .8rem;

    position: relative;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    margin: 5px; 

    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;

    color: #fff;
    border-radius: 50%;
    background-color: #c3c3c3;
}
.avatar .avatar-content
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 32px;
    height: 32px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.avatar .avatar-content .avatar-icon
{
    font-size: 1.2rem;
}
.avatar [class*='avatar-status-']
{
    position: absolute;
    right: 0;
    bottom: 0;

    width: 11px;
    height: 11px;

    border: 1px solid #fff; 
    border-radius: 50%;
}
.avatar [class*='avatar-status-'].avatar-status-lg
{
    width: 17px;
    height: 17px;

    border-width: 2px;
}
.avatar .avatar-status-online
{
    background-color: #39da8a;
}
.avatar .avatar-status-busy
{
    background-color: #ff5b5c;
}
.avatar .avatar-status-away
{
    background-color: #fdac41;
}
.avatar .avatar-status-offline
{
    background-color: #475f7b;
}
.avatar img
{
    border-radius: 50%;
}
.avatar.avatar-xl
{
    font-size: 1.5rem;
}
.avatar.avatar-xl img
{
    width: 70px;
    height: 70px;
}
.avatar.avatar-xl .avatar-content
{
    width: 70px; 
    height: 70px;
}
.avatar.avatar-xl .avatar-content .avatar-icon
{
    font-size: 3rem;
}
.avatar.avatar-lg
{
    font-size: 1.2rem;
}
.avatar.avatar-lg img
{
    width: 50px;
    height: 50px;
}
.avatar.avatar-lg .avatar-content
{
    width: 50px;
    height: 50px;
}
.avatar.avatar-lg .avatar-content .avatar-icon
{
    font-size: 2rem;
}
.avatar.avatar-sm .avatar-content
{
    width: 24px;
    height: 24px;
}
.avatar.avatar-sm .avatar-content .avatar-icon
{
    font-size: 1rem;
}
.avatar.avatar-sm img
{
    width: 24px;
    height: 24px;
}

/* Search */
/* ------ */
.navbar-container a.nav-link-search
{
    float: left;
}

.navbar-container .search-input
{
    float: left;

    width: 0;
}
.navbar-container .search-input input
{
    line-height: 16px;

    width: 0;
    padding: 1.7rem 3.6rem; 

    border: none;
    background: none;
}
.navbar-container .search-input.open
{
    position: absolute;
    z-index: 1001;
    top: 0;
    right: 0;
    left: 0;

    width: 100%;
    margin-top: -1px;

    background: #fff;
    box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, .13);
}
.navbar-container .search-input.open .search-input-close,
.navbar-container .search-input.open .search-input-icon
{
    display: block;
}
.navbar-container .search-input.open input
{
    width: 100%;

    outline: none;
    background: none;
}
.navbar-container .search-input .search-list
{
    position: absolute;
    top: 100%;
    left: 0;

    display: none; 

    width: 100%;
    margin-top: .5rem;
    padding-left: 0;

    border-radius: .267rem;
    background: #fff;
}
.navbar-container .search-input .search-list.show
{
    display: block;
}
.navbar-container .search-input .search-list li a
{
    padding: .9rem 1rem;

    color: #727e8c;
}
.navbar-container .search-input .search-list li a span[class*='bx bx-']
{
    font-size: 1.25rem;
}
.navbar-container .search-input .search-list li:first-child
{
    border-top-left-radius: .267rem;
    border-top-right-radius: .267rem;
}
.navbar-container .search-input .search-list li:last-child
{
    border-bottom-right-radius: .267rem; 
    border-bottom-left-radius: .267rem;
}
.navbar-container .search-input .search-list li:hover,
.navbar-container .search-input .search-list li.current_item
{
    background-color: #f2f4f4;
}
.navbar-container .search-input .search-input-icon
{
    position: absolute;
    z-index: 2;
    z-index: 1002;
    top: 37%;
    left: 1.5rem;

    display: none;

    cursor: pointer;
}
.navbar-container .search-input .search-input-icon i
{
    font-size: 1.25rem;
}
.navbar-container .search-input .search-input-close
{
    position: absolute;
    z-index: 1001;
    top: 32%;
    right: 2rem;

    display: none;

    cursor: pointer;
}
.navbar-container .search-input .search-input-close i
{
    font-size: 1.75rem;
}

.navbar-container .bookmark-input
{
    position: absolute;

    display: none; 

    width: 25%;
}
.navbar-container .bookmark-input.show
{
    display: block;
}
.navbar-container .bookmark-input .bookmark-input-icon
{
    position: absolute;
    z-index: 1001;
    top: .65rem;
    left: 1rem;
}
.navbar-container .bookmark-input input
{
    width: 100%;
    padding: .7rem .7rem .7rem 2.5rem;

    border: 1px solid rgba(0, 0, 0, .2); 
    background: #fff;
}
.navbar-container .bookmark-input input:focus
{
    border: 1px solid #041C2C;
}
.navbar-container .bookmark-input .search-list
{
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.navbar-container .bookmark-icon
{
    cursor: pointer;
}

.navbar-container .dropdown.bookmark-dropdown
{
    padding: 1.4rem .5rem 1.35rem;
}
.navbar-container .dropdown.bookmark-dropdown .dropdown-toggle:after
{
    display: none;
}

.navbar-dark .search-input .input,
.navbar-semi-light .search-input .input
{
    color: #f5f7fa;
    border-radius: .5rem;
}

.navbar-dark .search-input.open .input,
.navbar-semi-light .search-input.open .input
{
    color: #f5f7fa;
    border: 1px solid #f5f7fa;
}

@media (max-width: 767.98px)
{
    #navbar-mobile .search-input.open .input
    {
        color: #475f7b;
    }
}

/* static navbar search */
body.navbar-static .navbar-container .search-input.open
{
    border-radius: 0;
}

/* Apex chart css */
/* -------------- */
.apexcharts-canvas .apexcharts-tooltip
{
    color: #727e8c !important;
}
.apexcharts-canvas .apexcharts-tooltip.dark
{
    color: #fff !important;
}

.apexcharts-canvas .apexcharts-toolbar .apexcharts-menu .apexcharts-menu-item
{
    color: #727e8c;
}

.apexcharts-xaxistooltip
{
    color: #727e8c !important;
}

#client-retention-chart .apexcharts-canvas .apexcharts-legend
{
    left: -14px !important;
}

/* Bootstrap Social */
/* ---------------- */
.btn-social,
.btn-social-icon
{
    position: relative;

    overflow: hidden;

    padding-left: 3rem;

    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.btn-social > :first-child,
.btn-social-icon > :first-child
{
    font-size: 1rem;
    line-height: 2.5rem;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 3rem;

    text-align: center;

    border-right: 1px solid rgba(0, 0, 0, .2);
}

.btn-social-icon
{
    width: 3rem;
    height: 3rem;
    padding: 0;
}
.btn-social-icon > :first-child
{
    width: 100% !important; 

    text-align: center;

    border: none;
}

/* Social Button */
.btn-adn
{
    color: #fff;
    border-color: #fff; 
    background-color: #d87a68;
    background-color: #d87a68;
}
.btn-adn:hover
{
    color: #fff;
    border-color: #d87a68; 
    background-color: #d87a68;
}
.btn-adn:focus,
.btn-adn.focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}
.btn-adn.disabled,
.btn-adn:disabled
{
    color: #fff;
    border-color: #fff; 
    background-color: #d87a68;
}
.btn-adn:not(:disabled):not(.disabled):active,
.btn-adn:not(:disabled):not(.disabled).active,
.show > .btn-adn.dropdown-toggle
{
    color: #fff;
    border-color: #dfdfdf; 
    background-color: #ce563f;
}
.btn-adn:not(:disabled):not(.disabled):active:focus,
.btn-adn:not(:disabled):not(.disabled).active:focus,
.show > .btn-adn.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}

.btn-bitbucket
{
    color: #fff;
    border-color: #fff; 
    background-color: #205081;
    background-color: #205081;
}
.btn-bitbucket:hover
{
    color: #fff;
    border-color: #205081; 
    background-color: #205081;
}
.btn-bitbucket:focus,
.btn-bitbucket.focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}
.btn-bitbucket.disabled,
.btn-bitbucket:disabled
{
    color: #fff;
    border-color: #fff; 
    background-color: #205081;
}
.btn-bitbucket:not(:disabled):not(.disabled):active,
.btn-bitbucket:not(:disabled):not(.disabled).active,
.show > .btn-bitbucket.dropdown-toggle
{
    color: #fff;
    border-color: #dfdfdf; 
    background-color: #163758;
}
.btn-bitbucket:not(:disabled):not(.disabled):active:focus,
.btn-bitbucket:not(:disabled):not(.disabled).active:focus,
.show > .btn-bitbucket.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}

.btn-dropbox
{
    color: #fff;
    border-color: #fff; 
    background-color: #1087dd;
    background-color: #1087dd;
}
.btn-dropbox:hover
{
    color: #fff;
    border-color: #1087dd; 
    background-color: #1087dd;
}
.btn-dropbox:focus,
.btn-dropbox.focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}
.btn-dropbox.disabled,
.btn-dropbox:disabled
{
    color: #fff;
    border-color: #fff; 
    background-color: #1087dd;
}
.btn-dropbox:not(:disabled):not(.disabled):active,
.btn-dropbox:not(:disabled):not(.disabled).active,
.show > .btn-dropbox.dropdown-toggle
{
    color: #fff;
    border-color: #dfdfdf; 
    background-color: #0d6aad;
}
.btn-dropbox:not(:disabled):not(.disabled):active:focus,
.btn-dropbox:not(:disabled):not(.disabled).active:focus,
.show > .btn-dropbox.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}

.btn-facebook
{
    color: #fff;
    border-color: #fff; 
    background-color: #3b5998;
    background-color: #3b5998;
}
.btn-facebook:hover
{
    color: #fff;
    border-color: #3b5998; 
    background-color: #3b5998;
}
.btn-facebook:focus,
.btn-facebook.focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}
.btn-facebook.disabled,
.btn-facebook:disabled
{
    color: #fff;
    border-color: #fff; 
    background-color: #3b5998;
}
.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook:not(:disabled):not(.disabled).active,
.show > .btn-facebook.dropdown-toggle
{
    color: #fff;
    border-color: #dfdfdf; 
    background-color: #2d4373;
}
.btn-facebook:not(:disabled):not(.disabled):active:focus,
.btn-facebook:not(:disabled):not(.disabled).active:focus,
.show > .btn-facebook.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}

.btn-flickr
{
    color: #fff;
    border-color: #fff; 
    background-color: #ff0084;
    background-color: #ff0084;
}
.btn-flickr:hover
{
    color: #fff;
    border-color: #ff0084; 
    background-color: #ff0084;
}
.btn-flickr:focus,
.btn-flickr.focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}
.btn-flickr.disabled,
.btn-flickr:disabled
{
    color: #fff;
    border-color: #fff; 
    background-color: #ff0084;
}
.btn-flickr:not(:disabled):not(.disabled):active,
.btn-flickr:not(:disabled):not(.disabled).active,
.show > .btn-flickr.dropdown-toggle
{
    color: #fff;
    border-color: #dfdfdf; 
    background-color: #cc006a;
}
.btn-flickr:not(:disabled):not(.disabled):active:focus,
.btn-flickr:not(:disabled):not(.disabled).active:focus,
.show > .btn-flickr.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}

.btn-foursquare
{
    color: #fff;
    border-color: #fff; 
    background-color: #f94877;
    background-color: #f94877;
}
.btn-foursquare:hover
{
    color: #fff;
    border-color: #f94877; 
    background-color: #f94877;
}
.btn-foursquare:focus,
.btn-foursquare.focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}
.btn-foursquare.disabled,
.btn-foursquare:disabled
{
    color: #fff;
    border-color: #fff; 
    background-color: #f94877;
}
.btn-foursquare:not(:disabled):not(.disabled):active,
.btn-foursquare:not(:disabled):not(.disabled).active,
.show > .btn-foursquare.dropdown-toggle
{
    color: #fff;
    border-color: #dfdfdf; 
    background-color: #f71752;
}
.btn-foursquare:not(:disabled):not(.disabled):active:focus,
.btn-foursquare:not(:disabled):not(.disabled).active:focus,
.show > .btn-foursquare.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}

.btn-github
{
    color: #fff;
    border-color: #fff; 
    background-color: #444;
    background-color: #444;
}
.btn-github:hover
{
    color: #fff;
    border-color: #444; 
    background-color: #444;
}
.btn-github:focus,
.btn-github.focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}
.btn-github.disabled,
.btn-github:disabled
{
    color: #fff;
    border-color: #fff; 
    background-color: #444;
}
.btn-github:not(:disabled):not(.disabled):active,
.btn-github:not(:disabled):not(.disabled).active,
.show > .btn-github.dropdown-toggle
{
    color: #fff;
    border-color: #dfdfdf; 
    background-color: #2b2b2b;
}
.btn-github:not(:disabled):not(.disabled):active:focus,
.btn-github:not(:disabled):not(.disabled).active:focus,
.show > .btn-github.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}

.btn-google
{
    color: #fff;
    border-color: #fff; 
    background-color: #dd4b39;
    background-color: #dd4b39;
}
.btn-google:hover
{
    color: #fff;
    border-color: #dd4b39; 
    background-color: #dd4b39;
}
.btn-google:focus,
.btn-google.focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}
.btn-google.disabled,
.btn-google:disabled
{
    color: #fff;
    border-color: #fff; 
    background-color: #dd4b39;
}
.btn-google:not(:disabled):not(.disabled):active,
.btn-google:not(:disabled):not(.disabled).active,
.show > .btn-google.dropdown-toggle
{
    color: #fff;
    border-color: #dfdfdf; 
    background-color: #c23321;
}
.btn-google:not(:disabled):not(.disabled):active:focus,
.btn-google:not(:disabled):not(.disabled).active:focus,
.show > .btn-google.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}

.btn-instagram
{
    color: #fff;
    border-color: #fff; 
    background-color: #3f729b;
    background-color: #3f729b;
}
.btn-instagram:hover
{
    color: #fff;
    border-color: #3f729b; 
    background-color: #3f729b;
}
.btn-instagram:focus,
.btn-instagram.focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}
.btn-instagram.disabled,
.btn-instagram:disabled
{
    color: #fff;
    border-color: #fff; 
    background-color: #3f729b;
}
.btn-instagram:not(:disabled):not(.disabled):active,
.btn-instagram:not(:disabled):not(.disabled).active,
.show > .btn-instagram.dropdown-toggle
{
    color: #fff;
    border-color: #dfdfdf; 
    background-color: #305777;
}
.btn-instagram:not(:disabled):not(.disabled):active:focus,
.btn-instagram:not(:disabled):not(.disabled).active:focus,
.show > .btn-instagram.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}

.btn-linkedin
{
    color: #fff;
    border-color: #fff; 
    background-color: #007bb6;
    background-color: #007bb6;
}
.btn-linkedin:hover
{
    color: #fff;
    border-color: #007bb6; 
    background-color: #007bb6;
}
.btn-linkedin:focus,
.btn-linkedin.focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}
.btn-linkedin.disabled,
.btn-linkedin:disabled
{
    color: #fff;
    border-color: #fff; 
    background-color: #007bb6;
}
.btn-linkedin:not(:disabled):not(.disabled):active,
.btn-linkedin:not(:disabled):not(.disabled).active,
.show > .btn-linkedin.dropdown-toggle
{
    color: #fff;
    border-color: #dfdfdf; 
    background-color: #005983;
}
.btn-linkedin:not(:disabled):not(.disabled):active:focus,
.btn-linkedin:not(:disabled):not(.disabled).active:focus,
.show > .btn-linkedin.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}

.btn-microsoft
{
    color: #fff;
    border-color: #fff; 
    background-color: #2672ec;
    background-color: #2672ec;
}
.btn-microsoft:hover
{
    color: #fff;
    border-color: #2672ec; 
    background-color: #2672ec;
}
.btn-microsoft:focus,
.btn-microsoft.focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}
.btn-microsoft.disabled,
.btn-microsoft:disabled
{
    color: #fff;
    border-color: #fff; 
    background-color: #2672ec;
}
.btn-microsoft:not(:disabled):not(.disabled):active,
.btn-microsoft:not(:disabled):not(.disabled).active,
.show > .btn-microsoft.dropdown-toggle
{
    color: #fff;
    border-color: #dfdfdf; 
    background-color: #125acd;
}
.btn-microsoft:not(:disabled):not(.disabled):active:focus,
.btn-microsoft:not(:disabled):not(.disabled).active:focus,
.show > .btn-microsoft.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}

.btn-odnoklassniki
{
    color: #fff;
    border-color: #fff; 
    background-color: #f4731c;
    background-color: #f4731c;
}
.btn-odnoklassniki:hover
{
    color: #fff;
    border-color: #f4731c; 
    background-color: #f4731c;
}
.btn-odnoklassniki:focus,
.btn-odnoklassniki.focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}
.btn-odnoklassniki.disabled,
.btn-odnoklassniki:disabled
{
    color: #fff;
    border-color: #fff; 
    background-color: #f4731c;
}
.btn-odnoklassniki:not(:disabled):not(.disabled):active,
.btn-odnoklassniki:not(:disabled):not(.disabled).active,
.show > .btn-odnoklassniki.dropdown-toggle
{
    color: #fff;
    border-color: #dfdfdf; 
    background-color: #d35b0a;
}
.btn-odnoklassniki:not(:disabled):not(.disabled):active:focus,
.btn-odnoklassniki:not(:disabled):not(.disabled).active:focus,
.show > .btn-odnoklassniki.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}

.btn-openid
{
    color: #324356;
    border-color: #fff; 
    background-color: #f7931e;
    background-color: #f7931e;
}
.btn-openid:hover
{
    color: #324356;
    border-color: #f7931e; 
    background-color: #f7931e;
}
.btn-openid:focus,
.btn-openid.focus
{
    box-shadow: 0 0 0 .2rem rgba(224, 227, 230, .5);
}
.btn-openid.disabled,
.btn-openid:disabled
{
    color: #324356;
    border-color: #fff; 
    background-color: #f7931e;
}
.btn-openid:not(:disabled):not(.disabled):active,
.btn-openid:not(:disabled):not(.disabled).active,
.show > .btn-openid.dropdown-toggle
{
    color: #fff;
    border-color: #dfdfdf; 
    background-color: #da7908;
}
.btn-openid:not(:disabled):not(.disabled):active:focus,
.btn-openid:not(:disabled):not(.disabled).active:focus,
.show > .btn-openid.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(224, 227, 230, .5);
}

.btn-pinterest
{
    color: #fff;
    border-color: #fff; 
    background-color: #cb2027;
    background-color: #cb2027;
}
.btn-pinterest:hover
{
    color: #fff;
    border-color: #cb2027; 
    background-color: #cb2027;
}
.btn-pinterest:focus,
.btn-pinterest.focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}
.btn-pinterest.disabled,
.btn-pinterest:disabled
{
    color: #fff;
    border-color: #fff; 
    background-color: #cb2027;
}
.btn-pinterest:not(:disabled):not(.disabled):active,
.btn-pinterest:not(:disabled):not(.disabled).active,
.show > .btn-pinterest.dropdown-toggle
{
    color: #fff;
    border-color: #dfdfdf; 
    background-color: #9f191f;
}
.btn-pinterest:not(:disabled):not(.disabled):active:focus,
.btn-pinterest:not(:disabled):not(.disabled).active:focus,
.show > .btn-pinterest.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}

.btn-youtube
{
    color: #324356;
    border-color: #000; 
    background-color: #eff7ff;
    background-color: #eff7ff;
}
.btn-youtube:hover
{
    color: #fff;
    border-color: #000; 
    background-color: #000;
}
.btn-youtube:focus,
.btn-youtube.focus
{
    box-shadow: 0 0 0 .2rem rgba(8, 10, 13, .5);
}
.btn-youtube.disabled,
.btn-youtube:disabled
{
    color: #324356;
    border-color: #000; 
    background-color: #eff7ff;
}
.btn-youtube:not(:disabled):not(.disabled):active,
.btn-youtube:not(:disabled):not(.disabled).active,
.show > .btn-youtube.dropdown-toggle
{
    color: #324356;
    border-color: black; 
    background-color: #bcdeff;
}
.btn-youtube:not(:disabled):not(.disabled):active:focus,
.btn-youtube:not(:disabled):not(.disabled).active:focus,
.show > .btn-youtube.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(8, 10, 13, .5);
}

.btn-soundcloud
{
    color: #fff;
    border-color: #fff; 
    background-color: #f50;
    background-color: #f50;
}
.btn-soundcloud:hover
{
    color: #fff;
    border-color: #f50; 
    background-color: #f50;
}
.btn-soundcloud:focus,
.btn-soundcloud.focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}
.btn-soundcloud.disabled,
.btn-soundcloud:disabled
{
    color: #fff;
    border-color: #fff; 
    background-color: #f50;
}
.btn-soundcloud:not(:disabled):not(.disabled):active,
.btn-soundcloud:not(:disabled):not(.disabled).active,
.show > .btn-soundcloud.dropdown-toggle
{
    color: #fff;
    border-color: #dfdfdf; 
    background-color: #c40;
}
.btn-soundcloud:not(:disabled):not(.disabled):active:focus,
.btn-soundcloud:not(:disabled):not(.disabled).active:focus,
.show > .btn-soundcloud.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}

.btn-tumblr
{
    color: #fff;
    border-color: #fff; 
    background-color: #2c4762;
    background-color: #2c4762;
}
.btn-tumblr:hover
{
    color: #fff;
    border-color: #2c4762; 
    background-color: #2c4762;
}
.btn-tumblr:focus,
.btn-tumblr.focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}
.btn-tumblr.disabled,
.btn-tumblr:disabled
{
    color: #fff;
    border-color: #fff; 
    background-color: #2c4762;
}
.btn-tumblr:not(:disabled):not(.disabled):active,
.btn-tumblr:not(:disabled):not(.disabled).active,
.show > .btn-tumblr.dropdown-toggle
{
    color: #fff;
    border-color: #dfdfdf; 
    background-color: #1c2e3f;
}
.btn-tumblr:not(:disabled):not(.disabled):active:focus,
.btn-tumblr:not(:disabled):not(.disabled).active:focus,
.show > .btn-tumblr.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}

.btn-twitter
{
    color: #324356;
    border-color: #fff; 
    background-color: #55acee;
    background-color: #55acee;
}
.btn-twitter:hover
{
    color: #324356;
    border-color: #55acee; 
    background-color: #55acee;
}
.btn-twitter:focus,
.btn-twitter.focus
{
    box-shadow: 0 0 0 .2rem rgba(224, 227, 230, .5);
}
.btn-twitter.disabled,
.btn-twitter:disabled
{
    color: #324356;
    border-color: #fff; 
    background-color: #55acee;
}
.btn-twitter:not(:disabled):not(.disabled):active,
.btn-twitter:not(:disabled):not(.disabled).active,
.show > .btn-twitter.dropdown-toggle
{
    color: #fff;
    border-color: #dfdfdf; 
    background-color: #2795e9;
}
.btn-twitter:not(:disabled):not(.disabled):active:focus,
.btn-twitter:not(:disabled):not(.disabled).active:focus,
.show > .btn-twitter.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(224, 227, 230, .5);
}

.btn-vimeo
{
    color: #fff;
    border-color: #fff; 
    background-color: #1ab7ea;
    background-color: #1ab7ea;
}
.btn-vimeo:hover
{
    color: #fff;
    border-color: #1ab7ea; 
    background-color: #1ab7ea;
}
.btn-vimeo:focus,
.btn-vimeo.focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}
.btn-vimeo.disabled,
.btn-vimeo:disabled
{
    color: #fff;
    border-color: #fff; 
    background-color: #1ab7ea;
}
.btn-vimeo:not(:disabled):not(.disabled):active,
.btn-vimeo:not(:disabled):not(.disabled).active,
.show > .btn-vimeo.dropdown-toggle
{
    color: #fff;
    border-color: #dfdfdf; 
    background-color: #1295bf;
}
.btn-vimeo:not(:disabled):not(.disabled):active:focus,
.btn-vimeo:not(:disabled):not(.disabled).active:focus,
.show > .btn-vimeo.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}

.btn-vk
{
    color: #fff;
    border-color: #fff; 
    background-color: #587ea3;
    background-color: #587ea3;
}
.btn-vk:hover
{
    color: #fff;
    border-color: #587ea3; 
    background-color: #587ea3;
}
.btn-vk:focus,
.btn-vk.focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}
.btn-vk.disabled,
.btn-vk:disabled
{
    color: #fff;
    border-color: #fff; 
    background-color: #587ea3;
}
.btn-vk:not(:disabled):not(.disabled):active,
.btn-vk:not(:disabled):not(.disabled).active,
.show > .btn-vk.dropdown-toggle
{
    color: #fff;
    border-color: #dfdfdf; 
    background-color: #466482;
}
.btn-vk:not(:disabled):not(.disabled):active:focus,
.btn-vk:not(:disabled):not(.disabled).active:focus,
.show > .btn-vk.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}

.btn-yahoo
{
    color: #fff;
    border-color: #fff; 
    background-color: #720e9e;
    background-color: #720e9e;
}
.btn-yahoo:hover
{
    color: #fff;
    border-color: #720e9e; 
    background-color: #720e9e;
}
.btn-yahoo:focus,
.btn-yahoo.focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}
.btn-yahoo.disabled,
.btn-yahoo:disabled
{
    color: #fff;
    border-color: #fff; 
    background-color: #720e9e;
}
.btn-yahoo:not(:disabled):not(.disabled):active,
.btn-yahoo:not(:disabled):not(.disabled).active,
.show > .btn-yahoo.dropdown-toggle
{
    color: #fff;
    border-color: #dfdfdf; 
    background-color: #500a6f;
}
.btn-yahoo:not(:disabled):not(.disabled):active:focus,
.btn-yahoo:not(:disabled):not(.disabled).active:focus,
.show > .btn-yahoo.dropdown-toggle:focus
{
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5);
}

/* Social Outline Button */
.btn-outline-adn
{
    color: #d87a68; 
    border: 1px solid #d87a68 !important;
}

.btn-outline-bitbucket
{
    color: #205081; 
    border: 1px solid #205081 !important;
}

.btn-outline-dropbox
{
    color: #1087dd; 
    border: 1px solid #1087dd !important;
}

.btn-outline-facebook
{
    color: #3b5998; 
    border: 1px solid #3b5998 !important;
}

.btn-outline-flickr
{
    color: #ff0084; 
    border: 1px solid #ff0084 !important;
}

.btn-outline-foursquare
{
    color: #f94877; 
    border: 1px solid #f94877 !important;
}

.btn-outline-github
{
    color: #444; 
    border: 1px solid #444 !important;
}

.btn-outline-google
{
    color: #dd4b39; 
    border: 1px solid #dd4b39 !important;
}

.btn-outline-instagram
{
    color: #3f729b; 
    border: 1px solid #3f729b !important;
}

.btn-outline-linkedin
{
    color: #007bb6; 
    border: 1px solid #007bb6 !important;
}

.btn-outline-microsoft
{
    color: #2672ec; 
    border: 1px solid #2672ec !important;
}

.btn-outline-odnoklassniki
{
    color: #f4731c; 
    border: 1px solid #f4731c !important;
}

.btn-outline-openid
{
    color: #f7931e; 
    border: 1px solid #f7931e !important;
}

.btn-outline-pinterest
{
    color: #cb2027; 
    border: 1px solid #cb2027 !important;
}

.btn-outline-youtube
{
    color: #ff4500; 
    border: 1px solid #ff4500 !important;
}

.btn-outline-soundcloud
{
    color: #f50; 
    border: 1px solid #f50 !important;
}

.btn-outline-tumblr
{
    color: #2c4762; 
    border: 1px solid #2c4762 !important;
}

.btn-outline-twitter
{
    color: #55acee; 
    border: 1px solid #55acee !important;
}

.btn-outline-vimeo
{
    color: #1ab7ea; 
    border: 1px solid #1ab7ea !important;
}

.btn-outline-vk
{
    color: #587ea3; 
    border: 1px solid #587ea3 !important;
}

.btn-outline-yahoo
{
    color: #720e9e; 
    border: 1px solid #720e9e !important;
}

/* Social Outline Hover Button */
.btn-outline-adn:hover
{
    color: #ad412d;
    border: 1px solid #ad412d !important;
}

.btn-outline-bitbucket:hover
{
    color: #0c1d2f;
    border: 1px solid #0c1d2f !important;
}

.btn-outline-dropbox:hover
{
    color: #094d7e;
    border: 1px solid #094d7e !important;
}

.btn-outline-facebook:hover
{
    color: #1e2e4f;
    border: 1px solid #1e2e4f !important;
}

.btn-outline-flickr:hover
{
    color: #99004f;
    border: 1px solid #99004f !important;
}

.btn-outline-foursquare:hover
{
    color: #d4073d;
    border: 1px solid #d4073d !important;
}

.btn-outline-github:hover
{
    color: #111;
    border: 1px solid #111 !important;
}

.btn-outline-google:hover
{
    color: #96271a;
    border: 1px solid #96271a !important;
}

.btn-outline-instagram:hover
{
    color: #223d52;
    border: 1px solid #223d52 !important;
}

.btn-outline-linkedin:hover
{
    color: #003650;
    border: 1px solid #003650 !important;
}

.btn-outline-microsoft:hover
{
    color: #0e459e;
    border: 1px solid #0e459e !important;
}

.btn-outline-odnoklassniki:hover
{
    color: #a24608;
    border: 1px solid #a24608 !important;
}

.btn-outline-openid:hover
{
    color: #a95e06;
    border: 1px solid #a95e06 !important;
}

.btn-outline-pinterest:hover
{
    color: #731216;
    border: 1px solid #731216 !important;
}

.btn-outline-youtube:hover
{
    color: #992900;
    border: 1px solid #992900 !important;
}

.btn-outline-soundcloud:hover
{
    color: #930;
    border: 1px solid #930 !important;
}

.btn-outline-tumblr:hover
{
    color: #0c141c;
    border: 1px solid #0c141c !important;
}

.btn-outline-twitter:hover
{
    color: #147bc9;
    border: 1px solid #147bc9 !important;
}

.btn-outline-vimeo:hover
{
    color: #0d7091;
    border: 1px solid #0d7091 !important;
}

.btn-outline-vk:hover
{
    color: #344b61;
    border: 1px solid #344b61 !important;
}

.btn-outline-yahoo:hover
{
    color: #2e0640;
    border: 1px solid #2e0640 !important;
}

/* Social Background Colors */
.bg-adn
{
    background-color: #d87a68;
}

.bg-bitbucket
{
    background-color: #205081;
}

.bg-dropbox
{
    background-color: #1087dd;
}

.bg-facebook
{
    background-color: #3b5998;
}

.bg-flickr
{
    background-color: #ff0084;
}

.bg-foursquare
{
    background-color: #f94877;
}

.bg-github
{
    background-color: #444;
}

.bg-google
{
    background-color: #dd4b39;
}

.bg-instagram
{
    background-color: #3f729b;
}

.bg-linkedin
{
    background-color: #007bb6;
}

.bg-microsoft
{
    background-color: #2672ec;
}

.bg-odnoklassniki
{
    background-color: #f4731c;
}

.bg-openid
{
    background-color: #f7931e;
}

.bg-pinterest
{
    background-color: #cb2027;
}

.bg-youtube
{
    background-color: #ff4500;
}

.bg-soundcloud
{
    background-color: #f50;
}

.bg-tumblr
{
    background-color: #2c4762;
}

.bg-twitter
{
    background-color: #55acee;
}

.bg-vimeo
{
    background-color: #1ab7ea;
}

.bg-vk
{
    background-color: #587ea3;
}

.bg-yahoo
{
    background-color: #720e9e;
}

/* Social Text Colors */
.adn
{
    color: #d87a68;
}

.bitbucket
{
    color: #205081;
}

.dropbox
{
    color: #1087dd;
}

.facebook
{
    color: #3b5998;
}

.flickr
{
    color: #ff0084;
}

.foursquare
{
    color: #f94877;
}

.github
{
    color: #444;
}

.google
{
    color: #dd4b39;
}

.instagram
{
    color: #3f729b;
}

.linkedin
{
    color: #007bb6;
}

.microsoft
{
    color: #2672ec;
}

.odnoklassniki
{
    color: #f4731c;
}

.openid
{
    color: #f7931e;
}

.pinterest
{
    color: #cb2027;
}

.youtube
{
    color: #ff4500;
}

.soundcloud
{
    color: #f50;
}

.tumblr
{
    color: #2c4762;
}

.twitter
{
    color: #55acee;
}

.vimeo
{
    color: #1ab7ea;
}

.vk
{
    color: #587ea3;
}

.yahoo
{
    color: #720e9e;
}

/* Demo Css */
/* -------- */
.fonticon-container > .fonticon-wrap
{
    float: left;

    width: 60px;
    height: 60px;
    margin-bottom: 1rem; 

    text-align: center;
}
.fonticon-container > .fonticon-wrap > i
{
    font-size: 2.28rem;

    -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}

.fonticon-container:hover i
{
    font-size: 2.9rem;

    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); 

    color: #041C2C;
}

.fonticon-container > .fonticon-classname,
.fonticon-container > .fonticon-unit
{
    font-size: 1.2rem;
    font-weight: 400; 

    display: block;

    margin-top: .3rem;

    text-transform: lowercase;
}

.font-animated .fonticon-classname
{
    font-weight: 400; 

    text-transform: lowercase;
}

.browser
{
    box-sizing: border-box; 
    width: 100%;
    height: 12rem;
    margin: 0 0 10px;
    padding-top: 20px;

    border: 4px solid #e0e0e0;
    background: #e0e0e0;
}

.browser iframe
{
    width: 100%; 
    height: 100%;

    border: 0;
    background: #fff;
}

.loader-wrapper
{
    height: 8em;
}

.maintenance-icon
{
    font-size: 4rem;
}

.animation-icon
{
    right: 30px;
    bottom: 10px;
}

.header-navbar.navbar-demo
{
    background-color: #f2f4f4;
}

/* Customizer Css */
/* -------------- */
.customizer
{
    position: fixed;
    z-index: 1051;
    top: 0;
    right: -400px;
    bottom: 0;

    width: 400px;
    height: 100vh;
    padding: 0;

    -webkit-transition: right .4s cubic-bezier(.05, .74, .2, .99);
            transition: right .4s cubic-bezier(.05, .74, .2, .99);

    border-left: 1px solid rgba(0, 0, 0, .05);
    background-color: #fff;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08); 

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.customizer.open
{
    right: 0;
}
.customizer .customizer-content
{
    position: relative;

    height: 100%;
}
.customizer .customizer-close
{
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 30px;

    width: auto;
    padding: 7px;

    color: #727e8c;
}
.customizer .customizer-close i
{
    font-size: 1.71rem;
}
.customizer .customizer-toggle
{
    line-height: 44px;

    position: absolute;
    top: 50%;
    left: -39px;

    display: block;

    width: 38px;
    height: 38px;

    cursor: pointer; 
    text-align: center;

    color: #fff;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background: #041C2C;
    box-shadow: -3px 0 8px rgba(0, 0, 0, .1);
}
.customizer .color-box
{
    width: 35px;
    height: 35px;
    margin: .5rem;

    cursor: pointer; 

    border-radius: .5rem;
}
.customizer .color-box.selected
{
    box-shadow: 0 0 0 3px rgba(52, 144, 220, .5);
}

.buy-now
{
    position: fixed;
    z-index: 1031; 
    right: 142px;
    bottom: 5%;
}
.buy-now .btn
{
    box-shadow: 0 1px 20px 1px #ff5b5c !important;
}
.buy-now .btn:hover
{
    box-shadow: none !important;
}

/* Chips Css */
/* --------- */
.chip
{
    font-size: .8rem;

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    margin-bottom: 5px;
    padding: 0 10px;

    vertical-align: middle;

    border-radius: 1.428rem;
    background-color: #f0f0f0;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.chip .chip-body
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    min-width: 1.857rem; 
    min-height: 1.857rem;

    color: rgba(0, 0, 0, .7);

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.chip .chip-body .avatar
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 24px;
    height: 24px;
    margin: 2px 0;

    -webkit-transform: translate(-8px);
        -ms-transform: translate(-8px);
            transform: translate(-8px); 

    color: #fff;
    border-radius: 50%;
    background-color: #c3c3c3;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.chip .chip-body .avatar .avatar-content
{
    top: 0;
}
.chip .chip-body .avatar img
{
    width: 24px; 
    height: 24px;

    border-radius: 50%;
}
.chip .chip-body .chip-text
{
    vertical-align: middle;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
}
.chip .chip-body i
{
    font-size: 1rem;
}
.chip .chip-body .chip-closeable
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    min-width: 24px;
    min-height: 24px;
    margin: 0 4px;

    cursor: pointer; 
    -webkit-transform: translate(10px);
        -ms-transform: translate(10px);
            transform: translate(10px);

    color: #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, .15);

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    .chip .chip-closeable i
    {
        position: relative;
        top: 3px;
    }
}

/* Divider Css */
/* --------- */
.divider
{
    display: block;
    overflow: hidden;

    margin: 1rem 0; 

    text-align: center;
    white-space: nowrap;
}
.divider .divider-text
{
    font-size: 1rem;

    position: relative;

    display: inline-block;

    padding: 0 1rem;

    background-color: #fff;
}
.divider .divider-text i
{
    font-size: 1rem;
}
.divider .divider-text:before,
.divider .divider-text:after
{
    position: absolute;
    top: 50%;

    width: 9999px;

    content: '';

    border-top: 1px solid #dfe3e7;
}
.divider .divider-text:before
{
    right: 100%;
}
.divider .divider-text:after
{
    left: 100%;
}
.divider.divider-left .divider-text
{
    float: left;

    padding-left: 0;
}
.divider.divider-left .divider-text:before
{
    display: none;
}
.divider.divider-left-center .divider-text
{
    left: -25%;
}
.divider.divider-right .divider-text
{
    float: right;

    padding-right: 0;
}
.divider.divider-right .divider-text:after
{
    display: none;
}
.divider.divider-right-center .divider-text
{
    right: -25%;
}
.divider.divider-dotted .divider-text:before,
.divider.divider-dotted .divider-text:after
{
    border-width: 1px;
    border-style: dotted;
    border-color: black; 
    border-top-width: 0;
}
.divider.divider-dashed .divider-text:before,
.divider.divider-dashed .divider-text:after
{
    border-width: 1px;
    border-style: dashed;
    border-color: black; 
    border-top-width: 0;
}

/* Error Css */
/* --------- */
.error-title
{
    font-size: 3rem;
}

@media only screen and (max-width: 575px)
{
    .error-title
    {
        font-size: 2rem;
    }
}

/* widget chat */
/* ----------- */
.widget-chat .widget-chat-container
{
    position: relative;

    height: 420px;
    padding: 1.4rem; 

    text-align: center;
}

.widget-chat .chat-content .chat-body
{
    overflow: hidden !important;

    margin: .67rem 0 0 0 !important;
}
.widget-chat .chat-content .chat-body .chat-message
{
    position: relative !important;

    float: right !important;
    clear: both !important;

    max-width: calc(100% - 5rem) !important;
    margin: .2rem .2rem 1.8rem 0 !important;
    padding: .75rem 1rem !important;

    text-align: right !important;
    word-break: break-word !important;

    color: #fff !important;
    border-radius: .267rem !important;
    background: #041C2C !important;
    box-shadow: 0 2px 4px 0 rgba(90, 141, 238, .6) !important;
}
.widget-chat .chat-content .chat-body .chat-message p
{
    margin-bottom: 0 !important;
}
.widget-chat .chat-content .chat-body .chat-message .chat-time
{
    font-size: .8rem !important;

    position: absolute !important;
    right: 0 !important;
    bottom: -20px !important;

    white-space: nowrap !important; 

    color: #828d99 !important;
}

.widget-chat .chat-content .chat-left .chat-message
{
    float: left !important;

    margin: .2rem 0 1.8rem .2rem !important;

    text-align: left !important;

    color: #727e8c !important;
    background-color: #fafbfb !important;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .3) !important;
}

.widget-chat.widget-chat-demo
{
    position: fixed;
    z-index: 1031;
    right: 80px;
    bottom: 11.5%;

    width: 350px;
}
.widget-chat.widget-chat-demo .widget-chat-container
{
    height: 27rem;
}
.widget-chat.widget-chat-demo .chat-content .chat-message
{
    max-width: calc(100% - 3rem);
}
.widget-chat.widget-chat-demo .card
{
    box-shadow: 0 0 22px 0 rgba(25, 42, 70, .25);
}

.chat-demo-button
{
    position: fixed;
    z-index: 1031; 
    right: 80px;
    bottom: 5%;
}
.chat-demo-button i
{
    top: 0;
}

@media (max-width: 575.98px)
{
    .widget-chat.widget-chat-demo
    {
        right: 0;

        width: 100%; 
        padding: 0 1.2rem;
    }
    .widget-chat.widget-chat-demo .widget-chat-container
    {
        height: 21rem;
    }
}

/* Timeline */
/* ---------------- */
.widget-timeline li
{
    position: relative; 

    padding: 1.1rem 0;

    list-style: none;
}
.widget-timeline li.timeline-items:before
{
    position: absolute;
    z-index: 2; 
    top: 17px;
    left: -37px;

    width: 13px;
    height: 13px;

    content: '';

    border: 3px solid #fff;
    border-radius: 50%;
    background: #041C2C;
    box-shadow: 1px 2px 6px 0 rgba(25, 42, 70, .3);
}
.widget-timeline li.timeline-items.active:not(:last-child):after
{
    position: absolute;
    z-index: 1; 
    top: 22px;
    left: -31px;

    width: 1px;
    height: 100%;

    content: '';

    background: #dfe3e7;
}
.widget-timeline li.timeline-items .timeline-content
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: .5rem 1rem;

    border-radius: .267rem;
    background-color: #fafbfb;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.widget-timeline li .timeline-time
{
    font-size: .9rem; 

    float: right;

    color: #828d99;
}
.widget-timeline li .timeline-title
{
    margin-bottom: .25rem;
}
.widget-timeline li .timeline-text
{
    margin-bottom: .5rem;
}

/* Breakpoints Css */
/* ------------- */
@media screen and (min-width: 0)
{
    head
    {
        font-family: 'xs 0px';
    }
    body:after
    {
        content: 'xs - min-width: 0px';
    }
}

@media screen and (min-width: 544px)
{
    head
    {
        font-family: 'sm 544px';
    }
    body:after
    {
        content: 'sm - min-width: 544px';
    }
}

@media screen and (min-width: 768px)
{
    head
    {
        font-family: 'md 768px';
    }
    body:after
    {
        content: 'md - min-width: 768px';
    }
}

@media screen and (min-width: 992px)
{
    head
    {
        font-family: 'lg 992px';
    }
    body:after
    {
        content: 'lg - min-width: 992px';
    }
}

@media screen and (min-width: 1200px)
{
    head
    {
        font-family: 'xl 1200px';
    }
    body:after
    {
        content: 'xl - min-width: 1200px';
    }
}

head
{
    clear: both;
}
head title
{
    font-family: 'xs 0px, sm 544px, md 768px, lg 992px, xl 1200px';
}

body:after
{
    display: none;
}

*[data-usn-if]
{
    display: none;
}

/* Basic Input Css */
/* -------------- */
.form-control-position
{
    line-height: 2.5rem;

    position: absolute;
    top: 2px;
    right: 0;

    display: block;

    width: 2.5rem;
    height: 2.5rem;

    text-align: center;

    color: rgba(0, 0, 0, .4);
}

/* Input Icon Positioning */
.position-relative .form-control
{
    padding-right: calc(1.4em + .94rem + 3.7px);
}
.position-relative .form-control.form-control-lg ~ .form-control-position
{
    top: 6px;
}
.position-relative .form-control.form-control-sm ~ .form-control-position
{
    top: -4px;
}

/* Input Icon Left */
.has-icon-left .form-control
{
    padding-right: 1.6rem;
    padding-left: 2.5rem;
}

.has-icon-left .form-control-position
{
    right: auto;
}
.has-icon-left .form-control-position i
{
    position: relative;
    top: 1px;
    left: 2px;

    color: rgba(0, 0, 0, .4);
}

/* Font Sizing */
.font-size-large
{
    font-size: 1.2rem;
}

.font-size-base
{
    font-size: 1rem;
}

.font-size-small
{
    font-size: .8rem;
}

.font-size-xsmall
{
    font-size: .75rem;
}

/* Select2 Css */
/* ----------- */
.select2-container--classic .select2-selection--single
{
    min-height: 40px !important;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b
{
    margin-left: -4px !important;

    border-color: #828d99 !important;
}

.select2-container--classic:focus,
.select2-container--default:focus
{
    outline: none;
}

.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single
{
    min-height: 38px;
    padding: 5px;

    border: 1px solid #dfe3e7;
}
.select2-container--classic .select2-selection--single:focus,
.select2-container--default .select2-selection--single:focus
{
    border-color: #041C2C !important;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .1) !important;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered i,
.select2-container--default .select2-selection--single .select2-selection__rendered i
{
    position: relative;
    top: 2px; 

    margin-right: .5rem;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow
{
    min-height: 38px;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b
{
    width: 6px;
    height: 6px;
    margin-top: -5px;
    margin-left: -10px;

    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); 

    border-width: 0 2px 2px 0;
    border-color: #b3c0ce;
}

.select2-container--classic.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single
{
    border-color: #041C2C !important;
    outline: 0;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b
{
    margin-top: -2px; 

    border-width: 2px 0 0 2px;
    border-color: #b3c0ce transparent transparent #b3c0ce;
}
.select2-container--classic.select2-container--open .select2-selection--single.select-lg .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--single.select-lg .select2-selection__arrow b
{
    margin-top: 0;
}

.select2-container--classic.select2-container--focus,
.select2-container--default.select2-container--focus
{
    outline: 0;
}
.select2-container--classic.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple
{
    border-color: #041C2C !important;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple,
.select2-container--default .select2-selection--multiple
{
    min-height: 38px !important;

    border: 1px solid #dfe3e7;
}
.select2-container--classic .select2-selection--multiple:focus,
.select2-container--default .select2-selection--multiple:focus
{
    border-color: #041C2C !important;
    outline: 0;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .1) !important;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove
{
    margin-right: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice
{
    padding: .2rem .6rem .2rem .6rem; 

    color: #fff !important;
    border-color: transparent !important;
    background-color: #041C2C !important;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered li .select2-search__field,
.select2-container--default .select2-selection--multiple .select2-selection__rendered li .select2-search__field
{
    margin-top: 6px;
    padding-left: 8px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove
{
    float: right;

    margin-left: .3rem; 

    color: #fff !important;
}
.select2-container--classic .select2-selection--multiple i,
.select2-container--default .select2-selection--multiple i
{
    position: relative;
    top: 1px;

    margin-right: .5rem;
    padding-left: 1px;
}
.select2-container--classic .select2-selection--multiple[class*='bg-'] .select2-selection__choice,
.select2-container--default .select2-selection--multiple[class*='bg-'] .select2-selection__choice
{
    border-color: rgba(0, 0, 0, .2) !important; 
    background-color: rgba(0, 0, 0, .15) !important;
}

.select2-container--classic .select2-results__options .select2-results__option i,
.select2-container--default .select2-results__options .select2-results__option i
{
    position: relative;
    top: 2px; 

    margin-right: .5rem;
}

.select2-container--classic .select2-result-repository__avatar img,
.select2-container--default .select2-result-repository__avatar img
{
    width: 50px;
}

.select2-container--classic .select-lg,
.select2-container--default .select-lg
{
    font-size: 1.2rem;

    min-height: calc(1.4em + 1.334rem + 3.7px) !important;
    margin-bottom: 0 !important;
    padding: .6rem .7rem;
}
.select2-container--classic .select-lg.select2-selection--single .select2-selection__rendered,
.select2-container--default .select-lg.select2-selection--single .select2-selection__rendered
{
    padding-top: -.233rem;
    padding-right: 0; 
    padding-left: 0;
}
.select2-container--classic .select-lg.select2-selection--single .select2-selection__arrow,
.select2-container--default .select-lg.select2-selection--single .select2-selection__arrow
{
    min-height: calc(1.4em + 1.334rem + 3.7px) !important;
}
.select2-container--classic .select-lg.select2-selection--multiple,
.select2-container--default .select-lg.select2-selection--multiple
{
    padding: 0 .2rem;
}
.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered,
.select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered
{
    padding-top: 0 !important;
}
.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered li,
.select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered li
{
    font-size: 1.2rem;
}
.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered .select2-selection__choice,
.select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered .select2-selection__choice
{
    margin-top: 6.5px;
}

.select2-container--classic .select-sm,
.select2-container--default .select-sm
{
    font-size: .75rem;
    line-height: 1.5; 

    min-height: calc(1.1em + .94rem + 3.7px) !important;
    margin-bottom: 0 !important;
    padding: 0 .2rem;
}
.select2-container--classic .select-sm.select2-selection--single .select2-selection__arrow,
.select2-container--default .select-sm.select2-selection--single .select2-selection__arrow
{
    top: -.3rem !important;
}
.select2-container--classic .select-sm.select2-selection--multiple,
.select2-container--default .select-sm.select2-selection--multiple
{
    line-height: 1.2;
}
.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__rendered,
.select2-container--default .select-sm.select2-selection--multiple .select2-selection__rendered
{
    padding: 3px;
}
.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__rendered li,
.select2-container--default .select-sm.select2-selection--multiple .select2-selection__rendered li
{
    font-size: .75rem;

    margin-top: 2px;
}
.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__choice,
.select2-container--default .select-sm.select2-selection--multiple .select2-selection__choice
{
    padding: .2rem .3rem;
}
.select2-container--classic .select-sm.select2-selection--multiple .select2-search--inline .select2-search__field,
.select2-container--default .select-sm.select2-selection--multiple .select2-search--inline .select2-search__field
{
    margin-top: 3px;
}

.select2 .form-control:focus
{
    border-color: #041C2C !important;
}

/* Datatables Css */
/* ------------- */
.table.dataTable
{
    margin-top: 0 !important;
    margin-bottom: 0 !important;

    border-spacing: 2px; 
    border-collapse: collapse !important;
}
.table.dataTable thead .sorting:before,
.table.dataTable thead .sorting:after,
.table.dataTable thead .sorting_asc:before,
.table.dataTable thead .sorting_asc:after,
.table.dataTable thead .sorting_desc:before,
.table.dataTable thead .sorting_desc:after
{
    top: 8px;
    right: 3px;
}
.table.dataTable thead .sorting:before,
.table.dataTable thead .sorting:after,
.table.dataTable thead .sorting_asc:before,
.table.dataTable thead .sorting_asc:after,
.table.dataTable thead .sorting_desc:before,
.table.dataTable thead .sorting_desc:after,
.table.dataTable thead .sorting_desc_disabled:before,
.table.dataTable thead .sorting_desc_disabled:after
{
    font-family: 'boxicons';

    color: #475f7b;
}
.table.dataTable thead .sorting:before,
.table.dataTable thead .sorting_asc:before,
.table.dataTable thead .sorting_desc:before,
.table.dataTable thead .sorting_desc_disabled:before
{
    font-size: 1.1rem; 

    content: '\ea4f';
}
.table.dataTable thead .sorting:after,
.table.dataTable thead .sorting_asc:after,
.table.dataTable thead .sorting_desc:after,
.table.dataTable thead .sorting_desc_disabled:after
{
    font-size: 1.1rem; 

    padding-top: 1em;

    content: '\ea48';
}

div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_length
{
    margin: 1rem 0;
}
div.dataTables_wrapper div.dataTables_filter select,
div.dataTables_wrapper div.dataTables_length select
{
    padding: 0 .8rem; 

    background-position: calc(100% - 4px) 9px, calc(100% - 20px) 13px, 100% 0;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination
{
    margin-top: 1rem;
}

@media only screen and (max-width: 768px)
{
    div.dataTables_wrapper div.dataTables_paginate ul.pagination
    {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
}

@media only screen and (max-width: 576px)
{
    div.dataTables_wrapper div.dataTables_paginate,
    div.dataTables_wrapper div.dataTables_info
    {
        text-align: left;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination,
    div.dataTables_wrapper div.dataTables_info ul.pagination
    {
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -ms-flex-pack: left;
                justify-content: left;
    }
}

/* Pick A Date Css */
/* ------------- */
.picker__input.form-control
{
    background-color: #fff;
}

.picker
{
    z-index: 10;
}
.picker.picker--opened:before
{
    position: absolute;
    z-index: 10;
    top: 8px;
    left: 1.5rem;

    display: block;

    box-sizing: border-box;
    width: .75rem;
    height: .75rem;

    content: '';
    -webkit-transform: rotate(45deg) translate(-7px);
        -ms-transform: rotate(45deg) translate(-7px);
            transform: rotate(45deg) translate(-7px);

    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd; 
    background: #fff;
}
.picker .picker__holder
{
    margin-top: .6rem;

    border-radius: .267rem;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .2);
}
.picker .picker__day--infocus:hover,
.picker .picker__day--outfocus:hover,
.picker .picker__day--highlighted,
.picker .picker__day--selected,
.picker .picker__day--today
{
    border-radius: 50%;
}
.picker .picker__day--highlighted,
.picker .picker__day--highlighted:hover,
.picker .picker--focused .picker__day--highlighted
{
    background-color: #041C2C;
}
.picker .picker__day--today:before,
.picker .picker__button--today:before
{
    border-top-color: #041C2C;
}
.picker .picker__nav--prev:before,
.picker .picker__nav--next:before
{
    font-family: 'boxicons';
}
.picker .picker__nav--next:before
{
    content: '\eb23';
}
.picker .picker__nav--prev:before
{
    content: '\eac9';
}
.picker .picker__button--close:before
{
    font-family: 'boxicons';

    content: '\e9c3';
}

.inlineDatePicker
{
    display: none;
}

#inlineDatePicker-container .picker
{
    position: relative;
    z-index: 9; 

    width: 280px;
    height: 370px;
}
#inlineDatePicker-container .picker.picker--opened:before
{
    display: none;
}

#inlineDatePicker-container .picker__holder
{
    display: block; 

    max-height: 480px;

    border-top-width: 1px;
    border-bottom-width: 1px;
}

/* Daterange Css */
/* ------------- */
.daterangepicker td.active,
.daterangepicker td.active:hover
{
    background-color: #041C2C;
}

.daterangepicker td.in-range
{
    color: #000; 
    background-color: rgba(90, 141, 238, .2);
}

.daterangepicker .ranges li.active
{
    background-color: #041C2C;
}

.daterangepicker-container .daterangepicker
{
    position: relative !important;
    top: auto !important;
    left: auto !important;

    float: left;
}
