/*
-------------------------------------------------------------------------
* Template Name    : Fadmin - Responsive Bootstrap Admin Dashboard      * 
* Author           : ThemesBoss                                         *
* Version          : 1.0.0                                              *
* Created          : March 2019                                         * 
* File Description : Main CSS file of the template                      *
*------------------------------------------------------------------------
*/


/*========================
    1. General
    2. Bootstrap Custom
    3. Alerts
    4. Helper Classes
    5. Button
    6. Panel
    8. Progressbar
    9. Tabs & Accordions
    10.Table
    11.Forms
    12.Maps
    13.Extra Pages
    14.Icons
    15.Blank Page
    16.Dashboard
    17.Responsive
==========================*/

@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700');

/*======================
        1.General
========================*/

body {
    background: #f3f6f9;
    font-family: 'Nunito', sans-serif;
    margin: 0;
    font-size: 15px;
}

html {
    overflow-x: hidden;
    position: relative;
    min-height: 100%;
    width: 100%;
    background: #f3f6f9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
}

h1 {
    line-height: 43px;
}

h2 {
    line-height: 35px;
}

h3 {
    line-height: 30px;
}

h3 small {
    color: #444444;
}

h4 {
    line-height: 22px;
}

h4 small {
    color: #444444;
}

h5 small {
    color: #444444;
}

b {
    font-weight: 700;
}

* {
    outline: none !important;
}

a,
a:hover,
a:active,
a:focus {
    outline: none!important;
    text-decoration: none!important;
}


/*======================
    2.Bootstrap Custom
========================*/

.bg-primary {
    background-color: #4b9492 !important;
}

.bg-success {
    background-color: #0acf97 !important;
}

.bg-info {
    background-color: #40a4f1 !important;
}

.bg-warning {
    background-color: #f5b225 !important;
}

.bg-danger {
    background-color: #ec536c !important;
}

.bg-muted {
    background-color: #707070 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.text-white {
    color: #ffffff !important;
}

.text-danger {
    color: #ec536c !important;
}

.text-muted {
    color: #707070 !important;
}

.text-custom {
    color: #4b9492 !important;
}

.text-primary {
    color: #007bff !important;
}

.text-warning {
    color: #f5b225 !important;
}

.text-success {
    color: #0acf97 !important;
}

.text-info {
    color: #40a4f1 !important;
}

.text-dark {
    color: #2d3b48 !important;
}

.badge {
    font-weight: 500;
}

.badge-default {
    background-color: #eff3f6;
    color: #2d3b48;
}

.badge-primary {
    background-color: #4b9492;
}

.badge-success {
    background-color: #0acf97;
}

.badge-info {
    background-color: #40a4f1;
}

.badge-warning {
    background-color: #f5b225;
}

.badge-danger {
    background-color: #ec536c;
}

.badge-dark {
    background-color: #2d3b48;
}


/* List Group */

.list-group-item.active {
    background-color: #dddddd;
    border-color: #dddddd;
    color: #444444;
    z-index: 2;
}

.list-group-item.active:hover {
    background-color: #dddddd;
    border-color: #dddddd;
    color: #444444;
    z-index: 2;
}

.list-group-item.active:hover .list-group-item-text {
    color: #4b9492;
}

.list-group-item.active:focus {
    background-color: #dddddd;
    border-color: #dddddd;
    color: #444444;
    z-index: 2;
}

.list-group-item.active:focus .list-group-item-text {
    color: #4b9492;
}

.list-group-item.active .list-group-item-text {
    color: #4b9492;
}

