html {
    min-height: 100%
}

body {
    min-height: 90%
}

.page-container {
    min-height: 90vh
}

a:focus {
    outline: 0 !important
}

a:active,
a:hover {
    outline: 0 !important
}

a:hover {
    opacity: 1
}

select:focus {
    outline: 0 !important
}

.page-content {
    margin-left: 0 !important;
    padding: 0 !important;
    width: 100%
}

.page-sidebar {
    position: inherit;
    width: 225px;
    margin: 0
}

.text-blue,
.text-blue:focus,
.text-blue:hover {
    color: #0099e5
}

.text-red,
.text-red:focus,
.text-red:hover {
    color: #ff6886
}

.text-green,
.text-green:focus,
.text-green:hover {
    color: #3ecf8e
}

.text-purple,
.text-purple:focus,
.text-purple:hover {
    color: #8e43e8
}

.text-yellow,
.text-yellow:focus,
.text-yellow:hover {
    color: #ffb848
}

.btn,
a.btn {
    white-space: nowrap;
    background-color: #ebe8f3;
    background-image: none;
    -webkit-filter: none;
    filter: none;
    border: 0;
    padding: 8px 12px;
    text-shadow: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #525f7f;
    cursor: pointer;
    outline: 0;
    border-radius: 4px !important;
    box-sizing: border-box;
    height: 35px;
    box-shadow: 0 2px 2px 0 rgba(69, 65, 78, .3);
    margin: 0 4px 4px 0
}

.btn.active,
.btn.disabled,
.btn:active,
.btn:focus,
.btn:hover,
.btn[disabled] {
    color: #525f7f;
    background-color: #ebe8f3;
    box-shadow: 0 2px 2px 0 rgba(69, 65, 78, .3)
}

.btn:hover {
    opacity: 1
}

.btn.red-stripe {
    border-left: 3px solid #ff6886
}

.btn.blue-stripe {
    border-left: 3px solid #0099e5
}

.btn.purple-stripe {
    border-left: 3px solid #8e43e8
}

.btn.green-stripe {
    border-left: 3px solid #3ecf8e
}

.btn.red {
    color: #fff;
    text-shadow: none;
    background-color: #ff6886
}

.btn.red.active,
.btn.red.disabled,
.btn.red:active,
.btn.red:focus,
.btn.red:hover,
.btn.red[disabled] {
    color: #fff !important
}

.btn.transparent {
    color: #000;
    text-shadow: none;
    background-color: transparent
}

.btn.blue {
    color: #fff;
    text-shadow: none;
    background-color: #0099e5
}

.btn.blue.active,
.btn.blue.disabled,
.btn.blue:active,
.btn.blue:focus,
.btn.blue:hover,
.btn.blue[disabled] {
    color: #fff !important
}

.btn.green {
    color: #fff;
    text-shadow: none;
    background-color: #3ecf8e
}

.btn.green.active,
.btn.green.disabled,
.btn.green:active,
.btn.green:focus,
.btn.green:hover,
.btn.green[disabled] {
    color: #fff !important
}

.btn.purple {
    color: #fff;
    text-shadow: none;
    background-color: #8e43e8
}

.btn.purple.active,
.btn.purple.disabled,
.btn.purple:active,
.btn.purple:focus,
.btn.purple:hover,
.btn.purple[disabled] {
    color: #fff !important
}

.btn.yellow {
    color: #fff;
    text-shadow: none;
    background-color: #ffb848
}

.btn.yellow.active,
.btn.yellow.disabled,
.btn.yellow:active,
.btn.yellow:focus,
.btn.yellow:hover,
.btn.yellow[disabled] {
    color: #fff !important
}

.btn.black {
    color: #fff;
    text-shadow: none;
    background-color: #555
}

.btn.black.active,
.btn.black.disabled,
.btn.black:active,
.btn.black:focus,
.btn.black:hover,
.btn.black[disabled] {
    color: #fff !important
}

.mini {
    height: 13px;
    font-size: 11px !important;
    line-height: 13px;
    padding: 4px 10px
}

.big {
    line-height: 18px
}

[class^=m-icon-] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 4px;
    line-height: 14px;
    vertical-align: top;
    background-image: url(../img/syncfusion-icons.png);
    background-position: 0 0;
    background-repeat: no-repeat
}

[class^=m-icon-big-] {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 6px;
    vertical-align: top;
    background-image: url(../img/syncfusion-icons.png);
    background-position: 0 0;
    background-repeat: no-repeat
}

.m-icon-white {
    background-image: url(../img/syncfusion-icons-white.png)
}

.btn.icn-only {
    min-width: 14px
}

.btn.bigicn-only {
    min-width: 34px
}

.m-icon-swapright {
    background-position: -27px -10px
}

.m-icon-swapdown {
    background-position: -68px -10px
}

.m-icon-swapleft {
    background-position: -8px -10px
}

.m-icon-swapup {
    background-position: -46px -10px
}

.m-icon-big-swapright {
    background-position: -42px -28px
}

.m-icon-big-swapdown {
    background-position: -115px -28px
}

.m-icon-big-swapleft {
    background-position: -6px -28px
}

.m-icon-big-swapup {
    background-position: -78px -28px
}

.btn>.halflings-icon {
    margin-top: 2px;
    margin-right: 2px
}

.btn.mini>.halflings-icon {
    margin-top: -1px;
    margin-right: 2px
}

.btn.icn-only>.halflings-icon {
    margin-right: 0 !important
}

.dropdown-menu {
    width: auto;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    padding: 0;
    margin: 0;
    border-radius: 5px !important;
    box-shadow: 0 4px 3px 0 rgba(69, 65, 78, .2);
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #ddd
}

.dropdown-menu .divider {
    height: 0;
    margin: 0;
    overflow: hidden;
    background-color: transparent;
    border-bottom: none
}

.dropdown:hover .caret,
.open.dropdown .caret {
    opacity: 1;
    filter: alpha(opacity=100)
}

.dropdown-menu.bottom-up {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

.dropdown-menu li>a {
    padding: 6px 13px 6px 13px;
    color: #525f7f;
    text-decoration: none;
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 18px;
    white-space: nowrap
}

.dropdown-menu .active>a,
.dropdown-menu .active>a:active,
.dropdown-menu .active>a:focus,
.dropdown-menu .active>a:hover,
.dropdown-menu .active>a:visited,
.dropdown-menu li>a:active,
.dropdown-menu li>a:focus,
.dropdown-menu li>a:hover,
.dropdown-menu li>a:visited {
    text-decoration: none;
    background-image: none;
    background-color: #f5f5f5;
    color: #525f7f;
    -webkit-filter: none;
    filter: none
}

.dropdown.open .dropdown-toggle {
    color: #08c;
    background: #ccc;
    background: rgba(0, 0, 0, .3)
}

button.m-wrap,
input.m-wrap,
label.m-wrap,
select.m-wrap,
textarea.m-wrap {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

button.m-wrap,
input.m-wrap,
select.m-wrap,
textarea.m-wrap {
    font-family: Poppins, sans-serif
}

label.m-wrap {
    display: block;
    margin-bottom: 4px
}

.control-group {
    margin-bottom: 8px
}

.uneditable-input,
input[type=color].m-wrap,
input[type=date].m-wrap,
input[type=datetime-local].m-wrap,
input[type=datetime].m-wrap,
input[type=email].m-wrap,
input[type=month].m-wrap,
input[type=number].m-wrap,
input[type=password].m-wrap,
input[type=search].m-wrap,
input[type=tel].m-wrap,
input[type=text].m-wrap,
input[type=time].m-wrap,
input[type=url].m-wrap,
input[type=week].m-wrap,
textarea.m-wrap {
    border-radius: 4px;
    -webkit-appearance: none !important;
    color: #525f7f;
    outline: 0;
    padding: 8px 12px !important;
    line-height: 20px;
    font-size: 14px;
    vertical-align: top;
    background-color: #fff !important;
    background-image: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    box-shadow: none !important;
    background: 0 0;
    border: 1px solid #e5e7ec;
    box-sizing: border-box
}

.select2-selection--single,
.typeahead__container input,
.uneditable-input {
    border-color: #e5e7ec !important
}

.input-mini {
    width: 80px
}

.control-group.error .select2-selection--single,
.control-group.error .typeahead__container input,
.control-group.error .uneditable-input {
    color: #ff6886;
    border-color: #ff6886 !important
}

textarea.m-wrap {
    height: 108px
}

.m-uneditable-input:focus,
.uneditable-input.focus,
input[type=color].m-wrap:focus,
input[type=date].m-wrap:focus,
input[type=datetime-local].m-wrap:focus,
input[type=datetime].m-wrap:focus,
input[type=email].m-wrap:focus,
input[type=month].m-wrap:focus,
input[type=number].m-wrap:focus,
input[type=password].m-wrap:focus,
input[type=search].m-wrap:focus,
input[type=tel].m-wrap:focus,
input[type=text].m-wrap:focus,
input[type=time].m-wrap:focus,
input[type=url].m-wrap:focus,
input[type=week].m-wrap:focus,
select.m-wrap:focus,
textarea.m-wrap:focus {
    border-color: #525f7f;
    outline: 0 !important;
    box-shadow: none
}

input[type=checkbox].m-wrap,
input[type=radio].m-wrap {
    margin: 4px 0 0;
    margin-top: 1px\9;
    *margin-top: 0;
    line-height: normal;
    cursor: pointer;
    box-sizing: border-box
}

select.m-wrap {
    height: 35px !important
}

select.m-wrap {
    width: 228px;
    background-color: #fff;
    background-image: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    padding: 6px 10px !important;
    border: 1px solid #e5e7ec;
    border-radius: 4px !important;
    outline: 0
}

.input-prepend .dropdown-menu,
.input-prepend .popover,
.input-prepend .uneditable-input,
.input-prepend input,
.input-prepend input:focus,
.input-prepend select,
.input-prepend select:focus {
    border-radius: 0 4px 4px 0 !important
}

.input-append .dropdown-menu,
.input-append .popover,
.input-append .uneditable-input,
.input-append input,
.input-append input:focus,
.input-append select,
.input-append select:focus {
    border-radius: 4px 0 0 4px !important
}

select[multiple].m-wrap,
select[size].m-wrap {
    height: auto !important
}

input[type=checkbox].m-wrap:focus,
input[type=file].m-wrap:focus,
input[type=radio].m-wrap:focus,
select.m-wrap:focus {
    outline: thin dotted #525f7f;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    box-shadow: none !important
}

input.m-wrap,
select.m-wrap {
    float: none;
    height: 35px !important;
    margin-left: 0
}

textarea[class*=span].m-wrap {
    float: none;
    margin-bottom: 12px
}

.input-append,
.input-prepend {
    border: 0;
    display: inline-block
}

.input-append .add-on,
.input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 25px;
    min-width: 16px;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    background-color: #ebe8f3;
    border: 1px solid #e5e7ec
}

.input-append .add-on>.halflings-icon,
.input-prepend .add-on>[class^=icon-],
.input-prepend .add-on>i {
    margin-left: 3px
}

.input-append .add-on>.halflings-icon .input-append .add-on>i,
.input-append .add-on>[class^=icon-] {
    margin-left: 0
}

.input-append input[class*=span],
.input-prepend input[class*=span] {
    display: inline-block !important
}

.input-prepend.input-prepend .add-on:first-child,
.input-prepend.input-prepend .btn:first-child {
    margin: 0;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
    margin: 0;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
}

.m-wrap.xsmall {
    width: 50px !important
}

.m-wrap.small {
    width: 120px !important
}

.m-wrap.medium {
    width: 206px !important
}

.m-wrap.large {
    width: 320px !important
}

.m-wrap.huge {
    width: 480px !important;
    font-size: 24px !important;
    height: 36px !important;
    line-height: 36px !important;
    padding: 22px 8px !important
}

select.m-wrap.xsmall {
    width: 64px !important
}

select.m-wrap.small {
    width: 134px !important
}

select.m-wrap.medium {
    width: 220px !important
}

select.m-wrap.large {
    width: 334px !important
}

@media (max-width:480px) {
    .m-wrap.small {
        width: 100px !important
    }
    .m-wrap.medium {
        width: 150px !important
    }
    .m-wrap.large {
        width: 200px !important
    }
    .m-wrap.huge {
        width: 246px !important;
        font-size: 24px !important;
        height: 36px !important;
        line-height: 36px !important;
        padding: 22px 8px !important
    }
    select.m-wrap.small {
        width: 114px !important
    }
    select.m-wrap.medium {
        width: 164px !important
    }
    select.m-wrap.large {
        width: 214px !important
    }
}

.badge,
.label {
    font-weight: 700;
    padding: 4px 8px;
    font-size: 12px;
    margin-bottom: 4px;
    border-radius: 4px !important
}

.badge-success,
.label-success {
    background-color: #3ecf8e;
    background-image: none !important;
    text-shadow: none !important
}

.badge-warning,
.label-warning {
    background-color: #ffb848;
    background-image: none !important;
    text-shadow: none !important
}

.badge-important,
.label-important {
    background-color: #ff6886;
    background-image: none !important;
    text-shadow: none !important
}

.badge-info,
.label-info {
    background-color: #0099e5;
    background-image: none !important;
    text-shadow: none !important
}

.label-mini {
    font-size: 11px;
    font-weight: 300
}

.label-default {
    color: #525f7f;
    background-color: #ebe8f3 !important;
    text-shadow: none !important
}

.typeahead.dropdown-menu {
    width: 258px
}

.help-block,
.help-inline {
    color: #525f7f
}

body {
    color: #525f7f;
    background-color: #262c3a;
    font-family: Poppins, sans-serif;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: auto
}

h3 small,
h4 small,
h5 small {
    color: #444
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600
}

h1 {
    font-size: 32px;
    line-height: 40px
}

h2 {
    font-size: 24px;
    line-height: 30px
}

h3 {
    font-size: 18px;
    line-height: 22px
}

h4 {
    font-size: 14px;
    line-height: 18px
}

h1.block,
h2.block,
h3.block,
h4.block,
h5.block,
h6.block {
    padding-bottom: 10px
}

a {
    text-shadow: none !important;
    color: #0099e5;
    cursor: pointer;
    font-weight: 700
}

.bg-blue {
    background-image: none !important;
    background-color: #0099e5 !important
}

.bg-red {
    background-image: none !important;
    background-color: #ff6886 !important
}

.bg-yellow {
    background-image: none !important;
    background-color: #ffb848 !important
}

.bg-green {
    background-image: none !important;
    background-color: #3ecf8e !important
}

.bg-purple {
    background-image: none !important;
    background-color: #8e43e8 !important
}

.bg-grey {
    background-image: none !important;
    background-color: #555 !important
}

[class*=" icon-"],
[class*=" icon-"]:hover,
[class^=icon-],
[class^=icon-]:hover {
    background: 0 0 !important
}

.close {
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat !important;
    background-image: url(../img/remove-icon-small.png) !important
}

.visible-ie8 {
    display: none
}

.ie8 .visible-ie8 {
    display: inherit !important
}

.visible-ie9 {
    display: none
}

.ie9 .visible-ie9 {
    display: inherit !important
}

.hidden-ie8 {
    display: inherit
}

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

.hidden-ie9 {
    display: inherit
}

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

a,
a:active,
a:focus,
a:hover {
    outline: 0
}

a:active,
a:focus,
a:hover {
    color: #0099e5;
    text-decoration: none
}

.ie8 .row-fluid [class*=span] {
    min-height: 20px !important
}

.fix-offset {
    margin-left: 0 !important
}

.visible-ie8 {
    display: none
}

.no-padding {
    padding: 0 !important
}

.no-margin {
    margin: 0 !important
}

.no-bottom-space {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important
}

.no-top-space {
    padding-top: 0 !important;
    margin-top: 0 !important
}

.space5 {
    display: block;
    height: 5px !important;
    clear: both
}

.space7 {
    height: 7px !important;
    clear: both
}

.space10 {
    height: 10px !important;
    clear: both
}

.space12 {
    height: 12px !important;
    clear: both
}

.space15 {
    height: 15px !important;
    clear: both
}

.space20 {
    height: 20px !important;
    clear: both
}

.no-space {
    margin: 0 !important;
    padding: 0 !important
}

.no-text-shadow {
    text-shadow: none !important
}

.no-left-padding {
    padding-left: 0 !important
}

.no-left-margin {
    margin-left: 0 !important
}

.margin-bottom-10 {
    margin-bottom: 10px !important
}

.hide {
    display: none
}

.bold {
    font-weight: 600 !important
}

.fix-margin {
    margin-left: 0 !important
}

.border {
    border: 1px solid #ddd
}

#Kirim_pesan {
    width: 315px !important
}

