/*
Template Name: SAPP
Build with : BS 3 +
Author: Mosaddek Hossain
*/

/************************
    Table of Content
**************************/

/*

1. logo
2. sidebar left
3. sidebar collapsed
4. header section
5. sticky header
6. non sticky header
7. sidebar left widget
8. left notification
9. notification list
10. language switch
11. mail notification
12. yamm css
13. mega-menu
14. right notification
15. body content
16. page heading
17. state overview
18. text color
19. boxed view
20. tools
21. footer content
22. mobile visit
23. monthly page view
24. team member
25. cpu graph
26. sale monitor
27. dashboard v map
28. flot chart
29. code high light style
30. right side bar
31. chat
32. info
33. settings
34. weather widget
35. login page
36. lock
37. 404 page
38. 500 page
39. Checkbox and Radio buttons
40. to do list
41. mail inbox
42. form layout
43. picker
44. Table
45. general
46. toastr
47. font awesome & simple icon
48. slider
49. profile
50. invoice
51. widget
52. Data Table
53. form
54. ion slider
55. nestable
56. timeline
57. summernote
58. form validation
59. form wizard
60. map
61. calendar
62. slick carousel

*/ 


@import url(/Template/Admin/SAPP/css/SourceSansPro.css);
@import url(/Template/Admin/SAPP/css/Abel.css);

@import url('bootstrap.min.css');
@import url('bootstrap-reset.css');
@import url('jquery-ui-1.10.3.css');
@import url('font-awesome.css');
@import url('simple-line-icons.css');
@import url('icomoon-weather.css');
@import url('default-theme.css');


body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #323232;
    line-height: 20px;
    overflow-x: hidden;
    font-size: 14px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}


