.custom_tag {
    list-style: none;
    word-spacing: -4px;
    padding: 0px;
    margin: 0px 0px 0px 15px;
}

.custom_item .custom_tag {
    padding: 15px 15px 65px;
    margin: 0px;
}

.custom_tag li {
    float: left;
    min-width: 150px;
    margin: 0px 2px;
}

.custom_tag_row {
    text-align: center;
    background-color: seagreen;
    color: rgb(255, 255, 255);
    padding: 15px 10px;
    border-radius: 3px;
}

.custom_tag_row small {
    display: block;
    width: 60px;
    margin: 5px auto 0px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    color: seagreen;
}

.top_custom_tag {
    list-style-type: none;
    width: 100%;
    float: left;
    border: 1px dotted rgb(163, 163, 163);
    height: 220px;
    overflow-y: scroll;
    padding: 15px 15px 65px;
    margin: 0px 0px 25px;
}

.top_custom_tag li {
    float: left;
    min-width: 150px;
    margin: 0px 2px;
}

.top_custom_tag .custom_tag_row {
    text-align: center;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 15px 10px;
    border-radius: 3px;
    border: 1px solid rgb(205, 205, 205);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.custom_tag_hover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: seagreen;
    top: 0px;
    left: 0px;
    color: rgb(255, 255, 255);
    padding: 10px 0px 0px;
    display: none;
}

.top_custom_tag .custom_tag_row:hover .custom_tag_hover {
    display: block;
}

.bottom_custom_tag {
    list-style-type: none;
    width: 100%;
    float: left;
    border: 1px dotted rgb(163, 163, 163);
    height: 220px;
    overflow-y: scroll;
    padding: 15px 15px 65px;
    margin: 0px 0px 25px;
}

.bottom_custom_tag li {
    float: left;
    min-width: 150px;
    margin: 0px 2px;
}

.bottom_custom_tag .custom_tag_row {
    text-align: center;
    background-color: seagreen;
    color: rgb(255, 255, 255);
    padding: 15px 10px;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.ltv_bg {
    color: rgb(255, 255, 255);
    background-image: url("../img/ltv_bar.png") !important;
    background-size: cover !important;
}

.insert_btn {
    position: absolute;
    z-index: 2;
    bottom: 5px;
    left: 5px;
}

.insert_img {
    border: 1px solid rgb(204, 204, 204);
    width: 100%;
    height: 180px;
    overflow: hidden;
    margin: 0px 0px 15px;
    position: relative;
}

.insert_img img {
    width: 100%;
}

.popover_a {
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    margin: 0px 5px;
}

.popover_a {
    cursor: pointer;
}

.PlayerIcons {
    color: rgb(0, 0, 0);
    cursor: pointer;
}

.PlayerIcons:hover {
    color: rgb(0, 0, 0);
}

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

.source_tag_row li {
    display: inline-block;
    padding: 10px;
    background-color: rgb(241, 107, 111);
    border-radius: 10px;
    color: rgb(255, 255, 255);
}

.result_icon {
    width: 20px;
    display: inline-block;
    margin: 0px 5px 0px 0px;
}

.bar_chart_title {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: rgb(0, 0, 0);
}

.receive_item {
    color: rgb(0, 0, 0);
    border: 1px solid rgb(221, 221, 221);
    display: block;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.receive_item:hover {
    color: rgb(0, 0, 0);
    text-decoration: none;
    box-shadow: rgb(210, 210, 210) 1px 0px 6px;
    border: 0px;
}

.receive_item_row h6 {
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0px;
    text-align: center;
}

.receive_data {
    border-bottom: 1px solid rgb(221, 221, 221);
    padding: 5px 0px;
    font-size: 14px;
    color: rgb(96, 96, 96);
}

.receive_data span {
    font-weight: bold;
    color: rgb(255, 49, 49);
}

.receive_data:last-child {
    border-bottom: 0px;
}

.receive_active .receive_item {
    border: 1px solid rgb(255, 29, 29);
    box-shadow: rgb(210, 210, 210) 1px 0px 6px;
}

.receive_chart {
    padding: 40px 0px 25px;
}

.fix_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 70%;
}

.add_url_fix {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(183, 183, 183, 0.5);
    top: 0px;
    left: 0px;
    z-index: 999;
    display: none;
}

.oauth_logo {
    width: 200px;
    height: auto;
    border: 1px dashed rgb(200, 200, 200);
    margin: 10px 0px;
    display: block;
}

.oauth_logo img {
    width: 100%;
    display: block;
}

.system_letter {
    width: 100%;
}

.system_letter iframe {
    border: 0px;
    width: 100%;
    height: 550px;
}

.tag_style {
    display: inline-block;
    background-color: rgb(255, 255, 255);
    padding: 5px 10px;
    border: 1px solid rgb(214, 214, 214);
    border-radius: 5px;
    margin-left: 5px;
    min-width: 120px;
    text-align: left;
    font-weight: normal;
    position: relative;
}

.content_style {
    background: rgb(241, 107, 111);
    color: rgb(255, 255, 255);
}

.cat_style {
    background: rgb(3, 166, 255);
    color: rgb(255, 255, 255);
}

.appMaker_card {
    display: none;
}

.show_a2 {
    color: rgb(204, 204, 204);
}

.legend {
    float: left;
    border: 1px dashed rgb(204, 204, 204);
    width: 186px;
    height: 332px;
    margin-right: 15px;
}

.legend img {
    width: 100%;
}

.close_a {
    height: 32px;
    width: 32px;
    background-image: url("../images/close.png");
    position: absolute;
    margin-top: 2px;
    margin-left: 150px;
    z-index: 99;
}

.close_a:hover {
    background-position: 32px 32px;
}

.ifile {
    position: absolute;
    opacity: 0;
}

.option_tag {
    background-color: rgb(249, 249, 249);
    padding: 10px;
    margin: 10px 0px;
    height: 80px;
}

.text_1 {
    float: left;
    line-height: 45px;
    margin-right: 5px;
}

.show_a1 {
    color: rgb(0, 0, 0);
}

.dd-handle2 {
    display: block;
    height: 60px;
    margin: 5px 0px;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: bold;
    background: rgb(238, 238, 238);
    border-radius: 3px;
}

.block_index {
    background-color: rgb(255, 255, 255);
    padding: 10px;
}

.Mask_layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(173, 173, 173, 0.3);
    z-index: 1;
    cursor: no-drop;
}

.borderno {
    border: none !important;
}

.logo360 {
    width: 200px;
}

.index_bg {
    background-image: url("../img/bg.jpg");
}

#page-wrapper.page-loading {
    overflow: hidden;
}

#page-wrapper.page-loading .preloader {
    display: block;
}

#page-wrapper.page-loading #page-container {
}

.preloader {
    display: none;
    position: fixed;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.preloader .inner {
    position: fixed;
    top: 20%;
    left: 50%;
    margin: 0px 0px 0px -50px;
    width: 100px;
    height: 100px;
    text-align: center;
}

.preloader-spinner {
    width: 40px;
    height: 40px;
    margin: 0px auto;
    background-color: rgb(204, 204, 204);
    animation: 0.8s ease-in-out 0s infinite normal none running rotateplane;
}

@-webkit-keyframes rotateplane {
    0% {
        transform: perspective(120px);
    }

    50% {
        transform: perspective(120px) rotateY(180deg);
    }

    100% {
        transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

body {
    font-family: Arial, "Microsoft JhengHei", 微軟正黑體, sans-serif;
    color: rgb(69, 78, 89);
    background-color: rgb(69, 78, 89);
}

#login-container {
    position: absolute;
    width: 300px;
    top: 30px;
    left: 50%;
    margin-left: -150px;
    z-index: 1000;
}

#page-container, #main-container {
    min-width: 320px;
}

#page-container {
    opacity: 1;
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    overflow-x: hidden;
    transition: background-color 0.2s ease-out 0s, opacity 0.3s ease-out 0s;
}

#page-content {
    padding: 10px 5px 1px;
    background-color: rgb(235, 238, 242);
}

#page-content-sidebar {
    padding: 10px;
    margin: -10px -5px 10px;
    background-color: rgb(255, 255, 255);
    border-bottom: 2px solid rgb(218, 224, 232);
}

#page-container, #sidebar {
    background-color: rgb(69, 78, 89);
}

#sidebar, #sidebar-alt, #sidebar-alt-close, #main-container, header.navbar.navbar-fixed-top, header.navbar.navbar-fixed-bottom {
    transition: all 0.3s ease-out 0s;
}

#sidebar, #sidebar-alt, #sidebar-alt-close {
    z-index: 1029;
}

#sidebar-alt, #sidebar-alt-close {
    background: rgba(69, 78, 89, 0.9);
}

#sidebar-alt {
    position: fixed;
    top: 50px;
    right: -300px;
    bottom: 0px;
    width: 300px;
    transform: translateZ(0px);
}

