html, body {
    height: 100%;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    font-weight: 400;
    background: #e4e5e6
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.5
}

.icon-link {
    color: #777 !important
}

.icon-link:hover {
    opacity: 0.5
}

.icon-enabled {
    color: #04B404 !important
}

.icon-enabled:hover {
    color: #04B404;
    opacity: 0.5
}

.icon-disabled {
    color: #DF0101 !important
}

.icon-disabled:hover {
    color: #DF0101;
    opacity: 0.5
}

.icon-edit {
    color: #FFB000 !important
}

.icon-edit:hover {
    color: #FFB000;
    opacity: 0.5
}

.icon-preview {
    color: #5882FA !important
}

.icon-preview:hover {
    color: #5882FA;
    opacity: 0.5
}

.icon-delete {
    color: #DF0101 !important
}

.icon-delete:hover {
    color: #DF0101;
    opacity: 0.5
}

.icon {
    font-size: 16px
}

.list-icon-preview {
    font-size: 50px;
    color: #666
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-left: 0
}

.box {
    padding: 15px;
    background: #FFF;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.nano {
    overflow: visible
}

.nano > .nano-content {
    position: static;
}

a.calendar {
    display: block;
    border: 1px solid #CCC;
    cursor: default
}

a.calendar:hover {
    text-decoration: none
}

a.calendar .month {
    display: block;
    text-align: center;
    color: #333;
    background: #EEE;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 0;
}

a.calendar .day {
    display: block;
    background: #FFF;
    text-align: center;
    padding: 2px 0;
    font-size: 28px;
    font-weight: bold;
}

.input-group-short {
    width: 130px;
    display: inline-table;
    vertical-align: middle;
}

#wrapper-login .header-top {
    background: #272930;
    padding: 10px 15px;
    font-size: 11px;
    margin-bottom: 50px
}

#wrapper-login .header-top a {
    color: #c9d4f6
}

#wrapper-login h1 {
    margin-bottom: 20px
}

#wrapper-login .control-label {
    font-size: 12px
}

#wrapper-login .form-control {
    background: #e9eaed
}

#wrapper-login .form-control:focus {
    background: #FFF
}

#sidebar {
    width: 220px;
    position: absolute;
    left: 0;
    top: 0;
    background: #29363d;
    z-index: 102
}

#sidebar.fixed {
    position: fixed;
    height: 100%
}

#sidebar .sidebar-wrapper {
    height: 100%
}

#sidebar .sidebar-container {
    padding-bottom: 50px;
}

#logo {
    padding: 10px 0;
    display: block;
    height: 50px;
    background: #FFF;
}

#logo img {
    max-height: 60px;
    margin: 0 auto;
    width: 80%;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu > ul > li > a {
    position: relative;
    display: block;
    color: #FFF;
    padding: 14px 18px 13px 15px;
    font-size: 12px;
    font-weight: 300
}

#menu > ul > li > a:hover {
    background: #20a8d8;
    text-decoration: none
}

#menu > ul > li > a:focus {
    text-decoration: none
}

#menu > ul > li > a .nav-icon {
    margin-right: 7px;
    font-size: 14px
}

#menu > ul > li > a .nav-expand {
    float: right
}

#menu ul li ul {
    background: #1A1C20;
}

#menu ul li ul li a {
    display: block;
    font-size: 11px;
    padding: 7px 18px 7px 42px;
    background-color: #1a1c20;
    color: #c9d4f6;
}

#menu ul li ul li a:hover {
    background: #1e2025;
    text-decoration: none
}

#menu ul li ul li a:focus {
    text-decoration: none
}

#menu ul li ul li.dropdown-header {
    display: none
}

#menu ul li ul.collapse {
    visibility: visible
}

.menu-narrow #menu > ul > li > a .nav-icon {
    font-size: 17px
}

.menu-narrow #menu .parent {
}

.menu-narrow #menu .parent span {
    display: none
}

.menu-narrow #menu .parent .nav-expand {
    position: absolute;
    top: 17px;
    opacity: 0.3;
    right: 10px
}

.menu-narrow #menu .parent:hover .nav-expand {
    opacity: 1.0
}

.menu-narrow #menu ul li:hover ul {
    display: block !important;
}