hr {
    margin-top: 16px;
    margin-bottom: 12px;
    border: 0;
    border-top: 1px solid #ebe8f3
}

.header {
    z-index: 999;
    padding: 0 !important;
    margin: 0 !important
}

.header .brand {
    margin-top: -1px
}

.header .btn-navbar {
    margin-bottom: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 6px;
    background-image: none;
    -webkit-filter: none;
    filter: none;
    box-shadow: none;
    color: #fff;
    border: 0
}

.header .btn-navbar:hover {
    text-decoration: none
}

.header .navbar-inner {
    padding: 2px 0;
    width: 100%;
    margin-left: 0 0 0 110px;
    border: 0;
    box-shadow: none
}

.header .nav {
    display: block
}

.header .nav>li {
    margin: 0;
    padding: 0;
    width: 52px
}

.header .nav>li.dropdown:last-child {
    padding-right: 2px
}

.header .nav>li.dropdown .dropdown-toggle {
    margin: 0;
    padding: 12px;
    text-align: center
}

.header .nav>li.dropdown .dropdown-toggle i {
    font-size: 18px
}

.header .nav>li.dropdown.user .dropdown-toggle {
    padding: 6px 4px 7px 9px
}

.header .nav>li.dropdown.user .dropdown-toggle:hover {
    text-decoration: none
}

.header .nav>li.dropdown.user .dropdown-toggle .username {
    color: #525f7f;
    font-weight: 600;
    font-size: 14px
}

.header .nav li.dropdown.user .dropdown-toggle i {
    display: inline-block;
    margin-top: 5px;
    margin: 0;
    font-size: 16px
}

.header .nav>li.dropdown .dropdown-toggle .badge {
    position: absolute;
    font-size: 11px !important;
    font-weight: 300;
    top: 8px;
    right: 24px;
    text-align: center;
    height: 14px;
    background-color: #ff6886;
    padding: 2px 6px 2px 6px;
    border-radius: 12px !important;
    text-shadow: none !important
}

@-moz-document url-prefix() {
    .header .nav li.dropdown .dropdown-toggle .badge {
        padding: 1px 6px 3px 6px
    }
}

.header .nav .dropdown-menu {
    right: 6px !important;
    margin-top: 14px;
    border-radius: 5px !important
}

.page-container {
    margin: 0;
    padding: 0
}

.container-fluid {
    padding-right: 16px;
    padding-left: 16px
}

.fixed-top .page-container {
    margin-top: 50px !important
}

.page-sidebar>ul {
    list-style: none;
    margin: 24px 0 0 0;
    padding: 0;
    width: 225px
}

.page-sidebar>ul>li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0
}

.page-sidebar>ul>li.start>a {
    border-top-color: transparent !important
}

.page-sidebar>ul>li:last-child>a {
    border-bottom: 1px solid transparent !important
}

.page-sidebar>ul>li>a {
    font-family: 'Poppins', sans-serif;
    color: #525f7f;
    display: block;
    position: relative;
    margin: 0;
    border: 0;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400
}

.page-sidebar>ul>li>a i {
    font-size: 16px;
    text-shadow: none;
    width: 20px
}

.page-sidebar>ul>li.active>a {
    border: none;
    color: #0099e5;
    text-shadow: none
}

.page-sidebar ul>li>a .arrow:before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    float: right;
    margin-top: 1px;
    margin-right: 5px;
    display: inline;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    height: auto;
    content: "\f107";
    font-weight: 900;
    text-shadow: none
}

.page-sidebar>ul>li>a .arrow.open:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    float: right;
    margin-top: 1px;
    margin-right: 5px;
    display: inline;
    font-family: "Font Awesome 5 Free";
    height: auto;
    content: "\f106";
    font-weight: 900;
    text-shadow: none
}

.page-sidebar>ul>li>ul.sub {
    display: none;
    list-style: none;
    clear: both;
    margin: 0
}

.page-sidebar>ul>li.active>ul.sub {
    display: block
}

.page-sidebar>ul>li>ul.sub>li {
    background: 0 0;
    margin: 0;
    padding: 0;
    margin-top: 1px !important
}

.page-sidebar>ul>li>ul.sub>li>a {
    font-family: 'Poppins', sans-serif;
    display: block;
    margin: 0;
    padding: 8px 0;
    padding-left: 44px !important;
    text-decoration: none;
    text-shadow: 0 1px 1px #000;
    font-size: 14px;
    font-weight: 600;
    background: 0 0;
    color: #525f7f
}

.page-sidebar>ul>li>ul.sub>li.active>a {
    color: #0099e5
}

.page-sidebar>ul>li>ul.sub>li>a>i {
    font-size: 13px
}

.page-sidebar .sidebar-search {
    margin: 8px 20px 20px 20px
}

.page-sidebar .sidebar-search .submit {
    display: block;
    float: right;
    margin-top: 8px;
    width: 13px;
    height: 13px;
    background-image: url(../img/search-icon.png);
    background-repeat: no-repeat
}

.page-sidebar .sidebar-search input {
    margin: 0;
    width: 165px;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    font-size: 14px;
    box-shadow: none
}

.page-sidebar .sidebar-search .input-box {
    padding-bottom: 2px;
    border-bottom: 1px solid #959595
}

.sidebar-toggler {
    display: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
    margin-top: 15px;
    margin-left: 175px;
    width: 29px;
    height: 29px;
    background-repeat: no-repeat
}

.sidebar-toggler:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.sidebar-closed .sidebar-toggler {
    margin-left: 3px
}

.sidebar-closed .page-sidebar .sidebar-search {
    height: 34px;
    width: 29px;
    margin-left: 3px;
    margin-bottom: 0
}

.sidebar-closed .page-sidebar .sidebar-search input {
    display: none
}

.sidebar-closed .page-sidebar .sidebar-search .submit {
    margin: 11px 7px !important;
    display: block !important
}

.sidebar-closed .page-sidebar .sidebar-search .input-box {
    border-bottom: 0
}

.sidebar-closed .page-sidebar .sidebar-search.open {
    height: 34px;
    width: 255px;
    overflow: hidden
}

.sidebar-closed .page-sidebar .sidebar-search.open input {
    margin-top: 3px;
    padding-left: 10px;
    padding-bottom: 2px;
    width: 180px;
    display: inline-block !important
}

.sidebar-closed .page-sidebar .sidebar-search.open .submit {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 10px 8px 9px 6px !important
}

.sidebar-closed .page-sidebar .sidebar-search.open .remove {
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    margin: 11px 6px 7px 8px !important;
    display: inline-block !important;
    float: left !important
}

.sidebar-closed ul>li>a .selected {
    right: -3px !important
}

.sidebar-closed ul>li>a .arrow,
.sidebar-closed ul>li>a .title {
    display: none !important
}

.sidebar-closed .sidebar-toggler {
    margin-right: 3px
}

.sidebar-closed .page-sidebar .sidebar-search {
    margin-top: 6px;
    margin-bottom: 6px
}

.sidebar-closed>.page-sidebar>ul {
    width: 35px !important
}

.sidebar-closed .page-sidebar>ul>li>a {
    padding-left: 7px
}

.sidebar-closed .page-sidebar>ul>li:hover {
    width: 225px;
    position: relative;
    z-index: 2000;
    display: block !important
}

.sidebar-closed .page-sidebar>ul>li:hover .selected {
    display: none
}

.sidebar-closed .page-sidebar>ul>li:hover>a>i {
    margin-right: 10px
}

.sidebar-closed .page-sidebar>ul>li:hover .title {
    display: inline !important
}

.sidebar-closed .page-sidebar>ul>li.has-sub .sub {
    display: none !important
}

.sidebar-closed .page-sidebar>ul>li.has-sub:hover .sub {
    width: 189px;
    position: absolute;
    z-index: 2000;
    left: 36px;
    margin-top: 0;
    display: block !important
}

.sidebar-closed .page-sidebar>ul>li.has-sub:hover .sub>li>a {
    padding-left: 15px !important
}

.sidebar-closed .page-sidebar {
    width: 35px
}

.sidebar-closed .page-content {
    margin-left: 35px !important
}

.ie8 .page-sidebar {
    position: absolute;
    width: 225px
}

.ie8 .page-sidebar ul {
    width: 225px
}

.page-content {
    margin-top: 0;
    padding: 0;
    background-color: #f2f6f8
}

.ie8 .page-content {
    margin-left: 225px;
    margin-top: 0
}

.page-title {
    padding: 0;
    font-size: 32px;
    line-height: 40px;
    margin: 24px 0 0 0;
    font-family: 'Poppins', sans-serif
}

.page-title small {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 300;
    color: #888
}

.page-content .breadcrumb {
    box-shadow: none;
    padding: 0;
    margin-top: 12px;
    margin-bottom: 16px;
    border: 0 !important;
    background-color: transparent
}

.page-content .breadcrumb a,
.page-content .breadcrumb i,
.page-content .breadcrumb span {
    color: #525f7f;
    font-size: 14px;
    text-shadow: none
}

.page-content .breadcrumb i {
    color: #525f7f;
    margin-top: 0
}