#page-container.header-fixed-bottom #sidebar-alt {
    top: 0px;
    bottom: 50px;
}

#sidebar-alt-close {
    display: inline-block;
    position: fixed;
    right: -30px;
    top: 50px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    opacity: 0;
}

#page-container.header-fixed-top #sidebar-alt-close, #page-container.header-fixed-bottom #sidebar-alt-close {
    display: none !important;
}

#page-container.sidebar-alt-visible-xs #sidebar-alt {
    right: 0px;
}

#page-container.sidebar-alt-visible-xs #sidebar-alt-close {
    right: 220px;
    opacity: 1;
}

#sidebar {
    position: absolute;
    overflow: hidden;
    width: 220px;
    left: -220px;
    backface-visibility: hidden;
}

#page-container.sidebar-visible-xs #sidebar {
    left: 0px;
}

#page-container.sidebar-visible-xs #main-container {
    margin-left: 220px;
    margin-right: -220px;
}

#page-container.header-fixed-top #page-content {
    padding-top: 60px;
}

#page-container.header-fixed-bottom #page-content {
    padding-bottom: 60px;
}

#page-container.header-fixed-top #sidebar, #page-container.header-fixed-bottom #sidebar {
    position: fixed;
    top: 0px;
    bottom: 0px;
}

#page-container.sidebar-visible-xs header.navbar-fixed-top, #page-container.sidebar-visible-xs header.navbar-fixed-bottom {
    left: 220px;
    right: -220px;
}

#page-container.header-fixed-top #sidebar-extra-info, #page-container.header-fixed-bottom #sidebar-extra-info {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

#page-container.fixed-width {
    position: relative;
    max-width: 1280px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
}

#page-container.fixed-width #sidebar-alt, #page-container.fixed-width #sidebar-alt-close {
    background: rgba(25, 25, 25, 0.8) !important;
}

header.navbar-default, header.navbar-inverse {
    padding: 0px;
    margin: 0px;
    min-width: 320px;
    border: none;
}

.navbar-default .navbar-nav > li > a {
    color: rgb(69, 78, 89);
}

.navbar-inverse .navbar-nav > li > a {
    color: rgb(255, 255, 255);
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 205, 222);
}

.navbar-inverse .collapse.in .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(221, 221, 221);
}

.nav.navbar-nav-custom {
    float: left;
    margin: 0px;
}

.nav.navbar-nav-custom > li {
    min-height: 50px;
    float: left;
}

.nav.navbar-nav-custom > li > a {
    min-width: 50px;
    padding: 5px 7px;
    line-height: 40px;
    text-align: center;
    color: rgb(69, 78, 89);
    position: relative;
}

.nav.navbar-nav-custom > li > a .gi, .nav.navbar-nav-custom > li > a .hi, .nav.navbar-nav-custom > li > a .si, .nav.navbar-nav-custom > li > a .fi {
    margin-top: -3px;
}

.nav.navbar-nav-custom > li > a .label-indicator {
    position: absolute;
    top: 4px;
    right: 4px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
    border-radius: 10px;
}

.navbar-inverse .nav.navbar-nav-custom > li > a {
    color: rgb(255, 255, 255);
}

.nav.navbar-nav-custom > li.open > a, .nav.navbar-nav-custom > li > a:hover, .nav.navbar-nav-custom > li > a:focus {
    background-color: rgb(92, 205, 222);
    color: rgb(255, 255, 255);
}

.navbar-inverse .nav.navbar-nav-custom > li.open > a, .navbar-inverse .nav.navbar-nav-custom > li > a:hover, .navbar-inverse .nav.navbar-nav-custom > li > a:focus {
    background: rgba(0, 0, 0, 0.15);
    color: rgb(255, 255, 255);
}

.nav.navbar-nav-custom > li > a > img {
    width: 40px;
    height: 40px;
    border-width: 2px;
    border-radius: 20px;
    vertical-align: top;
}

.nav.navbar-nav-custom .dropdown-menu {
    margin-top: 0px;
}

.navbar-form {
    margin: 7px 0px;
}

.collapsing .navbar-form, .collapse.in .navbar-form {
    margin-left: -15px;
    margin-right: -15px;
}

.collapsing .navbar-form .form-group, .collapse.in .navbar-form .form-group {
    margin-bottom: 0px;
}

.navbar-form-custom {
    margin: 0px;
    padding: 5px 8px;
    width: 140px;
}

.navbar-form-custom .form-control {
    margin: 0px;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    border: none;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    opacity: 0.5;
}

.navbar-default .navbar-form-custom .form-control {
    background: rgb(238, 238, 238);
}

.navbar-form-custom .form-control:hover, .navbar-form-custom .form-control:focus {
    opacity: 1;
}

.sidebar-content {
    width: 300px;
    color: rgb(172, 181, 191);
}

.sidebar-section {
    padding: 10px 15px;
}

#sidebar-extra-info {
    padding: 7px 15px 10px;
}

.sidebar-title {
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
    margin: 0px;
    font-weight: 300;
    font-size: 18px;
    display: block;
    color: rgb(255, 255, 255);
    background-color: rgb(178, 50, 50);
    transition: background 0.2s ease-out 0s;
}

a.sidebar-title:hover, a.sidebar-title:focus {
    background: rgb(178, 50, 50);
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.sidebar-title i {
    width: 18px;
    margin-right: 8px;
    opacity: 0.75;
}

.sidebar-nav {
    list-style: none;
    margin: 0px;
    padding: 10px 0px 120px;
}

.sidebar-separator {
    padding: 5px 0px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.sidebar-separator i {
    opacity: 0.1;
}

#sidebar-toggle-mini {
    display: none;
}

.sidebar-nav-ripple {
    display: block;
    position: absolute;
    background: rgba(92, 205, 222, 0.3);
    border-radius: 100%;
    transform: scale(0);
}

.sidebar-nav-ripple.animate {
    animation: 1s ease-out 0s 1 normal none running ripple;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(3);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(3);
    }
}

.sidebar-nav a {
    display: block;
    color: rgb(172, 181, 191);
    padding: 0px 10px;
    min-height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
}

.sidebar-nav a:hover, .sidebar-nav a:focus, .sidebar-nav a.active, .sidebar-nav a.open, .sidebar-nav li.active > a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.sidebar-nav a.open, .sidebar-nav li.active > a {
    background: rgba(0, 0, 0, 0.2);
}

.sidebar-nav a.active {
    background: rgb(255, 255, 255);
    color: rgb(69, 78, 89);
    border-right: 4px solid rgb(92, 205, 222);
}

.sidebar-nav a > .sidebar-nav-icon {
    margin-right: 10px;
}

.sidebar-nav a > .sidebar-nav-icon, .sidebar-nav a > .sidebar-nav-indicator {
    display: inline-block;
    opacity: 0.5;
    width: 18px;
    font-size: 14px;
    text-align: center;
}

.sidebar-nav a > .sidebar-nav-indicator {
    float: right;
    line-height: inherit;
    margin-left: 4px;
    font-size: 10px;
    transition: transform 0.15s ease-out 0s;
    backface-visibility: hidden;
}

.sidebar-nav a:hover, .sidebar-nav a:hover > .sidebar-nav-icon, .sidebar-nav a:hover > .sidebar-nav-indicator, .sidebar-nav a.active, .sidebar-nav a.active > .sidebar-nav-icon, .sidebar-nav a.active > .sidebar-nav-indicator, .sidebar-nav a.open, .sidebar-nav a.open > .sidebar-nav-icon, .sidebar-nav a.open > .sidebar-nav-indicator, .sidebar-nav li.active > a, .sidebar-nav li.active > a > .sidebar-nav-icon, .sidebar-nav li.active > a > .sidebar-nav-indicator {
    opacity: 1;
}

.sidebar-nav a.active > .sidebar-nav-indicator, .sidebar-nav a.open > .sidebar-nav-indicator, .sidebar-nav li.active > a > .sidebar-nav-indicator {
    transform: rotate(-90deg) rotateZ(0deg);
}

.sidebar-nav ul {
    display: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
    transition: background 0.25s ease-out 0s;
}

.sidebar-nav .active > ul, .sidebar-nav .open + ul {
    display: block;
    background: rgba(255, 255, 255, 0.1);
}

.sidebar-nav ul a {
    margin: 0px 0px 0px 19px;
    padding-left: 19px;
    border-left: 1px solid rgb(69, 78, 89);
    min-height: 34px;
    line-height: 34px;
    font-weight: normal;
}

.sidebar-nav ul a.open, .sidebar-nav ul li.active > a {
    background: none;
}

.sidebar-nav ul ul {
    margin: 0px 0px 0px 19px;
}

.sidebar-nav ul ul a {
    margin: 0px;
    padding-left: 19px;
    font-size: 13px;
    min-height: 32px;
    line-height: 32px;
}