.menu-narrow #menu ul li ul {
    min-width: 190px;
    position: absolute;
    left: 55px;
    top: 0;
    display: none;
    border-left: 10px solid #272930;
    margin-left: -10px;
    z-index: 1;
}

.menu-narrow #menu ul li.parent:hover ul {
    display: block
}

.menu-narrow #menu ul li ul li a {
    font-size: 12px;
    padding: 7px 18px 7px 28px
}

.menu-narrow #menu ul li ul li a span {
    display: block !important
}

.menu-narrow #menu ul li ul li.dropdown-header span {
    display: inline !important
}

.menu-narrow #menu ul li ul li.dropdown-header {
    padding: 7px 18px 7px 10px;
    font-size: 13px;
    color: #EEE;
    display: block
}

.menu-narrow #menu ul li ul li.dropdown-header .fa {
    margin-right: 2px
}

.menu-narrow #sidebar {
    width: 55px
}

.menu-narrow #header {
    padding-left: 55px
}

.menu-narrow #content {
    margin-left: 55px
}

.menu-narrow #logo {
    display: none
}

#header {
    height: 50px;
    background: #FFF;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .05), 0 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05), 0 1px 0 rgba(0, 0, 0, .05);
}

#header.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 101
}

#header {
    padding-left: 220px
}

#header .menu-trigger {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}

#header .menu-trigger button {
    background: transparent;
    border: 0;
    outline: 0
}

#header .menu-trigger .icon-bar + .icon-bar {
    margin-top: 4px;
}

#header .menu-trigger .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #999
}

#header .menu-trigger button:hover .icon-bar {
    background: #333
}

#header .menu-trigger a:hover {
    color: #333
}

#header .menu-top {
    float: right;
    margin-right: -15px
}

#header .menu-top .menu {
    margin: 0;
    padding: 0;
    list-style: none
}

#header .menu-top .menu li.parent {
    float: left
}

#header .menu-top .parent > a {
    color: #555;
    display: block;
    height: 50px;
    line-height: 50px;
    border-left: 1px solid #EEE;
    padding: 0 15px
}

#header .menu-top .parent a:hover, #header .menu-top .parent.open > a {
    background: #f9f9f9;
    text-decoration: none
}

#header .menu-top .dropdown-menu {
    left: auto;
    right: -3px;
    margin-top: -1px
}

#header .menu-top .name {
    margin-right: 5px
}

#header .menu-top .dropdown-menu:after, #header .menu-top .dropdown-menu:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#header .menu-top .dropdown-menu:before {
    border-color: rgba(204, 204, 204, 0);
    border-bottom-color: #CCC;
    border-width: 7px;
    right: 14px;
}

#header .menu-top .dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFF;
    border-width: 6px;
    right: 15px;
}

#content {
    margin-left: 220px;
    left: 0;
    position: relative;
}

#content .content-wrapper {
    padding-top: 50px
}

.breadcrumb {
    background: #FFF;
    font-size: 12px;
    border-bottom: 1px solid #DDD;
    margin: 0
}

.breadcrumb a {
    color: #999
}

.title {
    padding: 15px;
    font-size: 18px;
    border-bottom: 1px solid #CCC;
    margin: 0 0 15px;
    background: #FFF;
}

.title .icon-title {
    margin-right: 10px
}

.main-content .main-content-right {
    padding-left: 0
}

#membership-graph {
    position: relative;
}

.graph-chart {
    position: relative
}

.graph-chart .legend {
    position: absolute;
    right: 0;
    width: 20%;
    top: 0;
    font-size: 12px
}

.graph-chart .legend span {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0
}

.graph-chart .legend ul {
    list-style: none
}

.graph-chart .legend ul li {
    position: relative;
    padding-left: 20px
}

#campaign-status-graph .legend {
    width: 50%
}

.dashboard-quicklink .item {
    text-align: center;
    margin-bottom: 30px
}

.dashboard-quicklink .item a {
    display: block;
    padding: 20px 0;
    margin: -15px;
    color: #666;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.dashboard-quicklink .item a:hover {
    background: #48cccd;
    color: #FFF;
    text-decoration: none
}

.dashboard-quicklink .icon {
    font-size: 72px
}

