@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
:-moz-placeholder {
    color: "#333843"
    }
::-moz-placeholder {
    color: "#333843";
    opacity: 0.5
    }
:-ms-input-placeholder {
    color: "#333843"
    }
::-webkit-input-placeholder {
    color: "#333843"
    }
html {
    font-size: 100%;
    height: 100%
    }
body {
    direction: ltr;
    background-color: #1b1e24;
    color: #6f7b8a;
    font-family: "Roboto";
    font-size: 13px;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    height: 100%;
    -webkit-font-smoothing: antialiased
    }
body.condense-menu .header-seperation {
    display: none
    }
body.condense-menu .page-content {
    margin-left: 50px
    }
body.condense-menu .scrollup {
    left: 34px
    }
body.hide-top-content-header .header {
    width: auto
    }
body.hide-top-content-header .header-quick-nav {
    display: none
    }
body.hide-top-content-header .page-content .content {
    padding-top: 25px
    }
body.hide-top-content-header .page-sidebar.mini .page-sidebar-wrapper > ul {
    padding: 0
    }
body.hide-sidebar .header-seperation {
    display: none
    }
body.hide-sidebar .page-sidebar {
    display: none
    }
body.hide-sidebar .page-content {
    margin-left: 0
    }
body.hide-sidebar .scrollup {
    left: 34px
    }
body.menu-non-fixed .page-sidebar {
    position: absolute
    }
body.right-side-bar .page-content {
    margin-right: 250px;
    margin-left: 0
    }
body.right-side-bar .page-content.condensed {
    margin-left: 0;
    margin-right: 50px
    }
body.right-side-bar .page-sidebar {
    right: 0
    }
body.right-side-bar .header .header-seperation {
    float: right
    }
body.bottom-header .header {
    bottom: 0
    }
body.bottom-header .page-content .content {
    padding-top: 25px;
    padding-bottom: 83px
    }
body.open-menu-right-desktop .page-container {
    position: relative;
    left: -260px
    }
body.open-menu-right-desktop .header {
    left: -260px
    }
body.modal-open .page-container {
    position: inherit
    }
body.modal-open .page-content {
    position: inherit
    }
.navbar, .navbar-inverse {
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0
    }
.navbar .nav > li > .dropdown-menu::before {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ""
    }
.navbar .nav > li > .dropdown-menu::after {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    content: ""
    }
.navbar .notifications {
    background-color: #1b1e24;
    display: block;
    float: left;
    left: 0;
    margin: 0 10px 0 0;
    padding-top: 5px;
    position: relative
    }
.header-seperation {
    background-color: #ff7500
    }
.header {
    -webkit-transition: -webkit-transform 0.3s ease, left 0.3s ease, right 0.3s ease;
    transition: transform 0.3s ease, left 0.3s ease, right 0.3s ease;
    padding: 0 !important;
    margin: 0 !important;
    position: fixed;
    width: 100%;
    z-index: 999;
    min-height: 60px;
    left: 0;
    -webkit-backface-visibility: hidden
    }
.header .navbar-inner {
    background-image: none !important;
    background-color: #ff7500 !important;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0
    }
.header .navbar-inner [class*="span"] {
    min-height: 58px !important
    }
.header .btn-navbar {
    background-color: #1f1f1f !important;
    margin-bottom: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 6px;
    background-image: none;
    box-shadow: none;
    color: #fff;
    border: 0
    }
.header .btn-navbar:hover {
    text-decoration: none
    }
.header .nav {
    display: block
    }
.header .nav li.dropdown .dropdown-toggle i {
    color: #eff4f8 !important
    }
.header .nav li.dropdown.user .dropdown-toggle i {
    display: inline-block;
    margin-top: 5px;
    margin: 0;
    font-size: 16px;
    color: #808080 !important
    }
.header .nav > li {
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    float: left
    }
.header .nav > li.dropdown .dropdown-toggle {
    margin: 0
    }
.header .nav > li.dropdown .dropdown-toggle i {
    font-size: 15px;
    margin-left: auto;
    margin-right: auto
    }
.header .nav > li.dropdown .dropdown-toggle .badge {
    position: absolute;
    font-size: 10px !important;
    font-weight: 700;
    top: 0;
    right: 2px;
    text-align: center;
    background-color: #f35958;
    padding: 4px 6px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-shadow: none !important;
    color: #fff
    }
.header .nav > li.dropdown .dropdown-toggle .badge.bubble-only {
    background-color: #f35958;
    height: 10px;
    width: 9px;
    top: 7px;
    right: 5px;
    display: block;
    padding: 0
    }
.header .nav > li.dropdown .active {
    background-color: #0d0f12
    }
.header .nav > li.dropdown.user .dropdown-toggle {
    padding: 8px 4px 7px 9px
    }
.header .nav > li.dropdown.user .dropdown-toggle:hover {
    text-decoration: none
    }
.header .nav > li.quicklinks > a {
    padding: 4px 2px !important
    }
.header .nav > li.quicklinks > a i {
    display: inline-block;
    margin-top: 5px;
    margin: 0;
    font-size: 24px;
    color: #fff !important
    }
.header .nav > li.quicklinks > a .badge {
    position: absolute;
    bottom: 10px;
    right: 0
    }
.header .nav .h-seperate {
    height: 6px;
    width: 2px;
    margin: 0 10px 0 10px;
    border-left: 1px solid #e1e1e1;
    display: inline;
    position: relative;
    top: 6px
    }
.header .nav .dropdown-menu {
    margin-top: 3px
    }
.header .header-seperation {
    width: 250px;
    display: block;
    float: left;
    height: 60px
    }
.header .header-seperation .notifcation-center {
    margin-right: 15px !important
    }
.header .header-quick-nav {
    padding-right: 10px;
    height: 60px;
    -webkit-transition-duration: 1;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity
    }
.header .header-quick-nav input {
    height: 12px !important
    }
.header .notifcation-center {
    background-color: #ff7500;
    margin-top: 12px;
    margin-right: 15px !important;
    display: inline-flex;
    display: -ms-flexbox;
    direction: ltr
    }
.header .notifcation-center li {
    min-width: 23px
    }
.header .notifcation-center li a {
    height: 36px;
    width: 36px;
    text-align: center;
    padding: 0;
    display: table-cell;
    vertical-align: middle
    }
.header .notifcation-center li a i {
    font-size: 18px !important;
    position: relative;
    bottom: -3px
    }
.header a {
    text-decoration: none
    }
.header .input-prepend .add-on i {
    font-size: 24px;
    color: #7a7f8c
    }
.header .chat-toggler {
    position: relative;
    top: 10px;
    margin-right: 5px;
    display: inline-block;
    float: left;
    min-width: 163px
    }
.header .chat-toggler.sm {
    min-width: auto
    }
.header .chat-toggler .user-details {
    display: inline-block;
    float: left;
    line-height: 35px
    }
.header .chat-toggler .user-details .username a {
    color: #1b1e24;
    font-size: 15px
    }
.header .chat-toggler .user-details .company a {
    color: #8b8f92;
    font-weight: 400;
    text-align: right;
    font-size: 12px
    }
.header .chat-toggler .iconset {
    display: inline-block;
    float: left;
    margin: 15px 10px
    }
.header .chat-toggler .profile-pic {
    border-radius: 100px 100px 100px 100px;
    display: inline-block;
    height: 35px;
    overflow: hidden;
    width: 35px;
    float: left
    }
.header .chat-toggler .profile-pic .availability-bubble {
    height: 16px;
    width: 16px;
    border: 2px solid #fff;
    position: absolute;
    bottom: -5px;
    right: -2px;
    border-radius: 100px
    }
.header .chat-toggler .profile-pic .availability-bubble.online {
    background-color: #0aa699
    }
.header .chat-toggler .profile-pic .availability-bubble.away {
    background-color: #fbb05e
    }
.header .chat-toggler .profile-pic .availability-bubble.busy {
    background-color: #f35958
    }
.header .chat-toggler .profile-pic .availability-bubble.offline {
    background-color: #8b91a0
    }
.header .chat-toggler a {
    color: #1b1e24;
    font-size: 15px;
    display: inline-block;
    float: left
    }
.header .chat-toggler > i {
    color: #808080;
    text-align: right;
    font-size: 20px;
    position: relative;
    padding: 8px;
    top: 8px
    }
.header .chat-toggler .message-count {
    display: inline-block;
    float: left
    }
.header .chat-toggler .message-count .badge {
    position: absolute;
    float: left;
    right: 0;
    top: 0
    }
.header .chat-message-preview {
    border-left: 1px solid #e5e9ec;
    border-right: 1px solid #e5e9ec;
    padding: 4px 15px;
    margin-right: 12px
    }
.header .chat-message-preview .user-details {
    display: inline-block;
    float: left
    }
.header .chat-message-preview .user-details .username a {
    color: #22262e;
    font-weight: 600;
    text-align: right
    }
.header .chat-message-preview .profile-pic {
    border-radius: 100px 100px 100px 100px;
    display: inline-block;
    float: left;
    height: 35px;
    overflow: hidden;
    width: 35px;
    margin-left: 10px
    }
.header .chat-message-preview a {
    color: #6f7b8a
    }
.header .chat-message-preview .chat-message {
    color: #8b8f92;
    background-color: #e5e9ec;
    padding: 5px;
    font-size: 12px;
    border-radius: 3px
    }
.header .quick-section {
    margin-left: 20px;
    margin-top: 14px;
    margin-right: 10px;
    display: inline-block;
    float: left;
    direction: ltr
    }
.header .search-form {
    display: inline-block;
    float: left;
    margin-left: 25px !important;
    top: -4.5px;
    position: relative
    }
.header .popover-title {
    border-bottom: 0;
    padding-top: 14px
    }
.menu-title {
    color: #535862;
    font-size: 11px;
    margin-top: 15px;
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.9px
    }
.menu-title.sm {
    padding-left: 27px;
    padding-right: 31px
    }
.menu-title a {
    color: #535862
    }
.menu-title a:hover {
    text-decoration: none
    }
.menu-title i {
    font-size: 12px;
    font-weight: 600
    }
.page-sidebar {
    background-color: #1b1e24 !important;
    height: 100%;
    font-family: "Roboto";
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease
    }
.page-sidebar.full-length {
    padding-bottom: 57px
    }
.page-sidebar .outer-tab-nav-section {
    display: inline-block;
    width: 45px;
    position: absolute;
    height: 100%;
    background-color: #0aa699 !important
    }
.page-sidebar .inner-menu {
    display: inline-block;
    width: 260px
    }
.page-sidebar .inner-menu ul {
    width: 260px
    }
.page-sidebar .page-sidebar-wrapper {
    position: relative;
    overflow-y: auto
    }
.page-sidebar .page-sidebar-wrapper > ul {
    list-style: none;
    margin: 0;
    padding: 0
    }
.page-sidebar .page-sidebar-wrapper > ul > li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0
    }
.page-sidebar .page-sidebar-wrapper > ul > li > a {
    color: #8b91a0;
    display: block;
    position: relative;
    margin: 0;
    border: 0;
    padding: 11.5px 28px 11.5px 28px;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal
    }
.page-sidebar .page-sidebar-wrapper > ul > li > a.open {
    background: #313131
    }
.page-sidebar .page-sidebar-wrapper > ul > li > a i {
    font-size: 19px;
    position: relative;
    top: 3px;
    margin-right: 5px;
    text-shadow: none
    }
.page-sidebar .page-sidebar-wrapper > ul > li > a > .label.bubble-only {
    margin-top: 9px;
    margin-right: 9px
    }
.page-sidebar .page-sidebar-wrapper > ul > li > a > .arrow.open:before {
    float: right;
    margin-top: 1px;
    margin-right: 3px;
    display: inline;
    font-family: "Material Icons";
    height: auto;
    font-size: 16px;
    content: "";
    font-weight: 300;
    text-shadow: none
    }
.page-sidebar .page-sidebar-wrapper > ul > li:last-child > a {
    border-bottom: 1px solid transparent !important
    }
.page-sidebar .page-sidebar-wrapper > ul > li a i {
    color: #8b91a0;
    width: 20px;
    text-align: center;
    display: inline-block
    }
.page-sidebar .page-sidebar-wrapper > ul > li.active > a {
    border-top-color: transparent !important;
    color: #fff;
    border: 0;
    text-shadow: none
    }
.page-sidebar .page-sidebar-wrapper > ul > li.active > a i {
    color: #fff
    }
.page-sidebar .page-sidebar-wrapper > ul > li.active i {
    color: #fff
    }
.page-sidebar .page-sidebar-wrapper > ul > li.active > ul.sub-menu {
    display: block
    }
.page-sidebar .page-sidebar-wrapper > ul > li.active > ul.sub-menu > li ul.sub-menu {
    display: block
    }
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0;
    background-color: #22262e;
    padding: 8px 0 10px 0
    }
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li {
    background: 0;
    margin: 0;
    padding: 0;
    margin-top: 1px !important
    }
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a {
    margin-left: 0;
    padding-left: 5px;
    display: block;
    margin: 0;
    padding: 5px 0;
    padding-left: 53px !important;
    color: #e1eaf1;
    text-decoration: none;
    text-shadow: 0 1px 1px #000;
    font-size: 13px;
    font-weight: 300;
    background: 0
    }
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a:hover {
    background: #1b1e24 !important
    }
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li:first-child > a {
    border-top: 0 !important
    }
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0;
    padding-left: 0
    }
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li ul.sub-menu li {
    background: 0;
    margin: 0;
    padding: 0
    }
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
    margin-left: 70px
    }
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 80px
    }
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > a > .arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 20px;
    display: inline;
    font-size: 16px;
    font-family: "Material Icons";
    height: auto;
    content: "";
    font-weight: 300;
    text-shadow: none
    }
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > a > .arrow.open:before {
    float: right;
    margin-top: 1px;
    margin-right: 18px;
    display: inline;
    font-family: "Material Icons";
    height: auto;
    font-size: 16px;
    content: "";
    font-weight: 300;
    text-shadow: none
    }
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li > a {
    display: block;
    padding: 5px 0;
    color: #ccc;
    text-decoration: none;
    text-shadow: 0 1px 1px #000;
    font-size: 13px;
    font-weight: 300
    }
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li > a > i {
    font-size: 13px
    }
.page-sidebar .page-sidebar-wrapper > ul > li.start > a {
    border-top-color: transparent !important
    }
.page-sidebar.mini {
    width: 50px;
    overflow: visible !important;
    background-color: #0aa699 !important;
    height: 100%;
    margin-top: 0;
    position: fixed;
    z-index: 90
    }
.page-sidebar.mini .page-sidebar-wrapper > ul {
    width: 50px;
    padding: 60px 0 0
    }
.page-sidebar.mini .page-sidebar-wrapper > ul > li > ul.sub-menu {
    position: absolute;
    margin-top: -46px;
    margin-left: 50px;
    width: auto;
    z-index: 110;
    min-width: 250px
    }
.page-sidebar.mini .page-sidebar-wrapper > ul > li > a {
    padding: 13px;
    color: #fff
    }
.page-sidebar.mini .page-sidebar-wrapper > ul > li a i {
    color: #fff
    }
.page-sidebar.mini .page-sidebar-wrapper > p {
    display: none
    }
.page-sidebar.mini .page-sidebar-wrapper > .side-bar-widgets {
    display: none
    }
.page-sidebar.mini .user-info {
    display: none
    }
.page-sidebar.mini .status-widget {
    display: none
    }
.page-sidebar.mini .notification-alert {
    display: none
    }
.page-sidebar.mini ul li span.title {
    display: none
    }
.page-sidebar.mini ul li span.arrow {
    display: none
    }
.page-sidebar.mini ul li span.badge {
    display: none
    }
.page-sidebar.mini ul li ul li span.title {
    display: inline
    }
.page-sidebar.mini ul li ul li span.arrow {
    display: inline
    }
.page-sidebar.mini ul.big-items span.badge {
    display: inline-block
    }
.page-sidebar.mini ul.small-items span.badge {
    display: inline-block
    }
.page-sidebar.mini .profile-wrapper {
    display: none
    }
.page-sidebar.mini .footer-widget {
    display: none
    }
.page-sidebar ul.folders {
    list-style: none;
    margin: 0;
    padding: 0
    }
.page-sidebar ul.folders > li {
    border: 0 none;
    display: block;
    margin: 0;
    padding: 0
    }
.page-sidebar ul.folders > li > a {
    padding: 5px 31px;
    font-size: 13px;
    color: #fff;
    display: block;
    position: relative
    }
.page-sidebar ul.folders > li > a:hover {
    text-decoration: none
    }
.page-sidebar ul.folders > li > input {
    margin: 5px 31px;
    font-size: 13px;
    width: 150px
    }
.page-sidebar ul > li > a > .arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 5px;
    display: inline;
    font-size: 16px;
    font-family: "Material Icons";
    height: auto;
    content: "";
    font-weight: 300;
    text-shadow: none
    }
.nav-collapse.collapse {
    height: 100% !important
    }
.page-sidebar .page-sidebar-wrapper > ul > li.open > a, .page-sidebar .page-sidebar-wrapper > ul > li > a:hover, .page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
    background: #1b1e24;
    color: #fff
    }
.page-sidebar.mini .page-sidebar-wrapper > ul > li a > .label {
    display: none
    }
.page-sidebar.mini .page-sidebar-wrapper > ul > li.open > a, .page-sidebar.mini .page-sidebar-wrapper > ul > li > a:hover, .page-sidebar.mini .page-sidebar-wrapper > ul > li:hover > a {
    background: #0b9c8f
    }
.page-sidebar.mini .page-sidebar-wrapper > ul > li > a:hover, .page-sidebar.mini .page-sidebar-wrapper > ul > li:hover > a {
    background: #0b9c8f
    }
.page-sidebar.mini .page-sidebar-wrapper > ul > li.active > a i, .page-sidebar .page-sidebar-wrapper > ul > li:hover > a i {
    color: #fff !important
    }
.page-sidebar .page-sidebar-wrapper ul > li > a > .arrow:before, .page-sidebar .page-sidebar-wrapper > ul > li > a > .arrow.open:before {
    color: #919091 !important
    }
.page-sidebar .page-sidebar-wrapper ul > li.active > a .arrow:before, .page-sidebar .page-sidebar-wrapper > ul > li.active > a .arrow.open:before {
    color: #fff !important
    }
.page-sidebar .page-sidebar-wrapper ul > li.open > a i, .page-sidebar .page-sidebar-wrapper > ul > li.open > a i {
    color: #fff !important
    }
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li.active > a, .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a:hover {
    color: #fff !important
    }
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li.active > a, .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li > a:hover, .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li.open > a {
    color: #fff !important
    }
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu a .arrow:before, .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu a .arrow.open:before {
    color: #919091 !important
    }
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li.active > a {
    font-weight: 600
    }
.header .nav > li.dropdown, .header .nav > li.dropdown > a {
    text-align: center
    }
.open {
    position: relative
    }
.navbar .pull-right > li.open > .dropdown-menu, .navbar .nav > li.open > .dropdown-menu.pull-right {
    margin-right: -6px;
    margin-top: 7px
    }
.pace .pace-activity {
    top: 72px;
    border-top-color: #0aa699;
    border-left-color: #0aa699;
    right: 15px;
    left: auto
    }
.pace .pace-progress {
    background: #0aa699
    }
.pace .pace-progress-inner {
    box-shadow: 0 0 10px #0aa699, 0 0 5px #0aa699
    }
.no-top .pace .pace-activity {
    top: 10px
    }
.page-container {
    -webkit-transition: -webkit-transform 0.3s ease, left 0.3s ease, right 0.3s ease;
    transition: transform 0.3s ease, left 0.3s ease, right 0.3s ease;
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
    left: 0;
    z-index: 10
    }
.chat-window-wrapper .user-details-wrapper .status-icon {
    margin-right: 0
    }
.chat-window-wrapper .user-details-wrapper.active {
    background-color: #372b32
    }
.chat-window-wrapper .user-details-wrapper.active:hover {
    background-color: #482f36;
    cursor: pointer
    }
.chat-window-wrapper .user-details-wrapper > .user-profile {
    display: inline-block;
    float: left;
    border-radius: 100px 100px 100px 100px;
    height: 35px;
    overflow: hidden;
    width: 35px;
    margin-right: 13px
    }
.sidr ul.chat-window li.active > a, .sidr ul.chat-window li.active > span {
    box-shadow: none;
    background-color: #fed8db;
    line-height: 16px
    }
.scrollup {
    background: url(../img/pullup.png) no-repeat;
    background-position: 0 0;
    width: 27px;
    height: 27px;
    position: fixed;
    bottom: 92px;
    left: 235px;
    display: none;
    text-indent: -9999px;
    z-index: 101
    }
.scrollup:hover {
    background-position: -30px 0
    }
.scrollup.to-edge {
    left: 35px
    }
.footer-widget .progress {
    position: relative;
    top: 15px;
    width: 70%
    }
.chat-messages-header .status {
    height: 10px;
    width: 10px;
    border-radius: 8px;
    background-color: #e5e9ec;
    display: inline-block;
    margin-right: 12px
    }
.chat-messages-header .status.online {
    background-color: #0aa699
    }