.sidebar-nav ul .active > ul, .sidebar-nav ul .open + ul {
    background-color: rgb(69, 78, 89);
}

#page-container.sidebar-light {
    background-color: rgb(255, 255, 255);
}

#page-container.sidebar-light .content-header {
    background: rgba(255, 255, 255, 0.75);
}

#page-container.sidebar-light #page-content-sidebar {
    padding-left: 9px;
}

#page-container.sidebar-light .sidebar-themes li.active a {
    border: 2px solid rgb(51, 51, 51);
}

#page-container.sidebar-light #sidebar {
    background-color: rgb(255, 255, 255);
}

#page-container.sidebar-light #sidebar .sidebar-content {
    color: rgb(153, 153, 153);
}

#page-container.sidebar-light #sidebar .sidebar-separator {
    color: rgb(0, 0, 0);
}

#page-container.sidebar-light #sidebar .sidebar-nav a {
    color: rgb(123, 123, 123);
}

#page-container.sidebar-light #sidebar .sidebar-nav a:hover, #page-container.sidebar-light #sidebar .sidebar-nav a:focus, #page-container.sidebar-light #sidebar .sidebar-nav a.active, #page-container.sidebar-light #sidebar .sidebar-nav a.open, #page-container.sidebar-light #sidebar .sidebar-nav li.active > a {
    color: rgb(75, 75, 75);
}

#page-container.sidebar-light #sidebar .sidebar-nav a.open, #page-container.sidebar-light #sidebar .sidebar-nav li.active > a {
    background: rgba(0, 0, 0, 0.1);
}

#page-container.sidebar-light #sidebar .sidebar-nav a.active {
    background-color: rgb(249, 249, 249);
}

#page-container.sidebar-light #sidebar .sidebar-nav .active > ul, #page-container.sidebar-light #sidebar .sidebar-nav .open + ul {
    background: rgba(0, 0, 0, 0.04);
}

#page-container.sidebar-light #sidebar .sidebar-nav ul a {
    border-left-color: rgb(203, 203, 203);
}

.sidebar-themes {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
    opacity: 0.35;
    transition: opacity 0.15s ease-out 0s;
}

.sidebar-themes:hover {
    opacity: 1;
}

.sidebar-themes li {
    float: left;
    margin: 0px 6px 10px 0px;
}

.sidebar-themes li a {
    position: relative;
    display: block;
    width: 21px;
    height: 21px;
    overflow: hidden;
}

.sidebar-themes li a:hover {
    border: 2px solid rgba(255, 255, 255, 0.66);
}

.sidebar-themes li.active a {
    border: 2px solid rgb(255, 255, 255);
}

.sidebar-themes .section-header, .sidebar-themes .section-side, .sidebar-themes .section-content {
    position: absolute;
    display: block;
}

.sidebar-themes .section-side {
    inset: 8px 8px 0px 0px;
    background-color: rgb(249, 249, 249);
}

.sidebar-themes .section-header {
    inset: 0px 0px 9px 9px;
    background-color: rgb(255, 255, 255);
}

.sidebar-themes .section-content {
    inset: 8px 0px 0px 9px;
    background-color: rgb(221, 221, 221);
}

.content-header {
    background-color: rgb(255, 255, 255);
    border-bottom: 2px solid rgb(218, 224, 232);
    margin: -10px -5px 10px;
    padding: 0px 15px;
}

.content-header h1, .content-header h2 {
    margin: 5px 0px;
    line-height: 28px;
}

.content-header h1 {
    font-weight: 500;
    font-size: 24px;
}

.content-header h2 {
    font-size: 18px;
}

.content-header small {
    font-size: 14px;
    font-weight: 400;
}

.header-section {
    padding: 15px 0px;
}

.content-header-media {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.content-header-media .header-section {
    z-index: 10;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-left: 15px;
    padding-right: 15px;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0.55);
}

.content-header-media > img {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 2560px;
    height: 260px;
    margin-left: -1280px;
}

.content-header-media small {
    color: rgb(204, 204, 204);
}

.block {
    margin: 0px 0px 10px;
    padding: 20px 15px 1px;
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: rgba(218, 224, 232, 0.5) 0px 2px 0px;
    position: relative;
}

.block .block {
    border: 1px solid rgb(218, 224, 232);
    box-shadow: none;
}

.block.full {
    padding: 20px 15px;
}

.block .block-content-full {
    margin: -20px -15px -1px;
}

.block .block-content-mini-padding {
    padding: 8px;
}

.block.full .block-content-full {
    margin: -20px -15px;
}

.block-title {
    margin: -20px -15px 20px;
    border-bottom: 2px solid rgb(218, 224, 232);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background: rgba(218, 224, 232, 0.15);
}

.block-title h1, .block-title h2, .block-title h3, .block-title h4, .block-title h5, .block-title h6 {
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    margin: 0px;
    padding: 10px 15px 9px;
    font-weight: 600;
    text-transform: uppercase;
}

.block-title h1 small, .block-title h2 small, .block-title h3 small, .block-title h4 small, .block-title h5 small, .block-title h6 small {
    font-size: 14px;
    font-weight: 600;
}

.block-title .nav-tabs {
    padding: 0px;
    margin: 0px;
    border-bottom: none;
}

.block-title .nav-tabs > li > a {
    border: none;
    min-height: 40px;
    line-height: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border-radius: 0px;
}

.block-title .nav-tabs > li > a:hover {
    background-color: rgb(255, 255, 255);
}

.block-title .nav-tabs > li.active > a, .block-title .nav-tabs > li.active > a:hover, .block-title .nav-tabs > li.active > a:focus {
    border: none;
    background-color: rgb(218, 224, 232);
}

.block-options {
    padding: 2px 3px;
    height: 38px;
}

.block-options .label {
    display: inline-block;
    padding: 6px;
    vertical-align: middle;
    font-size: 14px;
}

.block-options .dropdown-menu {
    margin-top: 3px;
}

.block-options .btn {
    padding-right: 8px;
    padding-left: 8px;
    min-width: 34px;
    text-align: center;
    color: rgb(69, 78, 89);
    opacity: 0.4;
    background: transparent;
    border-color: transparent;
    transition: opacity 0.15s ease-out 0s;
}

.block-options .btn:hover, .block-options .btn:active, .block-options .btn.active, .block-options .btn:focus {
    opacity: 1;
}

.block-options .btn i {
    font-size: 14px;
}

.block-section {
    margin-bottom: 20px;
}

.widget-shadow {
    box-shadow: rgb(225, 225, 225) 0px 1px 5px;
}

.widget-height {
    height: 150px;
    margin: 27px 0px 0px;
    padding: 0px 0px 50px;
}

.widget {
    background-color: rgb(255, 255, 255);
    margin-bottom: 10px;
    position: relative;
    border-radius: 2px;
}

.widget > .widget-content:first-child, .widget > .widget-image:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.widget > .widget-content:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

a.widget, a.widget-content {
    display: block;
    transition: all 0.1s ease-out 0s;
}

a.widget:hover, a.widget:focus, a.widget-content:hover, a.widget-content:focus {
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;
    transform: translateY(-2px);
}

a.widget:active, a.widget-content:active {
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px;
    transform: translateY(0px);
}

.widget-image {
    height: 310px;
    overflow: hidden;
    position: relative;
}

.widget-image > img {
    min-width: 787px;
}

.widget-image.widget-image-bottom img {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.widget-image.widget-image-sm {
    height: 270px;
}

.widget-image.widget-image-xs {
    height: 175px;
}

.widget-image > i {
    position: absolute;
    right: 30px;
    bottom: 30px;
    color: rgb(255, 255, 255);
    font-size: 70px;
    opacity: 0.5;
}

.widget-image-content {
    position: absolute;
    inset: 0px;
    padding: 15px 25px;
    background: rgba(0, 0, 0, 0.65);
}

.widget-content {
    padding: 15px;
}

.widget-content.widget-content-mini {
    padding-top: 7px;
    padding-bottom: 7px;
}

.widget-content.widget-content-full {
    padding: 0px;
}

.widget-content.widget-content-full-top-bottom {
    padding-top: 0px;
    padding-bottom: 0px;
}

.widget-content .pull-left {
    margin-right: 20px;
}

.widget-content .pull-right {
    margin-left: 20px;
}

a.widget-content {
    display: block;
}

a.widget-content {
    display: block;
}

.widget-heading {
    margin: 10px 0px;
}

.widget-icon {
    display: inline-block;
    width: 64px;
    height: 64px;
    line-height: 60px;
    margin: 5px;
    font-size: 28px;
    text-align: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05);
}

.widget-icon.pull-left {
    margin: 5px 5px 5px 0px;
}

.widget-icon.pull-right {
    margin: 5px 0px 5px 5px;
}