.list-group-item {
    border-radius: 0;
    padding: 12px 20px;
    border: 1px solid fade(#2d3b48, 6%);
}

.list-group-item:first-child {
    border-radius: 0;
    padding: 12px 20px;
}

.list-group-item:last-child {
    border-radius: 0;
    padding: 12px 20px;
}

.list-group-item.active>.badge {
    color: #4b9492;
}

.popover-header {
    margin-top: 0;
}

.blockquote {
    font-size: 1.05rem;
}

.modal-title {
    margin-top: 0;
}


/*======================
        3.Alerts
========================*/

.alert {
    position: relative;
    border: 0;
}

.alert .alert-link {
    font-weight: 600;
}

.alert-success {
    color: #0acf97;
    background-color: #c9e8e2;
}

.alert-success .alert-link {
    color: #2f8573;
}

.alert-success hr {
    border-top-color: #2f8573;
}

.alert-info {
    color: #40a4f1;
    background-color: #b7ddfa;
}

.alert-info .alert-link {
    color: #118ded;
}

.alert-info hr {
    border-top-color: #118ded;
}

.alert-warning {
    color: #f5b225;
    background-color: #fce9c1;
}

.alert-warning .alert-link {
    color: #dd990a;
}

.alert-warning hr {
    border-top-color: #dd990a;
}

.alert-danger {
    color: #ec536c;
    background-color: #f9c6ce;
}

.alert-danger .alert-link {
    color: #e72545;
}

.alert-danger hr {
    border-top-color: #e72545;
}


/*======================
   4.Helper Classes
========================*/

.p-0 {
    padding: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pl-0 {
    padding-left: 0px !important;
}

.pb-10 {
    padding-bottom: 10px;
}

.m-0 {
    margin: 0;
}

.mr-0 {
    margin-right: 0px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.w-xs {
    min-width: 80px;
}

.w-sm {
    min-width: 95px;
}

.w-md {
    min-width: 110px;
}

.w-lg {
    min-width: 140px;
}

.m-h-50 {
    min-height: 50px;
}

.l-h-34 {
    line-height: 34px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-32 {
    font-size: 32px;
}

.font-40 {
    font-size: 40px;
}

.f-bold {
    font-weight: 700;
}

.no-border {
    border: none;
}

.bx-shadow {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.thumb-sm {
    height: 32px;
    width: 32px;
}

.thumb-md {
    height: 48px;
    width: 48px;
}

.thumb-lg {
    height: 88px;
    width: 88px;
}

.grid-structure .grid-container {
    background-color: #f5f5f5;
    margin-bottom: 10px;
    padding: 10px 20px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(243, 246, 249);
}

.header-title {
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    text-transform: capitalize;
}

.header-title::after {
    content: "";
    background-color: #4b9492;
    width: 38px;
    height: 3px;
    border-radius: 5px;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0px;
}

.modal-example {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block;
}


/*======================
        5.Button
========================*/

.btn {
    border-radius: 3px;
    font-size: 15px;
}

.btn-rounded {
    border-radius: 22px;
}

.btn-round {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding-top: 8px;
}

.button-list .btn {
    margin-bottom: 12px;
    margin-right: 10px;
}

.btn-custom,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-dark {
    color: #ffffff;
}

.btn-default {
    background-color: #ffffff;
    border-color: rgba(49, 58, 70, 0.2);
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
    background-color: rgba(49, 58, 70, 0.07);
    border: 1px solid rgba(49, 58, 70, 0.2);
}

.btn-custom {
    background-color: #5b6be8;
    border: 1px solid #5b6be8;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom,
.btn-outline-custom.active,
.btn-outline-custom:active,
.show>.btn-outline-custom.dropdown-toggle,
.btn-outline-custom:hover,
.btn-custom.active,
.btn-custom:active,
.show>.btn-custom.dropdown-toggle {
    background-color: #4557e5;
    border: 1px solid #4557e5;
    color: #fff;
}

.btn-secondary {
    border-color: rgba(45, 59, 72, 0.2);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.open>.dropdown-toggle.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    border: 1px solid rgba(45, 59, 72, 0.2);
}

.btn-primary {
    background-color: #007bff;
    border: 1px solid #007bff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary,
.btn-outline-primary.active,
.btn-outline-primary:active,
.show>.btn-outline-primary.dropdown-toggle,
.btn-outline-primary:hover,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    background-color: #0a76ea;
    border: 1px solid #0a76ea;
}

.btn-success {
    background-color: #0acf97;
    border: 1px solid #0acf97;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success,
.btn-outline-success.active,
.btn-outline-success:active,
.show>.btn-outline-success.dropdown-toggle,
.btn-outline-success:hover,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
    background-color: #09b785;
    border: 1px solid #09b785;
}

.btn-info {
    background-color: #40a4f1;
    border: 1px solid #40a4f1;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info,
.btn-outline-info.active,
.btn-outline-info:active,
.show>.btn-outline-info.dropdown-toggle,
.btn-outline-info:hover,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
    background-color: #2899ef;
    border: 1px solid #2899ef;
}

.btn-warning {
    background-color: #f5b225;
    border: 1px solid #f5b225;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning,
.btn-outline-warning.active,
.btn-outline-warning:active,
.show>.btn-outline-warning.dropdown-toggle,
.btn-outline-warning:hover,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
    background-color: #f4a90d;
    border: 1px solid #f4a90d;
}

.btn-danger {
    background-color: #ec536c;
    border: 1px solid #ec536c;
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger,
.btn-outline-danger.active,
.btn-outline-danger:active,
.show>.btn-outline-danger.dropdown-toggle,
.btn-outline-danger:hover,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
    background-color: #e93c58;
    border: 1px solid #e93c58;
}

.btn-dark {
    background-color: #2d3b48;
    border: 1px solid #2d3b48;
    color: #ffffff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover,
.open>.dropdown-toggle.btn-dark,
.btn-outline-dark.active,
.btn-outline-dark:active,
.show>.btn-outline-dark.dropdown-toggle,
.btn-outline-dark:hover {
    background-color: #232e38;
    border: 1px solid #232e38;
    color: #ffffff;
}

.btn-dark.focus,
.btn-dark:focus,
.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(45, 59, 72, 0.3);
    box-shadow: 0 0 0 2px rgba(45, 59, 72, 0.3);
}

.btn-link {
    color: #2d3b48;
}

.btn-link:hover {
    color: #5b6be8;
}


/* button Outline */

.btn-outline-custom {
    color: #5b6be8;
    border-color: #5b6be8;
    background-color: transparent;
}

.btn-outline-default {
    color: #000;
    border: 1px solid rgba(49, 58, 70, 0.2);
    background-color: transparent;
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

.btn-outline-success {
    color: #0acf97;
    border-color: #0acf97;
}

.btn-outline-info {
    color: #40a4f1;
    border-color: #40a4f1;
}

.btn-outline-warning {
    color: #f5b225;
    border-color: #f5b225;
}

.btn-outline-danger {
    color: #ec536c;
    border-color: #ec536c;
}

.btn-outline-light {
    color: #000;
    border-color: #f8f9fa;
}

.btn-outline-dark {
    color: #2d3b48;
    background-image: none;
    background-color: transparent;
    border-color: #2d3b48;
}


/* Social Buttons */

.btn-facebook {
    color: #ffffff !important;
    background-color: #3b5998;
}

.btn-twitter {
    color: #ffffff !important;
    background-color: #00aced;
}

.btn-linkedin {
    color: #ffffff !important;
    background-color: #007bb6;
}

.btn-dribbble {
    color: #ffffff !important;
    background-color: #ea4c89;
}

.btn-googleplus {
    color: #ffffff !important;
    background-color: #dd4b39;
}

.btn-instagram {
    color: #ffffff !important;
    background-color: #517fa4;
}

.btn-skype {
    color: #ffffff !important;
    background-color: #00aff0;
}

.btn-youtube {
    color: #ffffff !important;
    background-color: #bb0000;
}

.btn-github {
    color: #ffffff !important;
    background-color: #171515;
}


/*======================
        6.Panel
========================*/

.panel {
    border: 1px solid #ececec;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: none;
}

.panel-body {
    padding: 20px;
}

.panel-title,
.panel-header {
    margin-top: 0 !important;
}

.panel-header,
.panel-footer {
    background-color: rgba(237, 239, 243, 0.89);
    border-bottom-color: rgba(237, 239, 243, 0.87);
}

.panel-color .panel-heading {
    color: #ffffff;
}

.panel-footer {
    border-top-color: #e5e9ec;
}

.panel-primary > .panel-heading {
    background-color: #4b9492;
}

.panel-success > .panel-heading {
    background-color: #0acf97;
}

.panel-info > .panel-heading {
    background-color: #40a4f1;
}

.panel-warning > .panel-heading {
    background-color: #f5b225;
}

.panel-danger > .panel-heading {
    background-color: #ec536c;
}


/*======================
        8.Progressbar
========================*/

.progress-bar {
    background-color: #4b9492;
    box-shadow: none;
}

.progress {
    -webkit-box-shadow: none;
    background-color: #e9ecef;
    box-shadow: none;
    height: 12px;
    overflow: hidden;
}

.progress-bar-success {
    background-color: #0acf97;
}

.progress-bar-info {
    background-color: #40a4f1;
}

.progress-bar-warning {
    background-color: #f5b225;
}

.progress-bar-danger {
    background-color: #ec536c;
}


/*======================
    9.Tabs & Accordions
========================*/

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-color: #E5E9EC;
    border-bottom-color: transparent;
}

.nav-tabs {
    border-color: #E5E9EC;
}

.nav-tabs > li > a {
    color: #2b2b2b;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #fff;
}

.nav-tabs > li > a:hover {
    border-color: #edf1f4;
    border-bottom: transparent;
}

.nav-justified.nav-tabs > li > a:hover {
    border-color: #ddd;
    border-bottom: transparent;
}

.nav-tabs > li > a {
    border-radius: 0!important;
    border-top-left-radius: 3px!important;
    border-top-right-radius: 3px!important;
    color: #777;
    border-bottom: 1px solid #E2E2E2;
}

.nav-tabs {
    border-bottom: 1px solid #E2E2E2!important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 1px solid transparent;
    color: #1B2733;
}

div:not(.tabs-right):not(.tabs-left) > .nav-tabs > li:not(.active) > a:hover {
    background: transparent;
    border-color: transparent;
    border-bottom: 1px solid #B6BABD;
    color: #3D464D;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #4b9492;
    cursor: default;
    background-color: #fff;
    border-bottom-color: #4b9492;
}

.nav-pills > li > a {
    color: #777;
    border-radius: 0px!important;
}

.nav-pills > li > a {
    border-radius: 4px!important;
    padding: 10px 15px!important;
    margin-right: 5px!important;
}

.nav-pills > li > a:hover {
    background-color: #E2E2E2;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #4b9492;
}

.tabs-left .nav > li:first-child > a {
    margin-left: 15px!important;
}

.tabs-right .nav > li > a {
    text-align: right;
    margin-left: -1px!important;
    margin-right: 0px;
    padding-right: 15px;
}

.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-bottom: 0;
    border-bottom: 0;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #E2E2E2;
    border-bottom: 0!important;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    background: transparent;
    border-color: transparent;
    border-right: 1px solid #B6BABD!important;
    border-bottom: none;
    color: #3D464D;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: transparent;
    border-right-color: #4b9492!important;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px!important;
    border-bottom-left-radius: 3px!important;
    border-top-right-radius: 0!important;
    color: #4b9492;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #E2E2E2;
    border-bottom: 0!important;
}

.tabs-right > .nav-tabs > li > a {
    padding-left: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
    background: transparent;
    border-color: transparent;
    border-left: 1px solid #B6BABD!important;
    border-bottom: none;
    color: #3D464D;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: transparent;
    border-left-color: #4b9492!important;
    border-bottom: none;
    border-top-right-radius: 3px!important;
    border-bottom-right-radius: 3px!important;
    border-top-left-radius: 0!important;
    color: #4b9492;
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: -1px;
    margin-left: 0px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border-color: transparent;
    border-bottom: 1px solid #4b9492;
    color: #4b9492;
}

.nav-tabs.nav-justified {
    border-bottom: 1px solid #E2E2E2;
}

.tab-content {
    margin-top: 15px;
}


/*======================
        10.Table
========================*/

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-color: #E6E8EB;
    padding: 12px 8px;
}


/*--- Data table---*/

.dt-buttons a.btn {
    background: #5b6be8;
    margin-right: 10px;
    border-radius: 5px !important;
    border: 1px solid #5b6be8;
}

.dt-buttons {
    float: left;
}

table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected {
    background-color: #5b6be8;
}


/*--- Responsive Table---*/

table.focus-on tbody tr.focused th,
table.focus-on tfoot tr.focused th,
table.focus-on tbody tr.focused td,
table.focus-on tfoot tr.focused td {
    background-color: #5b6be8;
    color: #fff;
}

.table-rep-plugin .btn-toolbar {
    display: block;
}

.table-rep-plugin .btn-default {
    background-color: white;
    border-color: #dddddd;
    margin-right: 5px;
}

.table-rep-plugin .btn-default.btn {
    background-color: #5b6be8 !important;
    border-color: #5b6be8;
}


/*======================
        11.Forms
========================*/

.mce-menu-item-normal.mce-active {
    background-color: #5b6be8 !important;
}

.mce-menu-item:hover,
.mce-menu-item.mce-selected,
.mce-menu-item:focus {
    background-color: #5b6be8 !important;
}


/*======================
        12.Maps
========================*/

.vector-map-height {
    height: 350px;
}


/*======================
    13.Extra Pages
========================*/

.account-background {
    background-image: url(../images/ac-bg.jpg);
    background-position: center center;
    height: 100vh;
}

.account-background .account-table {
    display: table;
    width: 100%;
    height: 100%;
}

.account-background .account-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.account-background .btn {
    width: 100%;
}

.ac_logo {
    font-weight: 700 !important;
}

.account-background .bg-form {
    background-color: #202841;
    color: #fff;
    padding: 30px;
    border-radius: 5px;
}

.account-background .account-logo {
    height: 50px;
}

.account-background .login_account .form-control {
    height: 40px;
    border: none;
    margin-bottom: 14px;
    border: 2px solid #2b3250;
    color: #fff;
    background-color: #fff;
    border-radius: 10px;
    outline: none !important;
    box-shadow: none !important;
}

.account-background .custom-control-label::before {
    background-color: #202841;
    border: 2px solid #363d5d;
    box-shadow: none;
}

.account-background .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: transparent;
    box-shadow: none;
}

.error_font {
    font-size: 110px;
    color: #313952;
    font-weight: 600;
    text-shadow: #ec536c 1px 1px, #ec536c 2px 2px, #ec536c 3px 3px;
}

.error_page .bg-form {
    padding: 50px 40px !important;
}

.error_desc {
    color: #fff;
    margin-top: 55px;
    font-size: 22px;
    line-height: 1.4;
}


/*======================
        14.Icons
========================*/

.icon-demo-content {
    text-align: center;
    color: #777;
}

.icon-demo-content i {
    display: block;
    font-size: 26px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 50px;
    color: #777;
    height: 50px;
    line-height: 50px;
    transition: all 0.5s;
}

.icon-demo-content .col-sm-6 {
    margin-bottom: 30px;
}

.icon-demo-content .col-sm-6:hover i {
    color: #fff;
    background-color: #4b9492;
}


/*======================
        15.Blank Page
========================*/


/* Navbar Profile */


/* Dropdowns */

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    padding: 7px 0;
    margin: 10px 0px 0px 0px;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e5e9ec;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -ms-border-radius: 0px!important;
    -o-border-radius: 0px!important;
    border-radius: 4px!important;
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
}

.dropdown-menu li {
    font-size: 14px;
    font-weight: 400;
}

.dropdown-menu li a:hover {
    background: #f7f7f7;
    text-decoration: none;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 25px!important;
}

.dropdown-menu:before {
    position: absolute;
    top: -8px;
    left: 9px;
    right: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e5e9ec;
    border-left: 8px solid transparent;
    content: '';
}

.dropdown-menu:after {
    position: absolute;
    top: -7px;
    left: 10px;
    right: auto;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    content: '';
}

.dropdown.dropup > .dropdown-menu:after,
.dropdown.dropup > .dropdown-menu:before,
.btn-group.dropup > .dropdown-menu:after,
.btn-group.dropup > .dropdown-menu:before,
.dropdown-toggle.dropup > .dropdown-menu:after,
.dropdown-toggle.dropup > .dropdown-menu:before {
    display: none !important;
}

.navbar-left .dropdown-menu:before,
.dropdown-menu.dropdown-menu-left:before {
    left: 16px;
    right: auto;
}

.navbar-left .dropdown-menu:after,
.dropdown-menu.dropdown-menu-left:after {
    left: 17px;
    right: auto;
}

.navbar-right .dropdown-menu:before,
.dropdown-menu.dropdown-menu-right:before {
    right: 16px;
    left: auto;
}

.navbar-right .dropdown-menu:after,
.dropdown-menu.dropdown-menu-right:after {
    right: 17px;
    left: auto;
}

.navbar-right.d-desk-none {
    display: none;
}

.dropdown-menu.title-caret:after {
    border-bottom: 7px solid #fff;
}

.dropdown-menu > li.active > a:hover,
.dropdown-menu > li.active > a:focus,
.dropdown-menu > li.active > a:active,
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li.active > a:focus {
    background: #f7f7f7;
    color: #2b2b2b;
}

.drop-title {
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #e5e9ec;
    background: #fff;
    padding: 12px;
    color: #6a6a6a;
    margin: 0px;
}

.drop-title-link {
    float: right;
    display: inline!important;
    padding: 0px!important;
    height: 18px;
    width: 18px;
    overflow: hidden;
    vertical-align: text-top;
    line-height: 18px!important;
    text-align: center;
    border-radius: 100%;
}

.drop-title-link i {
    margin-right: 0!important;
}

.dropdown-menu li.drop-all a {
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #707070;
    background: #FFF;
    font-size: 14px;
}

.dropdown-menu li.drop-all a:hover {
    background: #f7f7f7;
}

.dropdown-sm {
    width: 190px;
}

.dropdown-md {
    width: 230px;
}

.dropdown-lg {
    width: 280px;
}

.dropdown-content {
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown-menu li a {
    padding: 8px 15px;
    color: #5f5f5f;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.dropdown-menu li a i {
    margin-right: 10px;
}

.dropdown-menu li.no-link {
    padding: 7px 10px 7px 10px;
}

.dropdown-menu li.li-group {
    border-bottom: 1px solid #E5E9EC;
    padding: 5px 0px 5px 0px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: transparent;
}

.right-sidebar-top .nav > li > a {
    padding: 11px 15px;
}

.page-right-sidebar-inner .tab-content {
    margin-top: 0;
}

.nav > li > a {
    font-weight: 400;
    margin: 0 15px;
    padding: 10px 0;
}

.nav-tabs.nav > li:first-child > a {
    margin-left: 0px;
}

.nav-pills.nav > li:first-child > a {
    margin-left: 0px;
}

.navbar .dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    margin-top: 40px!important;
}

.navbar .dropdown .dropdown-menu.dropdown-list li:first-child {
    margin-top: 5px;
}

.navbar .dropdown .dropdown-menu.dropdown-list li:last-child {
    margin-bottom: 5px;
}

.navbar .dropdown .dropdown-menu.dropdown-list.theme-settings li:first-child {
    margin-top: 0;
}

.navbar .open .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 15px!important;
}

.navbar .dropdown {
    display: inline-block;
}

.dropdown-notifications {
    height: auto!important;
    max-height: 250px;
}

.dropdown-notifications .dropdown-oc li a {
    padding-right: 0;
    border-bottom: 1px solid #e5e9ec;
}

.dropdown-notifications .dropdown-oc li a span.notification-badge {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    color: #fff;
}

.dropdown-notifications .dropdown-oc li a span.notification-badge i {
    margin-right: 0px;
}

.dropdown-notifications .dropdown-oc li a span.notification-info {
    width: 204px;
    display: block;
    padding: 5px 15px;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}

.dropdown-notifications .dropdown-oc li a span.notification-info small {
    color: #aaa;
}

.popover {
    border: 1px solid #e5e9ec;
    border-radius: 4px;
    box-shadow: none;
}

.popover.top > .arrow {
    border-top-color: #e5e9ec;
}

.popover.right > .arrow {
    border-right-color: #e5e9ec;
}

.popover-title {
    padding: 15px 15px 10px 15px;
    color: #637282;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    background-color: transparent;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}

.popover-content {
    padding: 10px 15px 15px 15px;
}


/* Page Title */

.breadcrumb {
    background-color: transparent;
    padding: 0px;
    margin-bottom: 0px;
    line-height: 80px;
}

.breadcrumb li i {
    font-size: 14px;
    margin-right: 4px;
    color: rgba(0, 0, 0, .4);
    display: block;
    float: left;
}

.breadcrumb li a {
    color: #4b9492;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
}

.breadcrumb > .active {
    color: #777;
}

.breadcrumb-header {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 4px;
}


/* Page Content */

.page-content {
    min-height: 56px;
    vertical-align: bottom;
    background: #fff;
    width: calc(100% - 240px);
    float: right;
    border-left: 1px solid #ececec;
}

.page-sidebar-collapsed .page-content {
    width: calc(100% - 60px);
}

.page-sidebar-fixed .page-content {
    margin-left: 240px;
}

.page-sidebar-fixed.page-sidebar-collapsed .page-content {
    margin-left: 60px;
}

_::-webkit-full-page-media,
_:future,
:root .page-content {
    vertical-align: top;
}


/* Page Inner */

.page-inner {
    position: relative;
    min-height: calc(100% - 81px);
    padding: 5px 20px 50px 20px;
    background: #f3f5f6;
}

.page-inner.no-page-title {
    padding-top: 30px;
}

.page-inner.full-page {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.page-inner.full-page.no-footer {
    padding-bottom: 0px;
}

.page-inner.full-page .page-footer {
    padding-left: 30px;
    padding-right: 30px;
}

_::-webkit-full-page-media,
_:future,
:root .page-inner {
    padding-bottom: 0px;
}

.page-header-fixed .page-inner {
    margin-top: 77px;
}

.page-footer {
    position: absolute;
    bottom: 0;
}


/* Page Container */

.page-container {
    min-height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.page-container:not(.container) {
    width: 100%;
}


/* Page Header */

.page-header {
    padding-bottom: 0px;
    margin: 0px;
    border-bottom: none;
    min-height: 77px;
    padding: 10px 20px 10px 20px;
    position: relative;
    background: #f3f5f6;
}

.page-header-fixed .page-header {
    position: fixed;
    z-index: 99;
    left: 240px;
    right: 0;
    top: 0;
}

.page-header-fixed .page-container.container .page-header {
    padding-right: 15px;
    padding-left: 195px;
    left: 0;
    right: 0;
    margin: auto;
}

.page-header-fixed.page-sidebar-collapsed .page-container.container .page-header {
    padding-right: 15px;
    padding-left: 75px;
    left: 0;
    right: 0;
    margin: auto;
}

@media (min-width: 768px) {
    .page-header-fixed .page-container.container .page-header {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .page-header-fixed .page-container.container .page-header {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .page-header-fixed .page-container.container .page-header {
        width: 1170px;
    }
}

.page-sidebar-collapsed.page-header-fixed .page-header {
    left: 60px;
}

.page-header .form-control {
    background-color: #fff;
    color: #fff;
}

.page-header .form-control::placeholder {
    color: #cfd8e7;
}

.page-sidebar-fixed .page-header {
    z-index: 41;
}

.page-header .navbar-default {
    background-color: #fff;
    border: 0;
    margin-bottom: 0;
    height: 56px;
    border-radius: 0;
    border: 1px solid #ececec;
}

.page-header .navbar-default .container-fluid,
.page-header .navbar-default .navbar-collapse {
    height: 56px!important;
}

.page-header .navbar-default .navbar-brand i.fixed-sidebar-button-active {
    background: #fff;
}

.page-header .navbar-nav > li.v-divider {
    display: block;
    width: 1px;
    height: 26px;
    background: #F3F3F3;
    margin: 21px 15px;
}

.page-header .navbar-nav > li > a {
    padding-top: 18px;
    padding-bottom: 18px;
    height: 56px;
    color: #4b4b4b !important;
    text-transform: uppercase;
}

.page-header .navbar-nav > li > a:hover,
.page-header .navbar-nav > li > a:link,
.page-header .navbar-nav > li > a:focus {
    color: #525252 !important;
}

.page-header .navbar-nav > li > a > img {
    width: 36px;
    margin-top: -10px;
    display: inline-block;
    vertical-align: top;
}

.page-header .navbar-nav > li.user-dropdown > a {
    margin-right: 0px;
    padding-top: 20px;
}

.open:not(.active-page) > a {
    color: #177f7e;
}

.active-page.open > a {
    font-weight: 500;
}

.active-page.open > a i {
    color: #2b2b2b;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #1f2229;
    background-color: transparent;
}

.page-header .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
    overflow-x: visible;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .page-header .navbar-nav > li > a > i {
        font-size: 20px;
        vertical-align: text-top;
    }
    .page-header .navbar-nav > li > a > i[class^="icon-"] {
        font-size: 19px;
        vertical-align: top;
    }
}


/* Page Right Sidebar */

.page-right-sidebar {
    width: 231px;
    background: #fff;
    border-left: 1px solid #efefef;
    height: 100%;
    min-height: 100%;
    right: -231px;
    top: 0;
    z-index: 42;
    position: fixed;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

.page-right-sidebar.visible {
    right: 0;
}

.page-right-sidebar#chat-right-sidebar {
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    opacity: 0;
}

.page-right-sidebar#chat-right-sidebar.visible {
    opacity: 1;
}

.right-sidebar-top {
    background: #fff;
    display: block;
    height: 56px;
    border-bottom: 1px solid #efefef;
}

#chat-right-sidebar .right-sidebar-top {
    height: 56px;
    border-bottom: 1px solid #e5e5e5;
}

.page-right-sidebar .right-sidebar-close {
    float: right;
    color: #4F5862;
    opacity: 0.6;
    font-size: 16px;
    padding: 10px 20px;
    height: 55px;
    line-height: 34px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.page-right-sidebar .right-sidebar-close:hover {
    background: transparent;
    opacity: 1;
}

.page-right-sidebar .chat-sidebar-close {
    float: left;
    color: #4F5862;
    opacity: 0.6;
    font-size: 22px;
    padding: 17px 20px;
    height: 36px;
    line-height: 22px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.page-right-sidebar .chat-sidebar-close:hover {
    background: transparent;
    opacity: 1;
}

.right-sidebar-tabs {
    float: left;
    width: 174px;
    height: 55px;
}

.right-sidebar-tabs li {
    width: 50%;
}

.right-sidebar-tabs a {
    height: 55px;
    line-height: 33px!important;
    font-size: 12px;
    color: #4F5862;
    opacity: 0.6;
    text-transform: uppercase;
    font-weight: 700!important;
    text-align: center;
    padding-left: 0!important;
    padding-right: 0!important;
    border: 0!important;
    margin-right: 0!important;
    border-radius: 0!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    margin-left: 0!important;
}

.right-sidebar-tabs .nav-tabs {
    border-bottom: 0!important;
}

.right-sidebar-tabs .nav-tabs > li.active > a,
.right-sidebar-tabs .nav-tabs > li.active > a:focus,
.right-sidebar-tabs .nav-tabs > li.active > a:hover {
    cursor: default;
    background-color: #fff;
    border: none;
    color: #4F5862!important;
    opacity: 1!important;
}

.right-sidebar-tabs > .nav-tabs > li > a:focus,
.right-sidebar-tabs > .nav-tabs > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    opacity: 1;
    border-bottom-color: transparent!important;
}

.chat-list .chat-item {
    overflow: hidden;
    position: relative;
    display: block;
    border-bottom: 1px solid #efefef;
    padding: 5px 0;
}

.chat-list .chat-item:last-child {
    border-bottom: 1px solid transparent;
}

.chat-list .chat-item:hover {
    background: #f9f9f9;
}

.chat-list .chat-item img {
    float: left;
    width: 40px;
    border-radius: 100%;
    margin: 10px;
    margin-left: 20px;
}

.chat-list .chat-item .user-avatar {
    position: relative;
    display: inline-block;
    overflow: hidden;
    float: left;
}

.chat-list .chat-item.active-user .user-avatar:after {
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #44AEA1;
    position: absolute;
    bottom: 9px;
    right: 9px;
    border: 2px solid #fff;
}

.chat-list .chat-item .chat-info {
    float: left;
    overflow: hidden;
    padding: 13px 0;
    width: 100px;
}

.chat-list .chat-item .chat-info span.chat-author {
    display: block;
    color: #4F5862;
    opacity: 0.6;
    font-size: 13px;
    line-height: 15px;
    padding: 0;
    margin-bottom: 4px;
}

.chat-list .chat-item .chat-info span.chat-text {
    display: block;
    color: #4F5862;
    opacity: 0.6;
    font-size: 13px;
    line-height: 15px;
    padding: 0;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.chat-list .chat-item .chat-info span.chat-time {
    display: block;
    color: #4F5862;
    opacity: 0.6;
    font-size: 12px;
    line-height: 15px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7.5px;
}

.chat-list .chat-item.unread .chat-info span {
    font-weight: 600;
    opacity: 1;
}

.load-more-messages {
    display: block;
    text-align: center;
    width: 100%;
    margin: 15px auto;
    font-size: 14px;
    color: #4F5862;
    opacity: 0.6;
}

.load-more-messages:hover {
    color: #4F5862;
    opacity: 1;
}

.chat-top-info {
    float: left;
    padding: 10px 0px 10px 20px;
}

.chat-top-info span {
    display: block;
}

.chat-top-info span.chat-name {
    color: #555;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.chat-top-info span.chat-state {
    color: #4F5862;
    font-size: 12px;
    opacity: 0.6;
}

.chat-more-nav {
    float: right;
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    margin: 13px 5px;
    text-align: center;
}

.chat-more-nav > a {
    display: block;
    position: relative;
    font-size: 18px;
    width: 100%;
    height: 100%;
}

.chat-start-date {
    width: 100%;
    color: #767676;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
}

.page-right-sidebar-inner {
    height: 100%;
}

.right-sidebar-content {
    height: calc(100% - 56px);
}

.right-sidebar-content .slimScrollDiv {
    height: calc(100% - 56px)!important;
    width: 100%!important;
}

.right-sidebar-chat {
    height: 100%!important;
    padding-bottom: 20px;
    display: block;
}

.chat-bubble.them .chat-bubble-img-container {
    float: left;
}

.chat-bubble .chat-bubble-text-container {
    max-width: 60%;
    display: block;
}

.chat-bubble.them .chat-bubble-text-container {
    float: left;
    clear: right;
}

.chat-bubble.me .chat-bubble-text-container {
    float: right;
    clear: right;
}

.chat-bubble {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}

.chat-bubble img {
    width: 38px;
    height: 38px;
    border-radius: 100%;
}

.chat-bubble.them img {
    margin-left: 20px;
}

.chat-bubble span.chat-bubble-text {
    padding: 5px 10px;
    min-height: 28px;
    margin: 0 10px;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    float: left;
    clear: both;
    word-wrap: break-word;
    max-width: 100%;
}

.chat-bubble.them span.chat-bubble-text {
    margin-left: 10px;
    background: #787e86;
    color: #fff;
    border-radius: 4px;
    border-top-left-radius: 0px;
}

.chat-bubble.me span.chat-bubble-text {
    margin-left: 10px;
    margin-right: 30px;
    background: #f1f1f1;
    float: right;
    border-radius: 4px;
    border-top-right-radius: 0px;
}

.chat-bubble span.chat-bubble-text {
    margin-top: 4px;
}

.chat-bubble span.chat-bubble-text:first-child {
    margin-top: 0;
}

.chat-bubble span.chat-bubble-text:last-child {
    margin-bottom: 5px;
}

.chat-bubble span.chat-bubble-text:first-child:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
}

.chat-bubble.them span.chat-bubble-text:first-child:before {
    border-width: 0 10px 10px 0;
    border-color: transparent #787e86 transparent transparent;
    position: absolute;
    top: 0;
    left: -9px;
}

.chat-bubble.me span.chat-bubble-text:first-child:before {
    border-width: 10px 10px 0 0;
    border-color: #f1f1f1 transparent transparent;
    position: absolute;
    top: 0;
    right: -9px;
}

.chat-write input {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-top: 1px solid #f1f1f1;
    height: 56px;
    border-radius: 0;
    padding: 0 20px;
}

.chat-write input:focus {
    box-shadow: none;
    border-color: #f1f1f1;
}

.right-sidebar-settings .settings-title {
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    display: block;
    margin: 5px 0 0 0;
    background: transparent;
    color: #4F5862;
    opacity: 0.6;
}

span.chat-title {
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    display: block;
    margin: 5px 0 0 0;
    background: transparent;
    color: #4F5862;
    opacity: 0.6;
}

.sidebar-setting-list li {
    padding: 12px 25px;
    font-size: 13px;
    color: #4F5862;
}

.sidebar-setting-list li:last-child {
    border-color: transparent;
}

.sidebar-setting-list li .switchery {
    float: right;
}


/* Page Sidebar */

.page-sidebar {
    width: 240px;
    background: #fff;
    min-height: 100%;
    float: left;
    z-index: 100;
    position: relative;
}

.page-sidebar-fixed .page-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 100;
    height: 100%!important;
}

.page-sidebar-fixed .page-sidebar .page-sidebar-inner {
    height: 100%!important;
    overflow: hidden;
}

body:not(.page-sidebar-fixed) .page-sidebar .slimScrollDiv {
    height: auto!important;
}

.page-sidebar-fixed .page-sidebar,
.page-header-fixed .page-sidebar,
.page-sidebar-fixed.page-header-fixed .page-sidebar {
    padding-top: 81px;
}

.logo-box {
    width: 240px;
    padding: 24px;
    color: #000000!important;
    background: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    min-height: 77px;
    display: block;
    text-decoration: none;
    z-index: 9999;
    line-height: 30px;
}

.page-header-fixed .logo-box {
    position: fixed;
    top: 0;
}

.logo-box:hover,
.logo-box:active,
.logo-box:link,
.logo-box:focus {
    color: #fff;
    text-decoration: none;
}

.logo-box i {
    font-size: 17px;
    height: 30px;
    color: #fff;
    width: 28px;
    background-color: #4b9492;
    border-radius: 5px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    position: relative;
    top: -2px;
    margin-right: 8px;
}

.page-sidebar-fixed .logo-box {
    position: fixed;
    left: auto;
    border-bottom: none;
    z-index: 9999;
    top: 0;
}

.page-sidebar-fixed .logo-box {
    color: #fff;
}

.page-sidebar-menu {
    margin-top: 10px;
}

.page-sidebar-fixed .page-sidebar .accordion-menu {
    margin-top: 10px;
}

.page-sidebar-menu ul {
    padding: 0;
    margin: 0;
}

.page-sidebar-menu ul li {
    list-style-type: none;
    position: relative;
}

.page-sidebar-menu ul li a {
    display: block;
    font-weight: 400;
    font-size: 15px;
    padding: 10px 24px;
    color: #525252;
    line-height: 1.5!important;
    position: relative;
}

.page-sidebar-menu ul li.active-page > a i {
    color: #177f7e;
}

.page-sidebar-menu ul li.active-page > a i.accordion-icon {
    color: #177f7e;
}

.page-sidebar-menu ul li.active-page > a {
    color: #177f7e;
}

.page-sidebar-menu ul li.active-page > a {
    position: relative;
}

.page-sidebar-menu ul li a:link {
    text-decoration: none;
}

.page-sidebar-menu > ul > li > a:hover {
    opacity: .8;
}

.page-sidebar-collapsed .page-sidebar-menu > ul > li > a:hover {
    opacity: 1;
}

.page-sidebar-menu > ul > li > a:hover,
.page-sidebar-menu > ul > li > a:hover i.accordion-icon {
    text-decoration: none;
}

.page-sidebar-menu ul li a i.menu-icon {
    margin-right: 10px;
    font-size: 18px;
    vertical-align: middle;
    line-height: 22px;
}

.page-sidebar-menu ul li a span {
    vertical-align: middle;
}

.page-sidebar-menu ul li.menu-divider {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E5E9EC;
    margin: 10px 0;
}

.page-sidebar-menu ul li a i.accordion-icon {
    float: right;
    font-size: 15px;
    vertical-align: text-top;
    color: #596B8C;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    line-height: 26px;
}

.page-sidebar-menu ul li a span.label {
    margin: 3px 0;
    float: right;
}

.page-sidebar-menu ul li.open a i.accordion-icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=-3);
}

.page-sidebar-menu ul li .sub-menu a:hover {
    color: #000;
}

.accordion-menu .sub-menu {
    display: none;
    padding-left: 22px;
    padding-bottom: 8px;
    background: #fff;
}

.page-sidebar-collapsed .accordion-menu .sub-menu {
    padding-bottom: 0px;
    padding-left: 0px;
}

.accordion-menu .sub-menu li:not(.animation) a {
    opacity: 0;
}

.accordion-menu .sub-menu li.animation a {
    opacity: 1;
}

.accordion-menu .sub-menu li a {
    border-top: 0;
    padding: 8px 20px 8px 40px;
    font-size: 14px;
    color: #929aa7;
}

.accordion-menu .sub-menu li a.active {
    color: #000;
}

.accordion-menu .sub-menu li a.active:hover {
    color: #000!important;
}


/* Collapsed Sidebar */

.page-sidebar-collapsed .page-sidebar,
.page-sidebar-collapsed .logo-box {
    width: 60px;
}

.page-sidebar-collapsed.page-sidebar-fixed .page-sidebar {
    height: 100%;
}

.page-sidebar-collapsed .logo-box {
    padding: 16px;
    text-align: center;
    height: 77px;
}

.page-sidebar-collapsed .logo-box span span {
    display: none;
}

.page-sidebar-collapsed .logo-box i {
    margin: 9px auto;
    float: none;
}

.page-sidebar-collapsed:not(.page-sidebar-fixed) .page-sidebar .slimScrollDiv {
    overflow: visible!important;
    height: calc(100% - 83px)!important;
}

.page-sidebar-collapsed .page-sidebar .page-sidebar-inner {
    height: 100%;
    overflow-y: hidden!important;
    overflow-x: visible!important;
}

.page-sidebar .slimScrollBar {
    display: none!important;
}

.page-sidebar-collapsed .page-sidebar-menu > ul > li {
    width: 60px;
    position: relative;
}

.page-sidebar-collapsed .page-sidebar-menu > ul > li > a {
    padding: 13px 20px;
    min-height: 50px;
}

.page-sidebar-collapsed .page-sidebar-menu > ul > li > a > i.menu-icon {
    margin-right: 12px;
}

.page-sidebar-collapsed .page-sidebar-menu ul li .sub-menu,
.page-sidebar-collapsed .page-sidebar-menu ul li.active-page .sub-menu,
.page-sidebar-collapsed .page-sidebar-menu ul li.open .sub-menu {
    display: none!important;
    width: 170px;
}

.page-sidebar-collapsed .page-sidebar-menu ul li a span:not(.label) {
    padding-left: 25px;
}

.page-sidebar-collapsed .page-sidebar-menu ul li a span,
.page-sidebar-collapsed .page-sidebar-menu ul li a i.accordion-icon {
    display: none;
}

.page-sidebar-collapsed .page-sidebar-menu ul li .sub-menu {
    position: absolute;
    left: 60px;
    z-index: 9999;
    padding-bottom: 14px;
}

.page-sidebar-collapsed .page-sidebar-menu ul li .sub-menu a {
    opacity: 1;
    padding: 8px 25px 8px 15px;
}

.page-sidebar-collapsed .page-sidebar-menu ul li a:hover + .sub-menu,
.page-sidebar-collapsed .page-sidebar-menu ul li .sub-menu:hover,
.page-sidebar-collapsed .page-sidebar-menu ul li:hover a span,
.page-sidebar-collapsed .page-sidebar-menu ul li a:hover span {
    display: inline!important;
}

.page-sidebar-collapsed .page-sidebar-menu > ul > li:hover > a {
    width: 230px;
    background: #f7f7f7;
}

.page-sidebar-collapsed .page-sidebar.fixed-sidebar-scroll .slimScrollDiv {
    width: 260px!important;
}


/* Search */

.search-form {
    left: 0;
    right: 0;
    position: absolute;
    background: #fff;
    height: 56px;
    margin-left: 20px;
    margin-right: 20px;
    z-index: 41;
    margin-top: -81px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    font-weight: 400;
    opacity: 0;
}

.search-form input {
    border: none;
    height: 56px;
    border-radius: 0;
    box-shadow: none;
    padding-left: 25px;
    padding-bottom: 7px;
    color: #3d464c!important;
}

.search-form #close-search {
    background-color: #4b9492;
    color: #ffffff;
    border: none;
    height: 44px;
    border-radius: 50%;
    box-shadow: none;
    margin: 0 40px 0px 0;
    padding: 0 12px;
}