.chat-messages-header .status.busy {
    background-color: #f35958
    }
.chat-messages-header .status.away {
    background-color: #0aa699
    }
.user-chat-wrapper .profile-wrapper {
    float: left;
    border-radius: 100px 100px 100px 100px;
    display: inline-block;
    height: 35px;
    overflow: hidden;
    width: 35px;
    margin: 0 10px 0 0
    }
.ie8 .page-sidebar {
    position: absolute;
    width: 225px
    }
.ie8 .page-sidebar ul {
    width: 225px
    }
.ie8 .page-content {
    margin-left: 225px;
    margin-top: 0
    }
.page-content {
    margin-top: 0;
    padding: 0;
    background-color: #e5e9ec;
    overflow: auto;
    position: relative;
    min-height: 100%;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    z-index: 6
    }
.page-content.condensed {
    margin-left: 50px
    }
.page-content.condensed .admin-bar-inner {
    margin-right: 50px !important
    }
.page-content.condensed-layout {
    margin-left: 50px !important
    }
.page-content .admin-bar {
    -moz-box-sizing: border-box;
    bottom: -115px;
    right: 0;
    left: 0;
    position: fixed;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
    }
.page-content .admin-bar .admin-bar-inner {
    background: none repeat scroll 0 0 padding-box #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.08);
    padding: 30px 35px 30px 40px;
    text-align: right
    }
.page-content .header {
    padding: 20px !important
    }
.page-content .header h3 {
    font-size: 20px;
    display: inline
    }
.page-content .header i {
    font-size: 18px
    }
.page-content .breadcrumb {
    font-family: "Roboto";
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 0 !important;
    border: none !important;
    margin-bottom: 0
    }
.page-content .breadcrumb a {
    margin-left: 10px
    }
.page-content .breadcrumb li p {
    font-size: 12.5px !important;
    font-weight: 400;
    color: #7b7d82
    }
.page-content .breadcrumb li .active {
    font-weight: 600;
    font-size: 14px
    }
.page-content .content {
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 9px
    }
.inner-menu .inner-wrapper .menu-title {
    padding-left: 0
    }
.inner-menu .inner-wrapper .menu-title i {
    padding-right: 0
    }
.inner-menu .menu-title {
    padding-right: 23px
    }
.inner-menu ul.big-items li.active {
    background-color: #22262e
    }
.inner-menu ul.big-items li.active a {
    background-color: #22262e;
    color: #e5e9ec
    }
.inner-menu ul.big-items li .badge {
    position: relative;
    top: -2px
    }
.inner-menu ul.small-items li.active {
    background-color: #e6d1bf
    }
.inner-menu ul.small-items li.active a {
    background-color: #e6d1bf;
    color: #000
    }
.inner-menu ul.small-items li .badge {
    position: relative;
    top: -1px
    }
.user-info-wrapper {
    display: block;
    margin: 20px 31px;
    margin-bottom: 0;
    margin-left: 17px
    }
.user-info-wrapper.sm {
    margin-left: 26px
    }
.user-info-wrapper .profile-wrapper {
    height: 65px;
    width: 65px;
    border-radius: 100px;
    overflow: hidden;
    display: inline-block;
    margin-right: 11px;
    margin-top: 9px;
    float: left;
    position: relative
    }
.user-info-wrapper .profile-wrapper.sm {
    height: 42px;
    width: 42px;
    margin-top: 3px;
    overflow: visible;
    margin-right: 15px
    }
.user-info-wrapper .profile-wrapper.sm img {
    width: 42px;
    height: 42px;
    border-radius: 100px
    }
.user-info-wrapper .profile-wrapper .availability-bubble {
    height: 16px;
    width: 16px;
    border: 2px solid #1b1e24;
    position: absolute;
    bottom: -5px;
    right: -2px;
    border-radius: 100px
    }
.user-info-wrapper .profile-wrapper .availability-bubble.online {
    background-color: #0aa699
    }
.user-info-wrapper .profile-wrapper .availability-bubble.away {
    background-color: #fbb05e
    }
.user-info-wrapper .profile-wrapper .availability-bubble.busy {
    background-color: #f35958
    }
.user-info-wrapper .profile-wrapper .availability-bubble.offline {
    background-color: #8b91a0
    }
.user-info-wrapper .user-info {
    color: #fff;
    display: inline-block
    }
.user-info-wrapper .user-info.sm .status {
    margin-bottom: 0;
    margin-top: 0
    }
.user-info-wrapper .user-info .status {
    color: #929fa5;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 2px;
    font-weight: normal
    }
.user-info-wrapper .user-info .profile {
    float: right;
    display: inline
    }
.user-info-wrapper .user-info .btn-set {
    margin-top: 10px
    }
.user-info-wrapper .user-info .username {
    font-size: 19px
    }
.user-info-wrapper .user-info .greeting {
    font-size: 19px;
    font-weight: 600;
    position: relative;
    top: 1.5px
    }
.user-info-wrapper .user-info a {
    color: #fff
    }
.user-info-wrapper .user-info a:hover {
    text-decoration: none
    }
.user-info-wrapper .user-info .status-icon {
    margin: 0 5px
    }
.user-info-wrapper .user-info .collapse {
    width: 18px;
    height: 18px;
    background-color: #50545c;
    position: absolute;
    right: 15px;
    margin-top: 10px
    }
.user-info-wrapper .user-info .collapse i {
    position: relative;
    margin-top: -8px;
    top: -2px;
    left: 3px
    }
.user-info-wrapper .user-info .collapse:hover {
    background-color: #000
    }
.status-widget {
    margin-bottom: 9px;
    padding: 0 31px;
    animation-duration: 0.3s !important
    }
.status-widget .title {
    color: #fff;
    font-size: 13px
    }
.status-widget .title i {
    float: right;
    font-size: 12px;
    margin-top: 6px;
    margin-right: 6px;
    color: #8b91a0
    }
.status-widget p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
    color: #8b91a0
    }
.status-widget .progress {
    height: 10px;
    background-color: #2a2e36;
    background-image: -moz-linear-gradient(top, #2a2e36, #2a2e36);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a2e36), to(#2a2e36));
    background-image: -webkit-linear-gradient(top, #2a2e36, #2a2e36);
    background-image: -o-linear-gradient(top, #2a2e36, #2a2e36);
    background-image: linear-gradient(to bottom, #2a2e36, #2a2e36);
    background-repeat: repeat-x;
    margin-bottom: 5px;
    -webkit-transition: width 30s ease !important;
    -moz-transition: width 30s ease !important;
    -o-transition: width 30s ease !important;
    transition: width 30s ease !important
    }
.status-widget-wrapper {
    font-size: 13px
    }
.status-widget .title a:hover, .status-widget .title a:active {
    text-decoration: none
    }
.status-icon {
    background: url(../img/icon/status.png) no-repeat;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    top: 2px
    }
.status-icon.green {
    background-position: -1px -1px;
    width: 14px;
    height: 14px
    }
.status-icon.red {
    background-position: -17px -1px;
    width: 14px;
    height: 14px
    }
.status-icon.blue {
    background-position: -33px -1px;
    width: 14px;
    height: 14px
    }
.status-icon.yellow {
    background-position: -48px -1px;
    width: 15px;
    height: 14px
    }
.status-icon.grey {
    background-position: -64px -1px;
    width: 14px;
    height: 14px
    }
.user-info img {
    float: left;
    margin-right: 5px
    }
.user-info .details {
    display: inline-block
    }
.user-info .label {
    font-weight: 300;
    font-size: 11px
    }
.mini .page-sidebar-wrapper {
    overflow: visible !important
    }
.container {
    height: 100%
    }
.pull-left {
    float: left !important
    }
.pull-right {
    float: right !important
    }
@font-face {
    font-family: "icomoon";
    src: url(../fonts/custom-set.eot);
    src: url(../fonts/custom-setd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/custom-set.woff) format("woff"), url(../fonts/custom-set.ttf) format("truetype"), url(../fonts/custom-set.svg#icomoon) format("svg");
    font-weight: normal;
    font-style: normal
    }
[data-icon]:before {
    font-family: "icomoon";
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
    }
.horizontal-menu .header-seperation {
    display: none
    }
.horizontal-menu .bar {
    width: 100%;
    background-color: #f4f5f7;
    position: fixed;
    margin-top: 56px;
    display: table;
    z-index: 50
    }
.horizontal-menu .bar-inner > ul > li.open > a {
    opacity: 1
    }
.horizontal-menu .bar-inner > ul > li.mega.open, .horizontal-menu .bar-inner > ul > li.horizontal.open {
    position: inherit
    }
.horizontal-menu .bar-inner > ul > li > a > .arrow {
    display: inline-block
    }
.horizontal-menu .bar-inner > ul > li > a > .arrow:before {
    float: right;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "";
    font-weight: 300;
    text-shadow: none;
    margin-left: 8px;
    opacity: 0.5;
    position: relative;
    top: 6px
    }
.horizontal-menu .bar-inner > ul > li a .description {
    opacity: 0.7;
    transition: opacity 0.1s linear 0s
    }
.horizontal-menu .bar-inner > ul > li a:hover .description {
    opacity: 1
    }
.horizontal-menu .bar-inner > ul > li.open {
    background: #fff
    }
.horizontal-menu .bar-inner > ul > li.open > .classic {
    max-height: 999px
    }
.horizontal-menu .bar-inner > ul > li.open > .classic > li {
    opacity: 1
    }
.horizontal-menu .bar-inner > ul > li.open > .mega, .horizontal-menu .bar-inner > ul > li.open > .horizontal {
    display: block
    }
.horizontal-menu .bar-inner > ul > li > .classic > li a .description {
    display: block;
    font-size: 12px;
    color: #6f7b8a
    }
.horizontal-menu .bar-inner > ul > li > .horizontal {
    margin: 0;
    top: 40px;
    padding: 0;
    position: absolute;
    background-color: #fff;
    list-style: none;
    display: none;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: 1px solid #e5e9ec
    }
.horizontal-menu .bar-inner > ul > li > .horizontal li {
    margin: 15px;
    color: #1b1e24;
    display: inline-block
    }
.horizontal-menu .bar-inner > ul > li > .horizontal li a {
    color: #1b1e24
    }
.horizontal-menu .bar-inner > ul > li > .horizontal li a .description {
    display: block;
    font-size: 12px;
    color: #6f7b8a
    }
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px
    }
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu > li {
    padding-left: 0;
    padding-bottom: 5px
    }
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu > li > a {
    color: #1b1e24
    }
@media (min-width: 980px) {
    .horizontal-menu .page-content {
        margin-left: 0
        }
    .horizontal-menu .page-content .content {
        padding-top: 123px
        }
    }
.h-ribbon .red {
    background-color: #f35958 !important
    }
h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: "Roboto";
    font-weight: 300;
    color: #505458
    }
h1 {
    line-height: 43px
    }
h2 {
    line-height: 35px
    }
h3 {
    line-height: 30px
    }
h4 {
    line-height: 22px
    }
h3 small, h4 small, h5 small {
    font-family: "Roboto";
    font-weight: 300;
    color: #444
    }
a {
    text-shadow: none !important;
    color: #0d638f;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.1s linear 0s !important
    }
a.icon:hover {
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: 0.4
    }
a, a:focus, a:hover, a:active {
    outline: 0;
    text-decoration: none
    }
i {
    font-size: 14px
    }
label {
    display: block;
    margin-bottom: 5px
    }
ul > li {
    padding-left: 6px;
    line-height: 20px
    }
ul.progress-list li .details-wrapper .description {
    display: block;
    color: #9a9a9a;
    font-size: 12px
    }
ul.progress-list li .progress {
    margin-top: 10px
    }
ul.my-friends li .profile-pic {
    border-radius: 100px;
    display: inline-block;
    float: left;
    height: 35px;
    overflow: hidden;
    width: 35px
    }
address {
    margin-bottom: 0
    }
blockquote {
    padding: 0 0 0 18px;
    border-left: 5px solid #eee
    }
blockquote p {
    font-size: 16px
    }
blockquote small {
    line-height: 29px;
    color: #8b91a0
    }
blockquote small:before {
    content: ""
    }
blockquote.pull-right small:after {
    content: ""
    }
.logo {
    margin: 18px 14px
    }
.normal {
    font-weight: normal
    }
.semi-bold {
    font-weight: 400
    }
.bold {
    font-weight: bold
    }
.large-text {
    font-size: 15px !important
    }
.muted {
    color: #b6bfc5
    }
.text-black {
    color: #1b1e24 !important
    }
.text-white {
    color: #fff !important
    }
.text-success {
    color: #0aa699 !important
    }
.text-warning {
    color: #fbb05e !important
    }
.text-error {
    color: #f35958 !important
    }
.text-right {
    text-align: right !important
    }
.text-left {
    text-align: left !important
    }
.text-center {
    text-align: center !important
    }
.color-bands.green {
    background-color: #0aa699
    }
.color-bands.red {
    background-color: #f35958
    }
.color-bands.blue {
    background-color: #0090d9
    }
hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #e0dfdf;
    border-bottom: 1px solid #fefefe
    }
[class^="icon-"], [class*=" icon-"], [class^="icon-"]:hover, [class*=" icon-"]:hover {
    background: none !important
    }
.page-content .breadcrumb a, .page-content .breadcrumb i, .page-content .breadcrumb span, .page-content .breadcrumb li {
    color: #515050;
    font-weight: 300;
    text-shadow: none
    }
.breadcrumb > li + li:before {
    padding: 0 2px;
    color: #515050;
    font-family: "Material Icons";
    content: "";
    position: relative;
    top: 2px
    }
.well.green {
    background-color: #0aa699;
    color: #fff;
    border: 0
    }
.iconset .badge {
    top: -12px;
    right: -10px;
    position: relative;
    padding: 4px 6px;
    font-size: 10px
    }
.no-padding {
    padding: 0 !important
    }
.no-margin {
    margin: 0 !important
    }
.p-b-5 {
    padding-bottom: 5px
    }
.p-t-10 {
    padding-top: 10px
    }
.p-t-15 {
    padding-top: 15px
    }
.p-r-15 {
    padding-right: 15px
    }
.p-l-15 {
    padding-left: 15px
    }
.p-b-15 {
    padding-bottom: 15px
    }
.p-t-20 {
    padding-top: 20px
    }
.p-b-20 {
    padding-bottom: 20px
    }
.p-t-30 {
    padding-top: 30px
    }
.p-l-40 {
    padding-left: 40px
    }
.m-t-10 {
    margin-top: 10px !important
    }
.m-r-10 {
    margin-right: 10px !important
    }
.m-l-10 {
    margin-left: 10px !important
    }
.m-b-10 {
    margin-bottom: 10px !important
    }
.m-r-20 {
    margin-right: 20px !important
    }
.m-l-20 {
    margin-left: 20px !important
    }
.m-t-30 {
    margin-top: 30px !important
    }
.m-r-30 {
    margin-right: 30px !important
    }
.hide {
    display: none
    }
.b-b {
    border-bottom: 1px solid
    }
.b-grey {
    border-color: #e5e9ec
    }
.hidden-xlg {
    display: block
    }
.overlayer {
    position: absolute;
    display: block;
    z-index: 80
    }
.overlayer.fullwidth {
    width: 100%
    }
.top-right {
    position: absolute;
    top: 1px;
    right: 0
    }
.bottom-left {
    position: absolute;
    bottom: 1px;
    left: 0
    }
.full-height {
    height: 100%
    }
.toggle-button span.info, .toggle-button span.success, .toggle-button span.danger {
    -moz-border-radius-topleft: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    background-image: none !important
    }
.dataTable {
    clear: both;
    margin-top: 5px
    }
div.DTTT_print_info.modal {
    height: 150px;
    margin-top: 150px;
    text-align: center;
    border: 0;
    z-index: 999
    }
.login-container {
    margin-top: 13%
    }
.lockscreen-wrapper .profile-wrapper {
    border-radius: 100px;
    float: left;
    height: 65px;
    margin-right: 11px;
    margin-top: 9px;
    overflow: hidden;
    width: 65px;
    display: inline-block
    }
.bordered-circle .owl-theme .owl-controls .owl-page.active span {
    background-color: #333
    }
.user-profile img {
    border-radius: 100px 100px 100px 100px
    }
.sm-gutter .row {
    margin-right: -5px;
    margin-left: -5px
    }
label, input, button, select, textarea {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: green
    }
input, button, select, textarea {
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif
    }
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none !important;
    color: #282323;
    outline: 0;
    height: 16px;
    padding: 6px 11px !important;
    line-height: 15px;
    font-size: 13px;
    font-weight: normal;
    vertical-align: top;
    background-color: #fff;
    min-height: 37px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e5e9ec;
    transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s
    }
input {
    border: 1px solid #cecece
    }
input.no-boarder {
    border: 0
    }
input.error {
    border: 1px solid #f35958
    }
textarea {
    height: auto;
    padding-left: 12px !important;
    padding-top: 10px !important
    }
textarea:focus, select:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
    border-color: #f1f1f1;
    background-color: #f4f5f7;
    outline: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
    }
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
select {
    height: 34px !important;
    line-height: 30px
    }
select {
    width: 220px;
    background-color: #fff;
    background-image: none !important;
    border: 1px solid #e5e5e5;
    outline: 0;
    min-height: 35px
    }
select.small {
    width: 134px !important
    }
select[multiple], select[size] {
    height: auto !important
    }
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important
    }
input[class*="span"] {
    float: none;
    height: 34px !important;
    margin-left: 0
    }
select[class*="span"], textarea[class*="span"] {
    float: none;
    margin-left: 0
    }
.input-prepend {
    border: 0;
    display: inline-block
    }
.input-append .add-on, .input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 24px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5
    }
.input-append .add-on > .halflings-icon, .input-prepend .add-on > i, .input-prepend .add-on > .fa {
    margin-top: 5px;
    margin-left: 3px
    }
.input-append .add-on > .halflings-icon .input-append .add-on > i, .input-append .add-on > .fa {
    margin-top: 5px;
    margin-left: 0
    }
.input-prepend input[class*="span"], .input-prepend input {
    display: inline-block !important;
    width: 100%;
    float: left
    }
.small {
    width: 120px !important
    }
.radio, .checkbox {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0
    }
.radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 6px;
    color: #777a80
    }
.radio label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 2.5px;
    background-color: #fff;
    border: 1px solid #c2c6cb;
    border-radius: 99px
    }
.radio label:after {
    font-size: 13px;
    content: "";
    text-align: center;
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 99px;
    left: 0;
    top: 1px;
    background-color: #6f7b8a;
    border: 1px solid #6f7b8a
    }
.radio input[type=radio] {
    display: none
    }
.radio input[type=radio][disabled] + label {
    opacity: 0.65
    }
.radio.radio-success label:after {
    background-color: #0090d9;
    border: 1px solid #0090d9
    }
.radio.radio-success input[type=radio]:checked + label:before {
    border: 1px solid #0090d9
    }
.radio.radio-primary label:after {
    background-color: #0aa699;
    border: 1px solid #0aa699
    }
.radio.radio-primary input[type=radio]:checked + label:before {
    border: 1px solid #0aa699
    }
.radio.radio-info label:after {
    background-color: #1f3853;
    border: 1px solid #1f3853
    }
.radio.radio-info label input[type=radio]:checked + :before {
    border: 1px solid #1f3853
    }
.radio.radio-warning label:after {
    background-color: #fbb05e;
    border: 1px solid #fbb05e
    }
.radio.radio-warning input[type=radio]:checked + label:before {
    border: 1px solid #fbb05e
    }
.radio.radio-danger label:after {
    background-color: #f35958;
    border: 1px solid #f35958
    }
.radio.radio-danger input[type=radio]:checked + label:before {
    border: 1px solid #f35958
    }
.radio input[type=radio]:checked + label {
    color: #4d5056
    }
.radio input[type=radio]:checked + label:after {
    -o-transform: scale(0.63);
    -ms-transform: scale(0.63);
    -moz-transform: scale(0.63);
    -webkit-transform: scale(0.63);
    transform: scale(0.63);
    line-height: 18px;
    -o-transition: -o-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -ms-transition: -ms-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -moz-transition: -moz-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -webkit-transition: -webkit-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -o-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -ms-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -moz-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    -webkit-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33)
    }
.radio input[type=radio]:checked + label:before {
    border: 1px solid #8e9095
    }
.checkbox input[type=radio][disabled] + label:after {
    background-color: #eceff3
    }
.checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 6px;
    color: #777a80;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
    margin-bottom: 10px;
    direction: ltr
    }
.checkbox label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 1.4px;
    background-color: #fff;
    border: 1px solid #c2c6cb;
    border-radius: 3px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s
    }
.checkbox label::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 2.2px;
    top: -1px;
    font-size: 11px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s
    }
.checkbox label:after {
    border-radius: 3px
    }
.checkbox input[type=checkbox] {
    display: none
    }
.checkbox.checkbox-circle label:after {
    border-radius: 99px
    }
.checkbox.checkbox-circle label:before {
    border-radius: 99px
    }
.checkbox input[type=checkbox]:checked + label {
    color: #4d5056
    }
.checkbox input[type=checkbox]:checked + label::after {
    font-family: "Material Icons";
    content: ""
    }