.page-content .breadcrumb .dashboard-date-range {
    display: none;
    margin-right: 0;
    margin-top: -8px;
    padding: 8px;
    padding-bottom: 7px;
    cursor: pointer;
    min-width: 275x;
    color: #fff;
    background-color: #ff6886
}

.page-content .breadcrumb .dashboard-date-range span {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase
}

.page-content .breadcrumb .dashboard-date-range .icon-calendar {
    text-transform: normal;
    color: #fff;
    margin-top: 0;
    font-size: 14px
}

.page-content .breadcrumb .dashboard-date-range span {
    font-weight: 400
}

.page-content .breadcrumb .dashboard-date-range .icon-angle-down {
    color: #fff;
    font-size: 16px
}

.footer {
    padding: 0;
    font-size: 14px;
    color: #b0b5da
}

.footer .copyright {
    padding: 8px 16px
}

.footer .go-top {
    position: fixed;
    bottom: 10px;
    right: 15px;
    display: block;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 18px;
    background-color: #3ecf8e;
    padding: 12px 17px;
    border-radius: 50px !important;
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .36)
}

.footer .go-top i {
    color: #fff;
    font-size: 22px
}

a.icon,
i.icon {
    color: #999;
    margin-right: 5px;
    font-weight: 400;
    font-size: 13px
}

i.icon-black {
    color: #000 !important
}

a.icon:hover {
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    opacity: .4;
    filter: alpha(opacity=40)
}

a.icon.huge i {
    font-size: 16px !important
}

i.big {
    font-size: 20px
}

i.warning {
    color: #d12610
}

i.critical {
    color: #37b7f3
}

i.normal {
    color: #52e136
}

.well {
    background-color: transparent;
    border: none;
    border-radius: 5px !important;
    box-shadow: none !important
}

.well.mini {
    padding: 7px !important
}

h3.form-section {
    margin-bottom: 16px;
    margin-top: 0
}

.form form {
    margin: 0 !important;
    padding: 0 !important
}

.no-bottom-space {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important
}

.form .form-actions {
    margin-top: 0 !important;
    margin-top: 40px;
    padding-left: 190px
}

.form-actions {
    padding: 0;
    background-color: transparent;
    margin: 0;
    border-top: none
}

form {
    margin: 0
}

.input-icon input {
    padding-right: 25px !important
}

.input-icon .input-error,
.input-icon .input-info,
.input-icon .input-success,
.input-icon .input-warning {
    display: inline-block !important;
    position: relative !important;
    top: 7px;
    right: 25px !important;
    font-size: 16px
}

.input-icon .input-info {
    color: #0099e5
}

.input-icon .input-error {
    color: #ff6886
}

.input-icon .input-warning {
    color: #c09853
}

.input-icon .input-success {
    color: #468847
}

.input-icon.left i {
    color: #ccc;
    display: block !important;
    position: absolute !important;
    z-index: 1;
    margin: 9px 2px 4px 10px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center
}

.input-icon.left input {
    padding-left: 33px !important
}

.portlet {
    clear: both;
    margin-top: 0;
    margin-bottom: 24px;
    padding: 0
}

.portlet:after,
.portlet:before {
    display: table;
    color: ""
}

.portlet-title {
    padding: 12px 16px !important;
    background-color: #fff !important;
    margin-bottom: 15px;
    border-radius: 5px !important
}

.portlet-title h4 {
    color: #525f7f !important;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    padding: 0
}

.portlet-title h4 i {
    color: #525f7f !important;
    font-size: 13px;
    margin-right: 10px;
    color: #666
}

.portlet-title.blue h4,
.portlet-title.dark-grey h4,
.portlet-title.green h4,
.portlet-title.purple h4,
.portlet-title.red h4,
.portlet-title.yellow h4,
.portlet.blue .portlet-title h4,
.portlet.dark-grey .portlet-title h4,
.portlet.green .portlet-title h4,
.portlet.purple .portlet-title h4,
.portlet.red .portlet-title h4,
.portlet.yellow .portlet-title h4 {
    color: #fff
}

.portlet.box.blue .portlet-title h4>i,
.portlet.box.green .portlet-title h4>i,
.portlet.box.grey .portlet-title h4>i,
.portlet.box.light-grey .portlet-title h4>i,
.portlet.box.purple .portlet-title h4>i,
.portlet.box.red .portlet-title h4>i,
.portlet.box.yellow .portlet-title h4>i {
    color: #fff;
    display: none
}

.sortable .portlet .portlet-title {
    cursor: move
}

.portlet-title .actions,
.portlet-title .tools {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 6px;
    float: right
}

.portlet-title .tools>a {
    display: inline-block;
    height: 16px;
    margin-left: 5px
}

.portlet-title .dropdown-menu i {
    color: #000 !important
}

.portlet-title .tools>a.remove {
    background-image: url(../img/portlet-remove-icon.png);
    background-repeat: no-repeat;
    width: 11px
}

.portlet-title .tools>a.expand {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    vertical-align: top;
    line-height: 18px
}

.portlet-title .tools>a.expand::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107"
}

.portlet-title .tools>a.collapse {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    vertical-align: top;
    line-height: 18px
}

.portlet-title .tools>a.collapse::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106"
}

.portlet-title .actions>.btn-group {
    margin-top: -12px
}

.portlet-title .actions>.btn {
    padding: 4px 10px;
    margin-top: -13px
}

.portlet-title .actions>.btn-group>.btn {
    padding: 4px 10px;
    margin-top: -1px
}

.portlet-title .actions>.btn-group>.btn.mini {
    margin-top: 0
}

.portlet-title .actions>.btn.mini {
    margin-top: -12px;
    padding: 4px 10px
}

.portlet-title .pagination.pagination-small {
    float: right !important;
    display: inline-block !important;
    margin: 0;
    margin-top: -2px
}

.portlet-body {
    clear: both;
    padding: 0
}

.portlet-body.light-blue,
.portlet.light-blue {
    background-color: #bfd5fa !important
}

.portlet-body.blue,
.portlet.blue {
    background-color: #0099e5 !important
}

.portlet-body.red,
.portlet.red {
    background-color: #ff6886 !important
}

.portlet-body.yellow,
.portlet.yellow {
    background-color: #ffb848 !important
}

.portlet-body.green,
.portlet.green {
    background-color: #3ecf8e !important
}

.portlet-body.purple,
.portlet.purple {
    background-color: #8e43e8 !important
}

.portlet-body.light-grey,
.portlet.light-grey {
    background-color: #f4f5f8 !important
}

.portlet-body.dark-grey,
.portlet.dark-grey {
    background-color: #555 !important
}

.portlet-body .btn-toolbar {
    margin: 0 !important;
    padding: 0 !important
}

.portlet-body .btn-group {
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important
}

.ui-sortable-placeholder {
    border: 1px dotted #000;
    visibility: visible !important;
    height: 100% !important
}

.ui-sortable-placeholder * {
    visibility: hidden
}

.sortable-box-placeholder {
    background-color: #f5f5f5;
    border: 1px dashed #ddd;
    display: block;
    margin-top: 0 !important;
    margin-bottom: 24px !important
}

.sortable-box-placeholder * {
    visibility: hidden
}

.portlet.solid {
    padding: 10px
}

.portlet.solid .portlet-title .tools {
    margin-top: 2px;
    border: 0
}

.portlet.solid .portlet-title {
    margin-bottom: 5px;
    border: 0
}

.portlet.solid.bordered .portlet-title {
    margin-bottom: 15px
}

.portlet.solid.blue .portlet-body,
.portlet.solid.blue .portlet-title,
.portlet.solid.blue .portlet-title i,
.portlet.solid.green .portlet-body,
.portlet.solid.green .portlet-title,
.portlet.solid.green .portlet-title i,
.portlet.solid.grey .portlet-body,
.portlet.solid.grey .portlet-title,
.portlet.solid.grey .portlet-title i,
.portlet.solid.purple .portlet-body,
.portlet.solid.purple .portlet-title,
.portlet.solid.purple .portlet-title i,
.portlet.solid.red .portlet-body,
.portlet.solid.red .portlet-title,
.portlet.solid.red .portlet-title i,
.portlet.solid.yellow .portlet-body,
.portlet.solid.yellow .portlet-title,
.portlet.solid.yellow .portlet-title i {
    border: 0;
    color: #fff
}

.portlet.bordered {
    border-left: 2px solid #ddd
}

.portlet.box {
    border-radius: 5px !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: 0 2px 3px 0 rgba(69, 65, 78, .2);
    background-color: #fff
}

.portlet.box .portlet-title {
    padding: 8px 10px 2px 10px
}

.portlet.box .portlet-title>.actions>.btn>i {
    color: #fff !important
}

.portlet.box .portlet-title .tools {
    margin-top: 3px
}

.portlet.box .portlet-title .tools>a.remove,
.portlet.solid .portlet-title .tools>a.remove {
    background-image: url(../img/portlet-remove-icon-white.png)
}

.portlet.box .portlet-title .tools>a.config,
.portlet.solid .portlet-title .tools>a.config {
    background-image: url(../img/portlet-config-icon-white.png)
}

.portlet.box .portlet-title .tools>a.reload,
.portlet.solid .portlet-title .tools>a.reload {
    background-image: url(../img/portlet-reload-icon-white.png)
}

.portlet.box .portlet-body {
    margin-top: -3px;
    background-color: #fff;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    padding: 16px;
    border-top: 1px solid #ebe8f3
}

.portlet.box .portlet-title {
    margin-bottom: 0
}

.portlet.box.blue .portlet-title {
    background-color: #0099e5
}

.portlet.box.blue {
    border: 1px solid #b4cef8;
    border-top: 0
}

.portlet.box.red .portlet-title {
    background-color: #ff6886
}

.portlet.box.red {
    border: 1px solid #ef8476;
    border-top: 0
}

.portlet.box.yellow .portlet-title {
    background-color: #ffb848
}

.portlet.box.yellow {
    border: 1px solid #fccb7e;
    border-top: 0
}

.portlet.box.green .portlet-title {
    background-color: #3ecf8e
}

.portlet.box.green {
    border: 1px solid #77e588;
    border-top: 0
}

.portlet.box.purple .portlet-title {
    background-color: #8e43e8
}

.portlet.box.purple {
    border: 1px solid #af5cc1;
    border-top: 0
}

.portlet.box.grey .portlet-title {
    background-color: #555
}

.portlet.box.grey {
    border: 1px solid #9d9c9c;
    border-top: 0
}

.portlet.box.light-grey .portlet-title {
    background-color: #aaa
}

.portlet.box.light-grey {
    border: 1px solid #eee;
    border-top: 0
}

.bars,
.chart,
.pie {
    overflow: hidden;
    height: 300px
}

.item-list.table .percent {
    width: 30px;
    float: right;
    margin-right: 10px;
    margin-top: 3px
}

.chart-tooltip {
    clear: both;
    z-index: 100;
    background-color: #736e6e !important;
    padding: 5px !important;
    color: #fff
}

.chart-tooltip .label {
    clear: both
}

.bar-chart {
    display: none
}

.line-chart {
    display: none
}

.icon-btn {
    border-radius: 4px !important;
    height: 70px;
    width: 50px;
    margin: 10px 0 10px 0;
    border: 1px solid #ddd;
    padding: 16px 0 0 0;
    background-color: #f4f5f8 !important;
    background-image: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    box-shadow: none !important;
    display: block !important;
    color: #646464 !important;
    text-shadow: none !important;
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .3s ease !important;
    transition: all .3s ease !important
}

.ie8 .icon-btn:hover {
    -webkit-filter: none !important;
    filter: none !important
}

.icon-btn:hover {
    text-decoration: none !important;
    background-color: #fff !important;
    -webkit-transition: all .3s ease !important;
    transition: all .3s ease !important;
    box-shadow: none !important
}

.icon-btn:hover .badge {
    -webkit-transition: all .3s ease !important;
    transition: all .3s ease !important;
    box-shadow: none !important
}

.icon-btn i {
    font-size: 20px !important;
    color: #777 !important
}

.icon-btn .glyphicons {
    padding: 0
}

.icon-btn .glyphicons i:before {
    font-size: 20px !important;
    color: #777 !important
}

.icon-btn div {
    margin-top: 5px;
    margin-bottom: 20px;
    color: #000;
    font-size: 11px;
    font-weight: 300
}

.icon-btn .badge {
    position: absolute;
    font-size: 11px !important;
    font-weight: 300;
    top: -5px;
    right: -5px;
    padding: 3px 7px 3px 7px;
    color: #fff !important;
    text-shadow: none;
    border-width: 0;
    border-style: solid;
    border-radius: 12px !important;
    box-shadow: none
}

@-moz-document url-prefix() {
    .icon-btn .badge {
        padding: 2px 7px 4px 7px
    }
}

.dropdown-menu.extended {
    min-width: 160px !important;
    max-width: 300px !important;
    width: 233px !important;
    background-color: #fff !important
}

.dropdown-menu.extended li a {
    display: block;
    padding: 5px 10px !important;
    clear: both;
    font-weight: 400;
    line-height: 20px;
    white-space: normal !important
}