.widget-icon .gi, .widget-icon .hi, .widget-icon .si, .widget-icon .fi {
    margin-top: -3px;
}

img.full-bg {
    min-height: 100%;
    min-width: 1280px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0px;
    left: 0px;
}

img.full-bg.full-bg-bottom {
    top: auto;
    bottom: 0px;
}

@media screen and (max-width: 1280px) {
    img.full-bg {
        left: 50%;
        margin-left: -640px;
    }
}

.content-float .pull-left {
    margin: 0px 20px 20px 0px;
}

.content-float .pull-right {
    margin: 0px 0px 20px 20px;
}

.content-float-hor .pull-left {
    margin-right: 20px;
}

.content-float-hor .pull-right {
    margin-left: 20px;
}

.calendar-events {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.calendar-events li {
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-bottom: 6px;
    padding: 10px 12px;
    border-radius: 3px;
    background-color: rgb(85, 85, 85);
    opacity: 0.8;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 0px inset;
}

.calendar-events li i {
    margin-right: 10px;
}

.calendar-events li:hover {
    cursor: move;
    opacity: 1;
}

.gallery img, a[data-toggle="lightbox-image"] img {
    max-width: 100%;
}

a[data-toggle="lightbox-image"], a.gallery-link {
    cursor: zoom-in;
}

a[data-toggle="lightbox-image"]:hover img {
    opacity: 0.75;
}

.gallery-image-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.gallery-image-options {
    padding: 30px 0px;
    text-align: center;
    position: absolute;
    inset: 0px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    transform: scale(0.75);
    transition: all 0.25s ease-out 0s;
}

.gallery-image-options:hover, .gallery-image-options:focus {
    text-decoration: none;
}

.gallery-image-container:hover .gallery-image-options {
    opacity: 1;
    transform: scale(1);
}

.media-items {
    position: relative;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.1s ease-out 0s;
    height: 80px;
}

.media-items:hover {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 5px;
}

.media-items:hover .media-items-options {
    display: block;
}

.media-items .media-items-options {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    padding: 10px;
    display: none;
}

.media-items .media-items-content {
    padding: 10px 0px;
}

.pie-chart .pie-avatar {
    position: absolute;
    top: 8px;
    left: 8px;
}

.chart-tooltip, .mini-chart-tooltip {
    position: absolute;
    display: none;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0.75);
    padding: 4px 8px;
}

.chart-pie-label {
    font-size: 13px;
    text-align: center;
    padding: 4px 8px;
    color: rgb(255, 255, 255);
}

.mini-chart-tooltip {
    left: 0px;
    top: 0px;
    visibility: hidden;
}

.legend table td {
    padding: 3px 5px;
    font-size: 15px;
}

#error-container {
    padding: 30px;
    position: relative;
}

#error-container h1 {
    font-size: 72px;
    margin-bottom: 30px;
}

#error-container h2 {
    margin-bottom: 50px;
}

.timeline {
    position: relative;
}

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

.timeline-list li {
    position: relative;
    margin: 0px;
    padding: 0px 0px 20px;
}

.timeline-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    background-color: rgb(238, 238, 238);
    border-radius: 3px;
    z-index: 500;
}

.timeline-time {
    padding: 0px 80px 0px 20px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border-bottom: 2px solid rgb(238, 238, 238);
    margin-bottom: 15px;
    background-color: rgb(249, 249, 249);
}

.timeline-content {
    padding-left: 20px;
}

.block-content-full .timeline-content, .widget-content-full .timeline-content {
    padding-right: 20px;
}

.chatui.chatui-window.widget {
    position: fixed;
    bottom: 0px;
    right: 50%;
    width: 300px;
    margin-right: -150px;
    margin-bottom: 0px;
    z-index: 1028;
}

#page-container.header-fixed-bottom .chatui.chatui-window {
    bottom: 50px;
}

.chatui .chatui-action-close, .chatui .chatui-action-open {
    display: none;
}

.chatui.chatui-window .chatui-action-close, .chatui.chatui-window.chatui-window-close .chatui-action-open {
    display: inline;
}

.chatui.chatui-window.chatui-window-close .chatui-talk, .chatui.chatui-window.chatui-window-close .chatui-form, .chatui.chatui-window.chatui-window-close .chatui-action-close {
    display: none;
}

.chatui-talk {
    height: 250px;
    overflow-y: auto;
}

.chatui-talk ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.chatui-talk li {
    padding: 2px 0px;
    margin-bottom: 5px;
}

.chatui-talk .chatui-talk-msg {
    min-height: 40px;
    padding: 10px 10px 10px 46px;
    background-color: rgb(246, 246, 246);
    border-radius: 25px;
    position: relative;
    margin-right: 15%;
}

.chatui-talk .chatui-talk-msg.chatui-talk-msg-right {
    margin-left: 15%;
    margin-right: 0px;
}

.chatui-talk-msg .chatui-talk-msg-avatar {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 32px;
    height: 32px;
}

.chatui-form {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid rgb(238, 238, 238);
}

.chatui-form .form-control, .chatui-form .form-control:focus {
    border-radius: 0px;
    border: none;
}

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

.task-list li {
    position: relative;
    padding: 10px 40px 10px 15px;
    margin-bottom: 12px;
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
    transition: box-shadow 0.15s ease-out 0s;
}

.task-list li:hover {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;
}

.task-list li.in-1x {
    margin-left: 20px;
}

.task-list li.in-2x {
    margin-left: 40px;
}

.task-list li > .task-close {
    position: absolute;
    top: 10px;
    right: 15px;
    opacity: 0;
    transition: opacity 0.15s ease-out 0s;
}

.task-list li:hover > .task-close {
    opacity: 1;
}

.task-list li.task-done {
    opacity: 0.5;
}

.task-list li.task-done > label {
    text-decoration: line-through;
}

.task-list li.task-done:hover {
    box-shadow: none;
}

.navbar.navbar-default.navbar-glass {
    background: rgba(255, 255, 255, 0.9);
}

.navbar.navbar-inverse.navbar-glass {
    background: rgb(178, 50, 50);
}

.navbar.navbar-default, .navbar.navbar-default.navbar-glass:hover {
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(218, 224, 232);
}

.navbar.navbar-inverse, .navbar.navbar-inverse.navbar-glass:hover {
    background: rgb(178, 50, 50);
}

.navbar-fixed-top, .navbar-fixed-bottom {
    border-width: 0px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Arial, "Microsoft JhengHei", 微軟正黑體, sans-serif;
    font-weight: 300;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: 300;
    color: rgb(135, 149, 153);
}

h1, h2, h3 {
    margin-bottom: 15px;
}

.text-primary, .text-primary:hover, a, a:hover, a:focus, a.text-primary, a.text-primary:hover, a.text-primary:focus {
    color: rgb(92, 205, 222);
}

.text-danger, .text-danger:hover, a.text-danger, a.text-danger:hover, a.text-danger:focus {
    color: rgb(222, 129, 92);
}

.text-warning, .text-warning:hover, a.text-warning, a.text-warning:hover, a.text-warning:focus {
    color: rgb(222, 178, 92);
}

.text-success, .text-success:hover, a.text-success, a.text-success:hover, a.text-success:focus {
    color: rgb(175, 222, 92);
}

.text-info, .text-info:hover, a.text-info, a.text-info:hover, a.text-info:focus {
    color: rgb(92, 175, 222);
}

.text-muted, .text-muted:hover, a.text-muted, a.text-muted:hover, a.text-muted:focus {
    color: rgb(153, 153, 153);
}

.text-light, .text-light:hover, a.text-light, a.text-light:hover, a.text-light:focus {
    color: rgb(255, 255, 255);
}

.text-dark, .text-dark:hover, a.text-dark, a.text-dark:hover, a.text-dark:focus {
    color: rgb(69, 78, 89);
}

.text-black, .text-black:hover, a.text-black, a.text-black:hover, a.text-black:focus {
    color: rgb(0, 0, 0);
}

.text-light-op, .text-light-op:hover, a.text-light-op, a.text-light-op:hover, a.text-light-op:focus {
    color: rgb(255, 255, 255);
}

.text-dark-op, .text-dark-op:hover, a.text-dark-op, a.text-dark-op:hover, a.text-dark-op:focus {
    color: rgba(0, 0, 0, 0.4);
}

b, strong {
    font-weight: 600;
}

ul, ol {
    padding-left: 30px;
}

p {
    line-height: 1.7;
}

.well {
    background-color: rgb(249, 249, 249);
    border: 1px solid rgb(238, 238, 238);
}