input, select, textarea {
    font-family: 'Source Sans Pro', sans-serif;
    color: #767676;
}
table tr {
    cursor: default;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
    a:focus, a:active, a:hover {
        outline: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        text-decoration: none;
        color: #7cd8a9;
    }

h1, h2, h3, h4, h5 {
    font-family: 'Source Sans Pro', sans-serif;
}


.m-t-10 {
    margin-top: 10px;
}


.m-t-20 {
    margin-top: 20px;
}


.m-t-30 {
    margin-top: 30px;
}


.m-t-40 {
    margin-top: 40px;
}


.m-t-50 {
    margin-top: 50px;
}

.m-b-10 {
    margin-bottom: 10px;
}


.m-b-20 {
    margin-bottom: 20px;
}


.m-b-30 {
    margin-bottom: 30px;
}


.m-b-40 {
    margin-bottom: 40px;
}


.m-b-50 {
    margin-bottom: 50px;
}


/*---------------
    logo
---------------*/

.img-logo {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.logo {
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    z-index: 100;
    padding-left: 20px;
}


    .logo a {
        font-size: 22px;
        color: #fff;
        margin: 0;
        text-decoration: none;
        display: inline-block;
        float: none;
    }


        .logo a i {
            font-size: 24px;
            color: #7cd8a9;
            padding-right: 5px;
        }

        .logo a .brand-name {
            float: right;
        }

        .logo a i, .logo a img {
            display: inline;
            vertical-align: middle;
            margin-right: 10px;
        }

.icon-logo {
    display: none;
}

    .icon-logo a {
        color: #7cd8a9;
    }

        .icon-logo a:hover {
            color: #fff;
        }

.sidebar-collapsed .icon-logo {
    height: 60px;
    padding-top: 5px;
    line-height: 45px;
    display: block !important;
    position: absolute;
    left: -52px;
    width: 52px;
    font-size: 24px;
    text-align: center;
}


/*---------------------
    sidebar left
-----------------------*/

.sidebar-left {
    width: 240px;
    position: absolute;
    top: 50px;
    left: 0;
}

.sticky-sidebar {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 100;
}

.sidebar-collapsed .sticky-sidebar {
    overflow-y: visible;
    position: absolute;
}


.sidebar-left-info {
    padding: 0px;
}

.sidebar-left .search-content {
    display: none;
}

    .sidebar-left .search-content::after {
        content: '';
        display: block;
        clear: both;
    }

    .sidebar-left .search-content input {
        padding: 10px;
        width: 90%;
        margin: 20px 10px 20px 12px;
        border-radius: 30px;
        border: none;
    }

        .sidebar-left .search-content input:focus {
            width: 90%;
        }

.noti-arrow {
    margin-right: 15px;
    margin-top: 2px;
    font-weight: normal;
}

.side-navigation {
    margin-bottom: 10px;
    margin-top: 1px;
}

.navigation-title {
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.side-navigation > li > a {
    color: #fff;
    padding: 15px 20px;
    border-radius: 0;
}

    .side-navigation > li > a:hover,
    .side-navigation > li > a:active {
        /*background-color: #000;*/
        border-radius: 0;
        -webkit-border-radius: 0;
    }

.side-navigation > li.menu-list > a {
    position: relative;
}

.side-navigation > li.nav-active > ul {
    display: block;
}

.side-navigation > li.menu-list > a:after {
    content: "\f105";
    display: inline-block;
    font-family: "FontAwesome";
    padding-right: 20px;
    position: absolute;
    right: 0;
}


.side-navigation > li.nav-active > a:after {
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    padding-right: 20px;
    position: absolute;
    right: 0;
}


.side-navigation > li.menu-list.active > a:after,
.side-navigation > li.nav-active.active > a:after,
.side-navigation > li.nav-active.active > a:after:hover {
    content: "\f107";
}

.side-navigation li .fa, .side-navigation li .ico {
    font-size: 14px;
    vertical-align: middle;
    margin-right: 10px;
    width: 16px;
    text-align: center;
}

.side-navigation .child-list {
    list-style: none;
    display: none;
    margin: 0;
    padding: 0 0 1px 0;
}

    .side-navigation .child-list > li > a {
        color: #fff;
        font-size: 13px;
        display: block;
        padding: 10px 5px 10px 50px;
        -moz-transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s;
    }

        .side-navigation .child-list > li > a:hover,
        .side-navigation .child-list > li > a:active,
        .side-navigation .child-list > li > a:focus {
            text-decoration: none;
            -moz-transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s;
            transition: all 0.2s ease-out 0s;
        }

    .side-navigation .child-list > li .fa {
        font-size: 12px;
        opacity: 0.5;
        margin-right: 5px;
        text-align: left;
        width: auto;
        vertical-align: baseline;
    }

    .side-navigation .child-list > li.active > a {
        color: #7cd8a9;
        /*background-color: rgba(0,0,0,0.2);*/
    }

    .side-navigation .child-list ul {
        margin-left: 12px;
        border: 0;
    }


.side-navigation .menu-list.active ul {
    display: block;
}

.user-nav {
    margin-bottom: 0;
}

    .user-nav > li > a {
        padding: 10px 20px;
    }


/*---------------------
    sidebar collapsed
-----------------------*/


.sidebar-collapsed .logo,
.sidebar-collapsed .side-navigation > li.nav-active > a:after,
.sidebar-collapsed .side-navigation > li.menu-list > a:after {
    display: none;
}

.sidebar-collapsed .header-section {
    margin-left: 0px;
}

.sidebar-collapsed .sidebar-left {
    width: 52px;
    top: 52px;
}

.sidebar-collapsed .sidebar-left-info {
    padding: 0;
}

h5.left-nav-title {
    color: #7cd8a9;
    margin-left: 20px;
    text-transform: uppercase;
}

.sidebar-collapsed .side-navigation {
    margin: 0px 0 20px 0;
}

    .sidebar-collapsed .side-navigation li a {
        text-align: center;
        padding: 15px 10px;
        position: relative;
    }

    .sidebar-collapsed .side-navigation > li.menu-list > a {
        background-image: none;
    }

    .sidebar-collapsed .side-navigation li a span {
        position: absolute;
        padding: 15px;
        left: 52px;
        top: 0;
        min-width: 175px;
        text-align: left;
        z-index: 1000;
        display: none;
    }

        .sidebar-collapsed .side-navigation li a span .badge,
        .sidebar-collapsed .side-navigation li a span .label {
            display: none !important;
        }

    .sidebar-collapsed .side-navigation li.active a span {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .sidebar-collapsed .side-navigation ul,
    .sidebar-collapsed .side-navigation .menu-list.nav-active ul {
        display: none;
    }

    .sidebar-collapsed .side-navigation .menu-list.nav-hover ul,
    .sidebar-collapsed .side-navigation li.nav-hover a span {
        display: block;
    }


    .sidebar-collapsed .side-navigation > li.nav-hover > a,
    .sidebar-collapsed .side-navigation > li.nav-hover.active > a,
    .sidebar-collapsed .side-navigation li.nav-hover.active a span,
    .sidebar-collapsed .side-navigation li.nav-hover a span {
        color: #fff;
    }


    .sidebar-collapsed .side-navigation li.nav-hover ul {
        display: block;
        position: absolute;
        top: 50px;
        left: 52px;
        margin: 0;
        min-width: 175px;
        z-index: 100;
    }

    .sidebar-collapsed .side-navigation ul a {
        text-align: left;
        padding: 10px 15px;
    }


    .sidebar-collapsed .side-navigation li a i {
        margin-right: 0;
    }

.sidebar-collapsed .body-content {
    margin-left: 52px;
}

.sidebar-collapsed .sidebar-widget,
.sidebar-collapsed .navigation-title {
    display: none;
}


/*---------------------
    header section
-----------------------*/


.header-section {
    background: #fff;
    border-bottom: 1px solid #E8E8E8;
}

    .header-section::after {
        clear: both;
        display: block;
        content: '';
    }

.toggle-btn {
    width: 55px;
    height: 60px;
    line-height: 30px;
    font-size: 14px;
    padding: 15px;
    cursor: pointer;
    float: left;
    text-align: center;
    color: #384246;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    .toggle-btn:hover,
    .notification-menu .dropdown-toggle:hover,
    .notification-menu .dropdown-toggle:focus,
    .notification-menu .dropdown-toggle:active,
    .notification-menu .dropdown-toggle.active,
    .notification-menu .open .dropdown-toggle.dropdown-toggle {
        background: #f7f7f7;
        color: #8b8b8b;
    }

.search-content input {
    box-shadow: none;
    float: right;
    font-size: 14px;
    height: 30px;
    margin: 15px 10px 0 10px;
    width: 100px;
    border-radius: 30px;
    background: #f3f3f3;
    border: none;
}

    .search-content input,
    .search-content input:focus {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

        .search-content input:focus {
            box-shadow: none;
            border-color: #eff0f4;
            width: 210px;
        }


/*---------------------
    sticky header
-----------------------*/


.sticky-header .logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 240px;
    z-index: 100;
}

.sticky-header .sidebar-left {
    top: 60px;
}

.sticky-header .header-section {
  
    top: 0;
    left: 0px;
    width: 100%;
    z-index: 1000;
}

.sticky-header .body-content {
    padding-top: 60px;
    overflow: hidden;
}

.sticky-header .right-notification {
    margin-right: 52px;
}

.sticky-header.sidebar-collapsed .header-section {
    left: 52px;
}

.sticky-header.sidebar-collapsed .right-notification {
    margin-right: 52px;
}


/*-----------------------------
    non sticky header
-----------------------------*/

.non-sticky-header .header-section .logo {
    display: none;
}

.non-sticky-header .sidebar-left {
    top: 0px;
}

.non-sticky-header .side-navigation {
    margin-top: 60px;
}


.non-sticky-header .right-notification {
    margin-right: 0px;
}



/*-------------------------
    sidebar left widget
---------------------------*/


.sidebar-widget {
    padding: 0 20px;
    margin-bottom: 100px;
}

    .sidebar-widget h4 {
        font-size: 11px;
        text-transform: uppercase;
        color: rgba(255,255,255,0.6);
        margin-bottom: 10px;
        padding-top: 10px;
        letter-spacing: 2px;
    }

    .sidebar-widget p {
        color: rgba(255,255,255,0.5);
        font-size: 12px;
        font-weight: 400;
    }

    .sidebar-widget ul {
        list-style: none;
    }

    .sidebar-widget .progress {
        margin-bottom: 20px;
    }



/*---------------------------
     left notification
---------------------------*/

.left-notification {
    float: left;
}

.notification-menu {
    list-style: none;
    padding-left: 0px;
}

    .notification-menu > li {
        float: left;
        position: relative;
    }

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.notification-menu > li.open .dropdown-menu {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.notification-menu .dropdown-toggle {
    padding: 12px 10px;
    border-color: #fff;
    background: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
}

    .notification-menu .dropdown-toggle:hover,
    .notification-menu .open .dropdown-toggle.dropdown-toggle {
        background: #f7f7f7;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }


    .notification-menu .dropdown-toggle .caret {
        margin-left: 5px;
    }

.notification-menu .dropdown-menu {
    margin-top: 0px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid rgba(0,0,0,0);
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

    .notification-menu .dropdown-menu li {
        display: block;
        margin: 0;
        float: none;
        background: none;
        padding: 15px;
    }

.notification-menu .dropdown-usermenu li {
    padding: 0;
}

.notification-menu .dropdown-menu li a {
    color: #fff;
    font-size: 13px;
    padding: 7px 10px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    .notification-menu .dropdown-menu li a:hover {
        background: #f7f7f7;
        color: #2b2b2c;
    }


.notification-menu .dropdown-title {
    padding: 0;
    min-width: 300px;
}

.notification-menu .info-number {
    padding: 0px 18px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    background: none;
    color: #8b8b8b;
    border-color: #fff;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    float: left;
}

.title {
    border-bottom: 1px solid #efefef;
    display: inline-block;
    width: 100%;
}

.dropdown-title .title {
    color: #797979;
    padding: 20px 15px;
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: 0;
}

    .dropdown-title .title.purple:after,
    .dropdown-title .title.green:after,
    .dropdown-title .title.yellow:after {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: "";
        display: inline-block;
        left: 20px;
        position: absolute;
        top: -6px;
    }

    .dropdown-title .title.purple:after {
        border-bottom: 6px solid #9c78cd;
    }

    .dropdown-title .title.green:after {
        border-bottom: 6px solid #52d192;
    }

    .dropdown-title .title.yellow:after {
        border-bottom: 6px solid #ffd200;
    }

    .dropdown-title .title.purple {
        border-top: 1px solid #9c78cd;
    }

    .dropdown-title .title.green {
        border-top: 1px solid #65cea7;
    }

    .dropdown-title .title.yellow {
        border-top: 1px solid #ffd200;
    }


.info-number .badge {
    font-size: 11px;
    font-weight: normal;
    line-height: 13px;
    padding: 2px 6px;
    position: absolute;
    right: 5px;
    top: 10px;
}

/*----------------------*/

.bg-info,
.info-number .bg-info {
    color: #fff;
    background-color: #6bd3f3;
}

.bg-success,
.info-number .bg-success {
    color: #fff;
    background-color: #53d192;
}

.bg-warning,
.info-number .bg-warning {
    color: #fff;
    background-color: #ffd200;
}

.bg-primary,
.info-number .bg-primary {
    color: #fff;
    background-color: #9c78cd;
}


.bg-danger,
.info-number .bg-danger {
    color: #fff;
    background-color: #e55957;
}

.bg-dark,
.info-number .bg-dark {
    color: #fff;
    background-color: #2b2b2c;
}


/*-------------------------
    notification list
--------------------------*/


.notification-list {
    padding: 0 15px;
    display: inline-block;
}

    .notification-list a {
        display: inline-block;
        width: 100%;
        padding: 20px 0;
        border-top: 1px solid #f3f3f3;
        color: #2b2b2c;
        text-decoration: none;
        font-size: 14px;
    }

.noti-information .notification-list {
    padding: 0;
}

    .noti-information .notification-list a {
        padding: 20px;
    }

        .noti-information .notification-list a:hover {
            background: #fafafa;
        }

.notification-list a:first-child {
    border-top: none;
}

.notification-list-scroll {
    height: 240px;
    overflow-y: scroll;
}

.notification-list a small {
    color: #bdbdbd;
    padding-left: 5px;
}

.notification-list a span.icon {
    margin-right: 15px;
    font-size: 16px;
    float: left;
}

.title-row {
    position: relative;
}

a.btn-view-all {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 3px 10px;
    border-radius: 30px;
    text-decoration: none;
    white-space: nowrap;
}

.notification-list p,
.notification-list p small {
    margin: 0;
    padding: 0;
}

    .notification-list p small {
        color: #a9a9a9;
    }


.task-list .progress {
    margin: 10px 0 0 0px;
    height: 10px;
}

.task-info {
    float: left;
    width: 87%;
}

.noti-information .mail-list .un-read, .noti-information .mail-list .read {
    right: 20px;
}


/* --------------------------------
       language switch
-----------------------------------*/
.language-switch li a img {
    float: right;
    margin-top: 2px;
}

.language-switch span {
    float: left;
}

.language-switch li a {
    margin: 5px 0 !important;
}


/*---------------------
    mail notification
----------------------*/

.mail-list .single-mail {
    position: relative;
}

.mail-list .un-read,
.mail-list .read {
    position: absolute;
    right: 0px;
    top: 32px;
    font-size: 12px;
    color: #dfdfe2;
}


.notification-list.mail-list a span.icon {
    padding: 3px 10px;
    margin-top: 7px;
}

/**/

.not-list span.icon {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 12px;
    padding: 0 !important;
    text-align: center;
}

    .not-list span.icon i {
        font-size: 14px;
    }


.notification-list.not-list a span.icon {
    margin-top: 5px;
}

/*-------------------------
    yamm css
-------------------------*/

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .yamm-content {
    padding: 20px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}


/*--------------------
    mega-menu
--------------------*/

.mega-menu {
    float: left;
    /*margin:0px 0 0 20px;*/
    padding: 0;
}

    .mega-menu .navbar-nav {
        height: 60px;
    }


        .mega-menu .navbar-nav > li > a {
            padding-top: 20px;
            padding-bottom: 20px;
        }

    .mega-menu ul li a {
        margin-bottom: 15px;
        display: inline-block;
        color: #8b8b8b;
        font-size: 13px;
    }

        .mega-menu ul li a:hover,
        .mega-menu ul li a:focus {
            background-color: #f7f7f7 !important;
        }


    .mega-menu ul ul li a:hover,
    .mega-menu ul ul li a:focus {
        background: none !important;
    }

    .mega-menu ul ul li a {
        width: 100%;
        margin: 10px 0;
    }


    .mega-menu .nav .open > a,
    .mega-menu .nav .open > a:hover,
    .mega-menu .nav .open > a:focus {
        background-color: #fff;
    }

    .mega-menu ul li a i {
        padding-right: 5px;
        width: 20px;
    }

    .mega-menu ul li.dropdown a:hover {
        background: none;
    }

    .mega-menu #main-content {
        margin-left: 0px;
    }

    .mega-menu .title {
        color: #323232;
        font-size: 14px;
        text-transform: none;
        font-weight: bold;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

    .mega-menu .d-title,
    .mega-menu .d-desk {
        display: block;
    }

    .mega-menu .d-desk {
        color: #aaa;
        font-size: 11px;
    }

.custom-nav-img .desk {
    line-height: 25px;
    font-size: 13px;
    color: #8b8b8b;
}

.custom-nav-img {
    position: static;
}

.yamm-content {
    position: relative;
}

.mega-bg {
    background-image: url("../img/mega-menu/corner_image.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 300px;
    height: 130px;
}

.mega-menu .dropdown-menu {
    /*z-index: 11000!important;*/
}

.icon-img {
    float: left;
    margin-right: 10px;
}

.icon-desk {
    display: inline-block;
}

.mega-menu .dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    border-color: #f1f2f7;
}

.wide-full {
    width: 77%;
    /*width: auto;*/
}

/*-----------------------
    right notification
------------------------*/

.right-notification {
    float: right;
    margin-right: 40px;
    height: 60px;
}

    .right-notification .notification-menu > li > a {
        /*padding-top: 15px;*/
        /*padding-bottom: 16px;*/
    }

    .right-notification .notification-menu li a {
        height: 60px;
        line-height: 60px;
        padding: 0 15px;
    }

    .right-notification .notification-menu li li a {
        height: auto;
        line-height: normal;
        padding: 15px;
    }


    .right-notification .notification-menu li a {
        color: #8b8b8b;
    }

    .right-notification .notification-menu > li > a > img {
        width: 29px;
        height: 29px;
        border-radius: 50%;
        margin-right: 10px;
    }

    .right-notification .notification-menu li a i {
        font-size: 16px;
        position: absolute;
        right: 15px;
    }

    .right-notification .input-group {
        margin-top: 7px;
    }


    .right-notification .rounded {
        border-radius: 100px;
        background: #f3f3f3;
        border: none;
        box-shadow: none;
    }

    .right-notification .search .btn-sm,
    .right-notification .search .btn-group-sm > .btn {
        font-size: 13px;
        line-height: 1.6;
        outline: none;
    }

    .right-notification .search input.form-control {
        width: 122px;
    }

    .right-notification .search .twitter-typeahead {
        float: left;
    }

.search .input-group-btn > .btn {
    border: none;
    background: none;
}

.search .input-group {
    background: #f3f3f3;
    border-radius: 100px;
}

.right-notification .notification-menu > li > a > span.fa-angle-down {
    margin-left: 5px;
}


.typeahead,
.tt-query,
.tt-hint {
    /*width: 396px;*/
    height: 31px;
    padding: 8px 0px 8px 10px;
    font-size: 13px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    /* Safari and Chrome */
    .typeahead,
    .tt-query,
    .tt-hint {
        height: 30px;
    }
    /* Safari only override */

    /*::i-block-chrome,.flex-direction-nav-featured a{*/
    /**/
    /*}*/
}


.tt-hint {
    color: #999;
}

.tt-dropdown-menu {
    width: 130px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.tt-suggestion {
    padding: 3px 10px;
    font-size: 14px;
    line-height: 24px;
}

    .tt-suggestion.tt-cursor {
        color: #fff;
    }

    .tt-suggestion p {
        margin: 0;
    }

.gist {
    font-size: 14px;
}

/*---------*/

.right-notification .search input.form-control:focus {
    /*width: 130px;*/
}


.right-notification .search input.form-control,
.right-notification .search input.form-control:focus {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.dropdown-usermenu.purple:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    right: 6%;
    position: absolute;
    top: -6px;
}

.dropdown-usermenu.purple:after {
    border-bottom: 6px solid #9c78cd;
}


.right-notification .notification-menu .dropdown-menu li a:hover {
    background: #f7f7f7;
}


.right-notification .notification-menu .dropdown-menu li a:hover {
    /*color: #fff;*/
}


.dropdown-usermenu.purple {
    border-top: 1px solid #9c78cd;
}

.dropdown-usermenu {
    min-width: 125px;
}

.notification-menu .dropdown-menu {
    padding: 0;
}



/*---------------------
    body content
-----------------------*/

.body-content {
    margin-left: 0px;
    background: #f3f3f3;
    min-height: 900px;
    position: relative;
}

.body-contentExt{
    margin-left: 120px;
    margin-right:120px;
    background: #f3f3f3;
    min-height: 900px;
    position: relative;
}
.wrapper {
    padding: 20px 0 20px 20px;
}


    .wrapper::after {
        clear: both;
        display: block;
        content: '';
        /*margin-bottom: 30px;*/
    }

    .wrapper.no-pad {
        display: table-cell;
    }



/*------------------
    page heading
-------------------*/

.page-head {
    padding: 20px;
    background: #e8e8e8;
    position: relative;
}

    .page-head h3 {
        margin-top: 0;
        font-size: 20px;
        font-weight: 300;
    }

    .page-head .sub-title {
        color: #a3a3a3;
        font-size: 14px;
    }


.state-information {
    position: absolute;
    right: 20px;
    top: 20px;
}

    .state-information .state-graph {
        float: right;
        margin-left: 60px;
        text-align: center;
    }

        .state-information .state-graph .info {
            font-size: 12px;
            color: #555555;
        }

.state-graph .chart {
    margin-bottom: 5px;
}


/*---------------------
    state overview
-----------------------*/

.state-overview .symbol, .state-overview .value {
    display: inline-block;
    text-align: center;
}

.state-overview .value {
    float: right;
    text-align: left;
}

    .state-overview .value h1, .state-overview .value p {
        margin: 0;
        padding: 0;
    }

    .state-overview .value h1 {
        font-weight: 300;
    }

.state-overview .symbol i {
    font-size: 25px;
}

.state-overview .symbol {
    width: 30%;
    padding: 50px 15px;
}

.state-overview .value {
    width: 68%;
    margin-top: 30px;
    border-left: 1px solid;
    padding-left: 10%;
}

    .state-overview .value.gray {
        border-color: #eaeaeb;
    }

    .state-overview .value.white {
        border-color: rgba(255,255,255,.2);
    }

/*----------------------*/

.state-overview .green {
    background: #53d192;
    color: #fff;
}

.state-overview .purple {
    background: #a979d1;
    color: #fff;
}

.state-overview .red {
    background: #ff6c60;
    color: #fff;
}

.state-overview .yellow {
    background: #f8d347;
    color: #fff;
}

.state-overview .blue {
    background: #57c8f2;
    color: #fff;
}


/*-------------------------------
    text color
--------------------------------*/


.green-color, .text-success {
    color: #53d192;
}

.purple-color, .text-primary {
    color: #a979d1;
}

.blue-color, .text-info {
    color: #6bd3f3;
}

.yellow-color, .text-warning {
    color: #ffd200;
}

.red-color, .text-danger {
    color: #e55957;
}


/*---------------------
    boxed view
-----------------------*/

.boxed-view {
    background: #5ac29c;
}

    .boxed-view .container {
        position: relative;
        background: #32323a;
        padding: 0;
    }

        .boxed-view .container .header-section .logo {
            display: none;
        }

        .boxed-view .container .sidebar-left {
            top: 0px;
        }

        .boxed-view .container .side-navigation {
            margin-top: 60px;
        }

    .boxed-view .right-notification {
        margin-right: 0px;
    }


/*---------------------
    tools
-----------------------*/


.tools {
    margin: -5px;
}

    .tools a {
        border-radius: 2px;
        color: #C5C5CA;
        float: left;
        padding: 10px;
        text-decoration: none;
        font-size: 11px;
    }

        .tools a:hover {
            background: #7cd8a9;
            color: #fff;
        }


.refresh-block {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    -webkit-transition: all .05s ease;
    transition: all .05s ease;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 1000;
    border-radius: 2px;
}

    .refresh-block .refresh-loader {
        display: inline-block;
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        margin-left: -16px;
        margin-top: -16px;
    }

        .refresh-block .refresh-loader i {
            display: inline-block;
            line-height: 32px;
            color: #000;
            font-size: 16px;
        }

/*---------------------
    footer content
-----------------------*/


footer {
    background: #e9e9eb;
    padding: 15px 20px;
    color: #232425;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

    footer.sticky-footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }




/*---------------------------
    mobile visit
----------------------------*/

.mobile-visit {
    margin: 0px;
    padding-left: 0;
}


    .mobile-visit .page-view-label {
        margin-top: 18px;
    }


    .mobile-visit li {
        padding: 35px 0px;
        margin-left: 4%;
        list-style: none;
        float: left;
        width: 33%;
    }

        .mobile-visit li:first-child {
            width: 20%;
        }

.easy-pie-chart {
    display: inline-block;
    padding: 0 20px 20px 0;
}

    .easy-pie-chart .iphone-visitor {
        color: #43c584;
    }

    .easy-pie-chart .android-visitor {
        color: #a979d1;
    }

.visit-title {
    display: inline-block;
    color: #555555;
}

    .visit-title i {
        font-size: 20px;
        padding-right: 10px;
    }

    .visit-title i,
    .visit-title span {
        float: left;
    }


/*---------------------------
    monthly page view
----------------------------*/

.monthly-page-view {
    margin: 0px;
    padding-left: 0;
}

    .monthly-page-view li {
        padding: 20px 0px;
        list-style: none;
    }

        .monthly-page-view li:last-child .chart {
            margin-top: 10px;
        }

.page-view-label span {
    display: block;
    color: #bdc1c3;
}

.page-view-value {
    font-size: 26px;
    color: #555555 !important;
    font-weight: 400;
    margin-bottom: 10px;
}



/*------------------
    team member
-------------------*/

.post-wrap aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}

.pro-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}


.team-member .action-set a,
.team-member .team-title a {
    color: #fff;
}

.team-member .action-set,
.team-member .team-title,
.team-member .sub-title {
    display: inline-block;
    width: 100%;
}

.team-member .action-set {
    margin-top: 30px;
    margin-bottom: 20px;
}

.team-member .m-name {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}

.team-member .sub-title {
    font-size: 13px;
    color: rgba(255,255,255,.5);
}

.team-member .call-info {
    margin: 72px 0;
}

    .team-member .call-info a {
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        border: 1px solid #fff;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
    }

        .team-member .call-info a:hover {
            background: #fff;
        }

        .team-member .call-info a i {
            font-size: 14px;
        }

    .team-member .call-info img {
        width: 100px;
        border-radius: 50%;
        margin: 10px;
    }

.team-member .status {
    margin: 30px 0;
    display: inline-block;
}

    .team-member .status h5 {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .team-member .status span {
        font-size: 13px;
    }

.team-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .team-list li a {
        display: inline-block;
        width: 100%;
        padding: 14px 15px;
        border-bottom: 1px solid #f3f3f3;
        color: #333;
    }

    .team-list li:hover {
        background: #fafafa;
    }

    .team-list li a span {
        display: inline-block;
        margin-right: 10px;
    }

    .team-list li .thumb-small {
        width: 50px;
        height: 50px;
        display: inline-block;
        position: relative;
    }

        .team-list li .thumb-small .dot {
            width: 12px;
            height: 12px;
            display: inline-block;
            position: absolute;
            background: #e6e6e6;
            border-radius: 50%;
            top: auto;
            right: 0;
            bottom: 0;
            left: auto;
            border: 2px solid #fff;
        }

            .team-list li .thumb-small .dot.online {
                background: #5cc691;
            }

            .team-list li .thumb-small .dot.away {
                background: #ffd200;
            }

            .team-list li .thumb-small .dot.busy {
                background: #ff6a6a;
            }

            .team-list li .thumb-small .dot.offline {
                background: #e6e6e6;
            }

        .team-list li .thumb-small img {
            width: 100%;
            height: auto;
        }

.circle {
    border-radius: 50%;
}

.team-list li .name {
    margin-top: 15px;
    display: inline-block;
}

.add-more-member {
    padding: 18px 15px;
}

    .add-more-member a, a.light-color {
        color: #bdc1c3;
    }

        .add-more-member a:hover, a.light-color:hover {
            color: #2b2b2c;
        }

a.add-btn {
    padding: 4px 10px;
    color: #fff;
    display: inline-block;
    margin-top: -3px;
}


    a.add-btn:hover {
        color: #fff;
    }

a.add-btn {
    background: #9c78cd;
}


.team-member .call-info a:hover {
    color: #a389d3;
}

.action-tools a {
    color: #c5c5ca;
}


/*----------------
    cpu graph
------------------*/

.cpu-graph {
    padding: 32px 20px;
}

    .cpu-graph .c-info {
        margin-top: 40px;
    }

        .cpu-graph .c-info h3 {
            color: #5dbddb;
            font-size: 16px;
            text-transform: uppercase;
        }

        .cpu-graph .c-info p {
            color: #b1b5b7;
            font-size: 14px;
            line-height: 25px;
        }

    .cpu-graph .easy-pie-chart {
        margin-top: 15px;
    }

        .cpu-graph .easy-pie-chart span {
            background: #90d7ed;
            width: 60px;
            height: 60px;
            line-height: 50px;
            border-radius: 50%;
            display: inline-block;
            color: #fff;
            border: 5px solid #e9f7fb;
            text-align: center;
        }



/*------------------
    sale monitor
-------------------*/

.sale-monitor .title {
    margin: 0 0 40px 0;
}

    .sale-monitor .title h3 {
        font-size: 14px;
        text-transform: uppercase;
        color: #555;
        margin: 20px 0 10px 0;
    }

    .sale-monitor .title p {
        font-size: 14px;
        color: #b1b5b7;
    }

.sale-monitor .states {
    width: 90%;
}

    .sale-monitor .states .info {
        display: inline-block;
        width: 100%;
        font-size: 13px;
    }


/*---------------------------
    dashboard v map
----------------------------*/


.w-map-size {
    width: 100%;
    height: 300px;
    position: relative;
    margin-top: 10px;
}

.jvectormap-zoomin, .jvectormap-zoomout,
.jqvmap-zoomin, .jqvmap-zoomout {
    border: 1px solid #eaeaea;
    background: #fff;
    border-radius: 0;
    color: #545454;
    width: 28px;
    height: 28px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

    .jvectormap-zoomin:hover, .jvectormap-zoomout:hover,
    .jqvmap-zoomin:hover, .jqvmap-zoomout:hover {
        background: #eaeaea;
    }

.jvectormap-zoomin, .jqvmap-zoomin {
    position: absolute;
    z-index: 70;
    top: 0px;
}

.jvectormap-zoomout, .jqvmap-zoomout {
    position: absolute;
    z-index: 70;
    top: 27px;
}


/*---------------------------
    flot chart
----------------------------*/


#flotTip {
    background: rgba(0,0,0,0.8);
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
}

.pieLabel div {
    font-size: 11px !important;
    font-weight: normal;
    line-height: normal;
}

.legend table {
    left: 35px;
}

.legend > div {
    left: 33px !important;
    opacity: 0.85;
}

.earning-chart-space {
    width: 100%;
    height: 268px;
    text-align: center;
    margin: 0 auto;
}

.earning-chart-info {
    padding: 15px 0 0 0;
}

    .earning-chart-info h4 {
        /*margin-top: 0;*/
        margin-bottom: 5px;
    }

.series-list input {
    margin-right: 10px;
}

.f-c-space {
    width: 100%;
    height: 280px;
    text-align: center;
    margin: 0 auto;
}

/*---------------------------
    code high light style
----------------------------*/


.highlight pre code {
    color: #333333;
    font-size: inherit;
}

.nt {
    color: #2F6F9F;
}

.na {
    color: #4F9FCF;
}

.s {
    color: #D44950;
}

.c {
    color: #999999;
}


.r-close-btn {
    position: absolute;
    right: 10px;
    color: #fff;
    top: 15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .r-close-btn:hover {
        color: #fff;
    }


/*---------------------------
    right side bar
----------------------------*/

.sb-toggle-right {
    width: 55px;
    height: 60px;
    line-height: 30px;
    font-size: 14px;
    padding: 15px;
    cursor: pointer;
    text-align: center;
    color: #384246;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

    .sb-toggle-right:hover {
        background: #f7f7f7;
    }


.sb-slidebar {
    background-color: #fff !important;
    /*margin-top: 60px;*/
    border-left: 1px solid #e9e9e9;
    color: #2b2b2c;
}

    .sb-slidebar .side-title {
        padding: 10px 0px;
        text-transform: uppercase;
        color: #FF6C60;
    }

.right-bar .tab-content {
    padding: 20px;
}

.sb-slidebar .tab-content > .active {
    display: none;
    visibility: hidden;
}

.sb-slidebar.sb-active .tab-content > .active {
    display: block;
    visibility: visible;
}

.right-bar .nav-tabs li a,
.right-bar .nav-tabs li a:hover,
.right-bar .nav-tabs li.active a {
    padding: 20px 15px;
    border-radius: 0;
    border: none;
}

.right-bar .nav-tabs li a {
    color: #fff;
    margin-right: 0px;
}

    .right-bar .nav-tabs li a:hover,
    .right-bar .nav-tabs li.active a {
        color: #2b2b2c;
        background: #fff;
    }

.right-bar .nav-tabs {
    background: #2b2b2c;
    color: #fff;
}


/*---------------
    chat
----------------*/

.chat-list {
    position: relative;
    margin-bottom: 20px;
}

    .chat-list h3 {
        font-size: 14px;
        text-transform: uppercase;
        color: #000;
        margin: 0 0 5px;
    }

    .chat-list h5 {
        font-size: 12px;
        color: #a5a5a5;
        margin: 0;
    }

    .chat-list a {
        color: #323232;
    }

    .chat-list .add-people {
        position: absolute;
        right: 0;
        top: 5px;
    }

.side-title {
    display: table;
    margin: 0 0 20px;
    overflow: hidden;
}

    .side-title h2 {
        float: left;
        padding: 0 10px 0 0;
        margin: 0;
        font-size: 14px;
        text-transform: uppercase;
        color: #2b2b2c;
        font-weight: bold;
    }

    .side-title .title-border-row {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        height: 1px;
        width: 100%;
    }

    .side-title .title-border {
        height: 1px;
        border-top: 1px solid #e8e8e8;
        position: relative;
        display: block;
        width: 100%;
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -o-box-sizing: content-box;
    }

.team-list.chat-list-side li:hover {
    background: #f3f3f3;
}

.team-list.chat-list-side li .thumb-small {
    width: 30px;
    height: 30px;
}

.team-list.chat-list-side li .thumb-small {
    margin-top: 5px;
}

    .team-list.chat-list-side li .thumb-small .dot {
        right: -3px;
        top: 0px;
    }

.team-list.chat-list-side li .name {
    margin-top: 0;
    font-size: 14px;
    color: #2b2b2c;
}

.inline small {
    display: block;
}

.team-list.chat-list-side {
    margin: 0 -20px 20px -20px;
}

    .team-list.chat-list-side li a {
        display: table;
        padding: 10px 20px;
        border: none;
        position: relative;
    }

    .team-list.chat-list-side li .thumb-small,
    .team-list.chat-list-side li .inline {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }

    .team-list.chat-list-side li .inline {
        padding-left: 20px;
        text-align: left;
    }

    .team-list.chat-list-side li .settings {
        position: absolute;
        right: 10px;
        top: 16px;
    }


.right-bar .tab-pane .team-list.chat-list-side:last-child,
.right-bar .tab-pane .aside-widget:last-child {
    padding-bottom: 100px;
}

.right-bar .tab-pane .aside-widget .team-list.chat-list-side:last-child {
    padding-bottom: 0px;
}


.right-bar .tab-pane .aside-widget {
    margin: 0px -20px;
    padding: 0px 20px;
}


/*---------------------
        info
---------------------*/

.chat-list.info h3 {
    margin-top: 5px;
}

.chat-list.info .add-people {
    top: -3px;
}

.side-title-alt {
    background: #f3f3f3;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 20px;
    position: relative;
    margin: 0 -20px 0 -20px;
}

    .side-title-alt h2 {
        font-size: 15px;
        margin: 0;
        color: #2b2b2c;
    }

    .side-title-alt a.close {
        position: absolute;
        right: 20px;
        top: 10px;
        font-size: 14px;
    }

.team-list.chat-list-side.info {
    margin-bottom: 0;
}

    .team-list.chat-list-side.info li .inline {
        padding-left: 0px;
    }

    .team-list.chat-list-side.info li {
        padding: 15px 20px;
        border-bottom: 1px solid #e9e9e9;
    }

        .team-list.chat-list-side.info li:last-child {
            border-bottom: none;
        }

        .team-list.chat-list-side.info li:hover {
            background: #fafafa;
        }

        .team-list.chat-list-side.info li span.value {
            display: block;
        }

    .team-list.chat-list-side.info.statistics li .inline {
        width: 85%;
    }

.border-less-list li {
    border-bottom: none !important;
}

.info.sale-monitor .states {
    width: 100%;
}

.info.sale-monitor .progress {
    margin-bottom: 5px;
}

/*---------------------
        settings
-----------------------*/

.settings-head {
    margin-bottom: 0;
}

    .settings-head h3 {
        font-size: 17px;
        text-transform: capitalize;
    }

.setting-list {
    margin-bottom: 20px !important;
}

.bottom-border {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
}


/*-------------------
    weather widget
--------------------*/

.weather-widget {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 20px;
}

    .weather-widget .weather-state {
        background-color: #00c4a9;
        background-image: url(../img/weather_background.jpg);
        background-size: cover;
        height: 261px;
        width: 45%;
        text-align: center;
    }

        .weather-widget .weather-state .weather-icon {
            font-size: 60px;
            color: #fff;
            display: block;
            margin: 20px 0 60px 0;
        }

        .weather-widget .weather-state .weather-type {
            display: block;
            text-align: center;
            padding: 20px 0;
            font-size: 28px;
            color: #fff;
            font-weight: 300;
            line-height: 28px;
        }

    .weather-widget .weather-state,
    .weather-widget .weather-info {
        float: left;
        padding: 20px;
    }


    .weather-widget .weather-info {
        width: 54%;
    }

        .weather-widget .weather-info .degree {
            font-size: 72px;
            display: block;
            font-weight: 100;
            margin-top: 20px;
        }

            .weather-widget .weather-info .degree:after {
                content: "o";
                position: relative;
                top: -40px;
                font-size: 20px;
                font-weight: 400;
            }

        .weather-widget .weather-info .weather-city {
            color: #bdc1c3;
            font-size: 20px;
            font-weight: 300;
            margin-top: 20px;
            display: block;
        }

    .weather-widget .weather-info {
        position: relative;
    }

        .weather-widget .weather-info .switch-btn {
            position: absolute;
            right: 20px;
            top: 30px;
        }


/*----------------------------
        login page
------------------------------*/

 
    




/*----------------
    lock
------------------*/

.lock span {
    display: block;
    font-size: 14px;
    color: #49494a;
    text-transform: none;
}

    .lock span.u-name {
        font-size: 18px;
        color: #fff;
        margin: 10px 0;
    }

.d-log a {
    color: #49494a;
}

.user-avatar img {
    border-radius: 50%;
    width: 112px;
    height: 112px;
    margin-top: -20px;
    margin-bottom: 25px;
}

.lock-row, .log-row {
    margin-bottom: 50px;
}



/*----------------------
    404 page
-----------------------*/

.body-404, .body-500 {
    background: #2b2b2d;
    color: #fff;
}

.error-wrapper {
    text-align: center;
    margin-top: 10%;
}

    .error-wrapper .icon-404 {
        background: url("../img/404.png") no-repeat;
        width: 337px;
        height: 218px;
        display: inline-block;
        margin-left: 30px;
    }

    .error-wrapper h2 {
        font-size: 20px;
        font-weight: normal;
        margin: -5px 0 30px -70px;
        display: inline-block;
        width: 245px;
        padding: 20px;
        border-radius: 4px;
        text-transform: capitalize;
    }

    .error-wrapper .green-bg {
        background: #5bc690;
    }


    .error-wrapper a.back-btn:hover {
        color: #5bc690;
    }

    .error-wrapper p, .error-wrapper a {
        font-size: 18px;
    }

    .error-wrapper p {
        color: #a978d1;
    }

    .error-wrapper a.back-btn {
        color: #fff;
    }


    /*-----------------
    500 page
------------------*/


    .error-wrapper .purple-bg {
        background: #a978d1;
    }

.body-500 .error-wrapper p a {
    color: #a978d1;
}

.body-500 .error-wrapper p {
    color: #63c18d;
}

.error-wrapper .icon-500 {
    background: url("../img/500.png") no-repeat;
    width: 331px;
    height: 219px;
    display: inline-block;
}

.body-500 .error-wrapper h2 {
    margin: -5px 0 30px -50px;
    width: 300px;
}


/*----------------------------------
    Checkbox and Radio buttons
-------------------------------------*/

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 5px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    padding-right: 10px;
}

.checkbox-custom,
.radio-custom {
    margin: 10px 0 10px 0;
    padding-left: 0px;
    display: block;
}

    .checkbox-custom.inline,
    .radio-custom.inline {
        padding-left: 0px;
        display: inline-block;
        margin: 10px 0 10px 0;
    }

    .checkbox-custom label,
    .radio-custom label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 30px !important;
        margin-right: 15px;
    }

        .checkbox-custom label:before,
        .radio-custom label:before {
            content: "";
            display: inline-block;
            width: 16px;
            height: 16px;
            margin-right: 4px;
            position: absolute;
            left: 0px;
            border: 1px solid #dbdbdb;
            margin-top: 3px;
        }


    .checkbox-custom input[type=radio][disabled] + label:after {
        background-color: #e6e6e6;
    }

    .checkbox-custom label {
        white-space: nowrap;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

        .checkbox-custom label:before {
            top: -1px;
            -webkit-transition: all .2s;
            transition: all .2s;
        }

        .checkbox-custom label::after {
            display: inline-block;
            width: 16px;
            height: 16px;
            position: absolute;
            left: 2.5px;
            top: 1px;
            font-size: 12px;
            -webkit-transition: all .2s;
            transition: all .2s;
        }

    .checkbox-custom input[type=checkbox] {
        display: none;
    }

        .checkbox-custom input[type=checkbox]:checked + label:before {
            border-width: 8px;
        }

        .checkbox-custom input[type=checkbox]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\F00C";
            color: #fff;
        }

        .checkbox-custom input[type=checkbox][disabled] + label {
            opacity: 0.5;
        }

            .checkbox-custom input[type=checkbox][disabled] + label:before {
                background-color: #e2e5e9;
            }

    .radio-custom label {
        margin-bottom: 6px;
    }

        .radio-custom label:before {
            border-radius: 50%;
            -webkit-transition: all .2s;
            transition: all .2s;
        }

    .radio-custom input[type=radio]:checked + label:before {
        border-width: 6px;
    }

    .radio-custom input[type=radio] {
        display: none;
    }

        .radio-custom input[type=radio][disabled] + label {
            opacity: 0.5;
        }

    .radio-custom.radio-success input[type=radio]:checked + label:before,
    .checkbox-custom.check-success input[type=checkbox]:checked + label:before {
        border-color: #53D192;
    }

    .radio-custom.radio-primary input[type=radio]:checked + label:before,
    .checkbox-custom.check-primary input[type=checkbox]:checked + label:before {
        border-color: #8f67b1;
    }

    .radio-custom.radio-info input[type=radio]:checked + label:before,
    .checkbox-custom.check-info input[type=checkbox]:checked + label:before {
        border-color: #119dc9;
    }

    .radio-custom.radio-warning input[type=radio]:checked + label:before,
    .checkbox-custom.check-warning input[type=checkbox]:checked + label:before {
        border-color: #ecc200;
    }

    .radio-custom.radio-danger input[type=radio]:checked + label:before,
    .checkbox-custom.check-danger input[type=checkbox]:checked + label:before {
        border-color: #e55957;
    }

    .radio-custom.radio-dark input[type=radio]:checked + label:before,
    .checkbox-custom.check-dark input[type=checkbox]:checked + label:before {
        border-color: #333;
    }