.checkbox input[type=checkbox][disabled] + label {
    opacity: 0.65
    }
.checkbox input[type=checkbox][disabled] + label:before {
    background-color: #eceff3
    }
.checkbox.check-success input[type=checkbox]:checked + label:before {
    background-color: #0090d9;
    border: 1px solid #0090d9
    }
.checkbox.check-success input[type=checkbox]:checked + label::after {
    color: #fff
    }
.checkbox.check-primary input[type=checkbox]:checked + label:before {
    background-color: #0aa699;
    border: 1px solid #0aa699
    }
.checkbox.check-primary input[type=checkbox]:checked + label::after {
    color: #fff
    }
.checkbox.check-info input[type=checkbox]:checked + label:before {
    background-color: #1f3853;
    border: 1px solid #1f3853
    }
.checkbox.check-info input[type=checkbox]:checked + label::after {
    color: #fff
    }
.checkbox.check-warning input[type=checkbox]:checked + label:before {
    background-color: #fbb05e;
    border: 1px solid #fbb05e
    }
.checkbox.check-warning input[type=checkbox]:checked + label::after {
    color: #fff
    }
.checkbox.check-danger input[type=checkbox]:checked + label:before {
    background-color: #f35958;
    border: 1px solid #f35958
    }
.checkbox.check-danger input[type=checkbox]:checked + label::after {
    color: #fff
    }
table td .checkbox label {
    padding-left: 0
    }
table th .checkbox label {
    padding-left: 0
    }
form {
    margin: 0
    }
form legend {
    margin: 15px 0 10px 0 !important
    }
.column-seperation > div[class*="col-"] {
    border-right: 1px solid #ddd
    }
.column-seperation > div[class*="col-"]:last-child {
    border-right: 0
    }
.form-no-horizontal-spacing .row-fluid .side-label {
    border-right: 1px solid #ddd
    }
.form-no-horizontal-spacing .error {
    margin-bottom: 10px
    }
.form-label {
    margin-top: 2px
    }
.form-label .required {
    color: #e02222;
    font-size: 12px;
    padding-left: 2px
    }
.success .help-inline.ok:before {
    content: "";
    font-size: 16px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block
    }
form legend {
    margin-bottom: 15px !important
    }
.controls > .radio .checker, .controls > .checkbox .checker {
    margin-right: 2px !important
    }
.controls > .radio, .controls > .checkbox {
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 8px !important;
    margin-right: 15px !important
    }
.controls > .radio.line, .controls > .checkbox.line {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 5px !important
    }
.form-view .control-group {
    margin-top: 0;
    margin-bottom: 5px
    }
.uploader {
    margin-top: 2px !important
    }
.form-horizontal.form-bordered .control-group {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee
    }
.form-horizontal.form-bordered .control-group:first-child {
    border-bottom: 1px solid #eee !important
    }
.form-horizontal.form-bordered .control-group.last {
    border-bottom: 0
    }
.form-horizontal.form-bordered .control-group .controls {
    padding: 10px;
    position: relative;
    border-left: 1px solid #eee
    }
.form-horizontal.form-bordered .control-group .controls .chosen-container {
    min-height: 32px
    }
.form-horizontal.form-bordered .control-group .controls .chosen-container .help-block {
    clear: both;
    padding-top: 10px !important
    }
.form-horizontal.form-bordered .control-group .control-label {
    margin-top: 10px
    }
.form-horizontal.form-bordered.form-row-stripped .control-group:nth-child(even) {
    background-color: #fcfcfc
    }
.form-horizontal.form-bordered.form-label-stripped .control-group:nth-child(even) {
    background-color: #fcfcfc
    }
.form-horizontal.form-bordered.form-label-stripped .control-group:nth-child(even) .controls {
    background-color: #fff
    }
.grid.box .form .form-actions, .grid.solid .form .form-actions {
    margin-left: -10px !important;
    margin-right: -10px !important;
    margin-bottom: -10px !important
    }
.wizard-steps li.complete .step {
    background-color: #0aa699;
    padding: 1px 6px;
    border: 4px solid #55606e
    }
.wizard-steps li .step {
    background-color: #d1dade;
    border-radius: 32px 32px 32px 32px;
    color: #fff;
    display: inline;
    font-size: 15px;
    font-weight: bold;
    line-height: 12px;
    padding: 4px 9px;
    position: relative;
    text-align: center;
    z-index: 2;
    transition: all 0.2s linear 0s
    }
.wizard-steps li .step i {
    font-size: 10px;
    font-weight: normal;
    position: relative;
    top: -1.5px
    }
.wizard-steps li .title {
    color: #b1bcc5;
    display: block;
    font-size: 13px;
    line-height: 15px;
    max-width: 100%;
    position: relative;
    table-layout: fixed;
    text-align: center;
    top: 20px;
    word-wrap: break-word;
    z-index: 104
    }
.wizard-steps li.active .step, .wizard-steps li.active.complete .step {
    background-color: #0090d9;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    border: 0;
    font-size: 16px
    }
.wizard-steps li.complete .title, .wizard-steps li.active .title {
    color: #2b3d53
    }
.step-content .active {
    display: block
    }
.tab-content {
    overflow: auto;
    position: relative;
    z-index: 10;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 18px
    }
.tab-content.transparent {
    background-color: transparent
    }
.form-group {
    margin-bottom: 20px
    }
.form-group .form-label {
    color: #55606e;
    display: inline-block;
    margin-right: 8px
    }
.form-group .help {
    color: #a7abb1;
    font-size: 12px
    }
.form-group .controls {
    margin-top: 8px
    }
.form-control {
    border: 1px solid #e5e9ec;
    font-size: 13px
    }
.form-row input, .form-row select, .form-row textarea, .form-row select2 {
    margin-bottom: 10px
    }
.form-row .radio {
    margin-bottom: 7px
    }
.form-row:last-child {
    margin-bottom: 0
    }
.select2.form-control {
    padding: 0;
    box-shadow: none;
    border: 0
    }
.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
    border-radius: 0 2px 2px 0
    }
.input-prepend.inside .add-on:first-child, .input-prepend .btn:first-child {
    background-color: #fff;
    border: 1px solid #e5e9ec;
    position: relative;
    left: 3px;
    border-radius: 2px;
    padding-left: 8px;
    padding-right: 4px;
    padding-top: 4px;
    top: 0;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, color 0.2s linear 0s, box-shadow 0.2s linear 0s, background 0.2s linear 0s;
    color: #9ea9b2
    }
.input-prepend.inside.no-boarder .add-on:first-child, .input-prepend.no-boarder .btn:first-child {
    border: 0
    }
.input-append .add-on, .input-prepend .add-on {
    position: absolute;
    background-color: #d1dade;
    color: #5e5e5e;
    text-shadow: none;
    border: #d1dade;
    border-radius: 0 2px 2px 0;
    height: 37px;
    min-width: 34px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 6px
    }
.input-append .add-on .arrow {
    background-color: transparent !important;
    position: absolute;
    left: -6px;
    color: #d1dade;
    z-index: 100;
    font-size: 26px
    }
.input-append .add-on .arrow:before {
    font-family: "FontAwesome";
    content: ""
    }
.input-append.primary .add-on .arrow {
    color: #0aa699
    }
.input-append.success .add-on .arrow {
    color: #0090d9
    }
.input-append.info .add-on .arrow {
    color: #1f3853
    }
.input-append.warning .add-on .arrow {
    color: #fbb05e
    }
.input-append.danger .add-on .arrow {
    color: #f35958
    }
.input-append .form-control {
    display: inline-block
    }
.input-append.primary .add-on, .input-prepend .add-on {
    background-color: #0aa699;
    color: #fff
    }
.input-append.success .add-on, .input-prepend .add-on {
    background-color: #0090d9;
    color: #fff;
    display: inline-block;
    float: left
    }
.input-append.info .add-on, .input-prepend .add-on {
    background-color: #1f3853;
    color: #fff
    }
.input-append.warning .add-on, .input-prepend .add-on {
    background-color: #fbb05e;
    color: #fff
    }
.input-append.danger .add-on, .input-prepend .add-on {
    background-color: #f35958;
    color: #fff
    }
.no-boarder .input-focus {
    border: none !important
    }
.input-prepend input[class*="span"] {
    padding-left: 16px;
    border-left: 0;
    -webkit-border-radius: 2px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 2px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-radius: 2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
    }
.input-with-icon.right input {
    padding-left: 12px !important;
    padding-right: 33px !important
    }
.input-with-icon.right i {
    right: 8px;
    float: right
    }
.input-group-addon {
    border: 1px solid #e5e9ec;
    color: #9ea9b2;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 3px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, color 0.2s linear 0s, box-shadow 0.2s linear 0s, background 0.2s linear 0s
    }
.input-group-addon i {
    position: relative;
    top: 1px
    }
.input-group-addon.primary {
    background-color: #0aa699;
    border: 1px solid #0aa699;
    color: #fff
    }
.input-group-addon.primary .arrow {
    color: #0aa699
    }
.input-group-addon.success {
    background-color: #0090d9;
    color: #fff
    }
.input-group-addon.success .arrow {
    color: #0090d9
    }
.input-group-addon.info {
    background-color: #1f3853;
    color: #fff
    }
.input-group-addon.info .arrow {
    color: #1f3853
    }
.input-group-addon.warning {
    background-color: #fbb05e;
    color: #fff
    }
.input-group-addon.warning .arrow {
    color: #fbb05e
    }
.input-group-addon.danger {
    background-color: #f35958;
    color: #fff
    }
.input-group-addon.danger .arrow {
    color: #f35958
    }
.input-group-addon .arrow {
    position: relative;
    right: -6px;
    color: #d1dade;
    z-index: 100
    }
.input-group-addon .arrow:before {
    font-family: "FontAwesome";
    content: "";
    font-size: 23px;
    position: absolute;
    left: 17px;
    top: -2px
    }
.input-group-addon:last-child .arrow:before {
    font-family: "FontAwesome";
    content: "";
    font-size: 23px;
    position: absolute;
    left: -23px;
    top: -2px
    }
.input-group-addon:last-child input {
    border-left: 0
    }
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-left: 0
    }
.transparent .input-group-addon {
    background-color: #fff;
    padding: 8px 1px 10px 9px
    }
.transparent.input-group .form-control:first-child, .transparent .input-group-addon:first-child, .transparent .input-group-btn:first-child > .btn, .transparent .input-group-btn:first-child > .dropdown-toggle, .transparent .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-right: 0;
    border-left: 1px solid #e5e9ec
    }
.transparent .input-group .form-control:last-child, .transparent .input-group-addon:last-child, .transparent .input-group-btn:last-child > .btn, .transparent .input-group-btn:last-child > .dropdown-toggle, .transparent .input-group-btn:first-child > .btn:not(:first-child) {
    padding: 6px 10px
    }
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: none;
    text-shadow: none;
    font-weight: 600
    }
.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background-color: #e5e9ec;
    background-image: none;
    color: #fff
    }
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active[disabled], .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled[disabled]:hover {
    background-color: #0090d9
    }
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
    background-image: none;
    border: 0;
    text-shadow: none
    }
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled[disabled]:hover {
    background-color: #0090d9
    }
.error {
    font-size: 12px;
    color: #f35958;
    display: block
    }
.has-error .form-control, .has-error .form-control:focus {
    border-color: #f35958
    }
.grid {
    clear: both;
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0
    }
.grid.form-grid .grid-body {
    padding-bottom: 0 !important
    }
.grid.closed .grid-body {
    display: none;
    overflow: hidden
    }
.grid.box {
    padding: 0 !important
    }
.grid.box .form-horizontal.form-bordered .control-group {
    margin-left: -10px;
    margin-right: -10px
    }
.grid.box .form-horizontal.form-bordered .control-group:first-child {
    margin-top: -10px
    }
.grid.box .grid-title {
    padding: 8px 10px 2px 10px;
    border-bottom: 1px solid #eee;
    color: #fff !important;
    margin-bottom: 0
    }
.grid.box .grid-title > .actions > .btn > i {
    color: #fff !important
    }
.grid.box .grid-title .tools {
    margin-top: 3px
    }
.grid.box .grid-title .tools a {
    background: url(%40%7bbase-img-url%7d/icon/portlet-tray.html) no-repeat;
    width: 23px;
    height: 23px
    }
.grid.box .grid-body {
    background-color: #fff;
    padding: 10px
    }
.grid.box.blue {
    border: 1px solid #b4cef8;
    border-top: 0
    }
.grid.box.blue .grid-title {
    background-color: #58acf3
    }
.grid.box.red {
    border: 1px solid #f35958;
    border-top: 0
    }
.grid.box.red .grid-title {
    background-color: #f35958
    }
.grid.box.yellow {
    border: 1px solid #fccb7e;
    border-top: 0
    }
.grid.box.yellow .grid-title {
    background-color: #ffb848
    }
.grid.box.green {
    border: 1px solid #0aa699;
    border-top: 0
    }
.grid.box.green .grid-title {
    background-color: #0aa699
    }
.grid.box.purple {
    border: 1px solid #af5cc1;
    border-top: 0
    }
.grid.box.purple .grid-title {
    background-color: #852b99
    }
.grid.box.grey {
    border: 1px solid #9d9c9c;
    border-top: 0
    }
.grid.box.grey .grid-title {
    background-color: #555
    }
.grid.box.light-grey {
    border: 1px solid #eee;
    border-top: 0
    }
.grid.box.light-grey .grid-title {
    background-color: #aaa
    }
.grid .simple .form-actions {
    margin-left: -20px !important;
    margin-right: -20px !important;
    margin-bottom: -20px !important
    }
.grid .solid .grid-title {
    color: #fff !important;
    border-bottom: 1px solid #fff
    }
.grid.solid .grid-title {
    margin-bottom: 5px;
    border: 0;
    padding: 13px 15px 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35) !important
    }
.grid.solid .grid-title .tools {
    margin-top: 2px;
    border: 0
    }
.grid.solid .grid-title .tools a {
    color: #fff
    }
.grid.solid .grid-title h4 {
    color: #fff
    }
.grid.solid .grid-body {
    color: #fff;
    padding: 20px
    }
.grid.solid .grid-body h3 {
    color: #fff
    }
.grid.simple {
    padding: 0 !important
    }
.grid.simple .grid-title {
    padding: 14px 15px 7px 15px;
    border-bottom: 1px solid #eee;
    color: #282323 !important;
    background-color: #fff;
    margin-bottom: 0;
    border: 1px solid #ddd;
    border-bottom: 0
    }
.grid.simple .grid-title > .actions > .btn > i {
    color: #fff !important
    }
.grid.simple .grid-title .tools {
    margin-top: 0;
    position: relative
    }
.grid.simple .grid-title.no-border {
    border: 0;
    border-bottom: 0
    }
.grid.simple .form-actions {
    margin-right: -26px !important;
    margin-left: -26px !important;
    margin-bottom: -26px !important
    }
.grid.simple.transparent .grid-body {
    background-color: transparent !important;
    border: 0
    }
.grid.simple.transparent .grid-title {
    border: 0;
    border-bottom: 1px solid #d7dbe0;
    background-color: transparent
    }
.grid.simple .grid-body {
    background-color: #fff;
    padding: 26px;
    border: 1px solid #ddd;
    color: #6f7b8a
    }
.grid.simple .grid-body.no-padding {
    padding: 0
    }
.grid.simple .grid-body .wrap-body {
    padding: 0 26px;
    padding-top: 10px
    }
.grid.simple .grid-body.no-border {
    border: 0;
    padding-top: 1px
    }
.grid.simple .grid-body h4 {
    color: #282323
    }
.grid.simple .grid-body h3 {
    color: #282323
    }
.grid.simple .grid-body.invoice-body {
    padding: 30px
    }
.grid.simple .grid-body.invoice-body .invoice-logo {
    margin-bottom: 18px
    }
.grid.simple.vertical.green {
    border-left: 4px solid #0aa699;
    border-top: none !important
    }
.grid.simple.vertical.red {
    border-left: 4px solid #f35958;
    border-top: none !important
    }
.grid.simple.vertical.purple {
    border-left: 4px solid #736086;
    border-top: none !important
    }
.grid.simple.vertical.blue {
    border-left: 4px solid #0090d9;
    border-top: none !important
    }
.grid.simple.horizontal.red .grid-title {
    border-top: 4px solid #f35958
    }
.grid.simple.horizontal.yellow .grid-title {
    border-top: 4px solid #ffb848
    }
.grid.simple.horizontal.green .grid-title {
    border-top: 4px solid #0aa699
    }
.grid.simple.horizontal.purple .grid-title {
    border-top: 4px solid #852b99
    }
.grid.simple.horizontal.grey .grid-title {
    border-top: 4px solid #555
    }
.grid.simple.horizontal.light-grey .grid-title {
    border-top: 4px solid #aaa
    }
.grid:after, .grid:before {
    display: table
    }
.grid-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee
    }
.grid-title h4 {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 7px;
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
    }
.grid-title h4 i {
    font-size: 14px;
    margin-right: 5px;
    color: #666
    }
.grid-title.descriptive {
    padding-left: 23px !important;
    padding-top: 20px !important
    }
.grid-title.descriptive .actions {
    margin-right: 14px;
    margin-top: -16px
    }
.grid-title.descriptive .actions a {
    color: #4c5264
    }
.grid-title.descriptive .actions a:hover {
    opacity: 0.5
    }
.grid-title.descriptive .actions i {
    font-size: 22px;
    margin-right: 10px
    }
.grid-title.descriptive p {
    display: inline-block;
    width: 60%;
    white-space: nowrap;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #7a7d82;
    font-size: 12px
    }
.grid-title.clickable {
    cursor: pointer
    }
.grid-title .tools > a {
    display: inline-block;
    height: 16px;
    margin-left: 5px
    }
.grid-title .tools > a:hover {
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    opacity: 0.6
    }
.grid-title .dropdown-menu i {
    color: #000
    }
.grid-title .actions > .btn-group {
    margin-top: -12px
    }
.grid-title .actions > .btn-group > .btn {
    padding: 4px 10px;
    margin-top: -1px
    }
.grid-title .actions > .btn {
    padding: 4px 10px;
    margin-top: -13px
    }
.grid-title .actions > .btn.mini {
    margin-top: -12px;
    padding: 4px 10px
    }
.grid-title .pagination.pagination-small {
    float: right !important;
    display: inline-block !important;
    margin: 0;
    margin-top: -2px
    }
.grid-title .tools, .grid-title .actions {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 6px;
    float: right
    }
.grid-body {
    padding: 0
    }
.grid-body .btn-toolbar {
    margin: 0 !important;
    padding: 0 !important
    }
.grid-body .slimScrollBar {
    margin-right: 0 !important
    }
.grid-body:before {
    display: table;
    content: " "
    }
.grid-body:after {
    clear: both;
    display: table;
    content: " "
    }
.grid-body.light-blue, .grid.light-blue {
    background-color: #bfd5fa !important
    }
.grid-body.blue, .grid.blue {
    background-color: #58acf3 !important
    }
.grid-body.red, .grid.red {
    background-color: #f35958 !important
    }
.grid-body.yellow, .grid.yellow {
    background-color: #ffb848 !important
    }
.grid-body.green, .grid.green {
    background-color: #0aa699 !important
    }
.grid-body.purple, .grid.purple {
    background-color: #852b99 !important
    }
.grid-body.light-grey, .grid.light-grey {
    background-color: #fafafa !important
    }
.grid-body.dark-grey, .grid.dark-grey {
    background-color: #555 !important
    }
.sortable .grid .grid-title {
    cursor: move
    }
.grid.simple .grid-title .tools a {
    position: relative;
    transition: all 0.1s linear 0s;
    color: #ababab
    }
.grid.simple .grid-title .tools > a.remove:before, .grid.solid .grid-title .tools > a.remove:before {
    font-family: "Material Icons";
    content: "";
    font-size: 16px
    }
.grid.simple .grid-title .tools > a.config:before, .grid.solid .grid-title .tools > a.config:before {
    font-family: "Material Icons";
    content: "";
    font-size: 17px
    }
.grid.simple .grid-title .tools > a.reload:before, .grid.solid .grid-title .tools > a.reload:before {
    font-family: "Material Icons";
    content: "";
    font-size: 16px
    }
.grid.simple .grid-title .tools > a.expand:before, .grid.solid .grid-title .tools > a.expand:before {
    font-family: "Material Icons";
    content: "";
    font-size: 16px
    }
.grid.simple .grid-title .tools > a.collapse:before, .grid.solid .grid-title .tools > a.collapse:before {
    font-family: "Material Icons";
    content: "";
    font-size: 16px
    }
.alert {
    color: #ce8f22;
    background-color: #fffcee;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    padding: 9px 19px 9px 15px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #f0dbb4;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s
    }
.alert .link {
    color: #ce8f22;
    font-weight: bold
    }
.alert .alert-heading {
    color: #ce8f22 !important;
    margin-bottom: 5px;
    font-weight: 600
    }
.alert .btn-small {
    position: relative;
    top: -3.5px
    }
.alert .button-set .btn {
    position: relative;
    top: 8px
    }