.search-form #close-search i {
    font-size: 20px;
    vertical-align: text-top;
}

.search-form input:focus {
    border: none;
    box-shadow: none;
}

.search-form #close-search:hover,
.search-form #close-search:focus {
    background-color: #4b9492!important;
    opacity: 1;
    border: none;
    outline: 0;
    box-shadow: none;
}

.search-content {
    position: absolute;
    background: #fff;
}

.search-open .search-form {
    margin-top: 0;
    opacity: 1;
}


/*======================
        16.Dashboard
========================*/

.widget-desk {
    overflow: hidden;
    position: relative;
	border-radius: 7px;
}

.widget-desk:hover .widget-icon i {
    transform: scale(1.1);
}

.widget-desk .widget-icon i {
    position: absolute;
    top: -24px;
    font-size: 34px;
    height: 80px;
    background: #dbe9e8;
    color: #4b9492;
    border-radius: 50%;
    left: -8px;
    transition: all 0.5s ease 0s;
    width: 80px;
    line-height: 95px;
    text-align: center;
}


/*======================
        17.Responsive
========================*/

.logo-sm {
    display: none;
}

#sidebar-toggle-button-close {
    display: none;
}

@media (max-width: 991px) {
    .email-actions {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .page-header-fixed .page-header {
        left: 0;
    }
    .page-sidebar {
        position: fixed!important;
        left: -240px;
        transition: all .2s ease-in-out;
    }
    .page-inner:not(.login-page) {
        padding: 5px 20px 42px 20px;
    }
    .page-content,
    .page-sidebar-collapsed .page-content {
        width: 100%;
    }
    .page-sidebar-fixed .page-content,
    .page-sidebar-fixed.page-sidebar-collapsed .page-content {
        margin-left: 0px;
    }
    .page-header,
    .page-header .navbar,
    .page-header .navbar-default .container-fluid,
    .page-header .navbar-default .navbar-collapse {
        height: auto!important;
    }
    .logo-sm {
        display: block;
    }
    .logo-sm #sidebar-toggle-button {
        float: left;
        margin-top: 5px;
        margin-right: 15px;
        font-size: 20px;
        margin-left: 15px;
        margin-bottom: 5px;
        vertical-align: middle;
        line-height: 46px;
        color: #637282!important;
    }
    .logo-sm .logo-box {
        display: none;
    }
    .page-sidebar-collapsed .logo-sm .logo-box {
        height: auto;
        display: none;
        padding-left: 0px;
        min-height: 50px;
    }
    .page-sidebar-fixed .logo-sm .logo-box {
        position: relative;
        z-index: 40;
        min-height: auto;
    }
    .page-sidebar-collapsed .logo-sm .logo-box {
        text-align: left;
    }
    .page-sidebar-collapsed .logo-sm .logo-box span {
        display: none;
    }
    .navbar .dropdown:not(.open) .dropdown-menu {
        display: none;
    }
    .navbar li {
        display: block;
    }
    .navbar-collapse {
        padding: 0px!important;
    }
    .navbar-nav {
        float: right;
    }
    .page-sidebar-visible .page-sidebar {
        left: 0;
    }
    #fixed-sidebar-toggle-button {
        display: none;
    }
    #sidebar-toggle-button-close {
        float: right;
        margin-right: 0px;
        font-size: 18px;
        display: block;
    }
    .page-sidebar-collapsed #sidebar-toggle-button-close {
        margin: 0px auto;
        float: none;
    }
    .navbar-toggle {
        border-radius: 100%;
        width: 40px;
    }
    .page-header .navbar-nav > li > a {
        font-size: 14px;
    }
    .page-error .page-inner {
        vertical-align: top;
        padding: 40px;
    }
    .grid-gallery figcaption h3 {
        font-size: 13px;
        font-weight: bold;
    }
}

@media (max-width: 991px) {
    .navbar-nav.d-res-none-full {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar-right.d-desk-none {
        display: block;
    }
    .logo-sm .logo-box {
        display: block;
        position: relative;
        z-index: 40;
		top:3px;
        min-height: auto;
        margin-right: auto;
        margin-left: auto;
        line-height: 0px;
        text-align: center;
        /*max-width: 140px;*/
    }
    .page-sidebar-fixed .logo-sm .logo-box {
        position: relative;
        z-index: 40;
        min-height: auto;
        margin-right: auto;
        margin-left: auto;
        line-height: 0px;
        text-align: center;
    }
    .page-title .pull-left {
        display: none;
    }
    .page-title .pull-right {
        float: none !important;
        text-align: center;
    }
    .page-title .breadcrumb {
        line-height: 15px;
        font-size: 13px;
    }
    .account-background {
        height: auto;
        padding: 100px 0;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}