.dropdown-menu.extended li i {
    margin-right: 3px
}

.dropdown-menu.extended li a {
    font-size: 13px;
    padding: 10px !important;
    background-color: #fff
}

.dropdown-menu.extended li a:hover {
    background-image: none;
    color: #000;
    -webkit-filter: none;
    filter: none
}

.dropdown-menu.extended li p {
    padding: 10px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #000
}

.dropdown-menu.extended li a {
    padding: 7px 0 5px 0;
    list-style: none;
    border-bottom: 1px solid #f4f4f4 !important;
    font-size: 12px;
    text-shadow: none
}

.dropdown-menu.extended li:first-child a {
    border-top: none;
    border-bottom: 1px solid #f4f4f4 !important
}

.dropdown-menu.extended li:last-child a {
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #f4f4f4 !important
}

.dropdown-menu.extended li.external>a {
    font-size: 13px;
    font-weight: 400
}

.dropdown-menu.extended li.external>a>i {
    margin-top: 3px;
    float: right
}

.dropdown-menu.notification li>a>.label {
    width: 10px;
    padding: 2px 4px;
    margin-right: 2px;
    text-align: center !important
}

.dropdown-menu.notification li>a>.label i {
    text-align: center !important
}

.dropdown-menu.notification li a .time {
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    text-align: right
}

.dropdown-menu.inbox li a .photo img {
    float: left;
    height: 40px;
    width: 40px;
    margin-right: 6px
}

.dropdown-menu.inbox li a .subject {
    display: block
}

.dropdown-menu.inbox li a .subject .from {
    font-size: 14px;
    font-weight: 400;
    color: #02689b
}

.dropdown-menu.inbox li a .subject .time {
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    position: absolute;
    right: 10px
}

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 12px
}

.dropdown-menu.tasks .task {
    margin-bottom: 5px
}

.dropdown-menu.tasks .task .desc {
    font-size: 13px;
    font-weight: 300
}

.dropdown-menu.tasks .task .percent {
    font-size: 13px;
    font-weight: 600;
    float: right;
    display: inline-block
}

.dropdown-menu.tasks .progress {
    display: block;
    height: 10px;
    margin: 0
}

.item-list li .img {
    height: 50px;
    width: 50px;
    float: left;
    margin-top: 3px;
    margin-right: 5px
}

.item-list {
    margin: 0;
    list-style: none
}

.item-list li {
    padding: 7px 0 5px 0;
    list-style: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ebebeb;
    font-size: 12px
}

.item-list li:first-child {
    border-top: none;
    border-bottom: 1px solid #ebebeb
}

.item-list li:last-child {
    border-top: none;
    border-bottom: none
}

.item-list li .label {
    margin-right: 5px
}

.item-list.todo li .label {
    position: absolute;
    right: 80px
}

.item-list.todo li .actions {
    position: absolute;
    right: 45px
}

.table .m-btn {
    margin-top: 0;
    margin-left: 0;
    margin-right: 5px
}

.table thead tr th {
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle
}

.table-advance {
    margin-bottom: 10px !important
}

.table-advance thead {
    color: #999
}

.table-advance thead tr th {
    background-color: #ddd;
    font-size: 14px;
    font-weight: 400;
    color: #666
}

.table-advance div.danger,
.table-advance div.important,
.table-advance div.info,
.table-advance div.success,
.table-advance div.warning {
    position: absolute;
    margin-top: -5px;
    float: left;
    width: 2px;
    height: 30px;
    margin-right: 20px !important
}

.table-advance tr td {
    border-left-width: 0
}

.table-advance tr td:first-child {
    border-left-width: 1px !important
}

.table-advance tr td.highlight:first-child a {
    margin-left: 15px
}

.table-advance td.highlight div.success {
    border-left: 2px solid #6e6
}

.table-advance td.highlight div.info {
    border-left: 2px solid #87ceeb
}

.table-advance td.highlight div.important {
    border-left: 2px solid #f02c71
}

.table-advance td.highlight div.warning {
    border-left: 2px solid #fdbb39
}

.table-advance td.highlight div.danger {
    border-left: 2px solid #e23e29
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 30px
}

.rating span.star {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block
}

.rating span.star:hover {
    cursor: pointer
}

.rating span.star:before {
    content: "\f006";
    padding-right: 5px;
    color: #999
}

.rating span.star:hover:before,
.rating span.star:hover~span.star:before {
    content: "\f005";
    color: #e3cf7a
}

.form-row-seperated .control-group {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-left: -10px;
    margin-right: -10px
}

.form-row-seperated .control-group.last {
    border-bottom: 0
}

.form-row-seperated .control-label {
    width: 170px
}

.form-row-seperated .controls {
    margin-left: 190px
}

.form-row-seperated .help-block,
.form-row-seperated .help-inline {
    padding-left: 0
}

.form-horizontal.form-bordered .control-group:first-child {
    border-bottom: 1px solid #eee !important
}

.form-horizontal.form-bordered .control-group {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee
}

.form-horizontal.form-bordered .control-group.last {
    border-bottom: 0
}

.portlet.box .form-horizontal.form-bordered .control-group {
    margin-left: -10px;
    margin-right: -10px
}

.portlet.box .form-horizontal.form-bordered .control-group:first-child {
    margin-top: -10px
}

.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-row-stripped .m-wrap {
    background: #fff !important
}

.form-horizontal.form-bordered.form-label-stripped .control-group:nth-child(even) .controls {
    background-color: #fff
}

.form-horizontal.form-bordered .help-block,
.form-horizontal.form-bordered .help-inline {
    padding-left: 0
}

.checkbox,
.radio {
    padding-left: 0 !important
}

.checkbox .checker {
    margin-top: -2px !important;
    margin-right: 2px !important
}

.controls .text {
    display: block;
    margin-top: 7px;
    font-weight: 400;
    font-size: 14px
}

.controls .text,
button,
input,
label,
select,
textarea {
    line-height: 18px
}

input.placeholder,
textarea.placeholder {
    color: #aaa !important
}

label {
    margin-bottom: 4px
}

.help-block {
    margin-top: -8px;
    margin-bottom: 0;
    font-size: 85%
}

.form-inline input {
    margin-bottom: 0 !important
}

.control-label {
    margin-top: 2px
}

.control-label .required,
span.required {
    color: #ff6886;
    padding-left: 2px
}

.help-inline {
    margin-top: 8px;
    margin-bottom: 18px;
    height: 19px
}