.page-header {
    margin: 30px 0px;
    padding: 10px 0px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.sub-header {
    margin: 20px 0px;
    padding: 10px 0px;
    border-bottom: 1px dashed rgb(221, 221, 221);
}

.inner-sidebar-header {
    margin: 20px 0px 10px;
}

.inner-sidebar-header .pull-right, .inner-sidebar-header .pull-left {
    margin-top: -2px;
}

blockquote {
    margin: 20px 0px;
    padding: 30px 60px 30px 20px;
    position: relative;
    width: 100%;
    background-color: rgb(249, 249, 249);
    border-radius: 3px;
}

blockquote::before {
    display: block;
    content: "“";
    font-family: serif;
    font-size: 96px;
    position: absolute;
    right: 10px;
    top: -20px;
    color: rgb(0, 0, 0);
    opacity: 0.15;
}

blockquote.pull-right::before {
    left: 10px;
    right: auto;
}

article.article-story p {
    font-size: 18px;
    line-height: 1.8;
}

fieldset legend {
    font-size: 18px;
    padding: 30px 0px 10px;
    border-bottom: 2px solid rgb(235, 238, 242);
}

input[type="file"] {
    padding-top: 7px;
}

input[type="text"].form-control, input[type="password"].form-control, input[type="email"].form-control, textarea.form-control {
    appearance: none;
}

.form-control {
    padding: 6px 8px;
    max-width: 100%;
    margin: 1px 0px;
    color: rgb(69, 78, 89);
    border-color: rgb(218, 224, 232);
    border-radius: 3px;
}

input[type="text"].form-control.input-lg, input[type="password"].form-control.input-lg, input[type="email"].form-control.input-lg {
    height: 45px;
}

.input-group {
    margin-top: 1px;
    margin-bottom: 1px;
}

.input-group .form-control {
    margin-top: 0px;
}

.form-control:focus {
    border-color: rgb(92, 205, 222);
}

.help-block {
    margin-top: 8px;
    color: rgb(153, 153, 153);
    font-weight: 400;
    font-style: italic;
}

.input-group-addon {
    min-width: 45px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    border-color: rgb(218, 224, 232);
}

.form-horizontal .control-label {
    margin-bottom: 5px;
}

.form-horizontal .control-label-fixed {
    padding-top: 5px;
    margin-bottom: 5px;
}

.form-bordered {
    margin: -15px -15px -1px;
}

.modal-body .form-bordered {
    margin-bottom: -20px;
}

.form-bordered fieldset legend {
    margin: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.form-bordered .form-group {
    margin: 0px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    padding: 15px;
    border-bottom: 1px dotted rgb(235, 238, 242);
}

.form-bordered .form-group.form-actions {
    background-color: rgb(249, 249, 249);
    border-bottom: none;
}

.form-horizontal.form-bordered .form-group {
    padding-left: 0px;
    padding-right: 0px;
}

.form-bordered .help-block {
    margin-bottom: 0px;
}

.has-success .form-control, .has-warning .form-control, .has-error .form-control {
    box-shadow: none;
}

.has-success .help-block, .has-success .control-label, .has-success .input-group-addon, .has-success .checkbox, .has-success .checkbox-inline, .has-success .radio, .has-success .radio-inline {
    color: rgb(175, 222, 92);
}

.has-success .form-control, .has-success .input-group-addon {
    border-color: rgb(175, 222, 92);
    background-color: rgb(255, 255, 255);
}

.has-success .form-control:focus {
    border-color: rgb(127, 179, 100);
}

.has-warning .help-block, .has-warning .control-label, .has-warning .input-group-addon, .has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .radio, .has-warning .radio-inline {
    color: rgb(222, 178, 92);
}

.has-warning .form-control, .has-warning .input-group-addon {
    border-color: rgb(222, 178, 92);
    background-color: rgb(255, 255, 255);
}

.has-warning .form-control:focus {
    border-color: rgb(229, 143, 90);
}

.has-error .help-block, .has-error .control-label, .has-error .input-group-addon, .has-error .checkbox, .has-error .checkbox-inline, .has-error .radio, .has-error .radio-inline {
    color: rgb(222, 129, 92);
}

.has-error .form-control, .has-error .input-group-addon {
    border-color: rgb(222, 129, 92);
    background-color: rgb(255, 255, 255);
}

.has-error .form-control:focus {
    border-color: rgb(204, 120, 114);
}

.form-control.form-control-borderless, .form-control.form-control-borderless:focus {
    border: none;
}

.switch {
    margin: 1px 0px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.switch input {
    position: absolute;
    opacity: 0;
}

.switch span {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 28px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.2);
    transition: background-color 0.75s ease 0s;
}

.switch span::after {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    width: 24px;
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    transition: all 0.15s ease-in-out 0s;
}

.switch input:checked + span::after {
    left: 27px;
    width: 24px;
    top: 2px;
    bottom: 2px;
}

.switch input:checked + span {
    background-color: rgb(238, 238, 238);
}

.switch-default input:checked + span {
    background-color: rgb(218, 224, 232);
}

.switch-warning input:checked + span {
    background-color: rgb(222, 178, 92);
}

.switch-danger input:checked + span {
    background-color: rgb(222, 129, 92);
}

.switch-info input:checked + span {
    background-color: rgb(92, 175, 222);
}

.switch-success input:checked + span {
    background-color: rgb(175, 222, 92);
}

.switch-primary input:checked + span {
    background-color: rgb(92, 205, 222);
}

.csscheckbox {
    margin: 1px 0px;
    padding: 7px 0px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.csscheckbox input {
    position: absolute;
    opacity: 0;
}

.csscheckbox span {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: rgba(250, 250, 250, 0.25);
    border: 1px solid rgb(218, 224, 232);
}

.csscheckbox span:hover {
    background: rgba(250, 250, 250, 0.75);
}

.csscheckbox span::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    opacity: 0;
    transition: all 0.15s ease-out 0s;
    transform: scale(0.5);
}

.csscheckbox input:checked + span::after {
    opacity: 1;
    transform: scale(1);
}

.csscheckbox input:checked + span::after {
    background-color: rgb(238, 238, 238);
}

.csscheckbox-default input:checked + span::after {
    background-color: rgb(218, 224, 232);
}

.csscheckbox-warning input:checked + span::after {
    background-color: rgb(222, 178, 92);
}

.csscheckbox-danger input:checked + span::after {
    background-color: rgb(222, 129, 92);
}

.csscheckbox-info input:checked + span::after {
    background-color: rgb(92, 175, 222);
}

.csscheckbox-success input:checked + span::after {
    background-color: rgb(175, 222, 92);
}

.csscheckbox-primary input:checked + span::after {
    background-color: rgb(92, 205, 222);
}

.table.table-vcenter th, .table.table-vcenter td {
    vertical-align: middle;
}

.table thead > tr > th {
    font-size: 15px;
    font-weight: 600;
}

.table thead > tr > th > small {
    font-weight: 400;
    font-size: 75%;
}

.table thead > tr > th, .table thead > tr > td, .table tfoot > tr > th, .table tfoot > tr > td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.table tbody > tr > th, .table tbody > tr > td {
    padding-top: 8px;
    padding-bottom: 8px;
}

.table.table-condensed tbody > tr > th, .table.table-condensed tbody > tr > td {
    padding-top: 3px;
    padding-bottom: 3px;
}

.table tfoot > tr > th, .table tfoot > tr > td {
    background-color: rgb(249, 249, 249);
}

.table-borderless tbody > tr > th, .table-borderless tbody > tr > td {
    border-top-width: 0px;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td, .table tbody + tbody, .table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border-color: rgb(235, 238, 242);
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: rgb(235, 238, 242);
}

.td-label {
    border-left-width: 3px;
    border-left-style: solid;
}

.td-label-danger {
    border-left-color: rgb(222, 129, 92) !important;
}

.td-label-warning {
    border-left-color: rgb(222, 178, 92) !important;
}

.td-label-info {
    border-left-color: rgb(92, 175, 222) !important;
}

.td-label-success {
    border-left-color: rgb(175, 222, 92) !important;
}

.td-label-muted {
    border-left-color: rgb(204, 204, 204) !important;
}

.table.table-pricing {
    background-color: rgb(255, 255, 255);
    text-align: center;
    border: 2px solid rgb(255, 255, 255);
    transition: all 0.15s ease-out 0s;
}

.table.table-pricing.table-featured, .table.table-pricing:hover {
    border-color: rgb(92, 205, 222);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
}

.table.table-pricing th {
    text-align: center;
    background-color: rgb(92, 205, 222);
    border-bottom: none;
    color: rgb(255, 255, 255);
    padding-top: 15px;
    padding-bottom: 15px;
}

.table.table-pricing td {
    padding-top: 12px;
    padding-bottom: 12px;
}

.list-group-item {
    border-color: rgb(235, 238, 242);
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: rgb(92, 205, 222);
    border-color: rgb(92, 205, 222);
}

a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
    color: rgb(255, 255, 255);
}

a.list-group-item:hover, a.list-group-item:focus {
    background-color: rgb(249, 249, 249);
}

a.list-group-item.active > .badge {
    background: rgba(0, 0, 0, 0.4);
    color: rgb(255, 255, 255);
}

.nav-pills > li > a {
    color: rgb(69, 78, 89);
    border-radius: 3px;
    background: rgb(255, 255, 255);
}

.nav-pills i.icon-push {
    margin-right: 8px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 205, 222);
}