.alert .close {
    background: url(../img/icon/noti-cross.png) no-repeat scroll 0 0 transparent;
    background-position: -9px -10px;
    width: 10px;
    height: 9px;
    position: relative;
    opacity: 0.8;
    top: 4.5px;
    float: right;
    margin-left: 20px
    }
.alert .close:hover {
    opacity: 1
    }
.alert-success {
    color: #438a85;
    background-color: #f3faf8;
    border-color: #bfd1cf
    }
.alert-success .link {
    color: #438a85
    }
.alert-success .alert-heading {
    color: #438a85 !important
    }
.alert-success .close {
    background-position: -38px -10px !important
    }
.alert-info .close {
    background-position: -67px -10px !important
    }
.alert-danger {
    color: #e76e70;
    background-color: #fff6f4;
    border-color: #f8cdcd
    }
.alert-danger .link {
    color: #e76e70
    }
.alert-danger .alert-heading {
    color: #e76e70 !important
    }
.alert-error .close, .alert .alert-danger .close {
    background-position: -95px -10px !important
    }
.popover-content .notification-messages {
    padding: 5px 10px 10px
    }
.notification-messages {
    font-family: "Roboto";
    background-color: #eef9f8;
    padding: 15px 18px 10px;
    display: block;
    color: #8b91a0;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
    }
.notification-messages.success {
    background-color: #eef9f8
    }
.notification-messages.success:hover {
    background-color: #d9edf1;
    cursor: pointer
    }
.notification-messages.success .iconholder i {
    color: #f35958
    }
.notification-messages.danger {
    background-color: #fef2f2
    }
.notification-messages.danger:hover {
    background-color: #fae1e1;
    cursor: pointer
    }
.notification-messages.danger .iconholder i {
    color: #f35958
    }
.notification-messages.info {
    background-color: #edf7fc
    }
.notification-messages.info:hover {
    background-color: #d8ebf4;
    cursor: pointer
    }
.notification-messages.info .iconholder i {
    color: #f35958
    }
.notification-messages.warning {
    background-color: #edf7fc
    }
.notification-messages.warning:hover {
    background-color: #d8ebf4;
    cursor: pointer
    }
.notification-messages.warning .iconholder i {
    color: #f35958
    }
.notification-messages .message-wrapper {
    display: inline-block;
    width: 100%;
    height: 43px;
    float: left
    }
.notification-messages .message-wrapper .heading {
    display: block;
    float: left;
    text-align: left;
    color: #1b1e24;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    width: 100%;
    margin: 0;
    line-height: 19px;
    font-weight: 600
    }
.notification-messages .message-wrapper .description {
    display: block;
    float: left;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    font-size: 15px;
    width: 100%;
    line-height: 19px;
    padding-top: 5px
    }
.notification-messages .date {
    display: inline-block;
    font-size: 11px;
    line-height: 15px;
    font-style: italic;
    opacity: 0.4
    }
.notification-messages .user-profile {
    border-radius: 100px 100px 100px 100px;
    display: inline-block;
    float: left;
    height: 35px;
    overflow: hidden;
    width: 35px;
    margin-right: 10px;
    margin-top: 2px
    }
.notification-messages .iconholder {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 5px
    }
.notification-messages .iconholder i {
    font-size: 28px
    }
.progress {
    height: 3px;
    background-color: #e9ecee;
    background-image: none;
    box-shadow: none;
    filter: none
    }
.progress.no-radius {
    border-radius: 0
    }
.progress.no-radius .progress-bar {
    border-radius: 0
    }
.progress.transparent {
    background-color: rgba(0, 0, 0, 0.28)
    }
.progress.progress-small {
    height: 2px
    }
.progress.progress-large {
    height: 20px
    }
.progress-bar {
    box-shadow: none;
    border-radius: 3px;
    background-color: #0090d9;
    background-image: none;
    -webkit-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    float: left;
    filter: none
    }
.progress-info .bar, .progress .bar-info {
    background-color: #1f3853;
    background-image: none
    }
.progress-warning .bar, .progress .bar-warning {
    background-color: #fdd01c;
    background-image: none
    }
.progress-danger .bar, .progress .bar-danger {
    background-color: #f35958;
    background-image: none
    }
.progress-white .bar, .progress .bar-white {
    background-color: #fff;
    background-image: none
    }
.progress-success.progress-striped .bar, .progress-striped .bar-success {
    background-color: #0090d9
    }
.progress-info.progress-striped .bar, .progress-striped .bar-info {
    background-color: #1f3853
    }
.label {
    padding: 3px 9px;
    font-size: 11px;
    text-shadow: none;
    background-color: #d1dade;
    font-family: "Roboto";
    font-weight: 600;
    color: #5e5e5e
    }
.label.bubble-only {
    height: 10px;
    width: 10px;
    display: block;
    padding: 0;
    border-radius: 99px
    }
.badge {
    text-shadow: none;
    font-family: "Roboto";
    font-weight: 600;
    background-color: #d1dade;
    font-size: 11px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 4px;
    color: #5e5e5e
    }
.badge.bubble-only {
    height: 10px;
    width: 10px;
    display: block;
    padding: 0
    }
.label-primary, .badge-primary {
    background-color: #0090d9;
    color: #fff
    }
.label-success, .badge-success {
    background-color: #0aa699;
    color: #fff
    }
.label-warning, .badge-warning {
    background-color: #fdd01c;
    color: #fff
    }
.badge-important {
    background-color: #f35958;
    color: #fff
    }
.label-danger, .badge-danger {
    background-color: #f35958;
    color: #fff
    }
.label-info, .badge-info {
    background-color: #0090d9;
    color: #fff
    }
.badge-disable {
    background-color: #2a2e36;
    color: #8b91a0
    }
.popover.right .arrow {
    border-right-color: rgba(0, 0, 0, 0.08)
    }
.popover.left .arrow {
    border-right-color: rgba(0, 0, 0, 0.08)
    }
.popover.top .arrow {
    border-right-color: rgba(0, 0, 0, 0.08)
    }
.popover.bottom .arrow:after {
    top: 0;
    margin-left: -11px
    }
.popover .arrow:after {
    border-width: 11px
    }
.modal {
    border-radius: 3px
    }
.modal-header {
    text-align: center
    }
.modal-header p {
    color: #8b91a0
    }
.modal-body {
    background-color: #e5e9ec
    }
.modal-content {
    border: 0
    }
.dropdown-menu.pull-right {
    right: 0;
    left: auto
    }
.dropdown-menu li > a > .material-icons {
    font-size: 16px;
    position: relative;
    top: 4px
    }
.tiles {
    background-color: #bcbcbc;
    color: #fff;
    position: relative
    }
.tiles.overflow-hidden {
    overflow: hidden
    }
.tiles.full-height {
    height: 100%
    }
.tiles.added-margin {
    margin-right: -10px
    }
.tiles.no-margin {
    margin-right: 0
    }
.tiles.margin-reset {
    margin-left: 37px
    }
.tiles .tiles-title {
    font-size: 11px;
    font-family: "Roboto";
    letter-spacing: 0.7px;
    font-weight: 500
    }
.tiles .tiles-body {
    padding: 19px 18px 15px 24px
    }
.tiles .controller {
    position: relative;
    display: inline-block;
    float: right
    }
.tiles .controller a {
    position: relative;
    background: url(../img/icon/portlet-tray.png) no-repeat;
    transition: all 0.1s linear 0s;
    display: inline-block
    }
.tiles .controller a.remove {
    background-position: -66px -38px;
    height: 10px;
    top: -5px;
    width: 10px
    }
.tiles .controller a.config {
    background-position: -3px -32px;
    height: 22px;
    width: 22px
    }
.tiles .controller a.reload {
    background-position: -37px -38px;
    height: 10px;
    top: -5px;
    width: 12px
    }
.tiles .controller a.expand {
    background-position: -123px -11px;
    width: 10px;
    height: 6px;
    top: -5px
    }
.tiles .controller a:hover.collapse {
    background-position: -95px -40px;
    height: 7px;
    top: -5px;
    width: 9px
    }
.tiles .controller a:hover.remove {
    background-position: -66px -9px;
    height: 10px;
    top: -5px;
    width: 10px
    }
.tiles .controller a:hover.config {
    background-position: -3px -32px;
    height: 22px;
    width: 22px
    }
.tiles .controller a:hover.reload {
    background-position: -38px -9px;
    height: 10px;
    top: -5px;
    width: 12px
    }
.tiles .controller a:hover.expand {
    background-position: -123px -11px;
    width: 10px;
    height: 6px;
    top: -5px
    }
.tiles.white {
    background-color: #fff;
    color: #8b91a0
    }
.tiles.white .controller a.remove:hover {
    background-position: -66px -38px;
    height: 10px;
    top: -5px;
    width: 10px;
    opacity: 0.6
    }
.tiles.white .controller a.config:hover {
    background-position: -3px -32px;
    height: 22px;
    width: 22px;
    opacity: 0.6
    }
.tiles.white .controller a.reload:hover {
    background-position: -37px -38px;
    height: 10px;
    top: -5px;
    width: 12px;
    opacity: 0.6
    }
.tiles.white .controller a.expand:hover {
    background-position: -123px -11px;
    width: 10px;
    height: 6px;
    top: -5px;
    opacity: 0.6
    }
.tiles.white > .tile-footer {
    background-color: #eceff1;
    color: #d1d3d9;
    font-size: 13px;
    padding: 8px 15px
    }
.tiles.white.borderall {
    border: 1px solid #e5e9ec
    }
.tiles.white.border-left {
    border-left: 1px solid #e5e9ec
    }
.tiles.white.border-right {
    border-right: 1px solid #e5e9ec
    }
.tiles.white.border-top {
    border-top: 1px solid #e5e9ec
    }
.tiles.white.border-bottom {
    border-bottom: 1px solid #e5e9ec
    }
.tiles.white hr {
    margin: 10px 0;
    height: 1px;
    border: 0;
    background-color: #f2f3f5
    }
.tiles.white label {
    color: #9aa0ad
    }
.tiles.white > .tiles-body > .heading {
    color: #000
    }
.tiles.white .tiles-body > .description {
    color: #8b91a0
    }
.tiles .settings-box {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 1px 4px
    }
.tiles .heading {
    font-size: 25px;
    display: block;
    font-family: "Roboto";
    font-weight: 600;
    margin: 4px 0
    }
.tiles .heading .icon-grid {
    top: 1px;
    font-size: 31px;
    position: relative
    }
.tiles p {
    margin: 0 0 5px
    }
.tiles hr {
    margin: 10px 0;
    height: 1px;
    border: 0;
    background-color: #2b3038
    }
.tiles .tiles-body-overlay {
    position: absolute;
    z-index: 100;
    padding: 19px 18px 17px 24px;
    width: auto
    }
.tiles .progress {
    width: 70%;
    margin-bottom: 13px
    }
.tiles .iconplaceholder {
    background-color: rgba(0, 0, 0, 0.28)
    }
.tiles .iconplaceholder i {
    color: #fff
    }
.tiles > .tiles-body > .description {
    font-size: 13px;
    display: block;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased
    }
.tiles .description i {
    font-size: 21px;
    color: #fff
    }
.tiles .description .mini-description {
    position: relative;
    top: -5px
    }
.tiles label {
    color: #fff
    }
.tiles.red {
    background-color: #f35958
    }
.tiles.red .button {
    background: #bf3938;
    color: #f7bebe
    }
.tiles.purple {
    background-color: #735f87
    }
.tiles.purple .button {
    background: #736086;
    color: #d7d5d7
    }
.tiles.blue {
    background-color: #0090d9
    }
.tiles.green {
    background-color: #0aa699
    }
.tiles.black {
    background-color: #22262e
    }
.tiles.black .blend {
    color: #8b91a0
    }
.tiles.black input {
    background-color: rgba(0, 0, 0, 0.35);
    border: 0
    }
.tiles.dark-blue {
    background-color: #365d98
    }
.tiles.light-blue {
    background-color: #00abea
    }
.tiles.light-red {
    background-color: #f96773
    }
.tiles.grey {
    background-color: #e9ecee
    }
.tiles.gradient-grey {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(131, 131, 131, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(131, 131, 131, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(131, 131, 131, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(131, 131, 131, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(131, 131, 131, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(131, 131, 131, 0.65) 100%)
    }
.tiles.gradient-black {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%)
    }
.tiles .blend {
    color: rgba(0, 0, 0, 0.42)
    }
.tiles .button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 12px
    }
.row-fluid.side-content .tiles, .row-fluid .tile-content {
    margin: 0
    }
.tiles.red .settings-box, .tiles.red .button {
    background: #bf3938;
    color: #f35958
    }
.tiles.purple .settings-box, .tiles.red .button {
    background: #08897e;
    color: transparent
    }
.tiles-chart .tiles-body .heading {
    color: #0aa699
    }
.tiles-chart .controller {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 100
    }
.tiles-overlay.green {
    background-color: rgba(10, 166, 153, 0.8)
    }
.tiles-overlay.blue {
    background-color: rgba(0, 144, 217, 0.8)
    }
.widget-item {
    position: relative
    }
.widget-item.narrow-margin {
    margin-right: -10px
    }
.widget-item .controller {
    position: absolute;
    display: block;
    z-index: 100
    }
.widget-item .controller.right {
    right: 20px;
    top: 20px
    }
.widget-item .controller.left {
    left: 10px;
    top: 10px
    }
.widget-item .controller a {
    position: relative;
    transition: all 0.1s linear 0s;
    display: inline-block
    }
.widget-item .controller a.remove {
    background-position: -66px -38px;
    height: 10px;
    top: -5px;
    width: 10px
    }
.widget-item .controller a.config {
    background-position: -3px -32px;
    height: 22px;
    width: 22px
    }
.widget-item .controller a.reload {
    background-position: -37px -38px;
    height: 10px;
    top: -5px;
    width: 12px
    }
.widget-item .controller a.expand {
    background-position: -123px -11px;
    width: 10px;
    height: 6px;
    top: -5px
    }
.widget-item .controller a:hover.collapse {
    background-position: -95px -40px;
    height: 7px;
    top: -5px;
    width: 9px
    }
.widget-item.white .controller a.remove:hover {
    background-position: -66px -38px;
    height: 10px;
    top: -5px;
    width: 10px;
    opacity: 0.6
    }
.widget-item.white .controller a.config:hover {
    background-position: -3px -32px;
    height: 22px;
    width: 22px;
    opacity: 0.6
    }
.widget-item.white .controller a.reload:hover {
    background-position: -37px -38px;
    height: 10px;
    top: -5px;
    width: 12px;
    opacity: 0.6
    }
.widget-item .controller a:hover.remove, .widget-item .controller a:hover.config, .widget-item .controller a:hover.reload, .widget-item .controller a:hover.expand, .widget-item .controller a:hover.collapse {
    opacity: 0.5
    }
.widget .widget-title {
    display: block;
    padding: 10px;
    padding-bottom: 14px;
    background-color: #fff;
    color: #e5e9ec;
    text-align: center;
    font-weight: bold
    }
.widget .widget-title.dark {
    background-color: #1b1e24;
    color: #fff
    }
.widget .widget-title.dark .controller a.remove {
    background-position: -66px -9px;
    height: 10px;
    top: -5px;
    width: 10px
    }
.widget .widget-title.dark .controller a.config {
    background-position: -3px -32px;
    height: 22px;
    width: 22px
    }
.widget .widget-title.dark .controller a.reload {
    background-position: -38px -9px;
    height: 10px;
    top: -5px;
    width: 12px
    }
.widget .widget-title.blue {
    background-color: #0090d9;
    color: #fff
    }
.widget .widget-title.red {
    background-color: #f35958;
    color: #fff
    }
.widget .widget-title.green {
    background-color: #0aa699;
    color: #fff
    }
.widget .widget-title.purple {
    background-color: #736086;
    color: #fff
    }
.widget .controller {
    position: relative;
    display: inline-block;
    float: right;
    top: 6px;
    margin-right: 8px
    }
.widget .controller a {
    position: relative;
    background: url(../img/icon/portlet-tray.png) no-repeat;
    transition: all 0.1s linear 0s;
    display: inline-block
    }
.widget .controller a.remove {
    background-position: -66px -38px;
    height: 10px;
    top: -5px;
    width: 10px
    }
.widget .controller a.config {
    background-position: -3px -32px;
    height: 22px;
    width: 22px
    }
.widget .controller a.reload {
    background-position: -37px -38px;
    height: 10px;
    top: -5px;
    width: 12px
    }
.widget .controller a.expand {
    background-position: -123px -11px;
    width: 10px;
    height: 6px;
    top: -5px
    }
.widget .controller a:hover.collapse {
    background-position: -95px -40px;
    height: 7px;
    top: -5px;
    width: 9px
    }
.widget .controller a:hover.remove {
    background-position: -66px -9px;
    height: 10px;
    top: -5px;
    width: 10px
    }
.widget .controller a:hover.config {
    background-position: -3px -32px;
    height: 22px;
    width: 22px
    }
.widget .controller a:hover.reload {
    background-position: -38px -9px;
    height: 10px;
    top: -5px;
    width: 12px
    }
.widget .controller a:hover.expand {
    background-position: -123px -11px;
    width: 10px;
    height: 6px;
    top: -5px
    }
.widget .widget-title.dark .controller a.reload:hover, .widget .widget-title.dark .controller a.remove:hover {
    opacity: 0.5
    }
.tiles:hover .hover-effect-img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    filter: contrast(130%);
    -webkit-filter: contrast(130%)
    }
@media (min-width: 768px) and (max-width: 1024px) {
    .tiles.adjust-text p {
        font-size: 10px
        }
    .tiles.adjust-text h3 {
        font-size: 20px
        }
    }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .tiles.adjust-text p {
        font-size: 14px
        }
    }
.btn {
    display: inline-block;
    padding: 9px 12px;
    padding-top: 7px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #5e5e5e;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #d1dade;
    -webkit-border-radius: 3px;
    background-image: none !important;
    border: 0;
    text-shadow: none;
    box-shadow: none;
    transition: all 0.12s linear 0s !important;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif
    }
.btn:focus {
    outline: none !important
    }
.btn .caret {
    margin-left: 3px
    }
.btn .caret.single {
    margin-left: 0
    }
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    background-color: #b9c3c8
    }
.btn-cons {
    margin-right: 5px;
    min-width: 120px;
    margin-bottom: 8px
    }
.btn-social.active, .btn-social.disabled {
    color: #2d8ebf;
    text-decoration: none
    }
.btn-primary {
    color: #fff;
    background-color: #0aa699
    }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary.active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background-color: #099a8c
    }
.btn-success {
    color: #fff;
    background-color: #0090d9
    }
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled], .btn-success.active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    background-color: #0082d4
    }
.btn-info {
    color: #fff;
    background-color: #1f3853
    }
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled], .btn-info.active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    background-color: #1b3148
    }
.btn-warning {
    color: #fff;
    background-color: #fbb05e
    }
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled], .btn-warning.active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
    background-color: #faa652
    }
.btn-danger {
    color: #fff;
    background-color: #f35958
    }
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled], .btn-danger.active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
    background-color: #f14d4d
    }
.btn-danger-dark.active, .btn-danger-dark.disabled {
    background-color: #e94847;
    color: #fff
    }
.btn-white.active, .btn-white.disabled {
    background-color: #fbfcfd;
    border: 1px solid #b4b9be
    }
.btn-link {
    color: #5e5e5e;
    background-color: transparent;
    border: 0
    }
.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link.disabled, .btn-link[disabled] {
    background-color: transparent
    }
.btn-small {
    padding: 3px 12px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
    }
.btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
    margin-top: 0
    }
.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
    margin-top: -1px
    }
.btn-mini {
    padding: 2px 9px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
    }
.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6
    }
.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #0aa699
    }
.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #fbb05e
    }
.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #f35958
    }
.btn-group.open .btn-success.dropdown-toggle {
    background-color: #0090d9
    }
.btn-group.open .btn-info.dropdown-toggle {
    background-color: #1f3853
    }
.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222
    }
.btn-group.open .btn-white.dropdown-toggle {
    background-color: #fbfcfd
    }
.btn-group > .btn + .dropdown-toggle {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-left: 1px #f7f7f7 solid;
    padding-right: 10px;
    border-left: 1px solid #e5e9ec
    }
.btn-group > .btn.btn-mini + .dropdown-toggle {
    padding-right: 8px
    }
.btn-group > .dropdown-menu {
    font-size: 13px
    }
.btn-group > .dropdown-menu li {
    padding-left: 0
    }
.btn-block + .btn-block {
    margin-top: 8px
    }
.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    -webkit-box-shadow: 0 0 5px rgba(86, 96, 117, 0.2);
    -moz-box-shadow: 0 0 5px rgba(86, 96, 117, 0.2);
    box-shadow: 0 0 5px rgba(86, 96, 117, 0.2);
    border: 0;
    border-radius: 3px;
    padding: 0;
    font-size: 13px
    }
.dropdown-menu .divider {
    background-color: #eaedf0;
    height: 1px;
    margin: 3px 0;
    border-bottom: 0
    }
.dropdown-menu > li > a {
    line-height: 25px;
    color: #2a2e36;
    margin: 4px;
    border-radius: 3px;
    text-align: left
    }