.help-small {
    font-size: 12px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.success .help-inline.ok:before {
    content: "\f00c";
    font-size: 16px;
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block
}

.form-view legend1,
form legend1 {
    display: block;
    margin-bottom: 15px
}

.controls>.checkbox .checker,
.controls>.radio .checker {
    margin-right: 2px !important
}

.controls>.checkbox,
.controls>.radio {
    display: inline-block;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 8px !important;
    margin-right: 15px !important
}

.controls>.checkbox.line,
.controls>.radio.line {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 5px !important
}

.controls .inline {
    margin-top: 8px
}

.form-view .control-group {
    margin-top: 0;
    margin-bottom: 5px
}

.uploader {
    margin-top: 2px !important
}

.item {
    overflow: hidden;
    display: block;
    margin-bottom: 20px
}

.item .details {
    width: 100%;
    display: none;
    background-color: #000;
    color: #fff !important;
    padding: 5px;
    text-align: center;
    position: relative;
    bottom: 30px;
    margin-bottom: -30px;
    overflow: hidden;
    z-index: 6
}

.item:hover .details {
    display: block;
    opacity: .7;
    filter: alpha(opacity=70)
}

.item:hover .zoom-icon {
    opacity: .5;
    filter: alpha(opacity=50)
}

.zoom {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5
}

.zoom .zoom-icon {
    background-image: url(../img/overlay-icon.png);
    background-color: #222;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    width: inherit;
    height: inherit;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 6;
    top: 0
}

.chats {
    margin: 0;
    padding: 0;
    margin-top: -15px
}

.chats li {
    list-style: none;
    padding: 5px 0;
    margin: 10px auto;
    font-size: 12px
}

.chats li img.avatar {
    height: 45px;
    width: 45px;
    border-radius: 50% !important
}

.chats li.in img.avatar {
    float: left;
    margin-right: 10px
}

.chats li .name {
    color: #3590c1;
    font-size: 13px;
    font-weight: 400
}

.chats li .datetime {
    color: #333;
    font-size: 13px;
    font-weight: 400
}

.chats li.out img.avatar {
    float: right;
    margin-left: 10px
}

.chats li .message {
    display: block;
    padding: 5px;
    position: relative
}

.chats li.in .message {
    text-align: left;
    border-left: 2px solid #3ecf8e;
    margin-left: 65px;
    background: #f4f5f8
}

.chats li.in .message .arrow {
    display: block;
    position: absolute;
    top: 5px;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #3ecf8e
}

.chats li.out .message .arrow {
    display: block;
    position: absolute;
    top: 5px;
    right: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #da4a38
}

.chats li.out .message {
    border-right: 2px solid #da4a38;
    margin-right: 65px;
    background: #f4f5f8;
    text-align: right
}

.chats li.out .datetime,
.chats li.out .name {
    text-align: right
}

.chats li .message .body {
    display: block
}

.chat-form {
    margin-top: 15px;
    padding: 10px;
    background-color: #e9eff3;
    clear: both
}

.chat-form .input-cont {
    margin-right: 55px
}

.chat-form .input-cont .m-wrap {
    margin-bottom: 0
}

.chat-form .input-cont input {
    border: 1px solid #ddd;
    width: 100%;
    margin-top: 0
}

.chat-form .input-cont input {
    background-color: #fff !important
}

.chat-form .input-cont input:focus {
    border: 1px solid #4b8df9 !important
}

.chat-form .btn-cont {
    margin-top: -42px;
    position: relative;
    float: right;
    width: 44px
}

.chat-form .btn-cont .arrow {
    position: absolute;
    top: 17px;
    right: 43px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #0099e5;
    box-sizing: border-box
}

.chat-form .btn-cont:hover .arrow {
    border-right-color: #0362fd
}

.chat-form .btn-cont:hover .btn {
    background-color: #0362fd
}

.chat-form .btn-cont .btn {
    margin-top: 8px
}

.feeds {
    margin: 0;
    padding: 0;
    list-style: none
}

.feeds li {
    background-color: #f4f5f8;
    margin-bottom: 7px
}

.feeds li:after,
.feeds li:before {
    display: table;
    line-height: 0;
    content: ""
}

.feeds li:after {
    clear: both
}

.feeds .col1 {
    float: left;
    width: 100%;
    clear: both
}

.feeds .col2 {
    float: left;
    width: 75px;
    margin-left: -75px
}

.feeds .col1 .cont {
    float: left;
    margin-right: 75px;
    overflow: hidden
}

.feeds .col1 .cont .cont-col1 {
    float: left;
    margin-right: -100%
}

.feeds .col1 .cont .cont-col1 .label {
    float: left;
    width: 14px;
    padding: 7px
}

.feeds .col1 .cont .cont-col2 {
    float: left;
    width: 100%
}

.feeds .col1 .cont .cont-col2 .desc {
    margin-left: 35px;
    padding-top: 4px;
    padding-bottom: 4px;
    overflow: hidden
}

.feeds .col2 .date {
    padding: 4px 9px 4px 4px;
    text-align: right;
    font-style: italic;
    color: #c1cbd0
}

.user-info {
    margin-bottom: 10px !important
}

.user-info img {
    float: left;
    margin-right: 5px
}

.user-info .details {
    display: inline-block
}

.user-info .label {
    font-weight: 300;
    font-size: 11px
}

.accordion-heading {
    background: #ebe8f3;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important
}

.accordion-group {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important
}

.accordion-heading a {
    text-decoration: none
}

.accordion-heading a:hover {
    text-decoration: none
}

.ver-inline-menu {
    margin: 0;
    list-style: none
}

.ver-inline-menu li {
    position: relative;
    margin-bottom: 1px
}

.ver-inline-menu li i {
    color: #b9cbd5;
    font-size: 15px;
    padding: 11px 9px;
    margin: 0 8px 0 0;
    background: #e0eaf0 !important
}

.ver-inline-menu li a {
    color: #557386;
    display: block;
    background: #f0f6fa;
    border-left: solid 2px #c4d5df
}

.ver-inline-menu li:hover a,
.ver-inline-menu li:hover i {
    background: #e0eaf0;
    text-decoration: none
}

.ver-inline-menu li:hover i {
    color: #fff;
    background: #c4d5df !important
}

.ver-inline-menu li.active a,
.ver-inline-menu li.active i {
    color: #fff;
    background: #169ef4;
    text-decoration: none;
    border-left: solid 1px #0c91e5
}

.ver-inline-menu li.active i {
    background: #0c91e5 !important
}

.ver-inline-menu li.active:after {
    content: "";
    display: inline-block;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #169ef4;
    position: absolute;
    top: 12px;
    right: -5px
}

.tab-content {
    padding: 0;
    overflow: hidden
}

.tabbable-custom {
    border-radius: 0;
    margin-bottom: 15px
}

.widget .row-fluid:last-child .tabbable-custom {
    margin-bottom: 0
}

.tabbable-custom>.nav-tabs {
    border: none;
    margin: 0
}

.tabbable-custom>.tab-content {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 10px
}

.tabbable-custom.boxless>.tab-content {
    padding: 15px 0;
    border-left: none;
    border-right: none;
    border-bottom: none
}

.tabbable-custom .nav-tabs>li {
    margin-right: 2px;
    border-top: 2px solid transparent
}

.tabbable-custom .nav-tabs>li>a {
    border-radius: 2px;
    margin-right: 0;
    padding: 5px 10px
}

.tabbable-custom .nav-tabs>li>a:hover {
    background: 0 0;
    border-color: transparent
}

.tabbable-custom .nav-tabs>li.active {
    border-top: 3px solid #d12610;
    margin-top: 0;
    position: relative
}

.tabbable-custom .nav-tabs>li.active>a {
    border-top: none;
    font-weight: 400
}

.tabbable-custom .nav-tabs>li.active>a:hover {
    background: #fff;
    border-color: #d4d4d4 #d4d4d4 transparent
}

.tabbable-custom .nav-tabs>li {
    margin-right: 2px;
    border-top: 2px solid transparent
}

.tabs-below.tabbable-custom .nav-tabs>li {
    border-top: none;
    border-bottom: 2px solid transparent;
    margin-top: -1px
}

.tabs-below.tabbable-custom .nav-tabs>li.active {
    border-top: none;
    border-bottom: 3px solid #d12610;
    margin-bottom: 0;
    position: relative
}

.tabs-below.tabbable-custom .nav-tabs>li.active>a {
    border-bottom: none
}

.tabs-below.tabbable-custom .nav-tabs>li.active>a:hover {
    background: #fff;
    border-color: #d4d4d4 #d4d4d4 transparent
}

.tabs-left.tabbable-custom .nav-tabs>li {
    margin-right: 0;
    border-left: 2px solid transparent;
    margin-top: none
}

.tabs-left.tabbable-custom .nav-tabs>li.active {
    border-top: none;
    border-left: 3px solid #d12610;
    margin-top: 0;
    margin-right: -1px;
    position: relative
}

.tabs-left.tabbable-custom .nav-tabs>li.active>a {
    border-top: 1px solid #d4d4d4;
    border-left: 1px solid transparent
}

.tabs-left.tabbable-custom .nav-tabs>li.active>a:hover {
    background: #fff;
    border-color: #d4d4d4 transparent #d4d4d4 transparent
}

.tabs-right.tabbable-custom .nav-tabs>li {
    margin-right: 0;
    border-right: 2px solid transparent;
    border-top: none
}

.tabs-right.tabbable-custom .nav-tabs>li.active {
    border-top: none;
    border-right: 3px solid #d12610;
    margin-top: 0;
    margin-left: -1px;
    position: relative
}

.tabs-right.tabbable-custom .nav-tabs>li.active>a {
    border-top: 1px solid #d4d4d4;
    border-right: 1px solid transparent
}

.tabs-right.tabbable-custom .nav-tabs>li.active>a:hover {
    background: #fff;
    border-color: #d4d4d4 transparent #d4d4d4
}

.tabs-left.tabbable-custom .nav-tabs>li a,
.tabs-right.tabbable-custom .nav-tabs>li a {
    padding: 8px 10px
}

.portlet-tabs .nav-tabs {
    position: relative;
    margin-top: -41px;
    margin-right: 10px
}

.portlet-tabs .nav-tabs>li {
    float: right
}

.portlet-tabs .nav-tabs {
    border-bottom: none
}

.portlet-tabs .nav-tabs>li>a {
    padding-top: 8px;
    padding-bottom: 10px;
    line-height: 16px;
    margin-top: 6px;
    margin-left: 0;
    margin-right: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0
}

.portlet-tabs .nav-tabs>li:last-child>a {
    border-right: 0
}

.portlet-tabs .nav-tabs>li {
    margin-left: 1px
}

.portlet-tabs .nav-tabs>li.active {
    border-top-color: transparent
}

.portlet-tabs .nav-tabs>li.active>a {
    margin-bottom: 0;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    border-left: 0;
    border-right: 0;
    background-color: none !important;
    border-top-color: transparent !important
}

.portlet-tabs .nav-tabs>li>a:hover {
    margin-bottom: 0;
    border-bottom-color: transparent;
    margin-left: 0;
    margin-right: 0;
    border-left: 0;
    border-right: 0;
    background-color: none !important;
    border-top-color: transparent;
    background-color: #fff
}

.portlet-tabs .nav-tabs>.active>a {
    color: #555;
    cursor: default;
    background-color: #fff
}

.portlet-tabs .nav-tabs>.active>a:hover {
    background-color: #fff !important
}

.portlet-tabs .tab-content {
    padding: 10px !important;
    margin: 0;
    margin-top: -10px
}

.portlet.tabbable .portlet-body {
    padding: 0
}

.tab-pane>p:last-child {
    margin-bottom: 0
}

.dashboard-stat {
    background-color: #fff;
    padding: 12px 16px;
    margin-bottom: 24px;
    box-shadow: 0 2px 3px 0 rgba(69, 65, 78, .2);
    border-radius: 5px !important
}

.dashboard-stat:after,
.dashboard-stat:before {
    display: table;
    line-height: 0;
    content: ""
}

.dashboard-stat:after {
    clear: both
}

.dashboard-stat .visual {
    display: block;
    float: left
}

.dashboard-stat .visual i {
    font-size: 38px
}

.dashboard-stat .details .number {
    text-align: right;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 4px
}

.dashboard-stat .details .desc {
    text-align: right;
    font-size: 12px;
    line-height: 18px
}

.dashboard-stat .more {
    clear: both;
    padding: 0
}

.dashboard-stat .more i {
    margin-top: 4px;
    float: right
}

.dashboard-stat .more:hover {
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    opacity: 1;
    filter: alpha(opacity=100)
}

.dashboard-stat.blue {
    border-top: 10px solid #0099e5
}

.dashboard-stat.green {
    border-top: 10px solid #3ecf8e
}

.dashboard-stat.red {
    border-top: 10px solid #ff6886
}

.dashboard-stat.yellow {
    border-top: 10px solid #ffb848
}

.dashboard-stat.purple {
    border-top: 10px solid #8e43e8
}

.knobify {
    border: 0 !important;
    width: 0
}

.ie8 .knobify {
    display: none
}

.circle-stat {
    background-color: #f8f8f8;
    padding: 2px;
    margin-bottom: 10px
}

.circle-stat:hover {
    background-color: #edf4f7
}

.circle-stat:after,
.circle-stat:before {
    display: table;
    line-height: 0;
    content: ""
}

.circle-stat:after {
    clear: both
}

.circle-stat .visual {
    display: block;
    float: left
}

.circle-stat .details {
    display: block;
    float: left;
    margin-left: 5px;
    padding-top: 7px
}

.circle-stat .details .title {
    margin: 10px 0 5px 0 !important;
    padding: 0 !important;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
    color: #222
}

.ie8 .circle-stat .details .title {
    margin-top: 5px !important
}

.ie8 .circle-stat .details {
    padding-top: 0 !important;
    margin-bottom: 5px !important
}

.circle-stat .details .title i {
    margin-top: 2px !important;
    color: #52e136;
    font-size: 16px
}

.circle-stat .details .title i.down {
    color: #b63625
}

.circle-stat .details .number {
    margin: 0 !important;
    margin-bottom: 7px !important;
    font-size: 24px;
    padding: 0;
    font-weight: 300;
    color: #999
}

.tiles {
    margin-right: -10px
}

.tile {
    display: block;
    letter-spacing: .02em;
    float: left;
    height: 130px;
    width: 130px !important;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    position: relative;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: .02em;
    line-height: 20px;
    font-smooth: always;
    overflow: hidden;
    border: 4px solid transparent;
    margin: 0 10px 10px 0
}

.tile:after,
.tile:before {
    content: "";
    float: left
}

.tile.double {
    width: 278px !important
}

.tile.double-down {
    height: 278px !important
}

.tile.selected,
.tile:active {
    border-color: #ccc
}

.tile:hover {
    border-color: #aaa
}

.tile.selected .corner:after {
    content: "";
    display: inline-block;
    border-left: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 40px solid #ccc;
    position: absolute;
    top: -3px;
    right: -3px
}

.tile.selected .check:after {
    content: "";
    font-family: FontAwesome;
    font-size: 13px;
    content: "\f00c";
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 2px
}

.tile * {
    color: #fff
}

.tile .tile-body {
    height: 100%;
    vertical-align: top;
    padding: 10px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    font-smooth: always;
    color: #000;
    color: #fff;
    margin-bottom: 10px
}

.tile .tile-body img {
    float: left;
    margin-right: 10px
}

.tile .tile-body img.pull-right {
    float: right !important;
    margin-left: 10px;
    margin-right: 0
}

.tile .tile-body .content {
    display: inline-block
}

.tile .tile-body>i {
    margin-top: 17px;
    display: block;
    font-size: 56px;
    text-align: center
}

.tile.double-down i {
    margin-top: 95px
}

.tile .tile-body h1,
.tile .tile-body h2,
.tile .tile-body h3,
.tile .tile-body h4,
.tile .tile-body h5,
.tile .tile-body h6,
.tile .tile-body p {
    padding: 0;
    margin: 0;
    line-height: 14px
}

.tile .tile-body h3,
.tile .tile-body h4 {
    margin-bottom: 5px
}

.tile .tile-body h1:hover,
.tile .tile-body h2:hover,
.tile .tile-body h3:hover,
.tile .tile-body h4:hover,
.tile .tile-body h5:hover,
.tile .tile-body h6:hover,
.tile .tile-body p:hover {
    color: #fff
}

.tile .tile-body p {
    font-weight: 400;
    font-size: 13px;
    font-smooth: always;
    color: #000;
    color: #fff;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.tile .tile-body p:hover {
    color: rgba(0, 0, 0, .8)
}

.tile .tile-body p:active {
    color: rgba(0, 0, 0, .4)
}

.tile .tile-body p:hover {
    color: #fff
}

.tile.icon>.tile-body {
    padding: 0
}

.tile .tile-object {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 30px;
    background-color: transparent;
    *zoom: 1
}

.tile .tile-object:after,
.tile .tile-object:before {
    display: table;
    content: ""
}

.tile .tile-object:after {
    clear: both
}

.tile .tile-object>.name {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 15px;
    font-weight: 400;
    font-size: 13px;
    font-smooth: always;
    color: #fff
}

.tile .tile-object>.name i {
    display: block;
    font-size: 24px
}

.tile .tile-object>.number {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .01em;
    line-height: 14px;
    font-smooth: always;
    margin-bottom: 8px;
    margin-right: 10px
}

.tile.image {
    border-color1: transparent !important
}

.tile.image>.tile-body {
    padding: 0 !important
}

.tile.image>.tile-body>img {
    width: 100%;
    height: auto;
    min-height: 100%;
    max-width: 100%
}

.tile.image .tile-body h3 {
    display: inline-block
}

.color-panel {
    z-index: 999;
    position: relative
}

.color-panel .color-mode-icons {
    top: 4px;
    right: 0;
    padding: 20px;
    cursor: pointer;
    position: absolute
}

.color-panel .icon-color {
    background: #c9c9c9 url(../img/icon-color.png) center no-repeat !important
}

.color-panel .icon-color:hover {
    background-color: #3d3d3d !important
}

.color-panel .icon-color-close {
    display: none;
    background: #3d3d3d url(../img/icon-color-close.png) center no-repeat !important
}

.color-panel .icon-color-close:hover {
    background-color: #222 !important
}

.color-mode {
    top: 5px;
    right: 40px;
    display: none;
    padding: 10px 0;
    position: absolute;
    background: #3d3d3d
}

.color-mode label,
.color-mode p,
.color-mode ul {
    padding: 0 15px
}

.color-mode p {
    color: #cfcfcf;
    padding: 0 15px;
    font-size: 15px
}

.color-mode ul {
    list-style: none;
    padding: 4px 11px 5px
}

.color-mode li {
    width: 20px;
    height: 30px;
    margin: 0 4px;
    cursor: pointer;
    list-style: none;
    border: solid 1px #707070
}

.color-mode li.current,
.color-mode li:hover {
    border: solid 2px #ebebeb;
    margin: 0 3px
}

.color-mode li.color-black {
    background: #333438
}

.color-mode li.color-blue {
    background: #124f94
}

.color-mode li.color-brown {
    background: #623f18
}

.color-mode li.color-purple {
    background: #701584
}

.color-mode li.color-white {
    background: #fff
}

.color-mode label {
    color: #cfcfcf;
    padding-top: 12px;
    text-transform: uppercase;
    border-top: 1px solid #585858
}

.color-mode label span.color-mode-label {
    top: 2px;
    position: relative
}

.external-event {
    display: inline-block !important;
    cursor: move;
    margin-bottom: 5px !important;
    margin-right: 5px !important
}

.portlet .event-form-title {
    font-size: 14px;
    margin-top: -8px;
    font-weight: 400;
    margin-bottom: 0
}

.portlet.calendar .fc-event-time {
    color: #fff;
    font-size: 13px;
    font-weight: 300 !important
}

.portlet.calendar .fc-event-title {
    color: #fff;
    font-size: 13px;
    font-weight: 300 !important
}

.portlet.calendar .fc-event-skin {
    border: 0 !important;
    background-color: #69a4e0 !important
}

.portlet.calendar .fc-button-content {
    color: #fff
}

.portlet.calendar .fc-button {
    top: -48px
}

.portlet.calendar .fc-state-active .fc-button-content,
.portlet.calendar .fc-state-hover .fc-button-content {
    color: #666
}

.portlet.calendar .fc-state-active,
.portlet.calendar .fc-state-hover {
    background-color: #fff !important
}

.portlet.calendar .fc-state-disabled .fc-button-content {
    color: #ddd
}

.portlet.calendar .fc-button-next,
.portlet.calendar .fc-button-prev {
/*    font-family: Arial !important*/
    font-family: "Poppins", sans-serif !important;
}

.portlet.calendar .fc-header-title h2 {
    font-size: 14px !important;
    line-height: 20px;
    font-weight: 400;
    color: #111
}

.portlet.calendar .fc-widget-header {
    background-image: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    background-color: #eee !important;
    text-transform: uppercase;
    font-color: #000;
    font-weight: 300
}

.portlet.calendar .mobile .fc-button {
    margin-right: 2px !important
}

.portlet.calendar .mobile .fc-button .fc-button-inner {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background-color: #ddd !important;
    background-image: none;
    box-shadow: none !important;
    border-radius: 0 !important;
    color: #000 !important;
    border: none !important;
    text-shadow: none !important;
    text-align: center
}

.portlet.calendar .mobile .fc-button-content {
    color: #000 !important
}

.portlet.calendar .mobile .fc-state-active .fc-button-content,
.portlet.calendar .mobile .fc-state-hover .fc-button-content {
    background-color: #eee !important
}

.portlet.calendar .mobile .fc-state-active,
.portlet.calendar .mobile .fc-state-hover {
    color: #fff !important
}

.portlet.calendar .mobile .fc-state-disabled .fc-button-content {
    color: #bbb !important
}

.portlet.calendar .mobile .fc-header-left {
    position: absolute;
    z-index: 10
}

.portlet.calendar .mobile .fc-header-right {
    position: absolute;
    z-index: 9
}

.portlet.calendar .mobile .fc-header-left .fc-button {
    top: -2px !important
}

.portlet.calendar .mobile .fc-header-right {
    position: relative;
    left: 0
}

.portlet.calendar .mobile .fc-header-right .fc-button {
    top: 35px !important
}

.portlet.calendar .mobile .fc-header-right .fc-button:last-child {
    margin-right: 0 !important
}

.portlet.calendar .mobile .fc-content {
    margin-top: 53px
}

.form-wizard .progress {
    margin-bottom: 30px
}

.form-wizard .steps {
    padding: 10px 0;
    margin-bottom: 15px
}

.form-wizard .steps .navbar-inner {
    background-color: #fff !important;
    background-image: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    border: 0;
    box-shadow: none !important
}

.form-wizard .steps .navbar-inner li a {
    background-color: #fff !important;
    background-image: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    border: 0;
    box-shadow: none !important
}

.form-wizard .step:hover {
    text-decoration: none
}

.form-wizard .step .number {
    background-color: #eee;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    padding: 12px 15px 12px 15px !important;
    margin-right: 10px;
    border-radius: 50% !important
}

.form-wizard .step .desc {
    display: inline-block;
    font-size: 14px;
    font-weight: 300
}

.form-wizard .active .step .number {
    background-color: #3ecf8e;
    color: #fff
}

.form-wizard .active .step .desc {
    font-weight: 400
}

.form-wizard .step i {
    display: none
}

.form-wizard .done .step .number {
    background-color: #f2ae43;
    color: #fff
}

.form-wizard .done .step .desc {
    font-weight: 400
}

.form-wizard .done .step i {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    display: inline-block
}

.gmaps {
    height: 300px;
    width: 100%
}

.gmaps img {
    max-width: none
}

#gmap_static div {
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    height: 100%;
    display: block;
    height: 300px
}