.nav > li i {
    font-size: 14px;
}

.nav-pills > .active > a > .badge {
    color: rgb(92, 205, 222);
}

.nav-pills.nav-icons > li.active > a i, .nav-pills.nav-icons > li.active > a:hover i, .nav-pills.nav-icons > li.active > a:focus i {
    color: rgb(255, 255, 255);
}

.nav-stacked > li > a {
    margin: 4px 0px 0px;
}

.nav .caret, .nav a:hover .caret, .nav a:focus .caret {
    border-top-color: rgb(92, 205, 222);
    border-bottom-color: rgb(92, 205, 222);
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: rgb(249, 249, 249);
}

.nav-tabs {
    border-bottom-color: rgb(235, 238, 242);
}

.nav-tabs > li {
    margin-bottom: 0px;
}

.nav-tabs > li > a {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: -1px;
    font-weight: 500;
    color: rgb(69, 78, 89);
}

.nav-tabs > li > a:hover {
    border-color: rgb(235, 238, 242);
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: rgb(69, 78, 89);
    border-color: rgb(235, 238, 242) rgb(235, 238, 242) transparent;
}

.nav-pills > li.active > a > .badge {
    background: rgba(0, 0, 0, 0.2);
    color: rgb(255, 255, 255);
}

.nav-users {
    list-style: none;
    margin: 0px;
    padding-left: 5px;
}

.nav-users-online, .nav-users-away, .nav-users-offline {
    border-left-width: 2px;
    border-left-style: solid;
}

.nav-users-online {
    border-left-color: rgb(175, 222, 92);
}

.nav-users-away {
    border-left-color: rgb(222, 178, 92);
}

.nav-users-offline {
    border-left-color: rgb(222, 129, 92);
}

.nav-users-offline a {
    opacity: 0.5;
}

.nav-users a {
    display: block;
    min-height: 56px;
    padding: 8px 10px 8px 60px;
    position: relative;
    color: rgb(69, 78, 89);
    border-radius: 3px;
    transition: all 0.1s ease-out 0s;
}

.nav-users a:hover, .nav-users a:focus {
    text-decoration: none;
    opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;
    transform: translateY(-2px);
}

.nav-users a:active {
    transform: translateY(0px);
    box-shadow: rgba(0, 0, 0, 0.02) 0px 3px 5px;
}