.dropdown-menu li {
    padding-left: 0
    }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #1b1e24;
    text-decoration: none;
    background-color: #e6d1bf;
    background-image: none
    }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #1b1e24;
    text-decoration: none;
    background-color: #eff2f3;
    background-image: none
    }
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #999
    }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: default;
    background-color: transparent;
    background-image: none
    }
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
    z-index: 0
    }
.btn-group > .btn.btn-white:hover, .btn-group > .btn.btn-white:focus, .btn-group > .btn.btn-white:active, .btn-group > .btn.btn-white.active {
    border: 1px solid #e5e9ec
    }
code, pre {
    border: 0
    }
code {
    background-color: #f3f6f9
    }
code:hover {
    background-color: #e8edf3
    }
.single-colored-widget .heading {
    padding: 8px 15px;
    padding-bottom: 4px;
    background-color: #fff
    }
.single-colored-widget .heading h4 {
    margin-bottom: 5px;
    margin-top: 5px
    }
.single-colored-widget .content-wrapper.red {
    background-color: #f35958
    }
.single-colored-widget .content-wrapper.red p {
    color: #832929
    }
.single-colored-widget .content-wrapper.green {
    background-color: #0aa699
    }
.single-colored-widget .content-wrapper.green p {
    color: #505458
    }
.single-colored-widget .content-wrapper.blue {
    background-color: #0090d9
    }
.single-colored-widget .content-wrapper.blue p {
    color: #0a5174
    }
.the-icons a:hover .fa {
    font-size: 28px;
    vertical-align: -5px
    }
.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
    border-bottom: 0 none
    }
.tab-content > .tab-pane {
    display: none;
    padding: 15px
    }
.tab-content > .active, .pill-content > .active {
    display: block;
    padding: 19px
    }
.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd
    }
.tabs-below > .nav-tabs > li {
    margin-bottom: 0;
    margin-top: -1px
    }
.tabs-below > .nav-tabs > li > a {
    border-radius: 0 0 4px 4px
    }
.tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover, .tabs-below > .nav-tabs > .active > a:focus {
    border-color: rgba(0, 0, 0, 0) #ddd #ddd
    }
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    float: none
    }
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
    margin-bottom: 3px;
    margin-right: 0;
    min-width: 74px
    }
.tabs-left > .nav-tabs {
    border-right: 1px solid #ddd;
    margin-right: 19px;
    float: left;
    margin-right: 0
    }
.tabs-left > .nav-tabs > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: -1px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
    }
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
    border-color: #eee #ddd #eee #eee
    }
.tabs-right > .nav-tabs {
    border-left: 1px solid #ddd;
    margin-left: 19px;
    float: right;
    margin-left: 0
    }
.tabs-right > .nav-tabs > li > a {
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
    }
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
    border-color: #eee #eee #eee #ddd
    }
.nav > .disabled > a {
    color: #999
    }
.nav .tools {
    float: right;
    position: relative;
    right: 10px;
    top: 10px
    }
.nav .tools a {
    position: relative;
    background: url(../img/icon/portlet-tray.png) no-repeat;
    transition: all 0.1s linear 0s
    }
.nav > .disabled > a:hover, .nav > .disabled > a:focus {
    background-color: rgba(0, 0, 0, 0);
    cursor: default;
    text-decoration: none
    }
.nav-tabs {
    margin-bottom: 0;
    background-color: #d1dade;
    padding: 0
    }
.nav-tabs > li {
    margin-bottom: -3px;
    padding-left: 0
    }
.nav-tabs > li > a {
    border-radius: 0;
    border: 0;
    padding: 15px 20px;
    color: #8e9aa2;
    min-width: 70px
    }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-width: 0
    }
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    border: 0;
    color: #505458;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1)
    }
.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
    color: #505458
    }
.nav .tools > a.remove, .nav .tools > a.remove {
    background-position: -66px -38px;
    width: 10px;
    height: 10px
    }
.nav .tools > a.config, .nav.tools > a.config {
    background-position: -3px -32px;
    width: 22px;
    height: 22px
    }
.nav .tools > a.reload, .nav .tools > a.reload {
    background-position: -37px -38px;
    width: 12px;
    height: 10px
    }
.nav .tools > a.expand, .nav .tools > a.expand {
    background-position: -123px -40px;
    width: 10px;
    height: 6px
    }
.nav .tools > a.collapse, .nav.tools > a.collapse {
    background-position: -95px -40px;
    width: 9px;
    height: 7px
    }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #0090d9
    }
.nav-tabs > li > a {
    margin-right: 0
    }
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
    background-color: #c1cace
    }
.accordion-heading .accordion-toggle {
    padding: 12px 18px
    }
.panel {
    background-color: transparent;
    box-shadow: none
    }
.panel-default {
    border: 0
    }
.panel-default > .panel-heading {
    background-image: none;
    background-color: #d1dade;
    border-radius: 2px;
    box-shadow: none
    }
.panel-group .panel-heading.collapsed {
    background-color: #d1dade
    }
.panel-group .panel-heading + .panel-collapse .panel-body {
    border: 0
    }
.panel-group .panel-heading .panel-title > a {
    color: #505458;
    font-size: 13px;
    font-weight: normal;
    display: block
    }
.panel-group .panel-heading .panel-title > a:hover {
    color: #505458 !important
    }
.panel-group .panel-heading .panel-title > a:hover:after {
    color: #505458 !important
    }
.panel-group .panel-heading .panel-title > a:after {
    font-family: "Material Icons";
    content: "";
    float: right;
    color: #505458
    }
.panel-group .panel-heading .panel-title > a.collapsed {
    color: #8e9aa2
    }
.panel-group .panel-heading .panel-title > a.collapsed:after {
    content: "";
    color: #8e9aa2
    }
.panel-group .panel + .panel {
    margin-top: 2px
    }
.slider.primary .slider-track {
    background: #0aa699;
    background-image: none
    }
.slider.sucess .slider-track {
    background: #0090d9;
    background-image: none
    }
.slider.info .slider-track {
    background-color: #1f3853;
    background-image: none
    }
.slider.warning .slider-track {
    background: #fbb05e;
    background-image: none
    }
.slider.danger .slider-track {
    background: #f35958;
    background-image: none
    }
.slider.white .slider-track {
    background: #fff;
    background-image: none
    }
.slider.slider-vertical .slider-track {
    width: 5px !important
    }
.slider.slider-horizontal .slider-track {
    height: 5px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    -webkit-box-shadow: inset 0 0 1px 1px rgba(107, 170, 165, 0.33) !important;
    -moz-box-shadow: inset 0 0 1px 1px rgba(107, 170, 165, 0.33) !important;
    box-shadow: inset 0 0 1px 1px rgba(107, 170, 165, 0.33) !important
    }
.blue .slider-selection {
    background-image: none !important;
    background-color: #0a6ea0 !important
    }
.red .slider-selection {
    background-image: none !important;
    background-color: #000 !important
    }
.green .slider-selection {
    background-image: none !important;
    background-color: #0aa699 !important;
    cursor: point2
    }
.table > thead > tr > th {
    border-bottom: 0;
    font-size: 12px;
    letter-spacing: 0.07em
    }
.table th {
    border-top: 1px solid #e8edf1;
    padding: 10px 12px;
    font-size: 12px;
    text-transform: uppercase
    }
.table th.medium-cell {
    width: 112px
    }
.table th.big-cell {
    width: 200px
    }
.table tr.row_selected td {
    background-color: #ffc !important
    }
.table tr.row_selected .progress {
    background-color: #fff
    }
.table td {
    border-top: 1px solid #e8edf1;
    vertical-align: top;
    padding: 11px 12px !important;
    color: #576475;
    font-size: 13px
    }
.table td.no-border {
    border: 0
    }
.table td:first-child {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
    }
.table td:last-child {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
    }
.table td .progress {
    margin-bottom: 0
    }
.table td .muted {
    color: #95989a
    }
.table td.clickable {
    cursor: pointer
    }
.table .checkbox {
    margin-left: 3px;
    height: 19px
    }
.table .star {
    margin-left: 3px
    }
th {
    text-align: left
    }
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 12px
    }
.table th input[type="radio"], input[type="checkbox"], .table td input[type="radio"], input[type="checkbox"] {
    margin-top: -2px
    }
.table td.small-cell, .table th.small-cell {
    width: 40px
    }
.table-condensed th .checkbox {
    margin-left: 4px
    }
.table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #e8edf1
    }
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: #ecf0f2;
    border: 0
    }
.table-striped tbody > tr > td {
    border: 0
    }
.table-hover tbody tr:hover > td .progress {
    background-color: #fff
    }
.table-bordered {
    border-color: #e8edf1 !important
    }
.table-bordered th {
    background-color: #ecf0f2;
    border: 0 !important
    }
.table-bordered td {
    border: 1px solid #e8edf1 !important
    }
.table-bordered td:first-child {
    border-radius: 0
    }
.table-bordered td:last-child {
    border-radius: 0
    }
.dataTables_wrapper .pagination ul {
    box-shadow: none;
    font-size: 12px;
    padding: 0
    }
.dataTables_wrapper .pagination ul > li {
    display: inline-block;
    padding-left: 0
    }
.dataTables_wrapper .pagination ul > li > a {
    padding: 5px 10px
    }
.dataTables_wrapper .pagination ul > li.next > a:hover {
    background-color: #fff;
    color: #000
    }
.dataTables_wrapper .pagination ul > li.next.disabled > a:hover {
    color: #c2c6cb;
    opacity: 0.65;
    background-color: #fff
    }
.dataTables_wrapper .pagination ul > li.prev > a:hover {
    background-color: #fff;
    color: #000
    }
.dataTables_wrapper .pagination ul > li.prev.disabled > a:hover {
    color: #c2c6cb;
    opacity: 0.65;
    background-color: #fff
    }
.dataTables_wrapper .pagination ul > li:last-child > a, .dataTables_wrapper .pagination ul > li:last-child > span {
    margin-left: -8px
    }
.dataTables_wrapper .pagination ul > li > a, .pagination ul > li > span {
    border: 0;
    box-shadow: none;
    border-radius: 3px;
    color: #6f7b8a
    }
.dataTables_wrapper .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
    color: #c2c6cb !important;
    opacity: 0.65 !important;
    background-color: #fff !important
    }
.dataTables_wrapper .pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #f3f6f9;
    font-weight: 600
    }
.dataTables_wrapper .pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #e8edf3
    }
.rickshaw_legend .label {
    color: #6f7b8a
    }
.user-comment-wrapper .profile-wrapper {
    float: left;
    border-radius: 100px 100px 100px 100px;
    display: inline-block;
    height: 35px;
    overflow: hidden;
    width: 35px;
    margin: 6px 8px 0 0;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1
    }
.simple-chat-popup {
    margin-top: 3px;
    padding: 5px 0;
    left: -77.5px;
    top: 25px;
    position: absolute;
    z-index: 10000;
    cursor: pointer
    }
.simple-chat-popup .simple-chat-popup-arrow {
    border-bottom-color: #292b2e;
    border-width: 0 5px 5px;
    left: 74%;
    margin-left: -5px;
    top: 0
    }
.simple-chat-popup-arrow {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0
    }
.simple-chat-popup-inner {
    background-color: #000;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
    padding: 8px;
    text-align: right;
    text-decoration: none;
    background-color: #292b2e;
    font-size: 12px
    }
.simple-chat-popup-inner .message {
    color: #bfc0c1;
    font-size: 11px;
    margin-top: -4px
    }
.side-bar-widgets {
    position: relative;
    display: block
    }
.friend-list .action-bar {
    display: inline-block;
    margin-left: 10px;
    margin-top: 8px;
    float: left
    }
.post {
    display: block
    }
.post .info-wrapper {
    display: inline-block;
    float: left;
    width: 80%
    }
.post .info-wrapper.small-width {
    width: 70%
    }
.post .username {
    display: block;
    font-size: 14px;
    margin-bottom: 5px
    }
.post .info {
    display: block
    }
.post .user-profile-pic-wrapper {
    display: inline-block;
    float: left;
    margin-right: 16px
    }
.post .more-details {
    display: block;
    float: left
    }
.post .post-links {
    margin: 4px 0 0;
    list-style: none;
    font-size: 11px;
    padding: 0
    }
.post .post-links li {
    display: inline;
    float: left;
    position: relative;
    padding-left: 0;
    padding-right: 8px
    }
.post .post-links li:after {
    color: #999;
    content: "•";
    padding-left: 8px
    }
.post .post-links li:last-child:after {
    content: ""
    }
.post .dark-text {
    color: #2a2e36
    }
.post .action-bar {
    display: block;
    list-style: none;
    margin: 13px 0 37px;
    font-size: 12px;
    padding: 0
    }
.post .action-bar li {
    display: inline;
    float: left;
    position: relative;
    padding-right: 8px
    }
#Parks {
    margin-bottom: 30px
    }
#wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px
    }
.error-body {
    background-color: #e5e9ec !important;
    font-family: "Roboto";
    height: 100%
    }
.error-container .input-prepend.inside .add-on {
    background-color: #fff;
    padding-top: 6px;
    color: #a1a1a1
    }
#footer {
    height: 130px
    }
#gmaps_context_menu {
    text-align: center
    }
#gmaps_context_menu a {
    color: #8b91a0
    }
#gmaps_context_menu a:hover {
    color: #1b1e24;
    text-decoration: none
    }
.cbp_tmtimeline > li .cbp_tmtime .date {
    font-size: 1.2em;
    color: #505458;
    margin-bottom: 5px;
    display: block
    }
.cbp_tmtimeline > li .cbp_tmicon.success {
    background: #0090d9;
    box-shadow: 0 0 0 8px #2ba3df;
    color: #fff
    }
.cbp_tmtimeline > li .cbp_tmicon.danger {
    background: #f35958;
    box-shadow: 0 0 0 8px #455a70;
    color: #fff
    }
.cbp_tmtimeline > li .cbp_tmicon.info {
    background: #1f3853;
    box-shadow: 0 0 0 8px #455a70;
    color: #fff
    }
@media screen and (max-width: 47.2em) {
    .cbp_tmtimeline:before {
        display: none
        }
    .cbp_tmtimeline > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0
        }
    .cbp_tmtimeline > li .cbp_tmtime {
        text-align: left
        }
    .cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%
        }
    .cbp_tmtimeline > li .cbp_tmlabel:after {
        right: auto;
        left: 20px;
        border-right-color: transparent;
        border-bottom-color: #fff;
        top: -20px
        }
    .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #fff
        }
    .cbp_tmtimeline > li .cbp_tmicon {
        position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0
        }
    }
#Parks {
    margin-bottom: 30px
    }
#Parks ul {
    padding-left: 0
    }
#Parks {
    position: relative;
    margin: 0
    }
#Parks.list .meta {
    display: inline-block;
    width: 205px;
    text-align: center;
    line-height: 9px;
    border-left: 1px solid #d7dbe0;
    height: 100%;
    vertical-align: top
    }
#Parks.list .list_header .meta {
    line-height: 38px;
    border: 0 none;
    margin-top: -8px;
    vertical-align: inherit
    }
#Parks.list .meta.name {
    float: left;
    text-align: left;
    width: auto;
    border-left: 0 none
    }
#Parks.list .list_header .meta.name {
    padding-left: 15px
    }
#Parks.list .list_header .meta span {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 7px 0 0;
    cursor: pointer;
    top: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
    }
#Parks.list .list_header .meta span:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 7px;
    border: 5px solid transparent
    }
#Parks.list .list_header .meta span.asc:after {
    border-top: 7px solid #8e9aa2
    }
#Parks.list .list_header .meta span.desc:after {
    top: 4px;
    border-bottom: 7px solid #8e9aa2
    }
#Parks.list .list_header .meta span:hover {
    background: #b8bbbe
    }
#Parks.list .list_header .meta span.asc:hover:after {
    border-top-color: #e5e9ec
    }
#Parks.list .list_header .meta span.desc:hover:after {
    border-bottom-color: #e5e9ec
    }
#Parks.list .list_header .meta span.active.asc:after {
    border-top-color: #505458
    }
#Parks.list .list_header .meta span.active.desc:after {
    border-bottom-color: #505458
    }
#Parks.list .mix .meta * {
    line-height: 1
    }
#Parks.list .mix .meta p, #Parks.list .mix .meta ul {
    display: inline-block;
    vertical-align: middle;
    list-style: none
    }
#Parks.list .mix .meta li {
    margin-bottom: 5px
    }
#Parks.grid {
    text-align: justify
    }
#Parks.grid .list_header {
    display: none
    }
#Parks.grid .meta {
    display: none
    }
#Parks.grid .meta.name {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: block
    }
#Parks.grid .mix {
    display: none;
    opacity: 0;
    position: relative;
    width: 48.5%;
    padding-top: 26%;
    margin-bottom: 3%
    }
#Parks.grid .img_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000
    }
#Parks.grid .titles {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-top: 75%;
    margin: 53.5% auto 0;
    top: -80px;
    z-index: 1;
    padding: 10px 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    text-align: center
    }
#Parks.grid .titles h2 {
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    color: #47a497;
    letter-spacing: 2px;
    margin-bottom: 3px
    }
#Parks.grid .titles p {
    font-weight: 300;
    text-indent: -2px
    }
@media (max-width: 500px) {
    #Parks.grid .mix {
        width: 100%;
        padding-top: 53%
        }
    .drop_down {
        display: none
        }
    }
@media (max-width: 1000px) {
    #Parks.list .meta {
        width: 150px
        }
    }
@media (max-width: 840px) {
    #Parks.list .meta.region, #Parks.list .meta.rec {
        display: none
        }
    }
@media (max-width: 540px) {
    #Parks.list .meta.area {
        display: none
        }
    #Parks.list .titles {
        max-width: 100%
        }
    }
body.rtl .breadcrumb > li + li:before {
    display: none
    }
body.rtl .breadcrumb > li + li:after {
    padding: 0 5px;
    color: #515050;
    font-family: FontAwesome;
    content: ""
    }
body.rtl.open-menu-left .page-content {
    -webkit-transform: translatex(-260px);
    transform: translatex(-260px)
    }
body.rtl.open-menu-left .header {
    -webkit-transform: translatex(-260px);
    transform: translatex(-260px)
    }
body.rtl.open-menu-right .page-content {
    -webkit-transform: translatex(260px);
    transform: translatex(260px)
    }
body.rtl.open-menu-right .header {
    -webkit-transform: translatex(260px);
    transform: translatex(260px)
    }
body.rtl .header {
    right: 0
    }
@media only screen and (min-width: 1824px) {
    body {
        height: 100%
        }
    .page-container {
        height: 100%
        }
    .footer-widget {
        position: fixed
        }
    .table th {
        font-size: 14px
        }
    .table td {
        font-size: 14px
        }
    .table td.small-cell, .table th.small-cell {
        width: 42px
        }
    .checkbox label:before {
        top: 0.5px
        }
    .tiles.margin-reset {
        margin-left: 51px
        }
    .demo-map {
        min-height: 100%
        }
    .error-main {
        margin-top: 40%
        }
    .visible-xlg {
        display: block !important
        }
    .hidden-xlg {
        display: none !important
        }
    .cbp_tmtimeline > li .cbp_tmtime {
        width: 24%
        }
    }
@media (min-width: 1600px) {
    .visible-xlg {
        display: block !important
        }
    .hidden-xlg {
        display: none !important
        }
    .container {
        width: 1170px
        }
    .col-vlg-1, .col-vlg-2, .col-vlg-3, .col-vlg-4, .col-vlg-5, .col-vlg-6, .col-vlg-7, .col-vlg-8, .col-vlg-9, .col-vlg-10, .col-vlg-11 {
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
        }
    .col-vlg-12 {
        width: 100%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
        }
    .col-vlg-11 {
        width: 91.666667%
        }
    .col-vlg-10 {
        width: 83.333333%
        }
    .col-vlg-9 {
        width: 75%
        }
    .col-vlg-8 {
        width: 66.666667%
        }
    .col-vlg-7 {
        width: 58.333333%
        }
    .col-vlg-6 {
        width: 50%
        }
    .col-vlg-5 {
        width: 41.666667%
        }
    .col-vlg-4 {
        width: 33.333333%
        }
    .col-vlg-3 {
        width: 25%
        }
    .col-vlg-2 {
        width: 16.666667%
        }
    .col-vlg-1 {
        width: 8.333333%
        }
    .col-vlg-pull-12 {
        right: 100%
        }
    .col-vlg-pull-11 {
        right: 91.666667%
        }
    .col-vlg-pull-10 {
        right: 83.333333%
        }
    .col-vlg-pull-9 {
        right: 75%
        }
    .col-vlg-pull-8 {
        right: 66.666667%
        }
    .col-vlg-pull-7 {
        right: 58.333333%
        }
    .col-vlg-pull-6 {
        right: 50%
        }
    .col-vlg-pull-5 {
        right: 41.666667%
        }
    .col-vlg-pull-4 {
        right: 33.333333%
        }
    .col-vlg-pull-3 {
        right: 25%
        }
    .col-vlg-pull-2 {
        right: 16.666667%
        }
    .col-vlg-pull-1 {
        right: 8.333333%
        }
    .col-vlg-pull-0 {
        right: 0
        }
    .col-vlg-push-12 {
        left: 100%
        }
    .col-vlg-push-11 {
        left: 91.666667%
        }
    .col-vlg-push-10 {
        left: 83.333333%
        }
    .col-vlg-push-9 {
        left: 75%
        }
    .col-vlg-push-8 {
        left: 66.666667%
        }
    .col-vlg-push-7 {
        left: 58.333333%
        }
    .col-vlg-push-6 {
        left: 50%
        }
    .col-vlg-push-5 {
        left: 41.666667%
        }
    .col-vlg-push-4 {
        left: 33.333333%
        }
    .col-vlg-push-3 {
        left: 25%
        }
    .col-vlg-push-2 {
        left: 16.666667%
        }
    .col-vlg-push-1 {
        left: 8.333333%
        }
    .col-vlg-push-0 {
        left: 0
        }
    .col-vlg-offset-12 {
        margin-left: 100%
        }
    .col-vlg-offset-11 {
        margin-left: 91.666667%
        }
    .col-vlg-offset-10 {
        margin-left: 83.333333%
        }
    .col-vlg-offset-9 {
        margin-left: 75%
        }
    .col-vlg-offset-8 {
        margin-left: 66.666667%
        }
    .col-vlg-offset-7 {
        margin-left: 58.333333%
        }
    .col-vlg-offset-6 {
        margin-left: 50%
        }
    .col-vlg-offset-5 {
        margin-left: 41.666667%
        }
    .col-vlg-offset-4 {
        margin-left: 33.333333%
        }
    .col-vlg-offset-3 {
        margin-left: 25%
        }
    .col-vlg-offset-2 {
        margin-left: 16.666667%
        }
    .col-vlg-offset-1 {
        margin-left: 8.333333%
        }
    .col-vlg-offset-0 {
        margin-left: 0
        }
    }