.dashboard-quicklink span {
    display: block;
    margin-top: 10px;
    font-size: 18px
}

.dashboard-quicklink .seperator {
    border-top: 1px solid #CCC;
    margin-bottom: 30px
}

.list-form .control-label {
    font-weight: bold
}

.list-form .list-form-wrapper {
    border: 1px solid #ddd;
    background: #f0f3f5;
    padding: 15px;
    margin-bottom: 15px;
}

.content-list .table-list-data {
    margin-bottom: 15px
}

.content-list .table-list-data tr:hover, .content-list .table-list-data tr.highlight {
    background: #FFC
}

.content-list .table-list-data tr td.action {
    font-size: 16px
}

.content-list .list-count {
    margin-bottom: 15px
}

.content-list .pagination {
    margin-top: 0;
    margin-bottom: 0
}

.list-sidelist {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -15px;
    margin-right: -15px
}

.list-sidelist .list-sidelist {
    margin-left: 10px;
    margin-right: 0
}

.list-sidelist .item {
    font-size: 13px
}

.list-sidelist li .item-container {
    border-top: 1px solid #EEE;
    padding: 5px 15px
}

.list-sidelist li:first-child .item-container {
    border-top: 0
}

.list-sidelist li .item-container:hover {
    background: #FFC
}

.list-sidelist .item-left {
    float: left
}

.list-sidelist .item-right {
    float: right;
    font-size: 14px
}

.list-sidelist .item-right .icon {
    font-size: 14px
}

.content-form .form-data .form-group:first-child {
    border-top: 0;
    padding-top: 0
}

.content-form .form-data .form-group {
    border-top: 1px solid #EEE;
    padding-top: 15px
}

.notification {
    margin-bottom: 15px
}

.permalink span.name {
    background: #FFC
}

.permalink .cancel {
    font-size: 12px;
    color: #999
}

.get-link + .popover .popover-content {
    cursor: text
}

.ui-sortable-placeholder {
    display: block;
    background: #FFC !important;
    visibility: visible !important
}

.list-image-gallery {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -5px;
    margin-right: -5px
}

.list-image-gallery .item {
    margin-bottom: 10px;
    padding: 0 5px
}

.list-image-gallery .item-container {
    border: 1px solid #EEE;
}

.list-image-gallery .form-container {
    padding: 5px
}

.list-image-gallery a.image {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.list-image-gallery a.image:before {
    display: block;
    content: ' ';
    padding-top: 100%;
}

.list-image-gallery li .item-container .action {
    display: none;
    position: absolute;
    right: 5px;
    top: 5px;
    background: #FFF;
    padding: 2px 5px
}

.list-image-gallery li .item-container:hover .action {
    display: block
}

.module-page-link .item {
    border-top: 1px solid #DDD;
    padding: 10px 0
}

.iframe-loaded #sidebar, .iframe-loaded #header, .iframe-loaded .breadcrumb, .iframe-loaded .title a, .iframe-loaded .main-content-left, .iframe-loaded .back {
    display: none
}

.iframe-loaded .main-content-right {
    width: 100%;
    padding-left: 15px
}

.iframe-loaded #content {
    margin-left: 0;
}

.iframe-loaded #content .content-wrapper {
    padding-top: 0
}

.iframe-loaded .breadcrumb {

}

.chosen-container {
    width: 100% !important
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    width: 100% !important
}

.panel, .panel-heading {
    border-radius: 0;
}

.panel-default>.panel-heading {
    background-color: #f0f3f5
}

.btn {
    border-radius: 0;
}

.btn-primary {
    background-color: #20a8d8;
    border-color: #20a8d8;
}

.form-control {
    border-radius: 0;
}

.input-group-addon {
    border-radius: 0;
}

.nav-tabs>li>a {
    border-radius: 0;
}

.form-group > .bold {
    font-weight: normal !important; /* Force font-weight:normal */
}

.form-horizontal .control-label {
    font-weight: normal !important; /* Force font-weight:normal */
}

.notification {
    border-radius: 0;
}

.chosen-container-single .chosen-single {
    border-radius: 0;
    padding: 3px 12px;
    height: 34px;
}

.chosen-container-single .chosen-single div b {
    background-position: 0 6px;
}