.nav-users-avatar {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 40px;
    height: 40px;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.nav-users-indicator {
    position: absolute;
    top: 5px;
    left: 5px;
}

.nav-users-heading {
    display: block;
    margin-top: 2px;
    font-weight: 600;
}

.dropdown-menu {
    min-width: 180px;
    padding: 0px;
    font-size: 14px;
    border-color: rgb(218, 224, 232);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px;
    display: block;
    transform: scale(0);
    transform-origin: left top;
    transition: all 0.2s ease-out 0s;
}

.dropdown-menu.dropdown-menu-right {
    transform-origin: right top;
}

.dropup .dropdown-menu {
    transform-origin: left bottom;
}

.dropup .dropdown-menu.dropdown-menu-right {
    transform-origin: right bottom;
}

.open > .dropdown-menu, .dropdown-menu.open {
    transform: scale(1);
}

.lt-ie10 .dropdown-menu {
    display: none;
}

.lt-ie10 .open > .dropdown-menu, .lt-ie10 .dropdown-menu.open {
    display: block;
}

.dropdown-menu > li > a {
    padding: 8px 10px;
}

.dropdown-menu i {
    opacity: 0.2;
    line-height: 17px;
}

.dropdown-menu a:hover i {
    opacity: 0.5;
}

.dropdown-menu .divider {
    margin: 3px 0px;
    background-color: rgb(240, 240, 240);
    padding: 0px !important;
}

li.dropdown-header {
    padding: 8px 10px;
    color: rgb(69, 78, 89);
    background-color: rgb(235, 238, 242);
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0px;
    left: 100%;
    margin-top: -3px;
    margin-left: 0px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.collapse.in .dropdown.open .dropdown-menu {
    display: block;
    position: static;
    margin: 0px 0px 0px 15px;
    left: auto;
    top: auto;
}

.pagination > li > a, .pagination > li > span {
    font-weight: 500;
    color: rgb(92, 205, 222);
    margin-left: 5px;
    margin-right: 5px;
    background: transparent;
    border: none !important;
    border-radius: 3px !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: rgb(92, 205, 222);
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background: transparent;
}

.pager > li > a, .pager > li > span {
    border-color: rgb(235, 238, 242);
}

.pager > li > a:hover, .pagination > li > a:hover {
    background-color: rgb(92, 205, 222);
    border-color: rgb(92, 205, 222);
    color: rgb(255, 255, 255);
}

.pager > li.disabled > a:hover {
    border-color: rgb(235, 238, 242);
}

.popover {
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px;
}

.popover-title {
    background: none;
    border: none;
    font-size: 15px;
    font-weight: 600;
    padding-top: 7px;
    padding-bottom: 2px;
}

.tooltip {
    z-index: 1051;
}

.tooltip.in {
    opacity: 1;
}

.tooltip-inner {
    padding: 4px 6px;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    border-top-color: rgb(0, 0, 0);
}

.tooltip.right .tooltip-arrow {
    border-right-color: rgb(0, 0, 0);
}

.tooltip.left .tooltip-arrow {
    border-left-color: rgb(0, 0, 0);
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: rgb(0, 0, 0);
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb i {
    font-size: 14px;
}

.breadcrumb-top {
    font-size: 12px;
    text-align: right;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 7px;
}

.progress {
    background: rgba(0, 0, 0, 0.1);
}

.progress, .progress-bar {
    height: 18px;
    line-height: 18px;
    font-weight: 600;
}

.progress.progress-mini, .progress-bar.progress-mini, .progress-mini .progress-bar {
    height: 7px;
    line-height: 7px;
}

.progress-bar-danger {
    background-color: rgb(222, 129, 92);
}

.progress-bar-warning {
    background-color: rgb(222, 178, 92);
}

.progress-bar-success {
    background-color: rgb(175, 222, 92);
}

.progress-bar-info {
    background-color: rgb(92, 175, 222);
}

.progress-bar-primary {
    background-color: rgb(92, 205, 222);
}

.modal-content {
    border: none;
}

.modal-header {
    padding: 17px 15px 15px;
    border-bottom: none;
    background-color: rgb(249, 249, 249);
}

.modal-header .nav-tabs {
    margin: 0px -15px -15px;
}

.modal-title {
    font-weight: 300;
}

.modal-body {
    padding: 20px 15px;
}

.modal-footer {
    margin-top: 0px;
    padding: 9px 15px 10px;
    border-top: none;
    background-color: rgb(249, 249, 249);
}

.modal.fade .modal-dialog {
    opacity: 0;
    transition: all 0.45s ease-out 0s;
    transform-origin: center top;
    transform: scale(0.6);
}

.modal.in .modal-dialog {
    opacity: 1;
    transform: scale(1);
}

.modal-backdrop.in {
    opacity: 0.75;
}

.btn {
    margin: 1px 0px;
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
}

.btn.btn-rounded {
    border-radius: 20px;
}

.btn.btn-square {
    border-radius: 0px;
}

.btn-ripple {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    transform: scale(0);
}

.btn-ripple.animate {
    animation: 1s ease-out 0s 1 normal none running ripple;
}

.btn .gi, .btn .hi, .btn .si, .btn .fi {
    line-height: 1;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.4;
}

.block-options .btn, .input-group .btn, .modal-content .btn {
    margin-top: 0px;
    margin-bottom: 0px;
}

.btn-default {
    background-color: rgb(238, 238, 238);
    border-color: rgb(238, 238, 238);
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .btn-default.dropdown-toggle {
    background-color: rgb(221, 221, 221);
    border-color: rgb(221, 221, 221);
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: rgb(238, 238, 238);
    border-color: rgb(238, 238, 238);
}

.btn-primary {
    background-color: rgb(92, 205, 222);
    border-color: rgb(92, 205, 222);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .btn-primary.dropdown-toggle {
    background-color: rgb(2, 170, 196);
    border-color: rgb(2, 170, 196);
    color: rgb(255, 255, 255) !important;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: rgb(92, 205, 222);
    border-color: rgb(92, 205, 222);
}

.btn-danger {
    background-color: rgb(222, 129, 92);
    border-color: rgb(222, 129, 92);
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .btn-danger.dropdown-toggle {
    background-color: rgb(196, 57, 2);
    border-color: rgb(196, 57, 2);
    color: rgb(255, 255, 255) !important;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: rgb(222, 129, 92);
    border-color: rgb(222, 129, 92);
}

.btn-warning {
    background-color: rgb(222, 178, 92);
    border-color: rgb(222, 178, 92);
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .btn-warning.dropdown-toggle {
    background-color: rgb(222, 149, 2);
    border-color: rgb(222, 149, 2);
    color: rgb(255, 255, 255) !important;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: rgb(196, 132, 2);
    border-color: rgb(196, 132, 2);
}

.btn-success {
    background-color: rgb(175, 222, 92);
    border-color: rgb(175, 222, 92);
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .btn-success.dropdown-toggle {
    background-color: rgb(125, 196, 2);
    border-color: rgb(125, 196, 2);
    color: rgb(255, 255, 255) !important;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: rgb(175, 222, 92);
    border-color: rgb(175, 222, 92);
}

.btn-info {
    background-color: rgb(92, 175, 222);
    border-color: rgb(92, 175, 222);
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .btn-info.dropdown-toggle {
    background-color: rgb(2, 125, 196);
    border-color: rgb(2, 125, 196);
    color: rgb(255, 255, 255) !important;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: rgb(92, 175, 222);
    border-color: rgb(92, 175, 222);
}

.btn-link, .btn-link:hover, .btn-link:focus {
    color: rgb(92, 205, 222);
}

.panel {
    margin-bottom: 20px;
}

.panel-heading {
    padding: 15px;
}

.panel-title {
    font-size: 14px;
}

.panel-default > .panel-heading {
    background-color: rgb(249, 249, 249);
}

.panel-group {
    margin-bottom: 20px;
}

pre {
    background: rgb(21, 21, 21);
    overflow: scroll;
}

code {
    border: 1px solid rgb(250, 212, 223);
    margin: 1px 0px;
    display: inline-block;
}

.btn code {
    display: inline;
    margin: 0px;
}

.alert {
    color: rgb(255, 255, 255);
    border-width: 0px;
    border-radius: 3px;
}

.alert .alert-link {
    color: rgb(0, 0, 0);
    opacity: 0.4;
}

.alert-danger {
    background-color: rgb(222, 129, 92);
}

.alert-warning {
    background-color: rgb(222, 178, 92);
}

.alert-success {
    background-color: rgb(175, 222, 92);
}

.alert-info {
    background-color: rgb(92, 175, 222);
}

.alert-dismissable .close {
    top: -8px;
    right: -26px;
    color: rgb(0, 0, 0);
}

.close {
    opacity: 0.25;
    text-shadow: none;
}

.close:hover, .close:focus {
    opacity: 0.5;
}

.label, .badge {
    font-weight: normal;
    font-size: 90%;
}

.label {
    padding: 1px 4px;
}

.badge {
    background: rgba(0, 0, 0, 0.3);
    padding: 3px 6px;
}

.label-danger, .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: rgb(222, 129, 92);
}

.label-warning, .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: rgb(222, 178, 92);
}

.label-success, .label-success[href]:hover, .label-success[href]:focus {
    background-color: rgb(175, 222, 92);
}

.label-info, .label-info[href]:hover, .label-info[href]:focus {
    background-color: rgb(92, 175, 222);
}

.label-primary, .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: rgb(92, 205, 222);
}

.label-default, .label-default[href]:hover, .label-default[href]:focus {
    background-color: rgb(153, 153, 153);
}

.label-danger[href]:hover, .label-danger[href]:focus, .label-warning[href]:hover, .label-warning[href]:focus, .label-success[href]:hover, .label-success[href]:focus, .label-info[href]:hover, .label-info[href]:focus, .label-primary[href]:hover, .label-primary[href]:focus, .label-default[href]:hover, .label-default[href]:focus {
    opacity: 0.75;
}

.carousel-control {
    max-width: 50px;
}

.carousel-control.left, .carousel-control.right {
    background: none;
    opacity: 0;
    filter: none;
}

.carousel:hover .carousel-control.left, .carousel:hover .carousel-control.right {
    opacity: 1;
}

.carousel-control.left:hover, .carousel-control.right:hover {
    background: rgba(0, 0, 0, 0.2);
}

.carousel-control span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control i {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}

.carousel-indicators, .carousel-caption {
    bottom: 5px;
}

.carousel-caption {
    text-shadow: rgb(0, 0, 0) 0px 5px 15px;
}

.img-thumbnail-transparent {
    background-color: rgba(255, 255, 255, 0.25);
    border-color: transparent;
}

.img-thumbnail-avatar {
    width: 69px !important;
    height: 69px !important;
}

.img-thumbnail-avatar-2x {
    width: 133px !important;
    height: 133px !important;
}

.navbar-form, .navbar-collapse, .form-control, .form-control:focus, .has-success .form-control:focus, .has-warning .form-control:focus, .has-error .form-control:focus, .progress, .progress-bar, .panel, .modal-content {
    box-shadow: none;
}

.navbar, .dropdown-menu, .tooltip-inner, .breadcrumb, .modal-content, .panel-group .panel {
    border-radius: 0px;
}

.border-top {
    border-top: 1px solid rgb(238, 238, 238);
}

.border-right {
    border-right: 1px solid rgb(238, 238, 238);
}

.border-bottom {
    border-bottom: 1px solid rgb(238, 238, 238);
}

.border-left {
    border-left: 1px solid rgb(238, 238, 238);
}

.push {
    margin-bottom: 15px !important;
}

.push-top {
    margin-top: 15px !important;
}

.push-top-bottom {
    margin-top: 40px;
    margin-bottom: 40px;
}

.push-bit {
    font-size: 10px;
    margin-bottom: 5px !important;
}

.push-bit-top {
    margin-top: 10px !important;
}

.push-bit-top-bottom {
    margin-top: 10px;
    margin-bottom: 10px;
}

.push-right {
    margin-right: 15px;
}

.push-inner-top-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
}

.overflow-hidden {
    overflow: hidden;
}

.display-none {
    display: none;
}

.remove-margin {
    margin: 0px !important;
}

.remove-margin-bottom {
    margin-bottom: 0px !important;
}

.remove-padding {
    padding: 0px !important;
}

.remove-radius {
    border-radius: 0px !important;
}

.remove-radius-top {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.remove-radius-bottom {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.lt-ie10 .hidden-lt-ie10 {
    display: none !important;
}

.visible-lt-ie10 {
    display: none;
}

.lt-ie10 .visible-lt-ie10 {
    display: block;
}

:focus {
    outline: 0px !important;
}

.themed-color {
    color: rgb(92, 205, 222) !important;
}

.themed-background {
    background-color: rgb(92, 205, 222) !important;
}

.themed-color-dark {
    color: rgb(69, 78, 89) !important;
}

.themed-background-dark {
    background-color: rgb(69, 78, 89) !important;
}

.themed-background-danger {
    background-color: rgb(222, 129, 92) !important;
}

.themed-background-warning {
    background-color: rgb(222, 178, 92) !important;
}

.themed-background-info {
    background-color: rgb(92, 175, 222) !important;
}

.themed-background-success {
    background-color: rgb(175, 222, 92) !important;
}

.themed-background-muted {
    background-color: rgb(249, 249, 249) !important;
}

@media screen and (min-width: 768px) {
    #login-container {
        width: 380px;
        top: 120px;
        margin-left: -190px;
    }

    #page-content {
        padding: 20px 20px 1px;
    }

    #page-container.header-fixed-top #page-content {
        padding-top: 70px;
    }

    #page-container.header-fixed-bottom #page-content {
        padding-bottom: 70px;
    }

    #page-content.inner-sidebar-left, #page-content.inner-sidebar-right {
        position: relative;
    }

    #page-content.inner-sidebar-left {
        padding-left: 300px;
    }

    #page-content.inner-sidebar-right {
        padding-right: 300px;
    }

    #page-content-sidebar {
        margin: 0px;
        width: 280px;
        position: absolute;
        top: 0px;
        bottom: 0px;
        overflow-y: auto;
        border-bottom: none;
    }

    #page-content.inner-sidebar-left #page-content-sidebar {
        left: 0px;
        border-right: 1px solid rgb(218, 224, 232);
    }

    #page-container.sidebar-light #page-content.inner-sidebar-left #page-content-sidebar {
        border-left: 1px solid rgb(218, 224, 232);
    }

    #page-content.inner-sidebar-right #page-content-sidebar {
        right: 0px;
        border-left: 1px solid rgb(218, 224, 232);
    }

    #page-container.header-fixed-top #page-content-sidebar {
        top: 50px;
    }

    #page-container.header-fixed-bottom #page-content-sidebar {
        bottom: 50px;
    }

    .content-header, .content-header-media .header-section, .block, .block.full, .modal-body {
        padding-left: 20px;
        padding-right: 20px;
    }

    .block .block-content-full {
        margin: -20px -20px -1px;
    }

    .block.full .block-content-full {
        margin: -20px;
    }

    .content-header {
        margin: -20px -20px 20px;
    }

    .block, .widget {
        margin-bottom: 20px;
    }

    .block-title {
        margin-left: -20px;
        margin-right: -20px;
    }

    .form-bordered {
        margin-left: -20px;
        margin-right: -20px;
    }

    .form-bordered .form-group {
        padding-left: 20px;
        padding-right: 20px;
    }

    .form-horizontal.form-bordered .form-group {
        padding-left: 5px;
        padding-right: 5px;
    }

    .nav-tabs > li > a {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 3px;
        margin-right: 3px;
    }

    .modal-dialog {
        margin: 60px auto;
    }

    .modal-header, .modal-footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .modal-header .nav-tabs {
        margin-left: -20px;
        margin-right: -20px;
    }

    #error-container h1 {
        font-size: 96px;
        margin: 50px 0px 70px;
    }

    .timeline-list li {
        padding: 20px 0px;
    }

    .timeline-list::after {
        position: absolute;
        display: block;
        width: 4px;
        top: 0px;
        left: 134px;
        bottom: 0px;
        content: "";
        background-color: rgb(249, 249, 249);
        z-index: 1;
    }

    .timeline-icon {
        left: 115px;
        right: auto;
    }

    .timeline-time {
        float: left;
        padding: 0px;
        text-align: right;
        width: 100px;
        height: 40px;
        line-height: 40px;
        border-bottom: none;
        margin-bottom: 0px;
        background-color: transparent;
    }

    .timeline-content {
        padding-left: 166px;
    }
}