@media (max-width: 1400px) {
    .sales-graph-heading {
        padding-left: 17px;
        padding-top: 30px
        }
    }
@media (min-width: 980px) {
    body.bottom-header .page-sidebar {
        margin-top: 0;
        margin-bottom: 58px
        }
    .menu-non-fixed .page-sidebar {
        margin-top: 0;
        padding-top: 58px
        }
    .page-sidebar {
        display: inline-block;
        float: left;
        position: fixed;
        width: 250px;
        margin-top: 58px;
        padding-bottom: 119px
        }
    .menu-non-fixed .footer-widget {
        z-index: 100
        }
    .page-sidebar .page-sidebar-wrapper {
        display: inline-block;
        float: left;
        height: 100%;
        max-width: 250px;
        width: 100%
        }
    .page-sidebar.fixed {
        position: fixed
        }
    .page-sidebar ul {
        width: 250px
        }
    .page-content {
        margin-left: 250px;
        min-height: 100%
        }
    .page-content.no-min-height {
        min-height: auto
        }
    .full-width-page .page-content {
        margin-left: 0 !important
        }
    .inner-menu {
        padding-top: 60px
        }
    .btn-cons-md {
        min-width: 120px
        }
    .boxed-layout {
        background-color: #f6f7f8
        }
    .boxed-layout .container {
        position: relative
        }
    .boxed-layout .chat-window-wrapper {
        position: absolute
        }
    .boxed-layout .chat-window-wrapper .inner-content .chat-window-wrapper {
        margin-right: 0
        }
    .horizontal-menu .header-seperation {
        display: none !important
        }
    }
@media screen and (min-width: 0 ) {
    body.open-menu-right .page-container {
        position: relative;
        left: -260px
        }
    body.open-menu-right .header {
        left: -260px
        }
    body.open-menu-right .footer-widget {
        left: -260px
        }
    body.open-menu-right .scrollup {
        display: none !important
        }
    body.open-menu-right .page-content .admin-bar {
        left: -260px
        }
    }
@media (max-width: 979px) {
    body {
        margin: 0 !important
        }
    .horizontal-menu .page-content {
        margin-left: 0
        }
    .header {
        margin: 0 !important
        }
    .header .nav li.dropdown i {
        display: inline-block;
        position: relative;
        top: 3px;
        right: 0;
        color: #fff;
        font-weight: 500;
        font-size: 24px !important
        }
    .header .nav {
        margin-bottom: 0 !important
        }
    .page-container {
        margin: 0 !important;
        padding: 0 !important
        }
    .fixed-top .page-container {
        margin-top: 0 !important
        }
    .page-content {
        margin-top: 0
        }
    .chat-window-wrapper {
        -webkit-overflow-scrolling: touch
        }
    .chat-messages {
        -webkit-overflow-scrolling: touch
        }
    .tiles {
        margin-right: 0
        }
    .tiles.added-margin {
        margin-right: 0
        }
    .page-content .admin-bar .admin-bar-inner {
        margin-right: 0
        }
    .scrollup {
        left: 235px
        }
    body.condense-menu .page-content {
        margin-left: 0
        }
    }