#gmap_routes_instructions {
    margin-top: 10px;
    margin-bottom: 0
}

.pricing-table {
    border: 3px solid transparent;
    padding: 10px;
    background-color: #f1f2f2
}

.pricing-table:hover {
    border-color: #0099e5
}

.pricing-table h3 {
    margin-left: -2px;
    padding-left: 0;
    font-size: 26px;
    margin-bottom: 5px;
    line-height: 26px;
    color: #111;
    margin-top: 0
}

.pricing-table .desc {
    margin-bottom: 10px;
    padding-bottom: 15px;
    color: #666;
    border-bottom: 1px solid #ddd
}

.pricing-table ul {
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    list-style: none
}

.pricing-table ul li {
    padding: 6px 0;
    padding-left: 11px;
    font-size: 13px;
    line-height: 13px;
    color: #666
}

.pricing-table ul li i {
    position: absolute;
    margin-right: 0;
    margin-top: -2px;
    margin-left: -17px;
    color: #3ecf8e;
    font-size: 16px
}

.pricing-table .rate {
    border-top: 1px solid #ddd;
    margin-bottom: 10px;
    padding-top: 15px;
    clear: both
}

.pricing-table.selected .rate {
    border-top-color: #fff
}

.pricing-table .rate:after,
.pricing-table .rate:before {
    display: table;
    line-height: 0;
    content: ""
}

.pricing-table .rate:after {
    clear: both
}

.pricing-table .rate .price {
    display: inline-block;
    float: left;
    clear: both
}

.pricing-table .rate .btn {
    margin-top: 3px;
    float: right;
    display: block
}

.pricing-table .rate .price .currency {
    padding-top: 4px;
    float: left;
    width: 50px;
    text-align: right;
    font-size: 13px;
    line-height: 14px;
    font-weight: 300;
    margin-right: 2px
}

.pricing-table .rate .price .amount {
    padding-top: 4px;
    letter-spacing: -3px;
    float: left;
    text-align: right;
    font-size: 36px;
    line-height: 30px;
    font-weight: 300
}

.pricing-table.selected {
    background-color: #0099e5
}

.pricing-table.selected:hover {
    border-color: #ddd
}

.pricing-table.selected .desc {
    border-bottom-color: #fff
}

.pricing-table.selected .desc,
.pricing-table.selected .rate,
.pricing-table.selected h3,
.pricing-table.selected ul li,
.pricing-table.selected ul li i {
    color: #fff
}

.pricing-table2 {
    border: 3px solid transparent;
    padding: 10px;
    background-color: #f1f2f2
}

.pricing-table2:hover {
    border-color: #0099e5
}

.pricing-table2 h3 {
    margin-left: -2px;
    padding-left: 0;
    font-size: 26px;
    margin-bottom: 5px;
    line-height: 26px;
    margin-top: 0;
    color: #111
}

.pricing-table2 .desc {
    margin-bottom: 10px;
    padding-bottom: 0;
    color: #666
}

.pricing-table2 ul {
    margin: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none
}

.pricing-table2 ul li {
    padding: 6px 0;
    padding-left: 11px;
    font-size: 13px;
    line-height: 13px;
    color: #666
}

.pricing-table2 ul li i {
    position: absolute;
    margin-right: 0;
    margin-top: -2px;
    margin-left: -17px;
    color: #3ecf8e;
    font-size: 16px
}

.pricing-table2 .rate {
    margin-bottom: 10px;
    padding: 15px 15px;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #3ecf8e;
    color: #fff;
    clear: both
}

.pricing-table2.selected .rate {
    border-top-color: #fff
}

.pricing-table2 .rate:after,
.pricing-table2 .rate:before {
    display: table;
    line-height: 0;
    content: ""
}

.pricing-table2 .rate:after {
    clear: both
}

.pricing-table2 .rate .price {
    display: inline-block;
    float: left;
    clear: both
}

.pricing-table2 .rate .btn {
    margin-top: 3px;
    float: right;
    display: block
}

.pricing-table2 .rate .price .currency {
    padding-top: 4px;
    float: left;
    width: 50px;
    text-align: right;
    font-size: 13px;
    line-height: 14px;
    font-weight: 300
}

.pricing-table2 .rate .price .amount {
    padding-top: 4px;
    float: left;
    text-align: right;
    font-size: 36px;
    line-height: 30px;
    font-weight: 300
}

.pricing-table2.selected {
    background-color: #0099e5
}

.pricing-table2.selected .rate {
    background-color: #ffb848
}

.pricing-table2.selected:hover {
    border-color: #ddd
}

.pricing-table2.selected .desc {
    border-bottom-color: #fff
}

.pricing-table2.selected .desc,
.pricing-table2.selected .rate .amount,
.pricing-table2.selected .rate .currency,
.pricing-table2.selected h3,
.pricing-table2.selected ul li,
.pricing-table2.selected ul li i {
    color: #fff !important
}

.login {
    background-color: #444 !important
}

.login .logo {
    width: 247px;
    margin: 0 auto;
    margin-top: 60px;
    padding: 15px;
    text-align: center
}

.login .content {
    background-color: #fff;
    width: 291px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px
}

.login .content .forget-form,
.login .content .login-form {
    padding: 0;
    margin: 0
}

.login .content .m-wrap {
    width: 249px
}

.login .content .control-group {
    margin-bottom: 20px !important
}

.login .content .input-icon .m-wrap {
    margin: 0 !important
}

.login .content .forget-form {
    display: none
}

.login .content .register-form {
    display: none
}

.login .content .form-title {
    font-weight: 300;
    margin-bottom: 25px
}

.login .content .form-actions {
    background-color: #fff;
    clear: both;
    border: 0;
    border-bottom: 1px solid #eee;
    padding: 0 30px 25px 30px;
    margin-left: -30px;
    margin-right: -30px
}

.login .content .forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px
}

.login .content .register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.login .content .form-actions .checkbox {
    margin-top: 8px;
    display: inline-block
}

.login .content .form-actions .btn {
    margin-top: 1px
}

.login .content .forget-password {
    margin-top: 25px
}

.login .content .create-account {
    border-top: 1px dotted #eee;
    padding-top: 10px;
    margin-top: 15px
}

.login .content .create-account a {
    display: inline-block;
    margin-top: 5px
}

.login .copyright {
    text-align: center;
    width: 250px;
    margin: 0 auto;
    padding: 10px 10px 0 10px;
    color: #999;
    font-size: 11px
}

.page-404 .number {
    letter-spacing: -10px;
    margin-top: 0;
    line-height: 158px;
    font-size: 158px;
    font-weight: 300;
    color: #7bbbd6;
    text-align: right
}

.page-500 .number {
    letter-spacing: -10px;
    margin-top: 0;
    line-height: 158px;
    font-size: 158px;
    font-weight: 300;
    color: #ec8c8c;
    text-align: right
}

.page-500 .details {
    padding-top: 20px
}

.profile {
    position: relative
}

.profile p {
    color: #636363;
    font-size: 13px
}

.profile p a {
    color: #169ef4
}

.profile label {
    margin-top: 10px
}

.profile label:first-child {
    margin-top: 0
}

.profile-classic .span2 {
    position: relative
}

.profile-classic .span2 a {
    top: 0;
    right: 0;
    margin: 0;
    color: #fff;
    opacity: .6;
    padding: 0 9px;
    font-size: 11px;
    background: #000;
    position: absolute;
    filter: alpha(opacity=60)
}

.profile-classic .span2 img {
    margin-bottom: 15px
}

.profile-classic li {
    padding: 8px 0;
    font-size: 13px;
    border-top: solid 1px #f5f5f5
}

.profile-classic li:first-child {
    border-top: none
}

.profile-classic li span {
    color: #666;
    font-size: 13px;
    margin-right: 7px
}

.profile .tabbable-custom>.tab-content {
    padding: 27px 0;
    border-left: none;
    border-right: none;
    border-bottom: none
}

.profile .tabbable-custom .nav-tabs>li>a {
    color: #424242;
    font-size: 15px;
    padding: 9px 15px
}

.profile .tabbable-custom.tabbable-custom-profile .nav-tabs>li>a {
    padding: 6px 12px
}

.profile ul.profile-nav {
    margin-bottom: 30px
}

.profile ul.profile-nav li {
    position: relative
}

.profile ul.profile-nav li a {
    color: #557386;
    display: block;
    font-size: 14px;
    padding: 8px 10px;
    margin-bottom: 1px;
    background: #f0f6fa;
    border-left: solid 2px #c4d5df
}