@media screen and (min-width: 992px) {
    #page-container.sidebar-alt-visible-xs #sidebar-alt {
        right: -220px;
    }

    #page-container.sidebar-alt-visible-lg #sidebar-alt {
        right: 0px;
    }

    #page-container.sidebar-alt-visible-xs #sidebar-alt-close {
        right: 0px;
        opacity: 0;
    }

    #page-container.sidebar-alt-visible-lg #sidebar-alt-close {
        right: 220px;
        opacity: 1;
    }

    #page-container.sidebar-visible-xs #sidebar {
        width: 0px;
        left: 0px;
    }

    #page-container.sidebar-visible-xs #main-container {
        margin-left: 0px;
        margin-right: 0px;
    }

    #page-container.sidebar-visible-xs header.navbar-fixed-top, #page-container.sidebar-visible-xs header.navbar-fixed-bottom {
        right: 0px;
        left: 0px;
    }

    #sidebar {
        transition: background-color 0.2s ease-out 0s;
    }

    header.navbar.navbar-fixed-top, header.navbar.navbar-fixed-bottom {
        transition: background 0.2s ease-out 0s;
    }

    #main-container {
        transition: none 0s ease 0s;
    }

    #page-container.sidebar-visible-lg-mini #sidebar-toggle-full, #page-container.sidebar-visible-lg-full #sidebar-toggle-mini {
        display: inline-block;
    }

    #page-container.sidebar-visible-lg-mini #sidebar-toggle-mini, #page-container.sidebar-visible-lg-full #sidebar-toggle-full {
        display: none;
    }

    #sidebar {
        width: 0px;
        left: 0px;
    }

    #main-container {
        margin-left: 0px;
        margin-right: 0px;
    }

    #page-container.sidebar-visible-lg-mini #sidebar {
        width: 40px;
    }

    #page-container.sidebar-visible-lg-mini #main-container {
        margin-left: 40px;
    }

    #page-container.sidebar-visible-lg-full #sidebar {
        width: 220px;
    }

    #page-container.sidebar-visible-lg-full #main-container {
        margin-left: 220px;
    }

    header.navbar-fixed-top, header.navbar-fixed-bottom {
        left: 0px;
    }

    #page-container.sidebar-visible-lg-mini header.navbar-fixed-top, #page-container.sidebar-visible-lg-mini header.navbar-fixed-bottom {
        left: 40px;
    }

    #page-container.sidebar-visible-lg-full header.navbar-fixed-top, #page-container.sidebar-visible-lg-full header.navbar-fixed-bottom {
        left: 220px;
    }

    #page-container.sidebar-visible-lg-mini #sidebar {
        overflow: visible;
    }

    #page-container.sidebar-visible-lg-mini #sidebar .sidebar-content {
        width: 40px;
    }

    #page-container.sidebar-visible-lg-mini #sidebar .sidebar-nav-mini-hide {
        display: none;
    }

    #page-container.sidebar-visible-lg-mini #sidebar .sidebar-nav li {
        position: relative;
    }

    #page-container.sidebar-visible-lg-mini #sidebar .sidebar-nav .sidebar-nav-menu + ul {
        position: absolute;
        width: 220px;
        top: 0px;
        right: -220px;
        margin: 0px;
        padding: 6px 5px;
        background-color: rgb(54, 62, 70);
    }

    #page-container.sidebar-visible-lg-mini.sidebar-light #sidebar .sidebar-nav .sidebar-nav-menu + ul {
        background-color: rgb(230, 230, 230);
    }

    #page-container.sidebar-visible-lg-mini #sidebar .sidebar-nav ul a {
        margin: 0px;
        padding-left: 10px;
        border-left: none;
    }

    #page-container.sidebar-visible-lg-mini #sidebar .sidebar-nav ul ul {
        margin-left: 0px;
    }

    #page-container.sidebar-visible-lg-mini #sidebar .sidebar-nav > li.active > ul {
        display: none;
    }

    #page-container.sidebar-visible-lg-mini #sidebar .sidebar-nav .sidebar-nav-menu.open + ul {
        display: block !important;
    }

    .navbar-form-custom {
        width: 300px;
    }

    .chatui.chatui-window.widget {
        right: 70px;
        margin-right: 0px;
    }
}

.unlock_menu_icon {
    position: absolute;
    right: 30%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sidebar-nav ul a .unlock_menu_icon {
    position: absolute;
    right: 32.5%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sidebar-nav .unlock_menu .open {
    color: rgb(172, 181, 191) !important;
}

.sidebar-nav .unlock_menu a:focus {
    color: rgb(172, 181, 191) !important;
}

.unlock_menu_li a {
    color: rgb(172, 181, 191) !important;
}

.items_Lock {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0px;
    top: 0px;
    cursor: no-drop;
}

.items_Lock p {
    color: rgb(255, 255, 255);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 23px;
    font-weight: bold;
}

.ltv_points_lock {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0px;
    top: 0px;
}

.automation_row {
    padding: 25px;
}

.automation_table {
    background-color: rgb(249 250 252);
    width: 100%;
    border-radius: 10px;
}

.automation_table td {
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    padding: 15px;
    width: 20%;
    position: relative;
}

.automation_table td:nth-child(5) {
    border-right: transparent;
}

.automation_table tr:last-child > td {
    border-bottom: transparent;
}

.automation_td {
    width: 100%;
    height: 250px;
    position: relative;
}

.automation_td_no {
    font-size: 17px;
    color: rgb(69, 78, 89);
    font-weight: bold;
    text-align: center;
}
.automation_td_no_bg {
    position: absolute;
    font-size: 165px;
    color: #ececec;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.automation_list {
    height:200px;
    position: relative;
    z-index: 1;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.automation_list li {
    margin: 0px 0px 5px;
    background-color: rgb(224, 100, 105);
    border-radius: 3px;
    overflow: hidden;
    color: rgb(255, 255, 255);
}

.automation_list li a {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    padding: 4px;
    width: 100%;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 11px;
    height: 23px;
}

.automation_list li a:hover {
    text-decoration: none;
}

.automation_list .automation_hid a {
    color: rgb(168, 168, 168);
    cursor: no-drop;
}

.automation_list_edit {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 5px;
    text-align: center;
}

.automation_list_edit a {
    color: rgb(224, 100, 105);
}

.automation_trigger_row {
    border: 1px solid rgb(238, 238, 238);
    display: block;
}

.automation_trigger_row h2 a {
    font-weight: bold;
}
.ifile {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
}
.ifile_l{
    display: inline-block;
    vertical-align: middle;
}
.ifile_input{
    display: inline-block;
    border: 1px solid #acb5bf;
    height: 35px;
    vertical-align: middle;
    border-radius: 5px;
}
.file_img{
    
    background-color: #fdfdfd;
    border: #eee solid 1px;
    margin: 10px 0;
    
}
.file_img img{
    width:100%;
}
.icon_list_user{
    padding: 10px;
    border-top: #e9e9e9 solid 1px;
}
.preference .content_tag_title{
    display: inline-block;
     margin: 0 15px 0 0px;
}
.preference .content_tag_circle{
    color: #fff;
    cursor: pointer;
}