@media (min-width: 768px) and (max-width: 1024px) {
    .horizontal-menu .page-content {
        margin-left: 0
        }
    .horizontal-menu .page-content .content {
        margin-top: 26px
        }
    body {
        background-color: #0aa699;
        padding-top: 0
        }
    .page-sidebar.opened {
        background-color: #1b1e24 !important;
        height: auto;
        font-family: "Open Sans";
        width: 250px;
        margin-top: 60px
        }
    .page-sidebar.opened .outer-tab-nav-section {
        display: inline-block;
        width: 45px;
        position: absolute;
        height: 100%;
        background-color: #0aa699 !important
        }
    .page-sidebar.opened .inner-menu {
        display: inline-block;
        width: 200px
        }
    .page-sidebar.opened .page-sidebar-wrapper > ul > li > a {
        color: #8b91a0
        }
    .page-sidebar.opened .page-sidebar-wrapper > ul > li:last-child > a {
        border-bottom: 1px solid transparent !important
        }
    .page-sidebar.opened .page-sidebar-wrapper > ul > li a i {
        color: #8b91a0;
        width: 20px;
        text-align: center;
        display: inline-block;
        margin-right: 10px
        }
    .page-sidebar.opened .page-sidebar-wrapper > ul > li.open > a, .page-sidebar.opened .page-sidebar-wrapper > ul > li > a:hover, .page-sidebar.opened .page-sidebar-wrapper > ul > li:hover > a {
        background: #1b1e24;
        padding: 11.5px 31px;
        color: #fff
        }
    .page-sidebar.opened .page-sidebar-wrapper > ul > li.open > a i, .page-sidebar.opened .page-sidebar-wrapper > ul > li > a:hover i, .page-sidebar.opened .page-sidebar-wrapper > ul > li:hover > a i {
        color: #fff
        }
    .page-sidebar.opened .page-sidebar-wrapper > ul > li.active > a {
        border-top-color: transparent !important;
        color: #fff
        }
    .page-sidebar.opened .page-sidebar-wrapper > ul > li.active i {
        color: #fff
        }
    .page-sidebar.opened .page-sidebar-wrapper > ul > li > a.open {
        background: #313131
        }
    .page-sidebar.opened .page-sidebar-wrapper ul > li > a > .arrow:before, .page-sidebar.opened .page-sidebar-wrapper > ul > li > a > .arrow.open:before {
        color: #919091 !important
        }
    .page-sidebar.opened .page-sidebar-wrapper ul > li.active > a .arrow:before, .page-sidebar.opened .page-sidebar-wrapper > ul > li.active > a .arrow.open:before {
        color: #fff !important
        }
    .page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a {
        margin-left: 0;
        padding-left: 5px
        }
    .page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu > li:first-child > a {
        border-top: 0 !important
        }
    .page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu > li.active > a {
        font-weight: 600
        }
    .page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a:hover {
        background: #1b1e24 !important
        }
    .page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li.active > a, .page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li > a:hover, .page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu li.open > a {
        color: #fff !important
        }
    .page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu a .arrow:before, .page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu a .arrow.open:before {
        color: #919091 !important
        }
    .page-sidebar.opened ul.folders {
        list-style: none;
        margin: 0;
        padding: 0
        }
    .page-sidebar.opened ul.folders > li {
        border: 0 none;
        display: block;
        margin: 0;
        padding: 0
        }
    .page-sidebar.opened ul.folders > li > a {
        padding: 5px 31px;
        font-size: 13px;
        color: #fff;
        display: block;
        position: relative
        }
    .page-sidebar.opened ul.folders > li > a:hover {
        text-decoration: none
        }
    .page-sidebar.opened ul.folders > li > input {
        margin: 5px 31px;
        font-size: 13px;
        width: 150px
        }
    .page-sidebar.opened .page-sidebar-wrapper > ul {
        width: 250px;
        padding-top: 0
        }
    .page-sidebar.opened .page-sidebar-wrapper > ul > li > a {
        padding: 10px 25px 10px 21px
        }
    .page-sidebar.opened .page-sidebar-wrapper > ul > li.open > a, .page-sidebar.opened .page-sidebar-wrapper > ul > li > a:hover, .page-sidebar.opened .page-sidebar-wrapper > ul > li:hover > a {
        padding: 10px 25px 10px 21px
        }
    .page-sidebar.opened .user-info {
        display: block
        }
    .page-sidebar.opened .page-sidebar-wrapper > p {
        display: block
        }
    .page-sidebar.opened .page-sidebar-wrapper > .status-widget {
        display: block
        }
    .page-sidebar.opened .page-sidebar-wrapper > .notification-alert {
        display: inline-block
        }
    .page-sidebar.opened .page-sidebar-wrapper > ul li span.title {
        display: inline-block
        }
    .page-sidebar.opened .page-sidebar-wrapper > ul li span.arrow {
        display: inline
        }
    .page-sidebar.opened .page-sidebar-wrapper > ul li ul li span.title {
        display: inline
        }
    .page-sidebar.opened .page-sidebar-wrapper > ul li ul li span.arrow {
        display: inline
        }
    .page-sidebar.opened .page-sidebar-wrapper > ul li span.badge {
        display: inline-block
        }
    .page-sidebar.opened .page-sidebar-wrapper ul li span.label {
        display: inline-block
        }
    .page-sidebar.opened .profile-wrapper {
        display: block
        }
    .page-sidebar.opened .slimScrollDiv {
        overflow: hidden !important
        }
    .page-sidebar.opened .slimScrollDiv .page-sidebar-wrapper {
        overflow: hidden !important
        }
    .page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu {
        position: relative;
        margin-top: 0;
        margin-left: 0;
        width: auto;
        z-index: 10
        }
    .inner-menu {
        padding-top: 60px
        }
    .page-sidebar .btn-navbar.collapsed .arrow {
        display: none
        }
    .page-sidebar .btn-navbar .arrow {
        position: absolute;
        right: 25px;
        width: 0;
        height: 0;
        top: 50px;
        border-bottom: 15px solid #5f646b;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent
        }
    .header-seperation {
        display: none !important
        }
    .page-sidebar {
        position: absolute;
        width: 50px;
        margin: 0;
        overflow: visible;
        z-index: 90
        }
    .page-sidebar .page-sidebar-wrapper {
        overflow: visible !important
        }
    .page-sidebar .page-sidebar-wrapper > ul {
        width: 50px;
        margin: 0;
        padding-top: 60px
        }
    .page-sidebar .page-sidebar-wrapper > ul > li > a {
        padding: 13px;
        color: #fff
        }
    .page-sidebar .page-sidebar-wrapper > ul > li a i {
        color: #fff
        }
    .page-sidebar .user-info {
        display: none
        }
    .page-sidebar .page-sidebar-wrapper > p {
        display: none
        }
    .page-sidebar .page-sidebar-wrapper > .status-widget {
        display: none
        }
    .page-sidebar .page-sidebar-wrapper > .notification-alert {
        display: none
        }
    .page-sidebar .page-sidebar-wrapper > ul li span.title {
        display: none
        }
    .page-sidebar .page-sidebar-wrapper > ul li span.arrow {
        display: none
        }
    .page-sidebar .page-sidebar-wrapper > ul li ul li span.title {
        display: inline
        }
    .page-sidebar .page-sidebar-wrapper > ul li ul li span.arrow {
        display: inline
        }
    .page-sidebar .page-sidebar-wrapper > ul li span.badge {
        display: none
        }
    .page-sidebar .page-sidebar-wrapper ul li span.label {
        display: none
        }
    .page-sidebar .profile-wrapper {
        display: none
        }
    .page-sidebar {
        background-color: #0aa699 !important
        }
    .page-sidebar .page-sidebar-wrapper > ul > li.open > a, .page-sidebar .page-sidebar-wrapper > ul > li > a:hover, .page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
        background: #0b9c8f
        }
    .page-sidebar .page-sidebar-wrapper > ul > li.open > a, .page-sidebar .page-sidebar-wrapper > ul > li > a:hover, .page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
        padding: 13px
        }
    .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu {
        position: absolute;
        margin-top: -46px;
        margin-left: 50px;
        width: auto;
        z-index: 100;
        min-width: 250px
        }
    .page-sidebar .page-sidebar-wrapper > .side-bar-widgets {
        display: none
        }
    .footer-widget {
        display: none !important
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper {
        display: inline-block;
        float: left;
        width: 50px;
        height: 100%
        }
    .inner-menu-always-open .inner-menu {
        display: inline-block;
        float: left;
        margin-top: 20px;
        margin-left: 0;
        overflow-x: overlay
        }
    .inner-menu-always-open .page-content {
        margin-left: 250px
        }
    .page-content {
        margin-left: 50px;
        margin-top: 0;
        min-height: 100%
        }
    .page-content .content {
        padding-top: 95px
        }
    .inner-menu-layout .page-content {
        margin-left: 250px
        }
    .inner-menu {
        margin-left: 50px
        }
    .visible-tablet {
        display: block !important
        }
    .scrollup {
        left: 36px
        }
    .table td.small-cell, .table th.small-cell {
        width: 40px
        }
    }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    body {
        background-color: #1b1e24
        }
    body.hide-top-content-header .header {
        width: 100%
        }
    body.hide-top-content-header .page-content .content {
        padding-top: 93px
        }
    .page-sidebar .page-sidebar-wrapper {
        display: inline-block;
        float: left;
        width: 250px;
        height: 100%
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper {
        background-color: #0aa699 !important
        }
    .inner-menu-always-open .page-sidebar .slimScrollDiv {
        overflow: visible !important
        }
    .inner-menu-always-open .page-sidebar .slimScrollDiv .page-sidebar-wrapper {
        overflow: visible !important
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul {
        width: 50px;
        margin: 0;
        padding-top: 60px
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li > a {
        padding: 13px !important;
        color: #fff
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li a i {
        color: #fff
        }
    .inner-menu-always-open .page-sidebar .user-info {
        display: none
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > p {
        display: none
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > .status-widget {
        display: none
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > .notification-alert {
        display: none
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li span.title {
        display: none
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li span.arrow {
        display: none
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li ul li span.title {
        display: inline
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li ul li span.arrow {
        display: inline
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li span.badge {
        display: none
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper ul li span.label {
        display: none
        }
    .inner-menu-always-open .page-sidebar .profile-wrapper {
        display: none
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li > a:hover, .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
        background: #0b9c8f
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li.open > a, .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li > a:hover, .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
        padding: 13px
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu {
        position: absolute;
        margin-top: -46px;
        margin-left: 50px;
        width: auto;
        z-index: 100;
        min-width: 250px
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > .side-bar-widgets {
        display: none
        }
    .inner-menu-always-open .inner-menu {
        margin-top: 15px
        }
    .inner-menu-always-open .page-content {
        margin-left: 0
        }
    .header-seperation {
        width: 100% !important;
        display: block !important;
        position: fixed;
        z-index: 999;
        text-align: center
        }
    .logo {
        margin-right: auto;
        margin-left: auto;
        margin-top: 18px
        }
    .header-quick-nav {
        display: none
        }
    .header .notifcation-center {
        margin-left: 15px
        }
    .page-content .content {
        padding-top: 95px
        }
    .page-sidebar {
        position: fixed;
        width: 260px;
        background-color: #1b1e24 !important;
        z-index: auto;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
        transition: visibility 0s linear 0.5s, opacity 0.5s linear;
        overflow-y: hidden
        }
    .page-sidebar .user-info {
        display: inline-block
        }
    .page-sidebar > p {
        display: block
        }
    .page-sidebar > .status-widget {
        display: block
        }
    .page-sidebar > .notification-alert {
        display: inline-block
        }
    .page-sidebar .page-sidebar-wrapper > ul li span.title {
        display: inline-block
        }
    .page-sidebar .page-sidebar-wrapper > ul li span.arrow {
        display: inline-block;
        float: right
        }
    .page-sidebar .page-sidebar-wrapper > ul li span.badge {
        display: inline-block
        }
    .page-sidebar .page-sidebar-wrapper ul li span.label {
        display: inline-block
        }
    .page-sidebar .page-sidebar-wrapper > ul {
        width: 260px;
        padding-top: 0 !important
        }
    .page-sidebar .profile-wrapper {
        display: inline-block
        }
    .page-sidebar .page-sidebar-wrapper > .side-bar-widgets {
        display: block;
        width: 250px
        }
    .footer-widget {
        display: block
        }
    .page-sidebar .page-sidebar-wrapper > ul > li > a {
        padding: 11.5px 31px 11.5px 31px;
        color: #8b91a0
        }
    .page-sidebar .page-sidebar-wrapper > ul > li.open > a, .page-sidebar .page-sidebar-wrapper > ul > li > a:hover, .page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
        background: #1b1e24
        }
    .page-sidebar .page-sidebar-wrapper > ul > li.open > a, .page-sidebar .page-sidebar-wrapper > ul > li > a:hover, .page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
        padding: 11.5px 31px 11.5px 31px
        }
    .page-sidebar .page-sidebar-wrapper > ul > li > a i {
        color: #8b91a0
        }
    .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu {
        position: relative;
        margin: 0
        }
    .page-sidebar.mini-mobile .side-bar-widgets {
        display: none
        }
    .page-sidebar {
        -webkit-overflow-scrolling: touch
        }
    .inner-menu {
        margin-left: 0;
        margin-top: 60px
        }
    .inner-menu-layout .page-content {
        margin-left: 200px
        }
    .scrollup {
        left: 244px
        }
    .chat-window-wrapper {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
        transition: visibility 0s linear 0.5s, opacity 0.5s linear;
        overflow-y: hidden
        }
    .page-content {
        margin: 0
        }
    .page-content .content {
        padding: 25px;
        padding-top: 95px
        }
    .widget {
        margin-right: 0
        }
    .column-seperation > div[class*="col-"] {
        border-right: 0
        }
    .user-profile-pic {
        text-align: center
        }
    .user-mini-description h3, .user-mini-description h5 {
        text-align: center
        }
    .login-container {
        padding: 0 10px
        }
    .spacing-bottom-sm {
        margin-bottom: 20px
        }
    .error-wrapper {
        margin-bottom: 0;
        padding: auto
        }
    .widget-item.narrow-margin {
        margin-right: auto
        }
    .page-content.condensed {
        margin-left: 0
        }
    body.boxed-layout .header {
        width: 100%;
        padding: 0 !important
        }
    body.boxed-layout .container {
        padding-left: 0;
        padding-right: 0;
        margin: 0;
        width: 100%
        }
    }
@media (max-width: 767px) {
    body.hide-top-content-header .header {
        width: 100%
        }
    body.hide-top-content-header .page-content .content {
        padding-top: 93px
        }
    .page-sidebar .page-sidebar-wrapper {
        display: inline-block;
        float: left;
        width: 260px;
        height: 100%
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper {
        width: 50px;
        overflow: visible
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper ul {
        background-color: #0aa699
        }
    .inner-menu-always-open .page-sidebar .slimScrollDiv {
        overflow: visible !important
        }
    .inner-menu-always-open .page-sidebar .slimScrollDiv .page-sidebar-wrapper {
        overflow: visible !important
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul {
        width: 50px;
        margin: 0;
        padding-top: 17px;
        height: 100%
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li > a {
        padding: 13px !important;
        color: #fff
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li a i {
        color: #fff
        }
    .inner-menu-always-open .page-sidebar .user-info {
        display: none
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > p {
        display: none
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > .status-widget {
        display: none
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > .notification-alert {
        display: block
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li span.title {
        display: block
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li span.arrow {
        display: block
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li ul li span.title {
        display: block
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li ul li span.arrow {
        display: inline
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li span.badge {
        display: none
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper ul li span.label {
        display: none
        }
    .inner-menu-always-open .page-sidebar .profile-wrapper {
        display: none
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li > a:hover, .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
        background: #0b9c8f
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li.open > a, .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li > a:hover, .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
        padding: 13px
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu {
        position: absolute;
        margin-top: -46px;
        margin-left: 50px;
        width: auto;
        z-index: 100;
        min-width: 250px
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > .side-bar-widgets {
        display: none
        }
    .inner-menu-always-open .inner-menu {
        display: inline-block;
        float: left;
        margin-top: 0;
        margin-left: 0;
        overflow-x: overlay
        }
    .inner-menu-always-open .page-content {
        margin-left: 0
        }
    .inner-menu {
        display: none
        }
    .page-sidebar.mini-mobile {
        width: 260px
        }
    .header .navbar-inner .container-fluid {
        margin-left: 10px !important;
        margin-right: 10px !important
        }
    .header .top-nav .nav {
        margin-top: 0;
        margin-right: 5px
        }
    .header .nav > li > .dropdown-menu.notification:after, .header .nav > li > .dropdown-menu.notification:before {
        margin-right: 180px
        }
    .header .nav > li > .dropdown-menu.notification {
        margin-right: -180px
        }
    .header .nav > li > .dropdown-menu.inbox:after, .header .nav > li > .dropdown-menu.inbox:before {
        margin-right: 140px
        }
    .header .nav > li > .dropdown-menu.inbox {
        margin-right: -140px
        }
    .header .nav > li > .dropdown-menu.tasks:after, .header .nav > li > .dropdown-menu.tasks:before {
        margin-right: 90px
        }
    .header .nav > li > .dropdown-menu.tasks {
        margin-right: -90px
        }
    .header-seperation {
        width: 100% !important;
        z-index: 999;
        text-align: center;
        min-height: 60px;
        display: block !important
        }
    .header .notifcation-center {
        margin-left: 15px
        }
    .logo {
        margin-right: auto;
        margin-left: auto;
        margin-top: 16px
        }
    .header-quick-nav {
        display: none
        }
    .page-sidebar {
        position: fixed;
        z-index: auto;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
        transition: visibility 0s linear 0.5s, opacity 0.5s linear;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-backface-visibility: hidden
        }
    .page-content .content {
        padding: 8px;
        padding-top: 95px
        }
    .page-title {
        margin-bottom: 20px
        }
    .portlet-body.form .form-actions {
        padding-left: 15px
        }
    .scrollup {
        right: 50px;
        left: auto;
        bottom: 35px
        }
    .footer-widget {
        display: none
        }
    .form-horizontal .form-actions {
        padding-left: 180px
        }
    .no-margin-grid .row-fluid [class*="span"] {
        width: 100% !impotant;
        margin: 0;
        margin-bottom: 10px
        }
    .tiles.margin-reset {
        margin-left: 0
        }
    .user-profile-pic {
        text-align: center
        }
    .user-mini-description h3, .user-mini-description h5 {
        text-align: center
        }
    .email-body {
        padding: 8px !important
        }
    .login-container {
        padding: 0 10px
        }
    .table td.small-cell, .table th.small-cell {
        width: 42px
        }
    .error-wrapper {
        margin-bottom: 0;
        min-height: 624px;
        height: 624px
        }
    .widget-item.narrow-margin {
        margin-right: auto
        }
    .page-content.condensed {
        margin-left: 0
        }
    .scrollup {
        display: none
        }
    body.boxed-layout .header {
        width: 100%;
        padding: 0 !important
        }
    body.boxed-layout .container {
        padding: 0;
        width: 100%
        }
    .inner-menu-always-open .user-info-wrapper {
        display: none
        }
    .inner-menu-always-open .page-sidebar .page-sidebar-wrapper {
        height: auto
        }
    .horizontal-menu .bar {
        display: none
        }
    .horizontal-menu .bar {
        background-color: #fff
        }
    .horizontal-menu .bar .bar-inner {
        display: block;
        max-height: 400px;
        overflow: scroll;
        -webkit-overflow-scrolling: touch
        }
    .horizontal-menu .bar .bar-inner > ul > li {
        display: block
        }
    .horizontal-menu .bar .bar-inner > ul > li .classic {
        position: relative;
        background-color: transparent;
        top: 0
        }
    .horizontal-menu .bar .bar-inner > ul > li .mega, .horizontal-menu .bar .bar-inner > ul > li.horizontal {
        position: relative
        }
    .horizontal-menu .bar .bar-inner > ul > li > .horizontal {
        position: relative;
        top: 0;
        border-bottom: 0
        }
    .horizontal-menu .bar .bar-inner > ul > li > .horizontal li {
        display: block
        }
    .chat-window-wrapper {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 0.5s, opacity 0.5s linear
        }
    }
@media (max-width: 480px) {
    body.hide-top-content-header .header {
        width: 100%
        }
    body.hide-top-content-header .page-content .content {
        padding-top: 9px
        }
    .page-title h3 {
        width: 80%
        }
    .page-content .content {
        padding: 8px;
        padding-top: 9px;
        overflow-x: hidden
        }
    .tiles.margin-reset {
        margin-left: 0
        }
    .column-seperation > div[class*="span"] {
        border-right: 0
        }
    table th.unseen, table td.unseen {
        display: none !important
        }
    .row-fluid {
        margin-bottom: 10px
        }
    .small {
        width: 100px !important
        }
    .medium {
        width: 150px !important
        }
    .large {
        width: 200px !important
        }
    .huge {
        width: 246px !important;
        font-size: 24px !important;
        height: 36px !important;
        line-height: 36px !important;
        padding: 22px 8px !important
        }
    select.small {
        width: 114px !important
        }
    select.medium {
        width: 164px !important
        }
    select.large {
        width: 214px !important
        }
    .btn-cons {
        min-width: 110px
        }
    .btn-large {
        padding: 9px 15px
        }
    .no-more-tables table, .no-more-tables thead, .no-more-tables tbody, .no-more-tables th, .no-more-tables td, .no-more-tables tr {
        display: block
        }
    .no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
        }
    .no-more-tables.table-bordered td {
        border-left: 1px solid #eee;
        border-bottom: 1px solid #eee
        }
    .no-more-tables td {
        border: 0;
        border-bottom: 1px solid #eee;
        position: relative;
        white-space: normal;
        text-align: left
        }
    .no-more-tables td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold
        }
    .no-more-tables td:before {
        content: attr(data-title)
        }
    .no-more-tables .text-right, .no-more-tables .text-center {
        text-align: left !important
        }
    .table-flip-scroll .cf:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0
        }
    .table-flip-scroll * html .cf {
        zoom: 1
        }
    .table-flip-scroll *:first-child + html .cf {
        zoom: 1
        }
    .table-flip-scroll table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0
        }
    .table-flip-scroll th {
        width: auto !important;
        border-radius: 0 !important
        }
    .table-flip-scroll th, .table-flip-scroll td {
        margin: 0;
        vertical-align: top
        }
    .table-flip-scroll th {
        text-align: left
        }
    .table-flip-scroll table {
        display: block;
        position: relative;
        width: 100%
        }
    .table-flip-scroll thead {
        display: block;
        float: left
        }
    .table-flip-scroll tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap
        }
    .table-flip-scroll thead tr {
        display: block
        }
    .table-flip-scroll th {
        display: block
        }
    .table-flip-scroll tbody tr {
        display: inline-block;
        vertical-align: top
        }
    .table-flip-scroll td {
        display: block;
        min-height: 1.25em;
        text-align: left
        }
    .table-flip-scroll th {
        border-bottom: 0;
        border-left: 0
        }
    .table-flip-scroll td {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        border-radius: 0 !important
        }
    .table-flip-scroll tbody tr {
        border-left: 1px solid #babcbf
        }
    .user-profile-pic {
        text-align: center
        }
    .user-mini-description h3, .user-mini-description h5 {
        text-align: center
        }
    .email-body {
        padding: 8px !important
        }
    .lockscreen-wrapper .profile-wrapper {
        margin-bottom: 8px
        }
    .image-responsive-width {
        width: auto
        }
    .xs-image-responsive-width {
        width: 100%
        }
    }
@media (max-width: 320px) {
    .header .nav > li.dropdown .dropdown-toggle {
        padding-left: 8px !important;
        padding-right: 8px !important
        }
    }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
        background-image: none;
        background-repeat: no-repeat !important;
        background-size: none !important
        }
    .select2-search input {
        background-position: none !important
        }
    }
@media (min-width: 980px) {
    body.open-menu-right .page-content {
        position: relative;
        -webkit-transform: translatex(-260px);
        -moz-transform: translatex(-260px);
        transform: translatex(-260px)
        }
    body.open-menu-right .header {
        -webkit-transform: translatex(-260px);
        -moz-transform: translatex(-260px);
        transform: translatex(-260px)
        }
    body.open-menu-right .page-sidebar {
        -webkit-transform: translatex(-260px);
        -moz-transform: translatex(-260px);
        transform: translatex(-260px)
        }
    body.open-menu-right .footer-widget {
        -webkit-transform: translatex(-260px);
        -moz-transform: translatex(-260px);
        transform: translatex(-260px)
        }
    body.open-menu-right .scrollup {
        display: none !important
        }
    body.rtl.open-menu-right .page-content {
        position: relative;
        -webkit-transform: translatex(260px);
        -moz-transform: translatex(260px);
        transform: translatex(260px)
        }
    body.rtl.open-menu-right .header {
        -webkit-transform: translatex(260px);
        -moz-transform: translatex(260px);
        transform: translatex(260px)
        }
    body.rtl.open-menu-right .page-sidebar {
        -webkit-transform: translatex(260px);
        -moz-transform: translatex(260px);
        transform: translatex(260px)
        }
    body.rtl.open-menu-right .footer-widget {
        -webkit-transform: translatex(260px);
        -moz-transform: translatex(260px);
        transform: translatex(260px)
        }
    body.rtl.open-menu-right .scrollup {
        display: none !important
        }
    }
@media (max-width: 979px) {
    body.open-menu-left .page-content {
        -webkit-transform: translate3d(260px, 0, 0);
        transform: translate3d(260px, 0, 0)
        }
    body.open-menu-left .header {
        -webkit-transform: translate3d(260px, 0, 0);
        transform: translate3d(260px, 0, 0)
        }
    body.open-menu-right .page-content {
        -webkit-transform: translate3d(-260px, 0, 0);
        transform: translate3d(-260px, 0, 0)
        }
    body.open-menu-right .header {
        -webkit-transform: translate3d(-260px, 0, 0);
        transform: translate3d(-260px, 0, 0)
        }
    body.open-menu-right .page-content .admin-bar {
        display: none
        }
    }
@media (min-width: 768px) and (max-width: 1024px) {
    body.open-menu-right .page-content {
        -webkit-transform: translatex(-260px);
        transform: translatex(-260px);
        left: auto
        }
    body.open-menu-right .header {
        -webkit-transform: translatex(-260px);
        transform: translatex(-260px);
        left: auto
        }
    body.open-menu-right .page-content .admin-bar {
        display: none
        }
    body.boxed-layout {
        background-color: #f6f7f8
        }
    body.boxed-layout .container {
        position: relative
        }
    body.boxed-layout .chat-window-wrapper {
        position: absolute;
        margin-right: 15px
        }
    }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .chat-window-wrapper {
        display: none
        }
    .chat-window-wrapper.visible {
        display: block
        }
    .page-sidebar {
        display: none
        }
    .page-sidebar.visible {
        display: block
        }
    body.open-menu-left .page-sidebar {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s
        }
    body.open-menu-right .chat-window-wrapper {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s
        }
    }
@media (max-width: 767px) {
    .chat-window-wrapper {
        display: none
        }
    .chat-window-wrapper.visible {
        display: block
        }
    .page-sidebar {
        display: none
        }
    .page-sidebar.visible {
        display: block
        }
    body.open-menu-right .chat-window-wrapper {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s
        }
    body.open-menu-left .page-sidebar {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
        -webkit-backface-visibility: hidden
        }
    }
.error1:before {
    width: 0;
    height: 0;
    left: 220px;
    top: -10px;
    content: "";
    position: absolute;
    border-left: 6px solid transparent;
    border-bottom: 8px solid #565353;
    border-right: 6px solid transparent
    }
@media only screen and (max-width: 600px) {
    .notification-popup {
        display: block;
        position: fixed;
        bottom: 0;
        right: 0;
        border: 3px solid #f1f1f1;
        border-radius: 5px;
        overflow-y: scroll;
        z-index: 200;
        top: 60px
        }
    .notification {
        width: 100vw;
        height: 100vh;
        float: left;
        background: #fff;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        color: #434651
        }
    }
@media only screen and (min-width: 600px) {
    .notification-popup {
        display: block;
        position: fixed;
        bottom: 0;
        right: 0;
        border: 3px solid #f1f1f1;
        border-radius: 5px;
        z-index: 200;
        top: 60px
        }
    .notification {
        width: 100vw;
        height: 100vh;
        float: left;
        background: #fff;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        color: #434651
        }
    }
@media only screen and (min-width: 768px) {
    .notification-popup {
        display: block;
        position: fixed;
        bottom: 0;
        right: 0;
        border: 3px solid #f1f1f1;
        z-index: 200;
        top: 60px
        }
    .notification {
        width: 100vw;
        height: 100vh;
        float: left;
        background: #fff;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        color: #434651
        }
    }
@media only screen and (max-width: 600px) {
    .modal {
        width: 100vw;
        height: 100vh;
        float: left;
        background: #fff;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        color: #434651
        }
    }
.whatsapp_btn {
    position: fixed;
    bottom: 0;
    right: 85px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 44px 44px 44px 44px;
    color: #fff;
    width: 60px;
    height: 60px;
    z-index: 300
    }
#header-1 {
    border-bottom: 2px solid #fff
    }
#side-kamenu {
    overflow-y: auto;
    height: 100vh;
    scrollbar-width: thin;
    /* For Firefox */
    scrollbar-color: #888 #f0f0f0;
    /* Define custom scrollbar colors */
    }
#side-kamenu::-webkit-scrollbar {
    width: 10px;
    /* Set the width of the scrollbar */
    }
#side-kamenu::-webkit-scrollbar-track {
    background: #f0f0f0;
    /* Set the background color of the track */
    }
#side-kamenuu::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Set the color of the thumb */
    border-radius: 8px;
    /* Add rounded corners to the thumb */
    }
/* Adjust scrollbar appearance on hover */
.page-content {
    overflow: hidden
    }
.mk-image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    position: relative;
    cursor: pointer
    }
.mk-thumb img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 4px
    }
.mk-view-all {
    position: absolute;
    bottom: 40px;
    right: 50px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 14px
    }
.mk-viewer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
    z-index: 99999
    }
.mk-viewer img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 10px
    }
.mk-close, .mk-prev, .mk-next {
    position: absolute;
    color: white;
    font-size: 40px;
    cursor: pointer;
    padding: 10px;
    user-select: none
    }
.mk-close {
    top: 55px;
    right: 10px
    }
.mk-prev {
    left: 30px;
    top: 50%;
    transform: translatey(-50%)
    }
.mk-next {
    right: 30px;
    top: 50%;
    transform: translatey(-50%)
    }
.seo-accordion {
    margin-top: 35px;
    border-top: 1px solid #ddd;
    padding-top: 10px
    }
.accordion-toggle {
    width: 100%;
    background: #f7f7f7;
    border: none;
    text-align: left;
    padding: 12px 15px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px
    }
.accordion-toggle:focus {
    outline: none
    }
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease
    }
.accordion-content.open {
    max-height: 2000px;
    /* Enough to reveal entire content */
    }
.accordion-content p, .accordion-content h2, .accordion-content h3 {
    margin-top: 15px
    }
.dealer-row {
    display: flex;
    align-items: center;
    gap: 8px;
    /* controls logo–text distance */
    }
.dealer-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    flex-shrink: 0;
    /* prevents stretching */
    margin-left: 10px
    }
.dealer-text {
    line-height: 1.2
    }
/* REMOVE extra spacing from sections */
.menu-section {
    padding: 0;
    /* was causing white gaps */
    }
/* Keep title spacing controlled */
.menu-title {
    padding: 8px 14px 4px;
    margin: 0
    }
/* Make hover fill FULL width */
.ad-menu-item {
    margin: 0;
    border-radius: 0;
    width: 100%
    }
/* Hover state */
.ad-menu-item:hover {
    background-color: #f2f4f7
    }
.icon {
    font-size: 16px;
    color: #777;
    margin-top: 2px
    }
.danger .icon, .ad-menu-item.danger strong {
    color: #c0392b
    }
/* Wrapper */
.ad-menu-wrapper {
    position: relative;
    display: inline-block
    }
/* Trigger button */
.ad-menu-btn {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    padding: 6px 10px
    }
/* Dropdown */
.ad-menu {
    position: absolute;
    right: 0;
    top: 36px;
    width: 260px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    display: none;
    z-index: 1000;
    overflow: hidden
    }
/* Menu item */
.ad-menu-item {
    display: flex;
    gap: 12px;
    padding: 12px 14px;
    text-decoration: none;
    color: #111;
    font-size: 14px;
    line-height: 1.3
    }
/* Hover / tap */
.ad-menu-item:hover {
    background: #f5f7f9
    }
/* Icons */
.ad-menu-item .icon {
    font-size: 18px;
    line-height: 1;
    margin-top: 2px
    }
/* Text */
.ad-menu-item strong {
    display: block;
    font-weight: 600
    }
.ad-menu-item small {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 2px
    }
/* Divider */
.divider {
    height: 1px;
    background: #eee;
    margin: 4px 0
    }
/* Danger actions */
.ad-menu-item.danger strong {
    color: #c0392b
    }
/* Open state */
.ad-menu.open {
    display: block
    }
/* Mobile optimisation */
@media (max-width: 480px) {
    .ad-menu {
        width: 92vw;
        right: -10px
        }
    }
label {
    font-weight: 700;
    color: green
    }
.image-area {
    position: relative;
    width: 100%;
    background: #333;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: 20px
    }
.image-area img {
    max-width: 100%;
    max-height: 100%
    }
.btn-rmv6 {
    display: inline;
    position: absolute;
    top: 0;
    right: -10px;
    border-radius: 10em;
    padding: 2px 6px 3px;
    text-decoration: none;
    font: 700 21px/20px sans-serif;
    background: #555;
    border: 3px solid #fff;
    color: #FFF;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), inset 0 2px 4px rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: background 0.5s;
    transition: background 0.5s
    }
.btn-rmv6:hover {
    background: #e54e4e;
    padding: 3px 7px 5px;
    top: -11px;
    right: -11px;
    z-index: 12
    }
.btn-rmv6:active {
    background: #e54e4e;
    top: -10px;
    right: -11px
    }
.image-area input {
    cursor: pointer;
    height: 80%;
    width: 100%;
    position: absolute;
    filter: alpha(opacity=1);
    -moz-opacity: 0;
    opacity: 0
    }
.progress > .abort {
    float: right;
    font-size: 20px;
    cursor: pointer;
    line-height: 18px;
    opacity: 0.5
    }
.progress > .abort:hover {
    opacity: 1
    }
.progress-error > .progress-bar {
    background-color: #e65442
    }
input[type="file"] {
    display: block
    }
.remove {
    display: block;
    background: #444;
    border: 1px solid black;
    color: white;
    text-align: center;
    cursor: pointer;
    z-index: 100
    }
.remove:hover {
    background: white;
    color: black
    }
.uploader {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 100%;
    z-index: 120;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
    }
.uploader label {
    float: left;
    clear: both;
    width: 100%;
    padding: 1rem 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 3px solid #eee;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
    }
.uploader label:hover {
    border-color: #454cad
    }
.uploader label.hover {
    border: 3px solid #454cad;
    box-shadow: inset 0 0 0 6px #eee
    }
.uploader label.hover #start i.fa {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.3
    }
.uploader #notimage {
    display: block;
    float: left;
    clear: both;
    width: 100%
    }
.uploader #notimage.hidden {
    display: none
    }
.uploader input[type="file"] {
    display: none
    }
.uploader div {
    margin: 0 0 0.5rem 0;
    color: #5f6982
    }
.uploader .btn {
    display: inline-block;
    margin: 0.5rem 0.5rem 1rem 0.5rem;
    clear: both;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: initial;
    border: 0;
    border-radius: 0.2rem;
    outline: 0;
    padding: 0 1rem;
    height: 36px;
    line-height: 36px;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    background: #454cad;
    border-color: #454cad;
    cursor: pointer
    }
.btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active, .show > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #ff7500;
    border-color: #fff
    }
.magari-progress {
    display: block;
    position: relative;
    width: 100%;
    background-color: #ddd;
    border: 1px solid #fff;
    padding: 1px;
    border-radius: 3px
    }
.magari-progress-bar {
    background-color: green;
    width: 0%;
    height: 15px;
    border-radius: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
    }
.magari-percent {
    position: absolute;
    display: inline-block;
    color: #000;
    font-weight: bold;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -20px;
    -webkit-border-radius: 4px
    }
.slider-labels {
    margin-top: 10px
    }
/* Functional styling;
   * These styles are required for noUiSlider to function.
   * You don't need to change these rules to apply your design.
   */
/* Painting and performance;
   * Browsers can paint handles in their own layer.
   */
/* Slider size and handle placement;
   */
/* Styling;
   */
/* Handles and cursors;
   */
/* Disabled state;
   */
#hide_more_fields {
    display: none
    }
.social-icon {
    margin-top: 7px;
    margin-left: 9px;
    color: #fff
    }
.facebook {
    float: left;
    height: 30px;
    width: 30px;
    font-size: 14px;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: 0 0;
    transition: 0.25s ease;
    color: rgba(0, 0, 0, 0.6);
    background: #3b5998;
    border-color: #3b5998
    }
.image-area {
    position: relative;
    margin-bottom: 15px;
    padding: 5px;
    border: 1px solid #ddd;
    height: 160px;
    text-align: center;
    background: #f8f8f8
    }
.upload-label {
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    font-weight: bold;
    text-align: center;
    z-index: 20;
    color: white;
    background: rgba(0, 0, 0, 0.5)
    }
.main-preview {
    height: 120px;
    margin-top: 20px;
    object-fit: contain
    }
.btn-remove {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    border: none;
    padding: 2px 8px;
    cursor: pointer;
    border-radius: 3px;
    z-index: 20
    }
/* Progress bar */
.step-progress {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-weight: bold
    }
.step-indicator {
    flex: 1;
    text-align: center;
    padding: 10px;
    background: #e0e0e0;
    border-radius: 4px;
    margin: 0 5px
    }
.step-indicator.active {
    background: #28a745;
    color: white
    }
/* Steps wrapper must have height */
/* FIX OVERLAP */
.steps fieldset {
    position: relative;
    width: 100%;
    display: none
    }
.steps fieldset.active {
    display: block
    }
.wizard-container {
    width: 100%;
    overflow: visible
    }
/* IMAGE GRID FIX */
.image-area {
    min-height: 200px;
    height: auto;
    padding-bottom: 10px
    }
.main-preview {
    max-height: 140px;
    width: 100%;
    object-fit: contain
    }
/* GRID SPACING */
.step-1 .row > [class*="col-"] {
    margin-bottom: 20px
    }
/* Highlight missing images */
.mk-image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    position: relative;
    cursor: pointer
    }
.mk-thumb img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 4px
    }
.mk-view-all {
    position: absolute;
    bottom: 40px;
    right: 50px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 14px
    }
.mk-viewer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
    z-index: 99999
    }
.mk-viewer img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 10px
    }