.profile ul.profile-nav li a:hover {
    color: #169ef4;
    background: #ecf5fb;
    text-decoration: none;
    border-left: solid 2px #169ef4
}

.profile ul.profile-nav li a.profile-edit {
    top: 0;
    right: 0;
    margin: 0;
    color: #fff;
    opacity: .6;
    border: none;
    padding: 0 9px;
    font-size: 11px;
    background: #000;
    position: absolute;
    filter: alpha(opacity=60)
}

.profile ul.profile-nav li a.profile-edit:hover {
    text-decoration: underline
}

.profile ul.profile-nav a span {
    top: 0;
    right: 0;
    color: #fff;
    font-size: 20px;
    padding: 8px 13px;
    position: absolute;
    background: #169ef4
}

.profile ul.profile-nav a:hover span {
    background: #0b94ea
}

.profile-info h1 {
    color: #383839;
    font-size: 24px;
    font-weight: 400;
    margin: -11px 0 10px 0
}

.profile-info ul {
    margin-bottom: 15px
}

.profile-info li {
    color: #6b6b6b;
    font-size: 13px;
    margin-right: 15px;
    margin-bottom: 5px;
    padding: 0 !important
}

.profile-info li i {
    color: #b5c1c9;
    font-size: 15px
}

.profile-info li:hover i {
    color: #169ef4
}

.sale-summary ul {
    margin-top: -12px
}

.sale-summary li {
    padding-top: 10px;
    overflow: hidden
}

.sale-summary li:first-child {
    border-top: none
}

.sale-summary li .sale-info {
    color: #646464;
    font-size: 14px;
    text-transform: capitalize
}

.sale-summary li .sale-num {
    float: right;
    color: #3ecf8e;
    font-size: 14px
}

.sale-summary li span i {
    top: 1px;
    width: 13px;
    height: 14px;
    margin-left: 3px;
    position: relative;
    display: inline-block
}

.sale-summary li i.icon-img-up {
    background: url(../img/icon-img-up.png) no-repeat !important
}

.sale-summary li i.icon-img-down {
    background: url(../img/icon-img-down.png) no-repeat !important
}

.sale-summary .portlet-title h4 {
    color: #383839;
    font-size: 18px
}

.sale-summary .portlet-title {
    border-color: #c9c9c9
}

.profile .table-advance thead tr th {
    background: #f0f6fa
}

.profile .table-bordered,
.profile .table-bordered td,
.profile .table-bordered th {
    border-color: #e5eff6
}

.profile .table-striped tbody>tr:nth-child(2n+1)>td,
.profile .table-striped tbody>tr:nth-child(2n+1)>th {
    background: #fcfcfc
}

.profile .table-hover tbody tr:hover td,
.profile .table-hover tbody tr:hover th {
    background: #f5fafd
}

.add-portfolio {
    overflow: hidden;
    margin-bottom: 30px;
    background: #f0f6fa
}

.add-portfolio .pull-left,
.add-portfolio .pull-right {
    padding: 12px 14px
}

.add-portfolio .pull-left {
    color: #555d69;
    font-size: 20px
}

.add-portfolio .pull-left span {
    top: 8px;
    position: relative
}

.add-portfolio .pull-right i {
    margin-left: 5px
}

.portfolio-block {
    background: #f7f7f7;
    margin-bottom: 15px
}

.portfolio-block .span5 {
    overflow: hidden
}

.portfolio-text {
    overflow: hidden
}

.portfolio-text img {
    float: left;
    margin-right: 15px
}

.portfolio-text a {
    margin-left: 3px;
    margin-top: 3px
}

.portfolio-text .portfolio-text-info {
    overflow: hidden
}

.portfolio-btn a {
    display: block;
    padding: 28px 0;
    background: #ddd !important
}

.portfolio-btn a:hover {
    background: #1d943b !important
}

.portfolio-btn span {
    color: #fff;
    font-size: 22px;
    font-weight: 200
}

.portfolio-info {
    float: left;
    color: #616161;
    font-size: 12px;
    padding: 12px 25px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.portfolio-info span {
    color: #16a1f2;
    display: block;
    font-size: 30px;
    margin-top: 5px;
    font-weight: 200;
    text-transform: uppercase
}

.profile-settings {
    background: #f4f5f8;
    padding: 15px 8px 0;
    margin-bottom: 5px
}

.profile-settings p {
    padding-left: 5px;
    margin-bottom: 3px
}

.profile-settings .controls>.checkbox,
.profile-settings .controls>.radio {
    font-size: 12px;
    margin-top: 2px !important
}

.search-forms {
    margin-bottom: 30px;
    background: #f0f6fa
}

.search-default form {
    margin-bottom: 0;
    padding: 12px 14px
}

.search-default .chat-form {
    margin: 0;
    padding: 0;
    background: 0 0;
    overflow: hidden;
    position: relative
}

.search-default .chat-form button {
    top: 0;
    right: 0;
    position: absolute
}

.search-default .chat-form .input-cont {
    margin-right: 108px
}

.search-default .chat-form .input-cont input:focus {
    border: 1px solid #3ecf8e !important
}

.search-result {
    background: #f4f5f8
}

.search-result .portfolio-text img {
    border-left: solid 3px #169ef4
}

.search-result .portfolio-text h4 {
    color: #555d69;
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px
}

.search-result .portfolio-info {
    padding: 12px 20px
}

.search-result .portfolio-info span {
    font-size: 28px
}

.search-result .portfolio-info span em {
    font-size: 24px;
    font-style: normal;
    text-transform: none
}

.search-result .search-btn {
    text-align: center;
    background: #f3f3f3;
    padding: 30px 10px 14px
}

.search-result .search-btn p {
    color: #9c9c9c;
    font-size: 22px
}

.search-result .search-btn p em {
    color: #ffa801;
    font-size: 34px;
    font-style: normal
}

.search-result .search-btn a {
    font-size: 18px;
    padding: 6px 20px;
    text-transform: uppercase
}

.search-classic {
    margin-bottom: 30px
}

.search-classic h4 {
    margin-bottom: 3px
}

.overflow-hidden {
    overflow: hidden
}

.invoice table {
    margin: 10px 0 44px
}

.invoice .invoice-logo {
    margin-bottom: 20px
}

.invoice .invoice-logo p {
    padding: 5px 0;
    font-size: 26px;
    line-height: 28px
}

.invoice .invoice-logo p span {
    display: block;
    font-size: 14px
}

.invoice .invoice-logo-space {
    margin-bottom: 15px
}

.invoice .invoice-payment strong {
    margin-right: 5px
}

.invoice .invoice-block {
    text-align: right
}

.scroller {
    padding: 0 !important;
    margin: 0 !important;
    padding-right: 12px !important
}

.portlet-body .slimScrollBar {
    margin-right: 0 !important
}

.jqvmap-zoomin {
    background-color: #666 !important
}

.jqvmap-zoomout {
    background-color: #666 !important
}

.vmaps {
    position: relative;
    overflow: hidden;
    height: 300px
}

.daterangepicker td {
    text-shadow: none !important
}

.daterangepicker td.active {
    background-color: #0099e5 !important;
    background-image: none !important;
    -webkit-filter: none !important;
    filter: none !important
}

.daterangepicker th {
    font-weight: 400;
    font-size: 14px
}

.toggle-button,
.toggle-button label {
    background-image: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border: 1px solid #eee !important
}

.toggle-button span.danger,
.toggle-button span.info,
.toggle-button span.labelLeft,
.toggle-button span.labelRight,
.toggle-button span.primary,
.toggle-button span.success,
.toggle-button span.warning {
    font-size: 13px !important;
    font-weight: 300 !important;
    background-image: none !important;
    -webkit-filter: none !important;
    filter: none !important
}

.toggle-button span.labelRight {
    background-color: #eee
}

.chzn-controls {
    margin-bottom: -4px !important
}

.chzn-controls .help-inline {
    display: inline-block;
    margin-top: 6px
}

.chzn-container {
    display: block;
    margin: 0;
    padding: 0 !important;
    box-shadow: none !important
}

.chzn-container-single {
    margin: 0 !important;
    padding: 0 !important
}

.controls .chzn-container-single {
    float: left
}

.chzn-container-single .chzn-single {
    box-shadow: none !important;
    background-image: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    height: 31px !important;
    border-color: #e5e5e5;
    margin: 0 !important
}

.error .chzn-container-single .chzn-single {
    border-color: #ff6886
}

.error .chzn-container-single .chzn-single span {
    color: #ff6886
}

.success .chzn-container-single .chzn-single {
    border-color: #468847
}

.success .chzn-container-single .chzn-single span {
    color: #468847
}

.chzn-container-single .chzn-single>span {
    margin-top: 1px
}

.chzn-container-single .chzn-single>abr {
    margin-top: 3px
}

.chzn-container-single .chzn-search input:active,
.chzn-container-single .chzn-search input:focus {
    border: 1px solid #000 !important;
    box-shadow: none !important
}

.chzn-container .chzn-choices li.search-choice {
    background-image: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    text-shadow: none !important;
    background-color: #eee !important;
    border: 0 !important
}

.chzn-container .chzn-results .highlighted {
    background-image: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    background-color: #eee !important;
    color: #111 !important
}

.chzn-container-multi .chzn-choices {
    background-image: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    box-shadow: none !important;
    border-color: #e5e5e5 !important;
    padding: 2px 1px 1px 1px !important
}

.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
    background-image: none !important;
    -webkit-filter: none !important;
    filter: none !important
}

.chzn-x-multi .chzn-choices {
    box-shadow: none !important
}

.chzn-container .group-result {
    color: #333 !important;
    font-size: 16px !important;
    font-weight: 400 !important
}

.fileupload .btn {
    cursor: pointer
}

.btn-file>input {
    width: 250% !important;
    left: -93px;
    height: 35px;
    font-size: 14px;
    line-height: 18px;
    transform: none;
    -webkit-transform: none
}

.thumbnail {
    box-shadow: none
}

.fileupload .btn {
    padding: 8px 12px !important;
    margin: 0;
    box-shadow: none;
    height: 35px;
    box-sizing: border-box
}

.fileupload .uneditable-input {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: text;
    height: 35px
}

.fileupload-exists {
    padding: 0
}

.fileupload .fileupload-preview {
    background-color: #fff !important;
    background-image: none !important;
    -webkit-filter: none !important;
    filter: none !important
}

.fileupload .close {
    position: relative;
    top: 0 !important
}

.clockface .cell .inner.active,
.clockface .cell .outer.active {
    background-image: none !important;
    -webkit-filter: none !important;
    filter: none !important
}

.wysihtml5-toolbar li {
    margin: 0;
    height: 29px
}

.wysihtml5-toolbar li .dropdown-menu {
    margin-top: 5px
}

.cke_bottom,
.cke_dialog,
.cke_dialog_footer,
.cke_dialog_title,
.cke_inner,
.cke_reset,
.cke_top {
    background-image: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important
}

.cke_dialog_tab,
.cke_dialog_ui_button {
    background-image: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    box-shadow: none !important;
    text-shadow: none !important
}

.cke_dialog_tab:hover,
.cke_dialog_ui_button:hover {
    text-decoration: none;
    text-shadow: none !important
}

.cke_dialog_ui_input_text {
    background-image: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    box-shadow: none !important
}

.cke_button,
.cke_combo_button,
.cke_toolbar,
.cke_toolgroup {
    background-image: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    border: 0 !important;
    box-shadow: none !important
}

.cke_button,
.cke_combo_button,
.cke_hc.cke_panel_listItem a,
.cke_panel_grouptitle {
    background-image: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    text-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important
}

.cke_button:hover,
.cke_combo_button:hover {
    background-color: #ddd
}

.cke_toolbar_break {
    background-image: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    border: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important
}

div.tagsinput {
    height: 40px !important;
    margin: 0 !important;
    padding: 5px !important;
    overflow: auto !important
}

div.tagsinput span.tag {
    background: #aaa !important;
    color: #fff !important;
    border: 0 !important;
    padding: 3px 6px !important;
    border-radius: 0 !important;
    margin-bottom: 4px !important
}

div.tagsinput input {
    padding: 3px 6px !important
}

div.tagsinput span.tag a {
    color: #fff !important
}

div.tagsinput .not_valid {
    color: #fff !important;
    padding: 3px 6px !important;
    background-color: #ff6886 !important
}

.dataTable {
    clear: both;
    margin-top: 4px
}

.dataTables_filter label {
    line-height: 32px !important
}

.gritter-close {
    left: auto !important;
    right: 3px !important
}

.carousel-inner .item {
    line-height: 20px
}

.glyphicons-demo {
    text-align: center
}

.glyphicons-demo .glyphicons {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 150px;
    font-size: 14px;
    line-height: 48px;
    margin-right: 20px;
    color: #999;
    text-align: left
}