.mk-close, .mk-prev, .mk-next {
    position: absolute;
    color: white;
    font-size: 40px;
    cursor: pointer;
    padding: 10px;
    user-select: none
    }
.mk-close {
    top: 55px;
    right: 10px
    }
.mk-prev {
    left: 30px;
    top: 50%;
    transform: translatey(-50%)
    }
.mk-next {
    right: 30px;
    top: 50%;
    transform: translatey(-50%)
    }
/* =========================
   SECTION
========================= */
/* =========================
   RECOMMENDATION BACKGROUND
========================= */
/* soft glow overlay */
/* =========================
   HERO RECOMMENDATION SECTION
========================= */
.reco-hero {
    position: relative;
    margin: 40px 0;
    padding: 22px 20px;
    border-radius: 26px;
    /* main purple gradient */
    background: linear-gradient(135deg, #6a3fa0 0%, #4b2578 45%, #2b0f4a 100%);
    overflow: hidden
    }
/* soft faded edges (left & right glow) */
.reco-hero::before, .reco-hero::after {
    content: "";
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    pointer-events: none
    }
.reco-hero::before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.25), transparent)
    }
.reco-hero::after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.25), transparent)
    }
.reco-section {
    margin: 30px 0
    }
.reco-hero .reco-title-hero {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 14px
    }
.reco-section .reco-title {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 14px
    }
/* =========================
   SLIDER WRAPPER
========================= */
.slider-wrapper {
    position: relative
    }
/* =========================
   SLIDER TRACK
========================= */
.slider-track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 40px;
    scroll-snap-type: x mandatory
    }
.slider-track::-webkit-scrollbar {
    display: none
    }
/* =========================
   CARD
========================= */
/*.reco-card {
  min-width: 180px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.18);
  overflow: hidden;
  cursor: pointer;
  scroll-snap-align: start;
}*/
.reco-card {
    min-width: 200px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2)
    }
.reco-card:hover {
    transform: translatey(-4px);
    transition: transform 0.2s ease
    }
@media (max-width: 768px) {
    .reco-hero {
        padding: 18px 12px;
        border-radius: 20px
        }
    }
/* =========================
   IMAGE
========================= */
.reco-img {
    width: 100%;
    height: 120px;
    background: #f1f3f5;
    display: flex;
    align-items: center;
    justify-content: center
    }
.reco-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
    }
/* Lazy loading */
.lazy-img {
    opacity: 0;
    transition: opacity 0.3s ease
    }
.lazy-img.loaded {
    opacity: 1
    }
/* =========================
   INFO
========================= */
.reco-info {
    padding: 8px
    }
.reco-info h4 {
    font-size: 13px;
    margin: 0;
    font-weight: 600
    }
.reco-price {
    color: #ff7a00;
    font-weight: 700;
    font-size: 13px
    }
.reco-location {
    font-size: 11px;
    color: #777
    }
/* =========================
   ARROWS
========================= */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-size: 50px;
    z-index: 2;
    display: none
    }
.slider-arrow.left {
    left: 6px
    }
.slider-arrow.right {
    right: 6px
    }
.slider-arrow.left1 {
    left: 6px
    }
.slider-arrow.right1 {
    right: 6px
    }
.slider-arrow:disabled {
    opacity: 0.4;
    cursor: default
    }
/* =========================
   FADE EDGES
========================= */
.slider-wrapper::before, .slider-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    z-index: 1;
    pointer-events: none
    }
/*.slider-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #6a3fa0, transparent);
}

.slider-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #6a3fa0, transparent);
}*/
/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
    .slider-arrow {
        display: none !important
        }
    }
.slider-arrow.right {
    right: 6px
    }
.slider-arrow.left1 {
    left: 6px
    }
.slider-arrow.right1 {
    right: 6px
    }
.slider-arrow:disabled {
    opacity: 0.4;
    cursor: default
    }
/* =========================
   FADE EDGES
========================= */
/*.slider-wrapper::before,
.slider-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.slider-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #eef1f4, transparent);
}

.slider-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #eef1f4, transparent);
}*/
/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
    .slider-arrow {
        display: none !important
        }
    }
#toast-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999
    }
.toast.success {
    background: #2e7d32
    }
.toast.error {
    background: #c62828
    }
.toast.info {
    background: #1565c0
    }
@keyframes toast-in {
    to {
        opacity: 1;
        transform: translateY(0);
        }
    }
/* =====================================================
   CLIENT / GUEST SIDEBAR – MAGARI TELE KENYA
   Clean, modern, buyer-focused UX
   ===================================================== */
/* ---------- VARIABLES ---------- */
:root {
    --brand: #ff7a00;
    --brand-soft: #fff0e3;
    --bg-main: #fff;
    --bg-card: #fafafa;
    --bg-muted: #f5f6f8;
    --text-main: #222;
    --text-muted: #8a8f98;
    --border-soft: #e6e8ec;
    --shadow-soft: 0 6px 18px rgba(0, 0, 0, 0.08)
    }
/* ---------- SIDEBAR WRAPPER ---------- */
#main-menu.client-sidebar {
    width: 260px;
    position: fixed;
    top: 60px;
    /* below topbar */
    bottom: 0;
    left: 0;
    background: var(--bg-main);
    color: var(--text-main);
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.08);
    overflow-y: auto;
    z-index: 1000;
    transition: transform 0.3s ease
    }
/* Mobile slide-in */
@media (max-width: 991px) {
    #main-menu.client-sidebar {
        transform: translatex(-100%)
        }
    #main-menu.client-sidebar.open {
        transform: translatex(0)
        }
    }
/* ---------- SCROLLBAR ---------- */
#main-menu::-webkit-scrollbar {
    width: 6px
    }
#main-menu::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 6px
    }
/* ---------- INNER ---------- */
.sidebar-inner {
    padding: 14px 12px 24px
    }
/* Extra bottom space for mobile CTA */
@media (max-width: 768px) {
    .sidebar-inner {
        padding-bottom: 90px
        }
    }
/* =====================================================
   SEARCH (AUTOCOMPLETE READY)
   ===================================================== */
/* Autocomplete dropdown */
.autocomplete-results.active {
    display: block
    }
/* =====================================================
   PRIMARY CTAs
   ===================================================== */
.sell-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 14px;
    border-radius: 14px;
    border: 2px solid var(--brand);
    color: var(--brand);
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 20px;
    transition: all 0.25s ease
    }
.sell-cta i {
    font-size: 16px
    }
.sell-cta:hover {
    background: var(--brand);
    color: #fff
    }
/* =====================================================
   CARDS / SECTIONS
   ===================================================== */
.sidebar-card {
    background: var(--bg-card);
    border-radius: 16px;
    padding: 3px;
    margin-bottom: 16px
    }
.card-title {
    font-size: 12px;
    font-weight: 700;
    color: var(--text-muted);
    margin-bottom: 10px
    }
/* =====================================================
   MENU ITEMS
   ===================================================== */
.menu-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 12px;
    border-radius: 12px;
    color: var(--text-main);
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
    min-width: 0
    }
.menu-item i {
    font-size: 15px;
    color: var(--brand)
    }
.menu-item:hover {
    background: var(--brand-soft);
    color: var(--brand)
    }
.menu-item span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
    }
/* ---------- BADGES ---------- */
.count-badge, .badge {
    margin-left: auto;
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--brand);
    color: #fff
    }
/* =====================================================
   POPULAR MAKES (CHIPS)
   ===================================================== */
.make-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px
    }
.make-chip {
    background: #fff;
    border: 1px solid var(--border-soft);
    padding: 8px 12px;
    border-radius: 22px;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: var(--text-main);
    transition: all 0.2s ease;
    gap: 8px;
    min-width: 0;
    /* CRITICAL */
    }
.make-chip span {
    background: var(--brand);
    color: #fff;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700
    }
.make-chip:hover {
    background: var(--brand-soft);
    border-color: var(--brand);
    transform: translatey(-1px)
    }
.make-chip span:first-child {
    flex: 1;
    min-width: 0;
    /* CRITICAL */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
    }
.make-chip span:last-child {
    flex-shrink: 0;
    /* badge never shrinks */
    }
/* Hidden makes */
/* =====================================================
   POPULAR MODEL (CHIPS)
   ===================================================== */
.model-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px
    }
.model-chip {
    background: #fff;
    border: 1px solid var(--border-soft);
    padding: 8px 12px;
    border-radius: 22px;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: var(--text-main);
    transition: all 0.2s ease;
    gap: 8px;
    min-width: 0;
    /* CRITICAL */
    }
.model-chip span {
    background: #735f87;
    color: #fff;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700
    }
.model-chip:hover {
    background: #735f87;
    border-color: #735f87;
    color: #fff;
    transform: translatey(-1px)
    }
.model-chip span:first-child {
    flex: 1;
    min-width: 0;
    /* CRITICAL */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
    }
.model-chip span:last-child {
    flex-shrink: 0;
    /* badge never shrinks */
    }
/* Hidden models */
/* Show more */
.show-more {
    width: 100%;
    margin-top: 10px;
    padding: 8px;
    background: var(--brand-soft);
    border: none;
    border-radius: 10px;
    color: var(--brand);
    font-weight: 700;
    cursor: pointer
    }
.show-more:hover {
    background: var(--brand);
    color: #fff
    }
/* Show more */
.show-more-model {
    width: 100%;
    margin-top: 10px;
    padding: 8px;
    background: #9076a9;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    cursor: pointer
    }
.show-more-model:hover {
    background: #735f87;
    color: #fff
    }
/* =====================================================
   LOCATIONS
   ===================================================== */
.location-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
    }
.location-links a {
    background: #fff;
    border: 1px solid var(--border-soft);
    padding: 6px 12px;
    border-radius: 14px;
    font-size: 13px;
    color: #07c;
    text-decoration: none;
    white-space: nowrap;
    max-width: 100%
    }
.location-links a:hover {
    background: var(--bg-muted)
    }
/* LOCATION PILLS */
.location-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
    }
.location-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e6e8ec;
    text-decoration: none;
    font-size: 14px;
    color: #1f2937;
    transition: all 0.2s ease
    }
/* Hover */
.location-pill:hover {
    background: #16a34a;
    border-color: #16a34a;
    color: #fff
    }
/* CITY NAME */
.location-name {
    font-weight: 500
    }
/* GREEN COUNT BUBBLE */
.location-count {
    min-width: 26px;
    height: 20px;
    padding: 0 8px;
    border-radius: 999px;
    background: #16a34a;
    /* green */
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1
    }
/* Subtle emphasis on hover */
.location-pill:hover .location-count {
    background: #15803d
    }
/* =====================================================
   LOCATIONS
   ===================================================== */
.location-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
    }
.location-links a {
    background: #fff;
    border: 1px solid var(--border-soft);
    padding: 6px 12px;
    border-radius: 14px;
    font-size: 13px;
    color: #07c;
    text-decoration: none;
    white-space: nowrap;
    max-width: 100%
    }
.location-links a:hover {
    background: #0090d9
    }
/* COUNTY PILLS */
.county-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e6e8ec;
    text-decoration: none;
    font-size: 14px;
    color: #1f2937;
    transition: all 0.2s ease
    }
/* Hover */
.county-pill:hover {
    background: #0090d9;
    border-color: #0090d9;
    color: #fff
    }
/* CITY NAME */
.county-name {
    font-weight: 500
    }
/* GREEN COUNT BUBBLE */
.county-count {
    min-width: 26px;
    height: 20px;
    padding: 0 8px;
    border-radius: 999px;
    background: #0090d9;
    /* green */
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1
    }
/* Subtle emphasis on hover */
.county-pill:hover .county-count {
    background: #0090d9
    }
/* Subtle emphasis on hover */
.county-pill:hover .county-count {
    background: #1b1e24
    }
/* =====================================================
   MOBILE OVERLAY
   ===================================================== */
.sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 999;
    display: none
    }
.sidebar-overlay.show {
    display: block
    }
/* =====================================================
   MOBILE STICKY CTA
   ===================================================== */
.mobile-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    background: #fff;
    box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.12);
    z-index: 1100
    }
.mobile-cta a {
    flex: 1;
    padding: 14px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    color: var(--brand)
    }
.mobile-cta a.sell {
    background: var(--brand);
    color: #fff
    }
@media (max-width: 768px) {
    .mobile-cta {
        display: flex
        }
    }
/* LOGIN / REGISTER CTA (GUEST ONLY) */
.login-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px;
    border-radius: 14px;
    background: #f5f6f8;
    color: #222;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 12px;
    transition: all 0.2s ease
    }
.login-cta i {
    color: #ff7a00;
    font-size: 16px
    }
.login-cta:hover {
    background: #fff0e3;
    color: #ff7a00
    }
.recent-search-list {
    display: flex;
    flex-direction: column;
    gap: 6px
    }
.recent-search-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #f9fafb;
    text-decoration: none;
    color: #1f2937;
    font-size: 13px;
    transition: all 0.2s ease
    }
.recent-search-item i {
    color: #9ca3af;
    font-size: 14px
    }
.recent-search-item small {
    margin-left: auto;
    font-size: 11px;
    color: #6b7280
    }
.recent-search-item:hover {
    background: #fff0e3;
    color: #ff7a00
    }
/* === TOOLBAR INPUT ALIGNMENT FIX === */
.vehicle-toolbar {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr auto;
    gap: 14px;
    align-items: center
    }
/* Normalize all inputs, selects, buttons */
.vehicle-toolbar input, .vehicle-toolbar select, .vehicle-toolbar .btn {
    height: 44px;
    /* unified height */
    font-size: 15px;
    line-height: 1.2;
    padding: 0 14px;
    border-radius: 8px;
    box-sizing: border-box
    }
/* Input specific */
.vehicle-toolbar input {
    border: 1px solid #dcdfe3
    }
/* Select specific */
.vehicle-toolbar select {
    appearance: none;
    background-color: #fff;
    border: 1px solid #dcdfe3;
    padding-right: 36px;
    /* space for arrow */
    background-repeat: no-repeat;
    background-position: right 12px center
    }
/* Button */
.vehicle-toolbar .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-weight: 600
    }
/* Focus states */
.vehicle-toolbar input:focus, .vehicle-toolbar select:focus {
    outline: none;
    border-color: #00a68c;
    box-shadow: 0 0 0 2px rgba(0, 166, 140, 0.15)
    }
/* Mobile */
@media (max-width: 768px) {
    .vehicle-toolbar {
        grid-template-columns: 1fr
        }
    }
.btn-success {
    background: #00a68c;
    color: #fff
    }
h3 {
    margin: 15px 0
    }
.vehicle-dashboard {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px
    }
.vehicle-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: opacity 0.3s ease;
    position: relative
    }
.drag-handle {
    position: absolute;
    top: 8px;
    left: 8px;
    color: #777;
    cursor: grab
    }
.vehicle-card img {
    width: 100%;
    height: 180px;
    object-fit: cover
    }
.vehicle-body {
    padding: 15px
    }
.vehicle-body h4 {
    margin: 0 0 6px;
    font-size: 16px
    }
.price {
    color: #0d6efd;
    font-weight: bold;
    margin-bottom: 6px
    }
.meta {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #666
    }
.status {
    margin-top: 10px
    }
/* ACTIONS */
.vehicle-actions {
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    gap: 6px;
    z-index: 2
    }
.action-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    transition: background 0.15s ease, transform 0.15s ease
    }
.action-btn.edit {
    background: #0d6efd
    }
.action-btn.delete {
    background: #dc3545
    }
.action-btn:hover {
    transform: scale(1.05);
    opacity: 0.9
    }
/* Desktop: show on hover */
@media (min-width: 768px) {
    .vehicle-actions {
        opacity: 0;
        pointer-events: none
        }
    .vehicle-card:hover .vehicle-actions {
        opacity: 1;
        pointer-events: auto
        }
    }
/* Checkbox */
.vehicle-select {
    position: absolute;
    top: 10px;
    left: 36px;
    z-index: 2
    }
.vehicle-checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer
    }
/* Bulk action bar */
.bulk-actions {
    position: sticky;
    top: 70px;
    z-index: 20;
    background: #fff;
    padding: 10px 14px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 15px
    }
/* Highlight selected cards */
.vehicle-card.selected {
    outline: 2px solid #dc3545
    }
/* Mobile */
@media (max-width: 576px) {
    .bulk-actions {
        top: 0;
        border-radius: 0
        }
    }
.badge {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    color: #fff;
    display: inline-block
    }
.badge-success {
    background: #00a68c
    }
.badge-warning {
    background: #f0ad4e
    }
.badge-danger {
    background: #d9534f
    }
/* === Pagination === */
.pagination-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: 30px 0 10px;
    font-size: 14px
    }
.page-btn {
    padding: 8px 14px;
    border-radius: 8px;
    border: 1px solid #dcdfe3;
    background: #fff;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease
    }
.page-btn:hover {
    background: #f5f7fa;
    border-color: #00a68c;
    color: #00a68c
    }
.page-btn.disabled {
    color: #aaa;
    background: #f5f7fa;
    border-color: #e6e8eb;
    cursor: not-allowed;
    pointer-events: none
    }
.page-info {
    color: #555
    }
/* Mobile */
@media (max-width: 576px) {
    .pagination-wrap {
        gap: 10px;
        font-size: 13px
        }
    .page-btn {
        padding: 6px 10px
        }
    }
.vehicle-image-wrapper {
    position: relative
    }
.sold-ribbon {
    position: absolute;
    top: 10px;
    left: -5px;
    background: #e74c3c;
    color: #fff;
    padding: 6px 14px;
    font-weight: bold;
    font-size: 13px;
    transform: rotate(-5deg);
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3)
    }
.deleted-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    text-transform: uppercase
    }
.vehicle-card.sold-card {
    opacity: 0.55;
    filter: grayscale(70%)
    }
.vehicle-card.sold-card .action-btn.edit {
    pointer-events: none;
    opacity: 0.3
    }
/* Mobile full-screen slide modal 
@media (max-width: 768px) {

  #paymentModal .modal-dialog {
    margin: 0;
    max-width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: transform 0.35s ease-in-out;
  }

  #paymentModal.show .modal-dialog {
    transform: translateX(0);
  }

  #paymentModal .modal-content {
    height: 100vh;
    border-radius: 0;
    overflow-y: auto;
  }

}*/
body {
    position: relative
    }
.navbar {
    z-index: 1000
    }
.post, .vehicle-wrapper {
    position: relative;
    z-index: 1
    }
.vehicle-wrapper {
    background: #f2f4f6
    }
.price {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px
    }
.vehicle-title {
    font-size: 16px;
    margin-top: 2px
    }
.vehicle-meta {
    font-size: 12px;
    color: #666;
    margin-top: 4px
    }
.vehicle-meta span {
    margin-right: 15px
    }
.unlock-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 170px
    }
.unlock-buttons .btn {
    width: 90%;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px
    }
.btn-call {
    background: #5c615c;
    color: #fff
    }
.btn-sms {
    background: #2aabd2;
    color: #fff
    }
.btn-whatsapp {
    background: #28a745;
    color: #fff
    }
/* ---------- MOBILE FIX ---------- */
@media (max-width: 768px) {
    .vehicle-info, .unlock-buttons {
        float: none !important;
        width: 100%
        }
    .unlock-buttons {
        flex-direction: row;
        margin-top: 12px;
        margin-bottom: 5px
        }
    .unlock-buttons .btn {
        flex: 1;
        font-size: 12px;
        padding: 4px
        }
    .vehicle-title {
        font-size: 16px
        }
    .price {
        font-size: 15px
        }
    }