.glyphicons-demo .glyphicons i:before {
    line-height: 55px !important;
    color: #666
}

.halfings-demo .white-content {
    margin: 0 -20px 0 -20px;
    padding: 20px;
    background: #000;
    background: rgba(0, 0, 0, .9)
}

.halfings-demo .white-content *,
.halfings-demo .white-content a,
.halfings-demo .white-content p {
    color: #fff
}

.halfings-demo h2 {
    text-align: left
}

.halfings-demo a,
.halfings-demo p {
    width: 175px;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    display: inline-block;
    margin-right: 10px
}

.halfings-demo .halflings,
.halfings-demo .halflings-icon {
    margin: 0 5px 0 0
}

.table.sliders td {
    padding: 15px 10px !important
}

.table.sliders .slider {
    margin-top: 4px
}

.table.sliders .slider-value {
    padding-top: 5px;
    font-weight: 400
}

.table.sliders .slider-vertical-value {
    padding-bottom: 5px;
    font-weight: 400
}

.slider {
    border: 0 !important
}

.ui-slider-handle,
.ui-slider-vertical {
    -webkit-filter: none !important;
    filter: none !important;
    background-image: none !important
}

.slider-eq>span {
    height: 125px;
    float: left;
    margin: 15px
}

.dropzone {
    webkit-border-radius: 0 !important;
    border-radius: 0 !important
}

.tree {
    margin: 0;
    padding: 0
}

.tree a {
    padding: 2px 3px 3px 3px;
    display: block !important;
    line-height: 16px !important
}

.tree a:hover {
    text-decoration: none;
    background-color: #eee
}

.tree a.tree-toggle,
.tree a.tree-toggle-icon-only {
    background-position: 2px -20px
}

.tree a.tree-toggle-icon-only.closed,
.tree a.tree-toggle.closed {
    background-position: 2px 3px
}

.mb-0 {
    margin: 0
}

.mt-100 {
    margin-top: 100px
}

.mt-50 {
    margin-top: 50px
}

.mt-30 {
    margin-top: 30px
}

.mt-20 {
    margin-top: 20px
}

.mt-10 {
    margin-top: 10px !important
}

.pl-0 {
    padding-left: 0 !important
}

.pl-5 {
    padding-left: 5px !important
}

.pl-16 {
    padding-left: 16px !important
}

.bg-kekurangan {
    background: #e0f2ff;
    padding: 5px 20px;
    border: 1px solid #77c7e6
}

.form-data-transfer>div>div>div>input {
    background: #fff !important
}

#Payment_bukti_image {
    background: #fff !important
}

#Payment_CATATAN {
    width: 300px
}

.fileupload-new .uneditable-input {
    background: #fff
}

.form-data-pembayaran>div>div>div>div>div>input,
.form-data-pembayaran>div>div>div>div>div>span>input,
.form-data-pembayaran>div>div>div>div>input {
    background: #fff !important
}

.form-data-kekurangan input {
    background: #fff !important
}

.mt-7 {
    margin-top: 7px
}

hr.pembayaran {
    margin: 10px 0;
    border: 0;
    border-top: 1px solid #9effb0
}

.text-center {
    text-align: center !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.form-noborder {
    border: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    background-color: #fff !important
}

.removeitem {
    cursor: pointer
}

.bold {
    font-weight: 700
}

.pr-30 {
    padding-right: 30px !important
}

#photoBox {
    width: 220px;
    margin: 5px;
    position: relative
}

#photoTake {
    height: 200px
}

#photoResult {
    margin: 5px 0;
    background: #f6f6f6;
    width: 210px
}

.photobooth>ul>li {
    list-style: none
}

#list_jamaah {
    margin-top: 20px
}

#list_akun {
    margin-top: 20px
}

#list_jamaah>ul>div {
    margin-bottom: 7px
}

.errorSummary {
    color: #ff6886;
    background-color: #f2dede;
    border-color: #eed3d7;
    padding: 10px;
    margin-bottom: 20px
}

.sms-textarea {
    width: 350px !important;
    height: 100px !important
}

ol.sms-detail-ol {
    padding: 0;
    counter-reset: item
}

ol.sms-detail-ol>li {
    margin: 0;
    padding: 0 0 0 2em;
    text-indent: -2em;
    list-style-type: none;
    counter-increment: item
}

ol.sms-detail-ol>li:before {
    display: inline-block;
    width: 1.5em;
    padding-right: .5em;
    font-weight: 700;
    text-align: right;
    content: counter(item) "."
}

.small-70 {
    font-size: 70%
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

.currentcy-select {
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer
}

.checkbox-controls label {
    display: inline;
    line-height: 35px
}

.form-horizontal .modal-form .control-label {
    text-align: left
}

.form-horizontal .modal-form .controls {
    margin-left: 0
}

.search-form {
    background-color: #f4f6f8;
    border: 1px solid #ebe8f3
}

.search-form {
    margin-bottom: 16px;
    border-radius: 4px !important;
    padding: 12px 16px
}

.search-form .form-actions {
    margin-top: 7px !important
}

.input-append .add-on:last-child,
.input-append .btn-group:last-child>.dropdown-toggle,
.input-append .btn:last-child {
    border-radius: 0 4px 4px 0 !important;
    color: #525f7f
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child,
.input-prepend .btn:first-child>.dropdown-toggle {
    border-radius: 4px 0 0 4px !important;
    color: #525f7f
}

.table-row.error {
    background-color: #f36969;
    color: #fff
}

.table-row.error:hover {
    background-color: #f36969
}

.whole-detail-container ul {
    margin: 0
}

.whole-detail-container li {
    list-style: none;
    margin-bottom: 10px
}

.whole-content.recieved {
    border-left: 2px solid #555
}

.whole-content {
    border: 2px solid;
    padding: 10px
}

.whole-content.recieved {
    border-color: #555
}

.whole-content.review {
    border-color: #999
}

.whole-content.process {
    border-color: #ffb848
}

.whole-content.success {
    border-color: #3ecf8e
}

.whole-content.failed {
    border-color: #ff6886
}

.whole-content li {
    list-style: decimal;
    margin-bottom: 0
}

.whole-point {
    padding: 10px 15px
}

.whole-point.done {
    padding: 10px 15px;
    color: #fff
}

.whole-point.done .btn {
    margin-top: -5px
}

.whole-point.recieved {
    border: solid 2px #555
}

.whole-point.recieved.done {
    background-color: #555
}

.whole-point.review {
    border: solid 2px #999
}

.whole-point.review.done {
    background-color: #999
}

.whole-point.process {
    border: solid 2px #ffb848
}

.whole-point.process.done {
    background-color: #ffb848
}

.whole-point.success {
    border: solid 2px #3ecf8e
}

.whole-point.success.done {
    background-color: #3ecf8e
}

.whole-point.failed {
    border: solid 2px #ff6886
}

.whole-point.failed.done {
    background-color: #ff6886
}

.whole-checkbox {
    display: inline-block;
    margin-right: 10px
}

.whole-nav {
    border-bottom: 1px solid #356fce
}

.po-disc,
.po-rate {
    width: 80%
}

.table {
    background-color: #fff;
    margin-bottom: 16px
}

.table th {
    position: relative
}

.table td,
.table th {
    line-height: 18px
}

.table-hover tbody tr:hover>td,
.table-hover tbody tr:hover>th {
    background-color: transparent
}

.table-striped tbody>tr:nth-child(odd)>td,
.table-striped tbody>tr:nth-child(odd)>th {
    background-color: #f4f6f8
}

.table-bordered td,
.table-bordered th {
    border-left: 1px solid #ebe8f3
}

.table-bordered {
    border: 1px solid #ebe8f3;
    border-left: 0;
    border-radius: 0
}

.table td,
.table th {
    border-top: 1px solid #ebe8f3
}

.circle-logo {
    display: inline-block;
    border-radius: 4px !important;
    margin-top: -5px;
    margin-bottom: -11px;
    float: left
}

.circle-logo>img {
    max-height: 36px;
    padding-right: 12px
}

.navbar-inverse .brand,
.navbar-inverse .brand:focus,
.navbar-inverse .brand:hover {
    color: #525f7f
}

.navbar-inverse .brand strong {
    float: left;
    margin-top: -4px;
    margin-bottom: -11px;
    line-height: 18px;
    font-weight: 700
}

.navbar-inverse .brand small {
    font-size: 14px;
    font-weight: 600
}

.dropdown-menu li>a i {
    margin-right: 5px
}

.form-horizontal .form-actions {
    padding-left: 0
}

.text-info {
    color: #0099e5
}

.text-error {
    color: #ff6886
}

.text-success {
    color: #3ecf8e
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #525f7f !important
}

.nav-tabs>.active>a,
.nav-tabs>.active>a:focus,
.nav-tabs>.active>a:hover,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #0099e5
}

.nav {
    margin-bottom: 12px
}

.nav-tabs>li>a {
    color: #525f7f;
    border: none;
    padding: 8px 16px
}

.thumbnail {
    padding: 0;
    border: none;
    border-radius: 4px !important
}

.nav-list>.active>a,
.nav-list>.active>a:focus,
.nav-list>.active>a:hover {
    background-color: #0099e5;
    border-radius: 4px
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: inherit
}

.toggle-button span.success {
    background-color: #3ecf8e !important
}

.toggle-button span.primary {
    background-color: #0099e5 !important
}

.toggle-button span.warning {
    background-color: #ffb848 !important
}

.toggle-button span.danger {
    background-color: #ff6886 !important
}

.chzn-container-single .chzn-single {
    border-radius: 4px !important
}

.modal {
    border-radius: 4px !important
}

.modal-footer .btn {
    margin-bottom: 0
}

.modal-footer {
    border-radius: 0 0 4px 4px;
    box-shadow: none;
    border-top: 1px solid #eee;
    text-align: left;
    background-color: #fff
}

.modal-header {
    padding: 12px 16px
}

.modal-header h3,
.modal-header h4 {
    font-size: 18px;
    line-height: 22px;
    margin: 0
}

.table-report {
    height: 500px;
    width: 1000px
}

.table-report table td,
.table-report table th {
    white-space: nowrap
}

.heading h6 {
    margin: 0
}

.alert-block {
    padding: 8px 20px
}

.alert {
    margin-bottom: 16px
}

.boxed-theme {
    display: -webkit-box;
    display: flex;
    max-width: 1355px;
    min-width: 1210px;
    margin-left: auto !important;
    margin-right: auto !important;
    background-color: #f2f6f8
}

div.dataTables_info {
    padding: 0
}

.tooltip-inner {
    border-radius: 4px !important;
    font-size: 12px;
    line-height: 18px;
    box-shadow: 0 2px 3px 0 rgba(69, 65, 78, .2)
}

.blockUI.blockOverlay {
    background-color: #fff !important;
    opacity: .3 !important
}

.control-group.error .checkbox,
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    color: #ff6886;
    border-color: #ff6886
}

.table-bordered tbody:first-child tr:first-child>td:first-child,
.table-bordered tbody:first-child tr:first-child>th:first-child,
.table-bordered tbody:last-child tr:last-child>td:first-child,
.table-bordered tbody:last-child tr:last-child>th:first-child,
.table-bordered tfoot:last-child tr:last-child>td:first-child,
.table-bordered tfoot:last-child tr:last-child>th:first-child,
.table-bordered thead:first-child tr:first-child>th:first-child,
.table-bordered thead:last-child tr:last-child>th:first-child {
    border-radius: 0 !important
}

.help-inline {
    padding-left: 0
}

@media print {
    .no-print,
    .no-print * {
        display: none !important
    }
}

.fileupload .thumbnail>img {
    display: block;
    max-height: inherit
}

.view-upload p {
    display: inline-block;
    padding-top: 0 !important
}

.blured {
    -webkit-filter: blur(.1rem);
    -moz-filter: blur(.1rem);
    -o-filter: blur(.1rem);
    -ms-filter: blur(.1rem);
    filter: blur(.1rem);
    background-color: inherit;
    pointer-events: none
}

.info-not-ihram {
    position: absolute;
    top: 82px;
    text-align: center;
    background: #3e4248e3;
    color: #c1c4c7;
    padding: 14px;
    border-radius: 4px;
    left: 27%;
    box-shadow: 0 0 7px 0 #53575c
}

.box-search-result {
    position: absolute;
    background: #fff;
    min-width: 180px;
    right: 0;
    border: 1px solid #ebe8f3;
    padding: 8px 12px;
    border-radius: 4px;
    list-style: none;
    display: none;
    max-height: 300px;
    overflow: auto
}

.box-search-result li {
    padding: 4px 0
}

.progress,
.progress .bar {
    margin-bottom: 4px;
    height: inherit;
    color: #fff;
    box-shadow: none;
    background-color: #bababa;
    background-image: none;
    position: relative
}

.progress-bar {
    width: 21%;
    background-color: #0099e5
}

.progress .progress-label {
    position: absolute;
    top: 0;
    left: 41%;
    right: auto;
    font-weight: 700
}