/*
 *  Document   : main.css
 *  Author     : pixelcave
 */
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600,600italic,700,700italic');

.navbar-default .navbar-nav > li > a, body {
    color: #394263;
}

.h1, .h2, .h3, .h4, .h5, .h6, body, h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.form-control, .gallery a img, .gallery img, .gallery-image img, a[data-toggle=lightbox-image] img {
    max-width: 100%;
}

#page-wrapper.page-loading {
    overflow: hidden;
}

    #page-wrapper.page-loading .preloader {
        display: block;
    }

    #page-wrapper.page-loading #page-container {
        opacity: 0;
    }

.preloader {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    z-index: 99999;
}

    .preloader .inner {
        position: fixed;
        top: 20%;
        left: 50%;
        margin: 0 0 0 -50px;
        width: 100px;
        height: 100px;
        text-align: center;
    }

.preloader-spinner {
    border: 3px solid transparent;
    border-left-color: #fff;
    border-right-color: #fff;
    border-top-color: #fff;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner .4s linear infinite;
    -moz-animation: nprogress-spinner .4s linear infinite;
    -ms-animation: nprogress-spinner .4s linear infinite;
    -o-animation: nprogress-spinner .4s linear infinite;
    animation: nprogress-spinner .4s linear infinite;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.preloader .logo {
    position: fixed;
    top: 5%;
    left: 50%;
    margin: 0 0 0 -50px;
    width: 100px;
    height: 100px;
    text-align: center;
}

body {
    font-size: 13px;
    background-color: #222;
}

#main-container, #page-container, #page-content + footer {
    min-width: 320px;
}

#page-container {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    overflow-x: hidden;
    -webkit-transition: background-color .2s ease-out,opacity .3s ease-out;
    transition: background-color .2s ease-out,opacity .3s ease-out;
}

#page-container, #sidebar, #sidebar-alt {
    background-color: #394263;
}

#sidebar, #sidebar-alt {
    width: 0;
    position: absolute;
    overflow: hidden;
}

.sidebar-alt-visible-xs #sidebar-alt, .sidebar-visible-xs #sidebar {
    width: 200px;
}

#sidebar-alt {
    right: 0;
}

#main-container, #sidebar, #sidebar-alt, .footer-fixed #page-content + footer, .header-fixed-bottom header, .header-fixed-top header {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#page-content {
    padding: 10px 5px 1px;
    background-color: #eaedf1;
}

    #page-content + footer {
        padding: 9px 10px;
        font-size: 11px;
        background-color: #fff;
        border-top: 1px solid #dbe1e8;
    }

#page-container.header-fixed-top {
    padding: 50px 0 0;
}

#page-container.header-fixed-bottom {
    padding: 0 0 50px;
}

.sidebar-visible-xs #main-container {
    margin-left: 200px;
    margin-right: -200px;
}

.header-fixed-bottom #sidebar, .header-fixed-top #sidebar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
}

.header-fixed-bottom .sidebar-content, .header-fixed-top .sidebar-content {
    padding-bottom: 50px;
}

.sidebar-visible-xs.header-fixed-bottom header.navbar-fixed-bottom, .sidebar-visible-xs.header-fixed-top header.navbar-fixed-top {
    left: 200px;
    right: -200px;
}

.sidebar-alt-visible-xs #main-container {
    margin-right: 200px;
    margin-left: -200px;
}

.header-fixed-bottom #sidebar-alt, .header-fixed-top #sidebar-alt {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
}

.sidebar-alt-visible-xs.header-fixed-bottom header.navbar-fixed-bottom, .sidebar-alt-visible-xs.header-fixed-top header.navbar-fixed-top {
    right: 200px;
    left: -200px;
}

.footer-fixed #page-content + footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
}

footer .footer-logo a {
    float:left;
}
footer .footer-text {
    margin-top:10px
}

.footer-fixed #page-content {
    padding-bottom: 41px;
}

.footer-fixed.sidebar-visible-xs #page-content + footer {
    right: -200px;
    left: 200px;
}

.footer-fixed.sidebar-alt-visible-xs #page-content + footer {
    right: 200px;
    left: -200px;
}

.footer-fixed.header-fixed-bottom #page-content + footer {
    bottom: 50px;
}

header.navbar-default, header.navbar-inverse {
    padding: 0;
    margin: 0;
    min-width: 320px;
    border: none;
}

    header.navbar-default.navbar-fixed-top {
        border-bottom: 1px solid #eaedf1;
    }

    header.navbar-default.navbar-fixed-bottom {
        border-top: 1px solid #eaedf1;
    }

    header.navbar-inverse.navbar-fixed-top {
        border-bottom: 1px solid #394263;
    }

    header.navbar-inverse.navbar-fixed-bottom {
        border-top: 1px solid #394263;
    }

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
        color: #fff;
        background-color: #1bbae1;
    }

.navbar-inverse .collapse.in .navbar-nav .open .dropdown-menu > li > a {
    color: #ddd;
}

.nav.navbar-nav-custom {
    float: left;
    margin: 0;
}

    .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: #394263;
            position: relative;
        }
            .nav.navbar-nav-custom > li > a.menu {
                background-color:#652d90;
            }
        

            .nav.navbar-nav-custom > li > a .fi, .nav.navbar-nav-custom > li > a .gi, .nav.navbar-nav-custom > li > a .hi, .nav.navbar-nav-custom > li > a .si {
                margin-top: -3px;
            }

            .nav.navbar-nav-custom > li > a .label-indicator {
                position: absolute;
                top: 0;
                right: 0;
                border-radius: 0;
                font-weight: 600;
            }

.navbar-fixed-bottom .nav.navbar-nav-custom > li > a .label-indicator {
    top: auto;
    bottom: 0;
}

.navbar-inverse .nav.navbar-nav-custom > li > a {
    color: #fff;
}

.nav.navbar-nav-custom > li.open > a, .nav.navbar-nav-custom > li > a:focus, .nav.navbar-nav-custom > li > a:hover {
    background-color: #1bbae1;
    color: #fff;
}

.nav.navbar-nav-custom > li > a > img {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 20px;
    vertical-align: top;
}

.block-options .label, .switch, .table.table-vcenter td, .table.table-vcenter th {
    vertical-align: middle;
}

.navbar-form {
    margin: 7px 0;
}

.collapse.in .navbar-form, .collapsing .navbar-form {
    margin-left: -15px;
    margin-right: -15px;
}

    .collapse.in .navbar-form .form-group, .collapsing .navbar-form .form-group {
        margin-bottom: 0;
    }

.navbar-form-custom {
    padding: 0;
    width: 100px;
    float: left;
    height: 50px;
}

    .navbar-form-custom .form-control {
        padding: 10px;
        margin: 0;
        height: 50px;
        font-size: 15px;
        background: 0 0;
        border: none;
        z-index: 2000;
    }

        .navbar-form-custom .form-control:focus, .navbar-form-custom .form-control:hover {
            background-color: #fff;
        }

        .navbar-form-custom .form-control:focus {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            font-size: 18px;
            padding: 10px 20px;
        }

.navbar-inverse .navbar-form-custom .form-control {
    color: #fff;
}

    .navbar-inverse .navbar-form-custom .form-control:focus, .navbar-inverse .navbar-form-custom .form-control:hover {
        background: #000;
        color: #fff;
    }

.sidebar-content {
    width: 200px;
    color: #fff;
}

.sidebar-section {
    padding: 10px;
}

.sidebar-brand, .sidebar-title {
    height: 80px;
    line-height: 50px;
    padding: 0 10px;
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    display: block;
    color: #fff;
    background: url(../img/template/ie8_opacity_dark_15.png);
    background: rgba(0,0,0,.15);
}

.sidebar-footer {
    bottom: 0;
    padding: 20px 0;
    position: absolute;
    background: rgba(0,0,0,.15);
}



a.sidebar-brand:focus, a.sidebar-brand:hover, a.sidebar-title:focus, a.sidebar-title:hover {
    background-color: #1bbae1;
    color: #fff;
    text-decoration: none;
}
.sidebar-title{
    height:50px;
}

a.sidebar-brand img {
    margin-top: 2px;
    max-height: 76px;
}


.sidebar-brand i, .sidebar-title i {
    font-size: 14px;
    display: inline-block;
    width: 18px;
    text-align: center;
    margin-right: 10px;
    opacity: .5;
    filter: alpha(opacity=50);
}

    .sidebar-title i.pull-left {
        margin: 20px 10px 0 0;
    }

    .sidebar-title i.pull-right {
        margin: 20px 0 0 10px;
    }

.sidebar-user {
    padding-left: 78px;
    padding-right:1px;
    background: url(../img/template/ie8_opacity_light_10.png);
    background: rgba(255,255,255,.1);
}

.sidebar-user-avatar {
    width: 68px;
    height: 68px;
    float: left;
    padding: 2px;
    margin-left: -78px;
    border-radius: 34px;
    background: url(../img/template/ie8_opacity_light_75.png);
    background: rgba(255,255,255,.75);
}

    .sidebar-user-avatar img {
        width: 64px;
        height: 64px;
        border-radius: 32px;
    }

.sidebar-user-name {
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
    line-height: 26px;
    word-wrap:break-word;
}

.sidebar-user-links a {
    color: #fff;
    opacity: .3;
    filter: alpha(opacity=30);
    margin-right: 5px;
}

    .sidebar-user-links a:focus, .sidebar-user-links a:hover {
        color: #fff;
        text-decoration: none;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .sidebar-user-links a > i {
        font-size: 14px;
    }



.sidebar-themes {
    list-style: none;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 6px;
    background: url(../img/template/ie8_opacity_dark_15.png);
    background: rgba(0,0,0,.15);
    opacity: .5;
    filter: alpha(opacity=50);
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
}

    .sidebar-themes:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .sidebar-themes li {
        float: left;
        margin: 0 5px 6px 0;
    }

        .sidebar-themes li a {
            display: block;
            width: 20px;
            height: 20px;
            border-radius: 10px;
            border-width: 2px;
            border-style: solid;
        }

            .sidebar-themes li a:focus, .sidebar-themes li a:hover, .sidebar-themes li.active a {
                border-color: #fff!important;
            }

.sidebar-nav-social {
    text-align: center;
}

    .sidebar-nav-social li {
        width: 22%;
    }

        .sidebar-nav-social li a {
            display: block;
            width: 28px;
            height: 28px;
            line-height: 23px;
            text-align: center;
            background-color: #151515;
            border-radius: 50%;
            -webkit-transition: all ease-out .25s;
            transition: all ease-out .25s;
        }

            .sidebar-nav-social li a:hover {
                color: #fff;
                background-color: #1bbae1;
                -webkit-transform: rotate(360deg) scale(1.5);
                transform: rotate(360deg) scale(1.5);
            }

        .sidebar-nav-social li.facebook a:hover {
            background-color: #3b5998;
        }

        .sidebar-nav-social li.twitter a:hover {
            background-color: #59adeb;
        }

        .sidebar-nav-social li.google a:hover {
            background-color: #ea4335;
        }

        .sidebar-nav-social li.instagram a:hover {
            background-color: #db3683;
        }



.chat-users {
    list-style: none;
    margin: 0;
    padding: 10px;
}

    .chat-users li {
        float: left;
        margin: 0;
        padding: 3px;
    }

    .chat-users a {
        position: relative;
        display: inline-block;
        padding: 2px;
        width: 52px;
        height: 52px;
        border-radius: 25px;
        background: url(../img/template/ie8_opacity_light_10.png);
        background: rgba(255,255,255,.1);
    }

        .chat-users a span.status {
            position: absolute;
            top: 0;
            right: 0;
            width: 6px;
            height: 6px;
            border-radius: 3px;
            background-color: #ccc;
        }
        .chat-users a span.close {
            position: absolute;
            top: 0;
            left: 0;
            width: 6px;
            height: 6px;
            font-size: 10px;
            color: #2ecc71;
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .chat-users a img {
            width: 48px;
            height: 48px;
            opacity: .5;
            filter: alpha(opacity=50);
        }

        .chat-users a.chat-user-away, .chat-users a.chat-user-busy, .chat-users a.chat-user-online {
            background: url(../img/template/ie8_opacity_light_75.png);
            background: rgba(255,255,255,.75);
        }

            .chat-users a.chat-user-online span.status {
                background-color: #2ecc71;
            }

            .chat-users a.chat-user-away span.status {
                background-color: #f39c12;
            }

            .chat-users a.chat-user-busy span.status {
                background-color: #652d90;
            }

        .chat-users a:hover {
            background-color: #fff;
            -webkit-box-shadow: 0 0 4px 2px #999;
            box-shadow: 0 0 4px 2px #999;
        }

            .chat-users a.chat-user-away img, .chat-users a.chat-user-busy img, .chat-users a.chat-user-online img, .chat-users a:hover img {
                opacity: 1;
                filter: alpha(opacity=100);
            }

.chat-talk-info {
    line-height: 22px;
    font-size: 13px;
}

    .chat-talk-info img {
        width: 22px;
        height: 22px;
        float: left;
        margin-right: 10px;
    }

.chat-talk-messages {
    list-style: none;
    margin: 0;
    padding: 5px 0;
    background: url(../img/template/ie8_opacity_dark_20.png);
    background: rgba(0,0,0,.2);
}

    .chat-talk-messages li {
        padding: 7px 10px;
        margin-bottom: 7px;
    }

    .chat-talk-messages .chat-talk-msg {
        width: 180px;
        margin-right: 20px;
        border-right: 3px solid #fff;
        background: url(../img/template/ie8_opacity_dark_40.png);
        background: rgba(0,0,0,.4);
    }

        .chat-talk-messages .chat-talk-msg.chat-talk-msg-highlight {
            margin-right: 0;
            margin-left: 20px;
            border-right: none;
            border-left-width: 3px;
            border-left-style: solid;
        }

.chat-form {
    margin: 0;
    padding: 5px 10px;
    background: url(../img/template/ie8_opacity_dark_40.png);
    background: rgba(0,0,0,.4);
}

    .chat-form .form-control {
        background: 0 0;
        color: #eee;
    }

.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
}

    .sidebar-nav .sidebar-header:first-child {
        margin-top: 0;
    }

    .sidebar-nav a {
        display: block;
        color: #eaedf1;
        padding: 0 10px;
        min-height: 35px;
        line-height: 35px;
    }

        .sidebar-nav a.open, .sidebar-nav a:focus, .sidebar-nav a:hover, .sidebar-nav li.active > a {
            color: #fff;
            text-decoration: none;
            background: url(../img/template/ie8_opacity_dark_15.png);
            background: rgba(0,0,0,.15);
        }

        .sidebar-nav a.active {
            padding-left: 5px;
            border-left: 5px solid #1bbae1;
            background: url(../img/template/ie8_opacity_dark_30.png);
            background: rgba(0,0,0,.3);
        }

        .sidebar-nav a > .sidebar-nav-icon {
            margin-right: 10px;
        }

        .sidebar-nav a > .sidebar-nav-indicator {
            float: right;
            line-height: inherit;
            margin-left: 4px;
            -webkit-transition: all .15s ease-out;
            transition: all .15s ease-out;
        }

        .sidebar-nav a > .sidebar-nav-icon, .sidebar-nav a > .sidebar-nav-indicator {
            display: inline-block;
            opacity: .5;
            filter: alpha(opacity=50);
            width: 18px;
            font-size: 14px;
            text-align: center;
        }

        .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 a:hover, .sidebar-nav a:hover > .sidebar-nav-icon, .sidebar-nav a:hover > .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;
            filter: alpha(opacity=100);
        }

            .sidebar-nav a.active > .sidebar-nav-indicator, .sidebar-nav a.open > .sidebar-nav-indicator, .sidebar-nav li.active > a > .sidebar-nav-indicator {
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
            }

    .sidebar-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: none;
        background: url(../img/template/ie8_opacity_dark_30.png);
        background: rgba(0,0,0,.3);
    }

    .sidebar-nav li.active > ul {
        display: block;
    }

    .sidebar-nav ul a {
        margin: 0;
        font-size: 12px;
        padding-left: 15px;
        min-height: 32px;
        line-height: 32px;
    }

        .sidebar-nav ul a.active, .sidebar-nav ul a.active:hover {
            border-left: 5px solid #1bbae1;
            padding-left: 10px;
        }

    .sidebar-nav ul ul {
        background: url(../img/template/ie8_opacity_dark_40.png);
        background: rgba(0,0,0,.4);
    }

        .sidebar-nav ul ul a {
            padding-left: 25px;
        }

            .sidebar-nav ul ul a.active, .sidebar-nav ul ul a.active:hover {
                padding-left: 20px;
            }

.sidebar-header {
    margin: 10px 0 0;
    padding: 10px;
    line-height: 12px;
}

    .sidebar-header + .sidebar-section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .sidebar-header .sidebar-header-title {
        color: #fff;
        font-size: 11px;
        text-transform: uppercase;
        opacity: .5;
        filter: alpha(opacity=50);
    }

.sidebar-header-options {
    float: right;
    display: inline-block;
}

    .sidebar-header-options > a, .sidebar-nav .sidebar-header-options a {
        float: right;
        margin: 0;
        padding: 0;
        min-height: 0;
        line-height: inherit;
        display: block;
        min-width: 18px;
        text-align: center;
        color: #fff;
        opacity: .3;
        filter: alpha(opacity=30);
    }

        .sidebar-header-options a.active, .sidebar-header-options a:focus, .sidebar-header-options a:hover, .sidebar-nav .sidebar-header-options a.active, .sidebar-nav .sidebar-header-options a:focus, .sidebar-nav .sidebar-header-options a:hover {
            background: 0 0;
            color: #fff;
            opacity: 1;
            filter: alpha(opacity=100);
        }

.content-header, .content-top {
    background-color: #fff;
    border-bottom: 1px solid #dbe1e8;
}

.sidebar-header-options a > i {
    font-size: 14px;
}

.content-header {
    border-top: 1px solid #eaedf1;
}

    .content-header h1, .content-header h2 {
        margin: 0;
        font-size: 26px;
        line-height: 32px;
    }

    .content-header small .content-header small {
        font-size: 17px;
    }

.header-section h1 i {
    font-size: 56px;
    float: right;
    color: #eaedf1;
    margin: 0 0 0 10px;
    line-height: 64px;
}

.header-section {
    padding: 30px 10px;
}

.content-header, .content-top {
    margin: -10px -5px 10px;
}

.content-header-media {
    position: relative;
    height: 160px;
    overflow: hidden;
    border-top-color: #222;
}

    .content-header-media .header-section {
        z-index: 200;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        color: #fff;
        background: url(../img/template/ie8_opacity_dark_60.png);
        background: rgba(0,0,0,.6);
    }

    .content-header-media i, .content-header-media small {
        color: #ddd;
    }

    .content-header-media > img {
        position: absolute;
        top: 0;
        left: 50%;
        width: 2560px;
        height: 248px;
        margin-left: -1280px;
    }

    .content-header-media > .content-header-media-map {
        height: 270px;
    }

.block {
    margin: 0 0 10px;
    padding: 20px 15px 1px;
    background-color: #fff;
    border: 1px solid #dbe1e8;
}

    .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 .tab-content .block-content-full, .block.full .tab-content .block-content-full {
        margin-top: -19px!important;
    }

.block-title {
    margin: -20px -15px 20px;
    background-color: #f9fafc;
    border-bottom: 1px solid #eaedf1;
}

    .block-title h1, .block-title h2, .block-title h3, .block-title h4, .block-title h5, .block-title h6 {
        display: inline-block;
        font-size: 16px;
        line-height: 1.4;
        margin: 0;
        padding: 10px 16px 7px;
        font-weight: 400;
    }

        .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: 13px;
            color: #777;
            font-weight: 400;
        }

    .block-title h1, .block-title h2, .block-title h3 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .block-options, .block-title .nav-tabs {
        min-height: 40px;
        line-height: 38px;
    }

    .block-title .nav-tabs {
        padding: 3px 1px 0;
        border-bottom: none;
        margin-bottom: -2px;
    }

        .block-title .nav-tabs > li > a {
            border-bottom: none;
            margin-bottom: 0;
        }

            .block-title .nav-tabs > li > a:hover {
                background: 0 0;
            }

        .block-title .nav-tabs > li.active > a, .block-title .nav-tabs > li.active > a:focus, .block-title .nav-tabs > li.active > a:hover {
            border: 1px solid #eaedf1;
            border-bottom-color: #fff;
            background-color: #fff;
        }

    .block-title code {
        padding: 2px 3px;
    }

.block-options {
    margin: 0 6px;
    line-height: 37px;
}

    .block-options .label {
        display: inline-block;
        padding: 6px;
        font-size: 13px;
    }

.block-top {
    margin: -20px -15px 20px;
    border-bottom: 1px dotted #dbe1e8;
}

.block-section {
    margin-bottom: 20px;
}

.block.block-fullscreen {
    position: fixed;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    z-index: 1031;
    margin-bottom: 0;
    overflow-y: auto;
}

.widget {
    background-color: #fff;
    margin-bottom: 10px;
}

    .widget .widget-extra, .widget .widget-extra-full {
        position: relative;
        padding: 15px;
    }

    .widget-extra-full a.advertise-img {
        cursor:pointer;
    }

    .widget-extra-full a.advertise-img img {
        max-width:100%;
    }

    .widget .widget-extra {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .widget .widget-content-light {
        color: #fff;
    }

        .widget .widget-content-light small {
            color: #eee;
        }

    .widget .widget-icon, .widget .widget-image {
        width: 64px;
        /*height: 64px;*/
    }

    .widget .widget-icon {
        display: inline-block;
        line-height: 64px;
        text-align: center;
        font-size: 28px;
        color: #fff;
        border-radius: 32px;
    }

        .widget .widget-icon.visible-xs {
            font-size: 20px;
            line-height: 44px;
        }

        .widget .widget-icon.visible-xs {
            width: 44px;
        }

        .widget .widget-icon .fi, .widget .widget-icon .gi, .widget .widget-icon .hi, .widget .widget-icon .si {
            margin-top: -3px;
        }

    .widget .widget-options, .widget .widget-options-left {
        position: absolute;
        top: 5px;
        opacity: .5;
        filter: alpha(opacity=50);
    }

        #to-top:hover, .widget .widget-options-left:hover, .widget .widget-options:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }

    .widget .widget-options {
        right: 5px;
    }

    .widget .widget-options-left {
        left: 5px;
    }

.widget-all {
    padding: 5px;
}

    .widget-all:after, .widget-all:before {
        content: " ";
        display: table;
    }

    .widget-all:after {
        clear: both;
    }

.widget-simple {
    padding: 15px;
}

    .widget-simple:after, .widget-simple:before {
        content: " ";
        display: table;
    }

    .widget-simple:after {
        clear: both;
    }

    .widget-simple .widget-icon, .widget-simple .widget-image {
        margin: 0 15px;
    }

        .widget-simple .widget-icon.pull-left, .widget-simple .widget-image.pull-left {
            margin-left: 0;
        }

        .widget-simple .widget-icon.pull-right, .widget-simple .widget-image.pull-right {
            margin-right: 0;
        }

    .widget-simple .widget-content {
        font-size: 15px;
        margin: 12px 0;
    }

        .widget-simple .widget-content small {
            display: block;
            margin-top: 7px;
            font-size: 12px;
            font-weight: 400;
        }

.widget-small {
    padding: 5px;
}

    .widget-small:after, .widget-small:before {
        content: " ";
        display: table;
    }

    .widget-small:after {
        clear: both;
    }

    .widget-small .widget-icon, .widget-small .widget-image {
        margin: 0 15px;
    }

        .widget-small .widget-icon.pull-left, .widget-small .widget-image.pull-left {
            margin-left: 0;
        }

        .widget-small .widget-icon.pull-right, .widget-small .widget-image.pull-right {
            margin-right: 0;
        }

    .widget-small .widget-content {
        font-size: 15px;
        margin: 12px 0;
    }

        .widget-small .widget-content small {
            display: block;
            margin-top: 7px;
            font-size: 12px;
            font-weight: 400;
        }

.widget-advanced .widget-header {
    position: relative;
    padding: 15px 15px 50px;
    height: 150px;
    overflow: hidden;
}

.widget-advanced .widget-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
}

.widget-advanced .widget-background-map {
    height: 180px;
    width: 100%;
}

.widget-advanced .widget-content-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    margin: 0;
    background: url(../img/template/ie8_opacity_dark_60.png);
    background: rgba(0,0,0,.6);
}

.widget-advanced .widget-main {
    position: relative;
    padding: 10px 15px 15px;
}

.widget-advanced .widget-image-container {
    position: absolute;
    display: inline-block;
    padding: 5px;
    width: 74px;
    height: 74px;
    top: -36px;
    left: 50%;
    margin-left: -36px;
    border-radius: 36px;
    background-color: #fff;
}

.widget-advanced .widget-header .widget-image-container {
    position: static;
    left: auto;
    top: auto;
    margin: 0;
}

.widget-advanced-alt .widget-header, .widget-advanced-alt .widget-main {
    padding: 15px;
}

.widget-advanced-alt .widget-header {
    height: auto;
    min-height: 150px;
}

a.widget {
    display: block;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#login-alt-container, #to-top {
    display: none;
}

a.widget:active, a.widget:focus, a.widget:hover {
    text-decoration: none;
}

a.widget.widget-hover-effect1:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.1);
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
}

a.widget.widget-hover-effect1:active {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

a.widget.widget-hover-effect2:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: inset 0 -5px 0 rgba(0,0,0,.2);
    box-shadow: inset 0 -5px 0 rgba(0,0,0,.2);
}

a.widget.widget-hover-effect2:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.widget.widget-hover-effect3:hover {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
}

a.widget.widget-hover-effect3:active {
    -webkit-transform: rotate(2deg) scale(.95);
    transform: rotate(2deg) scale(.95);
}

a.widget.widget-hover-effect4:hover {
    -webkit-transform: scale(.98);
    transform: scale(.98);
}

a.widget.widget-hover-effect4:active {
    -webkit-transform: rotate(-1deg) scale(.95);
    transform: rotate(-1deg) scale(.95);
}

.widget.widget-hover-effect5 {
    -webkit-transform: scale(1.017);
    transform: scale(1.017);
}

.widget.widget-hover-effect5:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
}

a.widget.widget-hover-effect5:active {
    -webkit-transform: rotate(-1deg) scale(1.05);
    transform: rotate(-1deg) scale(1.05);
}

.content-float .pull-left {
    margin: 0 20px 20px 0;
}

.content-float .pull-right {
    margin: 0 0 20px 20px;
}

.draggable-blocks .block-title {
    cursor: move;
}

.draggable-placeholder {
    background-color: #ddd;
    border: 1px dashed #999;
    margin-bottom: 10px;
}

#to-top {
    position: fixed;
    bottom: 55px;
    left: 5px;
    border-radius: 3px;
    padding: 0 12px;
    font-size: 28px;
    text-align: center;
    color: #fff;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=10);
}

    #to-top:hover {
        color: #fff;
        background-color: #1bbae1;
        text-decoration: none;
    }

#login-background {
    width: 100%;
    height: 224px;
    overflow: hidden;
    position: relative;
}

    #login-background > img {
        position: absolute;
        width: 2560px;
        height: 400px;
        left: 50%;
        margin-left: -1280px;
    }

#login-alt-container, #login-container {
    position: absolute;
    width: 300px;
    top: 10px;
    left: 50%;
    margin-left: -150px;
    z-index: 1;
}

    #login-container .login-title {
        padding: 20px 10px;
        background: url(../img/template/ie8_opacity_dark_60.png);
        background: rgba(0,0,0,.6);
    }

        #login-alt-container h1, #login-container .login-title h1 {
            font-size: 26px;
            color: #fff;
        }

            #login-alt-container h1 small, #login-container .login-title h1 small {
                font-size: 16px;
                color: #ddd;
            }

    #login-container > .block {
        border: none;
    }

    #login-container .register-terms {
        line-height: 30px;
        margin-right: 10px;
        float: left;
    }

img.full-bg {
    min-height: 100%;
    min-width: 1280px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}

@media screen and (max-width:1280px) {
    img.full-bg {
        left: 50%;
        margin-left: -640px;
    }
}

.full-page-container {
    position: absolute;
    width: 300px;
    padding: 10px;
    top: 20px;
    left: 50%;
    margin-left: -150px;
    z-index: 1000;
    background-color: #333;
    background-color: rgba(0,0,0,.5);
}

.full-page-section {
    padding: 25px 0;
    margin: 25px -10px;
    background-color: #000;
    background-color: rgba(0,0,0,.15);
}

.countdown-con {
    color: #fff;
    text-align: center;
}

    .countdown-con .countdown-num {
        font-size: 56px;
        font-weight: 700;
    }

    .countdown-con .countdown-info {
        font-size: 16px;
        color: rgba(255,255,255,.6);
    }

.calendar-events {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .calendar-events li {
        color: #fff;
        margin-bottom: 5px;
        padding: 5px 10px;
        border-radius: 3px;
        background-color: #555;
        opacity: .85;
        filter: alpha(opacity=85);
    }

        .calendar-events li:hover {
            cursor: move;
            opacity: 1;
            filter: alpha(opacity=100);
        }

a.gallery-link, a[data-toggle=lightbox-image] {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

    .gallery a:hover img, .gallery-image:hover img, a[data-toggle=lightbox-image]:hover img {
        opacity: .75;
        filter: alpha(opacity=75);
    }

.gallery-image {
    position: relative;
}

.gallery-image-options {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    padding: 10px;
}

.gallery-image:hover .gallery-image-options {
    display: block;
}


.gallery > .row > div {
    margin-bottom: 15px;
}

.gallery.gallery-widget > .row > div {
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

.media-items {
    position: relative;
    margin-bottom: 20px;
    padding: 25px 10px;
    text-align: center;
    background-color: #f9f9f9;
    border: 2px solid #f1f1f1;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

    .media-items:hover, .media-items:active, .media-items:focus {
        border-color: #ccc;
    }

    .media-items .media-items-options {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        padding: 10px;
        display: block;
    }

    .media-items .media-items-content {
        padding: 40px 0 20px;
    }

.pie-chart .pie-avatar {
    position: absolute;
    top: 8px;
    left: 8px;
}

.chart {
    height: 360px;
}

.chart-tooltip, .mini-chart-tooltip {
    position: absolute;
    display: none;
    color: #fff;
    background-color: #000;
    padding: 4px 10px;
}

.chart-pie-label {
    font-size: 12px;
    text-align: center;
    padding: 8px 12px;
    color: #fff;
}

.mini-chart-tooltip {
    left: 0;
    top: 0;
    visibility: hidden;
}

.legend table td {
    padding: 4px;
    font-size: 14px;
}

.timeline {
    position: relative;
}

.timeline-header {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 0 15px;
    min-height: 60px;
    line-height: 60px;
    background-color: #fff;
    border-bottom: 2px solid #f0f0f0;
    z-index: 500;
}

.timeline-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .timeline-list:after {
        position: absolute;
        display: block;
        width: 2px;
        top: 0;
        left: 95px;
        bottom: 0;
        content: "";
        background-color: #f0f0f0;
        z-index: 1;
    }

.timeline-header + .timeline-list:after {
    top: 60px;
}

.timeline-list li {
    position: relative;
    margin: 0;
    padding: 15px 0;
}

.timeline-list.timeline-hover li:hover {
    background-color: #f9f9f9;
}

.timeline-list .timeline-icon {
    position: absolute;
    left: 80px;
    top: 10px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    z-index: 500;
}

.timeline-list .active .timeline-icon {
    background-color: #1bbae1;
    border-color: #1bbae1;
    color: #fff;
}

.timeline-list .timeline-time {
    float: left;
    width: 70px;
    text-align: right;
}

.timeline-list .timeline-content {
    margin-left: 120px;
}

.block-content-full .timeline-content {
    padding-right: 20px;
}

.media-feed {
    margin-bottom: 0;
}

    .media-feed > .media {
        margin-top: 20px;
        padding: 0 10px;
        border-top: 1px dotted #dbe1e8;
    }

        .media-feed > .media:first-child {
            border-top: none;
        }

    .media-feed.media-feed-hover > .media:hover {
        background-color: #f9f9f9;
    }

#error-container {
    padding: 120px 20px;
    position: relative;
}

    #error-container .error-options {
        position: absolute;
        top: 20px;
        left: 20px;
    }

    #error-container h1 {
        font-size: 96px;
        color: #fff;
        margin-bottom: 40px;
    }

    #error-container h2 {
        color: #ccc;
        margin-bottom: 40px;
        line-height: 1.4;
    }

    #error-container form {
        padding: 20px;
        border-radius: 3px;
        background: url(../img/template/ie8_opacity_light_10.png);
        background: rgba(255,255,255,.1);
    }

    #error-container .form-control {
        border-color: #fff;
    }

.table.table-pricing {
    background-color: #fff;
}

.table-pricing td, .table-pricing th {
    text-align: center;
}

.table-pricing th {
    font-size: 24px!important;
}

.table-pricing td {
    font-size: 15px;
    padding-top: 12px!important;
    padding-bottom: 12px!important;
}

.table-pricing .table-price {
    background-color: #f9f9f9;
}

    .table-pricing .table-price.table-featured, .table-pricing.table-featured .table-price {
        background-color: #252525;
    }

.table-pricing th.table-featured, .table-pricing.table-featured th {
    background-color: #1bbae1;
    border-bottom: 2px solid #394263;
    color: #fff;
}

.table-pricing td.table-featured, .table-pricing.table-featured td {
    background-color: #394263;
    color: #fff;
}

.chatui-container {
    position: relative;
}

.chatui-people, .chatui-talk {
    overflow-y: hidden;
}

    .chatui-people .chatui-header {
        font-size: 14px;
        line-height: 14px;
        color: #999;
        text-transform: uppercase;
        padding: 5px 20px;
    }

    .chatui-people hr {
        border-top-color: #252525;
        border-top-color: rgba(0,0,0,.25);
    }

    .chatui-people .list-group-item {
        background: 0 0;
        min-height: 52px;
        border: 0;
        border-radius: 0!important;
    }

        .chatui-people .list-group-item .badge {
            margin-top: 7px;
        }

        .chatui-people .list-group-item .list-group-item-heading {
            color: #fff;
            line-height: 32px;
            margin: 0;
        }

        .chatui-people .list-group-item:focus, .chatui-people .list-group-item:hover {
            background: url(../img/template/ie8_opacity_dark_20.png);
            background: rgba(0,0,0,.2);
        }

        .chatui-people .list-group-item img {
            float: left;
            width: 32px;
            height: 32px;
            margin-right: 10px;
        }

.chatui-talk {
    top: 0;
    bottom: 50px;
}

    .chatui-talk ul:not(.dropdown-menu) {
        padding: 15px;
        margin: 0;
        list-style: none;
    }

    .chatui-talk li:not(.dropdown-menu li) {
        padding: 5px 10px;
        margin-bottom: 7px;
    }

    .chatui-talk .chatui-talk-msg {
        border-radius:10px;
        padding: 5px 10px 20px 40px;
        background-color: #f6f6f6;
        position: relative;
        margin-top:5px;
    }

        .chatui-talk .chatui-talk-msg.chatui-talk-msg-highlight {
            padding-left: 50px;
            background-color: #dcf8c6;
        }

.chatui-talk-msg .chatui-talk-msg-avatar {
    position: absolute;
    top: 8px;
    left: 3px;
    width: 32px;
    height: 32px;
}

.chatui-talk-msg.chatui-talk-msg-highlight .chatui-talk-msg-avatar {
    top: 8px;
    right: auto;
    left: 8px;
}

.chatui-talk-msg .image-area {
    width: 100%;
    height: auto;
    overflow:hidden;
    padding:10px;
    position:relative;
    border-radius:5px;
    background-color: #fff;
}

    .chatui-talk-msg .image-area .image-thumb {
        width:100%;
        height:auto;
        overflow:hidden;
        position:relative;
    }
        .chatui-talk-msg .image-area .image-thumb .fi {
            padding-top:10px;
            padding-bottom:10px;
        }

    .chatui-talk-msg .image-area .image-caption {
        overflow: hidden;
        padding-top: 2px;
        position: relative;
        text-overflow: ellipsis;
        width: 100%;
        white-space: nowrap;
    }
    

.chatui-input {
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #eee;
}

.task-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .task-list li {
        padding: 15px 40px 15px 15px;
        margin-bottom: 10px;
        background-color: #fff;
        border-radius: 3px;
        position: relative;
        -webkit-transition: box-shadow .15s ease-out;
        transition: box-shadow .15s ease-out;
    }

        .task-list li:hover {
            -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.1);
            box-shadow: 0 5px 5px rgba(0,0,0,.1);
        }

        .task-list li.in-1x {
            margin-left: 15px;
        }

        .task-list li.in-2x {
            margin-left: 30px;
        }

        .task-list li > .task-close {
            position: absolute;
            top: 15px;
            right: 15px;
            color: #000;
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition: opacity .2s ease-out;
            transition: opacity .2s ease-out;
        }

        .task-list li:hover > .task-close {
            opacity: .25;
            filter: alpha(opacity=25);
        }

        .task-list li.task-done {
            opacity: .5;
            filter: alpha(opacity=50);
        }

            .task-list li.task-done > label {
                text-decoration: line-through;
            }

.btn-link.btn-icon:focus, .btn-link.btn-icon:hover, .nav-horizontal a:focus {
    text-decoration: none;
}

.navbar.navbar-default {
    background-color: #f9fafc;
}

.navbar.navbar-inverse {
    background-color: #4c5471;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    border-width: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 300;
        color: #777;
    }

b, label, strong {
    font-weight: 600;
}

h1, h2, h3 {
    margin-bottom: 15px;
}

.text-primary, .text-primary:hover, a, a.text-primary, a.text-primary:focus, a.text-primary:hover, a:focus, a:hover {
    color: #1bbae1;
}

    .text-danger, .text-danger:hover, a.text-danger, a.text-danger:focus, a.text-danger:hover {
        color: #652d90;
    }

    .text-warning, .text-warning:hover, a.text-warning, a.text-warning:focus, a.text-warning:hover {
        color: #e67e22;
    }

    .text-success, .text-success:hover, a.text-success, a.text-success:focus, a.text-success:hover {
        color: #27ae60;
    }

    .text-info, .text-info:hover, a.text-info, a.text-info:focus, a.text-info:hover {
        color: #3498db;
    }

    .text-muted, .text-muted:hover, a.text-muted, a.text-muted:focus, a.text-muted:hover {
        color: #999;
    }

    .text-light, .text-light:hover, a.text-light, a.text-light:focus, a.text-light:hover {
        color: #fff;
    }

ol, ul {
    padding-left: 30px;
}

.list-li-push li {
    margin-bottom: 10px;
}

p {
    line-height: 1.6;
}

article p {
    font-size: 16px;
    line-height: 1.8;
}

.well {
    background-color: #f9f9f9;
    border: 1px solid #eee;
}

.page-header {
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    margin: 30px 0 20px;
}

.sub-header {
    margin: 10px 0 20px;
    padding: 10px 0;
    border-bottom: 1px dotted #ddd;
}

blockquote {
    border-left-width: 3px;
    margin: 20px 0;
    padding: 30px 60px 30px 20px;
    position: relative;
    width: 100%;
    border-color: #eaedf1;
}

    blockquote:before {
        display: block;
        content: "\201C";
        font-family: serif;
        font-size: 96px;
        position: absolute;
        right: 10px;
        top: -30px;
        color: #eaedf1;
    }

.switch, .switch span, .wizard-steps span {
    display: inline-block;
}

blockquote.pull-right:before {
    left: 10px;
    right: auto;
}

fieldset legend {
    font-size: 16px;
    padding: 30px 0 10px;
    border-bottom: 2px solid #eaedf1;
}

input[type=file] {
    padding-top: 7px;
}

input[type=text].form-control, input[type=password].form-control, input[type=email].form-control, textarea.form-control {
    -webkit-appearance: none;
}
    textarea.form-control.active {
        height:224px;
    }

.form-control {
    font-size: 13px;
    padding: 6px 8px;
    margin: 1px 0;
    color: #394263;
    border-color: #dbe1e8;
    resize:vertical;
}

.form-control-borderless, .form-control-borderless .form-control, .form-control-borderless .input-group-addon, .form-control-borderless:focus {
    border: transparent!important;
}

.input-group {
    margin-top: 1px;
    margin-bottom: 1px;
}

    .input-group .form-control {
        margin-top: 0;
    }

.form-control:focus {
    border-color: #1bbae1;
}

.help-block {
    color: #777;
    font-weight: 400;
}

.input-group-addon {
    min-width: 45px;
    text-align: center;
    background-color: #fff;
    border-color: #dbe1e8;
}

.form-horizontal .control-label {
    margin-bottom: 5px;
}

.form-bordered {
    margin: -15px -15px -1px;
}

.modal-body .form-bordered {
    margin-bottom: -20px;
}

.form-bordered fieldset legend {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.form-bordered .form-group {
    margin: 0;
    border: none;
    padding: 15px;
    border-bottom: 1px dashed #eaedf1;
}

    .form-bordered .form-group.form-actions {
        background-color: #f9fafc;
        border-bottom: none;
    }

.form-horizontal.form-bordered .form-group {
    padding-left: 0;
    padding-right: 0;
}

.form-bordered .help-block {
    margin-bottom: 0;
}

.has-error .form-control, .has-success .form-control, .has-warning .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .input-group-addon, .has-success .radio, .has-success .radio-inline {
    color: #27ae60;
}

.has-success .form-control, .has-success .input-group-addon {
    border-color: #27ae60;
    background-color: #fff;
}

    .has-success .form-control:focus {
        border-color: #166638;
    }

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .input-group-addon, .has-warning .radio, .has-warning .radio-inline {
    color: #e67e22;
}

.has-warning .form-control, .has-warning .input-group-addon {
    border-color: #e67e22;
    background-color: #fff;
}

    .has-warning .form-control:focus {
        border-color: #b3621b;
    }

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .input-group-addon, .has-error .radio, .has-error .radio-inline {
    color: #652d90;
}

.has-error .form-control, .has-error .input-group-addon {
    border-color: #652d90;
    background-color: #fff;
}

    .has-error .form-control:focus {
        border-color: #c0392b;
    }

.wizard-steps {
    border-bottom: 1px solid #eaedf1;
    margin-bottom: 20px;
}

.form-bordered .wizard-steps {
    margin-bottom: 0;
}

.wizard-steps .row {
    margin: 0;
}

    .wizard-steps .row div {
        padding: 15px 0;
        font-size: 15px;
        text-align: center;
    }

.form-bordered .wizard-steps .row div {
    padding-top: 10px;
}

.wizard-steps span {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 1px solid #1bbae1;
    border-radius: 50px;
}

.wizard-steps div.active span, .wizard-steps div.done span {
    background-color: #1bbae1;
    color: #fff;
}

.wizard-steps div.done span {
    opacity: .25;
    filter: alpha(opacity=25);
}

.wizard-steps div.active span {
    opacity: 1;
    filter: alpha(opacity=100);
}

.switch {
    margin: 1px 0;
    position: relative;
    cursor: pointer;
}

    .switch input {
        position: absolute;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .switch span {
        position: relative;
        width: 54px;
        height: 28px;
        border-radius: 28px;
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        -webkit-transition: background-color .35s;
        transition: background-color .35s;
    }

    .switch-success span {
        background-color:#db3128;
    }

        .switch span:after {
            content: "";
            position: absolute;
            left: 2px;
            top: 1px;
            bottom: 1px;
            width: 24px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 50%;
            -webkit-box-shadow: 1px 0 3px rgba(0,0,0,.05);
            box-shadow: 1px 0 3px rgba(0,0,0,.05);
            -webkit-transition: all .15s ease-out;
            transition: all .15s ease-out;
        }

    .switch input:checked + span:after {
        left: 26px;
        border: none;
        -webkit-box-shadow: -2px 0 3px rgba(0,0,0,.1);
        box-shadow: -2px 0 3px rgba(0,0,0,.1);
    }

    .switch input:checked + span {
        background-color: #eee;
    }

.switch-default span {
    border-color: #dbe1e8;
}

.switch-default input:checked + span {
    background-color: #dbe1e8;
}

.switch-primary span {
    border-color: #1bbae1;
}

.switch-primary input:checked + span {
    background-color: #1bbae1;
}

.switch-info span {
    border-color: #7abce7;
}

.switch-info input:checked + span {
    background-color: #7abce7;
}

.switch-success span {
    border-color: #aad178;
}

.switch-success input:checked + span {
    background-color: #aad178;
}

.switch-warning span {
    border-color: #f7be64;
}

.switch-warning input:checked + span {
    background-color: #f7be64;
}

.switch-danger span {
    border-color: #ef8a80;
}

.list-group-item, .table tbody + tbody, .table tbody > tr > td, .table tbody > tr > th, .table tfoot > tr > td, .table tfoot > tr > th, .table thead > tr > td, .table thead > tr > th, .table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-color: #eaedf1;
}

.switch-danger input:checked + span {
    background-color: #ef8a80;
}

.lt-ie9 .switch input {
    position: static;
    opacity: 1;
    filter: alpha(opacity=100);
}

.lt-ie9 .switch span, .lt-ie9 .switch span:after {
    display: none!important;
}

.table-options {
    padding: 6px 0;
}

.table thead > tr > th {
    font-size: 18px;
    font-weight: 600;
}

    .table thead > tr > th > small {
        font-weight: 400;
        font-size: 75%;
    }

.table tfoot > tr > td, .table tfoot > tr > th, .table thead > tr > td, .table thead > tr > th {
    padding-top: 14px;
    padding-bottom: 14px;
}

.table tfoot > tr > td, .table tfoot > tr > th {
    background-color: #f9fafc;
}

.table-borderless tbody > tr > td, .table-borderless tbody > tr > th {
    border-top-width: 0;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #eaedf1;
}

a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover {
    background-color: #1bbae1;
    border-color: #1bbae1;
}

    a.list-group-item.active .list-group-item-text, a.list-group-item.active:focus .list-group-item-text, a.list-group-item.active:hover .list-group-item-text {
        color: #fff;
    }

a.list-group-item:focus, a.list-group-item:hover {
    background-color: #f9fafc;
}

a.list-group-item.active > .badge {
    background: url(../img/template/ie8_opacity_dark_40.png);
    background: rgba(0,0,0,.4);
    color: #fff;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #1bbae1;
}

.nav > li i {
    font-size: 14px;
}

.nav-pills > .active > a > .badge {
    color: #1bbae1;
}

.nav-stacked > li > a {
    margin: 4px 0 0;
}

.nav .caret, .nav a:focus .caret, .nav a:hover .caret {
    border-top-color: #1bbae1;
    border-bottom-color: #1bbae1;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #f9fafc;
}

.nav-tabs {
    border-bottom-color: #eaedf1;
}

    .nav-tabs > li {
        margin-bottom: 0;
    }

        .nav-tabs > li > a {
            padding-left: 7px;
            padding-right: 7px;
            margin-bottom: -1px;
        }

            .nav-tabs > li > a:hover {
                border-color: #eaedf1;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #394263;
            border-color: #eaedf1 #eaedf1 transparent;
        }

.nav-pills > li.active > a > .badge {
    background: url(../img/template/ie8_opacity_dark_20.png);
    background: rgba(0,0,0,.2);
    color: #fff;
}

.nav-pills.nav-icons > li > a i {
    margin-right: 10px;
}

.nav-pills.nav-icons > li.active > a i, .nav-pills.nav-icons > li.active > a:focus i, .nav-pills.nav-icons > li.active > a:hover i {
    color: #fff;
}

.dropdown-menu {
    padding: 0;
    font-size: 13px;
    border-color: #dbe1e8;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.1);
    box-shadow: 0 3px 6px rgba(0,0,0,.1);
}

    .dropdown-menu > li > a {
        padding: 6px 10px;
    }

    .dropdown-menu i {
        opacity: .2;
        filter: alpha(opacity=20);
        line-height: 17px;
    }

    .dropdown-menu a:hover i {
        opacity: .5;
        filter: alpha(opacity=50);
    }

    .dropdown-menu .divider {
        margin: 2px 0;
        padding: 0!important;
        background-color: #f0f0f0;
    }

li.dropdown-header {
    padding: 5px 10px;
    color: #394263;
    background-color: #f9fafc;
    border-top: 1px solid #eaedf1;
    border-bottom: 1px solid #eaedf1;
}

.dropdown-menu li:first-child.dropdown-header {
    border-top: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.dropdown-menu.dropdown-custom {
    min-width: 200px;
}

    .dropdown-menu.dropdown-custom > li {
        padding: 1px;
        font-size: 10px;
    }

        .dropdown-menu.dropdown-custom > li > a {
            border-radius: 3px;
        }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -3px;
        margin-left: 0;
    }

    .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: 0 0 0 15px;
    left: auto;
    top: auto;
}

.navbar-fixed-top .dropdown-menu {
    max-height: 400px;
    overflow-y: auto;
}

.pagination > li > a, .pagination > li > span {
    color: #1bbae1;
    margin-left: 5px;
    margin-right: 5px;
    border: none!important;
    border-radius: 25px!important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #1bbae1;
}

.pager > li > a, .pager > li > span {
    border-color: #eaedf1;
}

    .pager > li > a:hover, .pagination > li > a:hover {
        background-color: #1bbae1;
        border-color: #1bbae1;
        color: #fff;
    }

.pager > li.disabled > a:hover {
    border-color: #eaedf1;
}

.nav-horizontal {
    padding: 10px 7px 1px;
    margin: 0;
    list-style: none;
}

    .nav-horizontal li {
        display: inline-block;
        margin: 0 3px 9px;
    }

    .nav-horizontal a {
        display: block;
        min-width: 140px;
        border-radius: 3px;
        font-weight: 700;
        text-align: left;
        padding: 8px 10px;
        background-color: #f9fafc;
    }

        .nav-horizontal a:hover, .nav-horizontal li.active a {
            background-color: #1bbae1;
            text-decoration: none;
            color: #fff;
        }

            .nav-horizontal a:hover i, .nav-horizontal li.active a i {
                color: #fff;
                opacity: .6;
                filter: alpha(opacity=60);
            }

    .nav-horizontal i {
        display: inline-block;
        font-size: 14px;
        color: #dbe1e8;
        margin-right: 5px;
    }

.popover-title {
    background: 0 0;
    border: none;
    font-size: 17px;
    font-weight: 600;
}

.tooltip {
    z-index: 1051;
}

    .tooltip.in {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.tooltip-inner {
    padding: 4px 6px;
    background-color: #000;
    color: #fff;
}

.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #000;
}

.breadcrumb {
    background-color: #fff;
}

    .breadcrumb i {
        font-size: 14px;
    }

.breadcrumb-top {
    margin: -10px -5px 10px;
    padding: 7px 10px;
    border-top: 1px solid #eaedf1;
    border-bottom: 1px solid #dbe1e8;
    font-size: 12px;
}

    .breadcrumb-top + .content-header, .content-header + .breadcrumb-top {
        margin-top: -11px;
    }

.breadcrumb > li + li:before {
    content: "\203a";
}

.progress, .progress-bar {
    height: 20px;
    line-height: 20px;
}

.progress, .progress-bar.epoint{
    height: 20px;
    line-height: 20px;
}
    .progress, .progress-bar.epoint h4 {
        font-weight: bold;
    }

.progress-bar-danger {
    background-color: #652d90;
}

.progress-bar-warning {
    background-color: #f39c12;
}

.progress-bar-success {
    background-color: #2ecc71;
}

.progress-bar-info {
    background-color: #3498db;
}

.modal-content {
    border-radius: 3px;
}

.modal-header {
    padding: 15px 15px 14px;
    border-bottom: 1px solid #eee;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.modal-title {
    font-weight: 300;
}

.modal-body {
    padding: 20px 15px;
}

    .modal-body .nav-tabs {
        margin: 0 -15px 15px;
        padding: 0 5px!important;
    }

.modal-footer {
    margin-top: 0;
    padding: 14px 15px 15px;
    border-top: 1px solid #eee;
    background-color: #f9f9f9;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.btn {
    margin: 1px 0;
    background-color: #fff;
}

    .btn .fi, .btn .gi, .btn .hi, .btn .si {
        line-height: 1;
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        opacity: .4;
        filter: alpha(opacity=40);
    }

.block-options .btn, .input-group .btn, .modal-content .btn {
    margin-top: 0;
    margin-bottom: 0;
}

.panel, .panel-group {
    margin-bottom: 20px;
}

.btn-default {
    background-color: #f1f3f6;
    border-color: #dbe1e8;
    color: #394263;
}

    .btn-default.btn-alt {
        background-color: #fff;
    }

    .btn-default:hover {
        background-color: #eaedf1;
        border-color: #c2c8cf;
    }

    .btn-default.active, .btn-default.active:focus, .btn-default.active:hover, .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default.focus, .btn-default:active, .btn-default:active:focus, .btn-default:active:hover, .btn-default:focus, .btn-default[disabled].active, .btn-default[disabled].active:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:active:focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, .open .btn-default.dropdown-toggle, .open .btn-default.dropdown-toggle.focus, .open .btn-default.dropdown-toggle:focus, .open .btn-default.dropdown-toggle:hover, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.active:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:active:focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #eaedf1;
        border-color: #eaedf1;
    }

.btn-primary {
    background-color: #6ad2eb;
    border-color: #1bbae1;
    color: #fff;
}

    .btn-primary.btn-alt {
        background-color: #fff;
        color: #1bbae1;
    }

    .btn-primary:hover {
        background-color: #1bbae1;
        border-color: #1593b3;
        color: #fff;
    }

    .btn-primary.active, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary.focus, .btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .btn-primary[disabled].active, .btn-primary[disabled].active:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:active:focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, .open .btn-primary.dropdown-toggle, .open .btn-primary.dropdown-toggle.focus, .open .btn-primary.dropdown-toggle:focus, .open .btn-primary.dropdown-toggle:hover, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.active:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:active:focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #1bbae1;
        border-color: #1bbae1;
        color: #fff;
    }

.btn-danger {
    background-color: #ef8a80;
    border-color: #652d90;
    color: #fff;
}

    .btn-danger.btn-alt {
        background-color: #fff;
        color: #652d90;
    }

    .btn-danger:hover {
        background-color: #652d90;
        border-color: #9c3428;
        color: #fff;
    }

    .btn-danger.active, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger.focus, .btn-danger:active, .btn-danger:active:focus, .btn-danger:active:hover, .btn-danger:focus, .btn-danger[disabled].active, .btn-danger[disabled].active:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:active:focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, .open .btn-danger.dropdown-toggle, .open .btn-danger.dropdown-toggle.focus, .open .btn-danger.dropdown-toggle:focus, .open .btn-danger.dropdown-toggle:hover, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.active:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:active:focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #652d90;
        border-color: #652d90;
        color: #fff;
    }

.btn-warning {
    background-color: #f7be64;
    border-color: #f39c12;
    color: #fff;
}

    .btn-warning.btn-alt {
        background-color: #fff;
        color: #f39c12;
    }

    .btn-warning:hover {
        background-color: #f39c12;
        border-color: #b3730c;
        color: #fff;
    }

    .btn-warning.active, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning.focus, .btn-warning:active, .btn-warning:active:focus, .btn-warning:active:hover, .btn-warning:focus, .btn-warning[disabled].active, .btn-warning[disabled].active:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:active:focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, .open .btn-warning.dropdown-toggle, .open .btn-warning.dropdown-toggle.focus, .open .btn-warning.dropdown-toggle:focus, .open .btn-warning.dropdown-toggle:hover, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.active:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:active:focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f39c12;
        border-color: #f39c12;
        color: #fff;
    }

.btn-success {
    background-color: #aad178;
    border-color: #7db831;
    color: #fff;
}

    .btn-success.btn-alt {
        background-color: #fff;
        color: #7db831;
    }

    .btn-success:hover {
        background-color: #7db831;
        border-color: #578022;
        color: #fff;
    }

    .btn-success.active, .btn-success.active:focus, .btn-success.active:hover, .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success.focus, .btn-success:active, .btn-success:active:focus, .btn-success:active:hover, .btn-success:focus, .btn-success[disabled].active, .btn-success[disabled].active:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:active:focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, .open .btn-success.dropdown-toggle, .open .btn-success.dropdown-toggle.focus, .open .btn-success.dropdown-toggle:focus, .open .btn-success.dropdown-toggle:hover, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.active:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:active:focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #7db831;
        border-color: #7db831;
        color: #fff;
    }

.btn-info {
    background-color: #7abce7;
    border-color: #3498db;
    color: #fff;
}

    .btn-info.btn-alt {
        background-color: #fff;
        color: #3498db;
    }

    .btn-info:hover {
        background-color: #3498db;
        border-color: #2875a8;
        color: #fff;
    }

    .btn-info.active, .btn-info.active:focus, .btn-info.active:hover, .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info.focus, .btn-info:active, .btn-info:active:focus, .btn-info:active:hover, .btn-info:focus, .btn-info[disabled].active, .btn-info[disabled].active:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:active:focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, .open .btn-info.dropdown-toggle, .open .btn-info.dropdown-toggle.focus, .open .btn-info.dropdown-toggle:focus, .open .btn-info.dropdown-toggle:hover, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.active:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:active:focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #3498db;
        border-color: #3498db;
        color: #fff;
    }

.btn-link, .btn-link.btn-icon:focus, .btn-link.btn-icon:hover, .btn-link:focus, .btn-link:hover {
    color: #1bbae1;
}

    .btn-link.btn-icon {
        color: #999;
    }

.alert-danger, .alert-danger .alert-link {
    color: #652d90;
}

.block-options .btn {
    border-radius: 15px;
    padding-right: 8px;
    padding-left: 8px;
    min-width: 30px;
    text-align: center;
}

.panel-heading {
    padding: 15px;
}

.panel-title {
    font-size: 14px;
}

.panel-default > .panel-heading {
    background-color: #f9f9f9;
}

pre {
    background: #151515;
    overflow: scroll;
}

code {
    border: 1px solid #fad4df;
    margin: 1px 0;
    display: inline-block;
}

.btn code {
    display: inline;
    margin: 0;
}

.alert {
    border-width: 0 2px;
}

.alert-danger {
    background-color: #ffd1cc;
    border-color: #ffb8b0;
}

.alert-warning {
    color: #e67e22;
    background-color: #ffe4cc;
    border-color: #ffd6b2;
}

    .alert-warning .alert-link {
        color: #e67e22;
    }

.alert-success {
    color: #27ae60;
    background-color: #daf2e4;
    border-color: #b8e5cb;
}

    .alert-success .alert-link {
        color: #27ae60;
    }

.alert-info, .alert-info .alert-link {
    color: #3498db;
}

.alert-info {
    background-color: #dae8f2;
    border-color: #b8d2e5;
}

.alert-dismissable .close {
    top: -5px;
    right: -25px;
}

.close {
    text-shadow: none;
}

.alert.alert-alt {
    margin: 0 0 2px;
    padding: 5px;
    font-size: 12px;
    border-width: 0 0 0 2px;
}

    .alert.alert-alt small {
        opacity: .75;
        filter: alpha(opacity=75);
    }

.alert-alt.alert-dismissable .close {
    right: 0;
}

    .alert-alt.alert-dismissable .close:hover {
        color: #fff;
    }

.alert-danger.alert-alt {
    border-color: #652d90;
}

.alert-warning.alert-alt {
    border-color: #e67e22;
}

.alert-success.alert-alt {
    border-color: #27ae60;
}

.alert-info.alert-alt {
    border-color: #3498db;
}

.sidebar-content .alert.alert-alt {
    margin-left: -10px;
    padding-left: 10px;
    background: 0 0;
    color: #fff;
}

#sidebar-alt .sidebar-content .alert.alert-alt {
    margin-left: 0;
    margin-right: -10px;
    padding-left: 0;
    padding-right: 10px;
    border-width: 0 2px 0 0;
}

.badge {
    font-weight: 400;
    font-size: 90%;
}

.label {
    font-weight: 400;
}



.badge {
    background: url(../img/template/ie8_opacity_dark_30.png);
    background: rgba(0,0,0,.3);
    padding: 3px 6px;
}

.label-danger {
    background-color: #e74c3c;
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #ff5542;
    }

.label-warning {
    background-color: #e67e22;
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ff8b26;
    }

.label-success {
    background-color: #27ae60;
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #2cc76c;
    }

.label-info {
    background-color: #2980b9;
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #2f92d4;
    }

    .label-info.institude {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: inline-block;
        width: 130px;
    }

.label-primary {
    background-color: #1bbae1;
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #5ac5e0;
    }

.label-default {
    background-color: #999;
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #777;
    }

.carousel-control.left, .carousel-control.left.no-hover:hover, .carousel-control.right, .carousel-control.right.no-hover:hover {
    background: 0 0;
}

    .carousel-control.left:hover, .carousel-control.right:hover {
        background: url(../img/template/ie8_opacity_dark_30.png);
        background: rgba(0,0,0,.3);
    }

.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;
}

.alert, .carousel, .table, p {
    margin-bottom: 20px;
}

.btn.active, .form-control, .form-control:focus, .has-error .form-control:focus, .has-success .form-control:focus, .has-warning .form-control:focus, .navbar-collapse, .navbar-form, .navbar-form-custom .form-control:focus, .navbar-form-custom .form-control:hover, .open .btn.dropdown-toggle, .panel, .popover, .progress, .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.alert.alert-alt, .breadcrumb, .dropdown-menu, .navbar, .navbar-form-custom .form-control, .tooltip-inner {
    border-radius: 0;
}

.push-bit {
    margin-bottom: 10px!important;
}

.push-top {
    margin-top: 10px!important;
}

.push {
    margin-bottom: 15px!important;
}

.push-top-bottom {
    margin-top: 40px;
    margin-bottom: 40px;
}
.push-bottom {
    margin-bottom: 60px;
}

.comment-list{
    margin-left:20px;
}

.display-none {
    display: none !important;
}

.remove-margin {
    margin: 0!important;
}

.remove-margin-bottom {
    margin-bottom: 0!important;
}

.remove-padding {
    padding: 0!important;
}

.remove-radius {
    border-radius: 0!important;
}

.remove-box-shadow {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.remove-transition {
    -moz-transition: none!important;
    -webkit-transition: none!important;
    transition: none!important;
}

.lt-ie10 .hidden-lt-ie10, .lt-ie9 .hidden-lt-ie9 {
    display: none!important;
}

.visible-lt-ie10, .visible-lt-ie9 {
    display: none;
}

.lt-ie10 .visible-lt-ie10, .lt-ie9 .visible-lt-ie9 {
    display: block;
}

:focus {
    outline: 0!important;
}

.style-alt #page-content {
    background-color: #fff;
}

.style-alt .block {
    border-color: #dbe1e8;
}

    .style-alt .block.block-alt-noborder {
        border-color: transparent;
    }

.style-alt .block-title {
    background-color: #dbe1e8;
    border-bottom-color: #dbe1e8;
}

.style-alt #page-content + footer, .style-alt .breadcrumb-top + .content-header, .style-alt .content-header + .breadcrumb-top {
    background-color: #f9fafc;
}

.style-alt .breadcrumb-top, .style-alt .content-header {
    border-bottom-color: #eaedf1;
}

.style-alt #page-content + footer {
    border-top-color: #eaedf1;
}

.style-alt .task-list li, .style-alt .widget {
    background-color: #f6f6f6;
}

.test-circle {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 50px;
    background-color: #eee;
    border: 2px solid #ccc;
    color: #fff;
    margin-bottom: 15px;
}

.themed-color {
    color: #1bbae1;
}

.themed-border {
    border-color: #1bbae1;
}

.themed-background {
    background-color: #1bbae1;
}

.themed-color-dark {
    color: #394263;
}

.themed-border-dark {
    border-color: #394263;
}

.themed-background-dark {
    background-color: #394263;
}

.themed-background-danger {
    background-color: #652d90!important;
}

.themed-background-warning {
    background-color: #e67e22!important;
}

.themed-background-info {
    background-color: #3498db!important;
}

.themed-background-success {
    background-color: #27ae60!important;
}

.themed-background-muted {
    background-color: #999!important;
}

.themed-background-muted-light {
    background-color: #f9f9f9!important;
}

@media screen and (min-width:768px) {
    #login-background {
        height: 400px;
    }

        #login-background > img {
            top: 0;
        }

    #login-alt-container, #login-container {
        width: 480px;
        top: 186px;
        margin-left: -240px;
    }

    .full-page-container {
        width: 740px;
        top: 120px;
        padding: 20px;
        margin-left: -370px;
    }

    .full-page-section {
        padding: 50px 0;
        margin: 50px -20px;
    }

    #page-content {
        padding: 20px 20px 1px;
    }

        #page-content + footer, .block, .block.full, .breadcrumb-top, .form-bordered .form-group, .header-section, .modal-body {
            padding-left: 20px;
            padding-right: 20px;
        }

            .block .block-content-full {
                margin: -20px -20px -1px;
            }

            .block.full .block-content-full {
                margin: -20px;
            }

    .breadcrumb-top, .content-header, .content-top {
        margin: -20px -20px 20px;
    }

    .block, .draggable-placeholder, .widget {
        margin-bottom: 20px;
    }

    .block-title, .block-top, .form-bordered {
        margin-left: -20px;
        margin-right: -20px;
    }

    .breadcrumb-top + .content-header, .content-header + .breadcrumb-top {
        margin-top: -21px;
    }

    .navbar-fixed-top .dropdown-menu {
        max-height: none;
        overflow-y: visible;
    }

    .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;
    }

    .chatui-input, .chatui-people, .chatui-talk {
        position: absolute;
    }

    .chatui-input, .chatui-talk {
        right: 250px;
        left: 0;
    }

    .chatui-people {
        top: 0;
        right: 0;
        bottom: 0;
        width: 250px;
        height: auto;
    }

    .chatui-talk {
        height: auto;
    }

        .chatui-talk .chatui-talk-msg {
            width: 50%;
            margin-left:50%;
             min-height: 45px;
        }

            .chatui-talk .chatui-talk-msg.chatui-talk-msg-highlight {
                margin-left: 0;
                margin-right: 50%;
            }

    .chatui-input {
        bottom: 0;
    }
}

@media screen and (min-width:992px) {
    #login-alt-container {
        display: block;
    }

    .sidebar-no-animations #sidebar, .sidebar-no-animations #sidebar-alt {
        -webkit-transition: opacity .5s linear,background-color .2s ease-out;
        transition: opacity .5s linear,background-color .2s ease-out;
    }

    .sidebar-no-animations #main-container, .sidebar-no-animations.footer-fixed #page-content + footer, .sidebar-no-animations.header-fixed-bottom header.navbar-fixed-bottom, .sidebar-no-animations.header-fixed-top header.navbar-fixed-top {
        -webkit-transition: none;
        transition: none;
    }

    .sidebar-alt-visible-xs #sidebar-alt, .sidebar-visible-xs #sidebar {
        width: 0;
    }

    .sidebar-alt-visible-xs #main-container, .sidebar-visible-xs #main-container {
        margin-left: 0;
        margin-right: 0;
    }

    .sidebar-alt-visible-xs.footer-fixed #page-content + footer, .sidebar-alt-visible-xs.header-fixed-bottom header.navbar-fixed-bottom, .sidebar-alt-visible-xs.header-fixed-top header.navbar-fixed-top, .sidebar-visible-xs.footer-fixed #page-content + footer, .sidebar-visible-xs.header-fixed-bottom header.navbar-fixed-bottom, .sidebar-visible-xs.header-fixed-top header.navbar-fixed-top {
        right: 0;
        left: 0;
    }

    #sidebar, #sidebar-alt, .sidebar-alt-partial #sidebar-alt, .sidebar-partial #sidebar {
        width: 0;
        opacity: .2;
        filter: alpha(opacity=20);
    }

    .sidebar-alt-partial #sidebar-alt, .sidebar-partial #sidebar {
        width: 65px;
    }

        .sidebar-alt-partial #sidebar-alt:hover, .sidebar-alt-visible-lg #sidebar-alt, .sidebar-alt-visible-lg.sidebar-alt-partial #sidebar-alt, .sidebar-partial #sidebar:hover, .sidebar-visible-lg #sidebar, .sidebar-visible-lg.sidebar-partial #sidebar {
            width: 200px;
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .sidebar-alt-partial #sidebar-alt .sidebar-brand i, .sidebar-partial #sidebar .sidebar-brand i {
            display: none;
        }

        .sidebar-alt-partial #sidebar-alt:hover .sidebar-brand i, .sidebar-alt-visible-lg #sidebar-alt .sidebar-brand i, .sidebar-partial #sidebar:hover .sidebar-brand i, .sidebar-visible-lg #sidebar .sidebar-brand i {
            display: inline-block;
        }

    .sidebar-mini.sidebar-visible-lg-mini #sidebar .sidebar-header > span, .sidebar-mini.sidebar-visible-lg-mini #sidebar .sidebar-nav-mini-hide, .sidebar-mini.sidebar-visible-lg-mini #sidebar .sidebar-nav > li.active > ul {
        display: none;
    }

    .sidebar-partial #main-container {
        margin-left: 65px;
    }

    .sidebar-partial #sidebar:hover + #main-container, .sidebar-visible-lg #main-container {
        margin-left: 200px;
    }

    .sidebar-partial.footer-fixed #main-container #page-content + footer, .sidebar-partial.header-fixed-bottom header.navbar-fixed-bottom, .sidebar-partial.header-fixed-top header.navbar-fixed-top {
        left: 65px;
    }

    .sidebar-partial #sidebar:hover + #main-container #page-content + footer, .sidebar-partial #sidebar:hover + #main-container header.navbar-fixed-bottom, .sidebar-partial #sidebar:hover + #main-container header.navbar-fixed-top, .sidebar-visible-lg.footer-fixed #main-container #page-content + footer, .sidebar-visible-lg.header-fixed-bottom header.navbar-fixed-bottom, .sidebar-visible-lg.header-fixed-top header.navbar-fixed-top {
        left: 200px;
    }

    .sidebar-alt-partial #main-container {
        margin-right: 65px;
    }

    .sidebar-alt-partial #sidebar-alt:hover ~ #main-container, .sidebar-alt-visible-lg #main-container {
        margin-right: 200px;
    }

    .sidebar-alt-partial.footer-fixed #main-container #page-content + footer, .sidebar-alt-partial.header-fixed-bottom header.navbar-fixed-bottom, .sidebar-alt-partial.header-fixed-top header.navbar-fixed-top {
        right: 65px;
    }

    .sidebar-alt-partial #sidebar-alt:hover ~ #main-container #page-content + footer, .sidebar-alt-partial #sidebar-alt:hover ~ #main-container header.navbar-fixed-bottom, .sidebar-alt-partial #sidebar-alt:hover ~ #main-container header.navbar-fixed-top, .sidebar-alt-visible-lg.footer-fixed #main-container #page-content + footer, .sidebar-alt-visible-lg.header-fixed-bottom header.navbar-fixed-bottom, .sidebar-alt-visible-lg.header-fixed-top header.navbar-fixed-top {
        right: 200px;
    }

    .sidebar-mini.sidebar-visible-lg-mini #main-container {
        margin-left: 40px;
    }

        .sidebar-mini.sidebar-visible-lg-mini #main-container #page-content + footer, .sidebar-mini.sidebar-visible-lg-mini #main-container header.navbar-fixed-bottom, .sidebar-mini.sidebar-visible-lg-mini #main-container header.navbar-fixed-top {
            left: 40px;
        }

    .sidebar-mini.sidebar-visible-lg-mini #sidebar {
        overflow: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        z-index: 1029;
    }

        .sidebar-mini.sidebar-visible-lg-mini #sidebar .sidebar-content {
            width: 40px;
        }

        .sidebar-mini.sidebar-visible-lg-mini #sidebar .sidebar-header {
            padding: 0;
            margin: 5px 0;
            border-top: 1px solid rgba(255,255,255,.1);
        }

        .sidebar-mini.sidebar-visible-lg-mini #sidebar .sidebar-nav li {
            position: relative;
        }

        .sidebar-mini.sidebar-visible-lg-mini #sidebar .sidebar-nav .sidebar-nav-menu + ul {
            position: absolute;
            width: 220px;
            top: 0;
            right: -220px;
            margin: 0;
            padding: 6px 5px;
            border-left: 3px solid #1bbae1;
            background-color: #394263;
        }

        .sidebar-mini.sidebar-visible-lg-mini #sidebar .sidebar-nav ul a {
            margin: 0;
            padding-left: 10px;
            border-left: none;
        }

        .sidebar-mini.sidebar-visible-lg-mini #sidebar .sidebar-nav ul ul {
            margin-left: 0;
        }

        .sidebar-mini.sidebar-visible-lg-mini #sidebar .sidebar-nav .sidebar-nav-menu.open + ul {
            display: block!important;
        }

    .nav-horizontal a {
        text-align: center;
        min-width: 130px;
        padding: 12px 15px;
    }

    .nav-horizontal i {
        display: block;
        height: 55px;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 42px;
        padding: 10px;
    }
}

@media screen and (min-width:1200px) {
    .header-fixed-bottom .sidebar-content, .header-fixed-top .sidebar-content {
        padding-bottom: 0;
    }

    article p {
        font-size: 19px;
        line-height: 1.9;
    }
}

@media print {
    #page-content + footer, #sidebar, #sidebar-alt, #to-top, .block-title .block-options, .breadcrumb-top, .content-header {
        display: none!important;
    }

    #page-content {
        min-height: 0!important;
        height: auto!important;
        padding: 0!important;
    }

    #main-container {
        margin: 0!important;
    }

    .block, .block.full {
        border: none!important;
        padding: 0!important;
    }

    .block-title {
        margin: 0 0 20px!important;
    }
}


.uploader-div {
    clear: both;
}

    .uploader-div .uploader_filelist {
        list-style: outside none none;
        margin-left: -4px;
        margin-right: -4px;
        padding-left: 0;
        padding-top: 10px;
        margin-bottom: 1.5em;
    }
        .uploader-div .uploader_filelist li {
            background: #eee;
            float: left;
            margin: 3px;
            max-width: 105px;
            padding: 5px;
            position: relative;
            list-style: none;
        }
        .uploader-div .uploader_filelist img {
            max-width: 100%;
        }
        .uploader-div .uploader_filelist li .imagediv {
            text-align:center;
            margin:10px;
            height:auto;
        }
        .uploader-div .uploader_filelist li .file_status {
            height: 8px;
            overflow: hidden;
            position: relative;
        }

        .uploader-div .uploader_filelist li .file_progress {
            background: #7AD03A;
            height: 4px;
            position: absolute;
            top: 0;
        }
        .uploader-div .uploader_filelist li .file_name {
            font-size: 11px;
            font-weight: bold;
            line-height: 1.2;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .uploader-div .uploader_filelist li .file_name i {
                background: #eee;
                color: #dd3d36;
                cursor: pointer;
                font-size: 14px;
                height: auto;
                padding: 0 2px 0 5px;
                position: absolute;
                right: 0;
                width: auto;
            }

        .uploader-div .uploader_filelist li .file_action2 {
            background: #eee;
            height: 18px;
            left: 0;
            position: absolute;
            top: 0;
            width: 36px;
            z-index: 10;
        }
            .uploader-div .uploader_filelist li .file_action2 i {
                color: #dd3d36;
                cursor: pointer;
                font-size: 12px;
                height: 18px;
                padding: 2px 1px;
                width: 18px;
                display:inline;
                background-color:transparent;
            }

        .uploader-div .uploader_filelist li .file_action {
            background: #eee;
            height: 18px;
            position: absolute;
            right: 0;
            top: 0;
            width: 18px;
            z-index: 10;
        }

            .uploader-div .uploader_filelist li .file_action i {
                color: #dd3d36;
                cursor: pointer;
                font-size: 16px;
                height: 18px;
                padding: 2px 1px;
                width: 18px;
            }

        .uploader-div .uploader_filelist li .file_size {
            color: #666;
            font-size: 10px;
        }

.comment-uploader-div {
    clear: both;
}

    .comment-uploader-div .comment-uploader_filelist {
        list-style: outside none none;
        margin-left: -4px;
        margin-right: -4px;
        padding-left: 0;
        padding-top: 10px;
        margin-bottom: 1.5em;
    }

        .comment-uploader-div .comment-uploader_filelist li {
            background: #eee;
            float: left;
            margin: 3px;
            max-width: 105px;
            padding: 5px;
            position: relative;
            list-style: none;
        }

        .comment-uploader-div .comment-uploader_filelist img {
            max-width: 100%;
        }

        .comment-uploader-div .comment-uploader_filelist li .imagediv {
            text-align: center;
            margin: 10px;
            height: auto;
        }

        .comment-uploader-div .comment-uploader_filelist li .file_status {
            height: 8px;
            overflow: hidden;
            position: relative;
        }

        .comment-uploader-div .comment-uploader_filelist li .file_progress {
            background: #7AD03A;
            height: 4px;
            position: absolute;
            top: 0;
        }

        .comment-uploader-div .comment-uploader_filelist li .file_name {
            font-size: 11px;
            font-weight: bold;
            line-height: 1.2;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .comment-uploader-div .comment-uploader_filelist li .file_name i {
                background: #eee;
                color: #dd3d36;
                cursor: pointer;
                font-size: 14px;
                height: auto;
                padding: 0 2px 0 5px;
                position: absolute;
                right: 0;
                width: auto;
            }

        .comment-uploader-div .comment-uploader_filelist li .file_action2 {
            background: #eee;
            height: 18px;
            left: 0;
            position: absolute;
            top: 0;
            width: 36px;
            z-index: 10;
        }

            .comment-uploader-div .comment-uploader_filelist li .file_action2 i {
                color: #dd3d36;
                cursor: pointer;
                font-size: 12px;
                height: 18px;
                padding: 2px 1px;
                width: 18px;
                display: inline;
                background-color: transparent;
            }

        .comment-uploader-div .comment-uploader_filelist li .file_action {
            background: #eee;
            height: 18px;
            position: absolute;
            right: 0;
            top: 0;
            width: 18px;
            z-index: 10;
        }

            .comment-uploader-div .comment-uploader_filelist li .file_action i {
                color: #dd3d36;
                cursor: pointer;
                font-size: 16px;
                height: 18px;
                padding: 2px 1px;
                width: 18px;
            }

        .comment-uploader-div .comment-uploader_filelist li .file_size {
            color: #666;
            font-size: 10px;
        }


#widget-mini-chart-bar {
    display: block;
    height: 300px;
    width: 100%;
}

.avatar-preview {
    overflow:hidden;
}
.avatar-preview img {
    
}
.bookmark {
    height: 275px;
    overflow: auto;
    padding-left: 30px;
}



.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0;
    color: #fff;
    background: transparent url('../img/loading.gif') top left no-repeat;
    border: none;
}

/*
 * Stars
 */
.rating-container .rating {
    cursor: default;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.rating-disabled .rating {
    cursor: not-allowed;
}

.rating-container .star {
    display: inline-block;
    margin: 0 3px;
    text-align: center;
}

.rating-container .empty-stars {
    color: #aaa;
}

.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #fde16d;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px #777;
    text-shadow: 1px 1px #999;
}

.rating-rtl {
    float: right;
}

.rating-animate .filled-stars {
    transition: width 0.25s ease;
    -o-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    -webkit-transition: width 0.25s ease;
}

.rating-rtl .filled-stars {
    left: auto;
    right: 0;
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
}

.rating-rtl.is-star .filled-stars {
    right: 0.06em;
}

.rating-rtl.is-heart .empty-stars {
    margin-right: 0.07em;
}

/**
 * Sizes
 */
.rating-xl {
    font-size: 4.89em;
}

.rating-lg {
    font-size: 3.91em;
}

.rating-md {
    font-size: 3.13em;
}

.rating-sm {
    font-size: 2.5em;
}

.rating-xs {
    font-size: 2em;
}

.rating-xl {
    font-size: 4.89em;
}

/**
 * Clear
 */
.rating-container .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
}

.clear-rating-active {
    cursor: pointer !important;
}

.clear-rating-active:hover {
    color: #843534;
}

.rating-container .clear-rating {
    padding-right: 5px;
}

/**
 * Caption
 */
.rating-container .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
    margin-top: -0.6em;
}

.rating-container .caption {
    margin-left: 5px;
    margin-right: 0;
}

.rating-rtl .caption {
    margin-right: 5px;
    margin-left: 0;
}

/**
 * Print
 */
@media print {
    .rating-container .clear-rating {
        display: none;
    }
}

.full-text {
    font-size: 14px;
    line-height: 25px;
    max-width: 100%;
    word-wrap: break-word;
}

.comment .full-text.push{
    line-height:17px;
}

.youtube-play {
    position:relative;
}
.youtube-play img {
    max-width:100%;
}
.youtube-play .option {
    left: 45%;
    padding: 0;
    position: absolute;
    right: 45%;
    top: 40%;
}
.youtube-play .option i {
    color:#fff;
    font-size: 5em;
    cursor:pointer;
}
.youtube-play .option i:hover {
    color:#e32b24;
}

.upload-area {
    background-color: #e5e5e5;
    overflow: hidden;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
    top:0;
    left:0;
    width:100%;
    height:100%;
    position:relative;
    z-index:9;
    display:none;
}
    .upload-area.active {
        display:block;
    }
.upload-area .block-title{
    background-color: #00bfa5;
    color: #fff;
}

.upload-area #carousel{
    width:33%;
    margin-left:33%;
    margin-right:33%;
}

.moduller .col-xs-1, .moduller .col-sm-1, .moduller .col-md-1, .moduller .col-lg-1, .moduller .col-xs-2, .moduller .col-sm-2, .moduller .col-md-2, .moduller .col-lg-2, .moduller .col-xs-3, .moduller .col-sm-3, .moduller .col-md-3, .moduller .col-lg-3, .moduller .col-xs-4, .moduller .col-sm-4, .moduller .col-md-4, .moduller .col-lg-4, .moduller .col-xs-5, .moduller .col-sm-5, .moduller .col-md-5, .moduller .col-lg-5, .moduller .col-xs-6, .moduller .col-sm-6, .moduller .col-md-6, .moduller .col-lg-6, .moduller .col-xs-7, .moduller .col-sm-7, .moduller .col-md-7, .moduller .col-lg-7, .moduller .col-xs-8, .moduller .col-sm-8, .moduller .col-md-8, .moduller .col-lg-8, .moduller .col-xs-9, .moduller .col-sm-9, .moduller .col-md-9, .moduller .col-lg-9, .moduller .col-xs-10, .moduller .col-sm-10, .moduller .col-md-10, .moduller .col-lg-10, .moduller .col-xs-11, .moduller .col-sm-11, .moduller .col-md-11, .moduller .col-lg-11, .moduller .col-xs-12, .moduller .col-sm-12, .moduller .col-md-12, .moduller .col-lg-12 {
    padding-left: 2px ;
    padding-right: 2px;
    height:90px;
}

.moduller .widget {
    height:80px;
}

.moduller .widget .widget-icon {
    font-size: 18px;
    line-height: 30px;
    width: 30px;
}

.moduller .widget-simple .widget-content {
    font-size:12px;
    margin-top:3px
}

.moduller .widget-small .widget-content {
    font-size: 12px;
    margin-top: 3px
}

#nprogress .spinner-icon, .sidebar-nav a.active, .sidebar-nav ul a.active, .sidebar-nav ul a.active:hover {
    border-left-color: #652d90
}

.chosen-container-single .chosen-single, .form-control, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav.navbar-nav-custom > li > a, .navbar-default .navbar-nav > li > a, .themed-color-dark, body, li.dropdown-header {
    color: #292525
}

#page-container, #sidebar, #sidebar-alt, .table-pricing td.table-featured, .table-pricing.table-featured td, .themed-background-dark {
    background-color: #652d90
}

.themed-border-dark {
    border-color: #652d90
}

header.navbar-inverse.navbar-fixed-bottom {
    border-top-color: #652d90
}

.table-pricing th.table-featured, .table-pricing.table-featured th, header.navbar-inverse.navbar-fixed-top {
    border-bottom-color: #652d90
}

.navbar.navbar-inverse {
    background-color: #71504d
}

.header-section h1 i, .sidebar-nav a, blockquote:before {
    color: #f2eceb
}

#page-content, .nav-horizontal a, .slider-track, .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th, ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
    background-color: #f2eceb
}

.dropzone, .list-group-item, .nav-tabs > li > a:hover, .pager > li.disabled > a:hover, .pager > li > a, .pager > li > span, .table tbody + tbody, .table tbody > tr > td, .table tbody > tr > th, .table tfoot > tr > td, .table tfoot > tr > th, .table thead > tr > td, .table thead > tr > th, .table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th, blockquote, ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
    border-color: #f2eceb
}

.dataTables_wrapper > div {
    border-color: #f2eceb;
    border-top-width: 0
}

.breadcrumb-top, .content-header, .style-alt footer, header.navbar-default.navbar-fixed-bottom, li.dropdown-header {
    border-top-color: #f2eceb
}

.block-title, .form-bordered .form-group, .nav-tabs, .style-alt .breadcrumb-top, .style-alt .content-header, .wizard-steps, fieldset legend, header.navbar-default.navbar-fixed-top, li.dropdown-header {
    border-bottom-color: #f2eceb
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-color: #f2eceb #f2eceb transparent
    }

    .block-title .nav-tabs > li.active > a, .block-title .nav-tabs > li.active > a:focus, .block-title .nav-tabs > li.active > a:hover {
        border-color: #f2eceb #f2eceb #fff
    }

    .block-title, .dataTables_wrapper > div, .dropzone, .form-bordered .form-group.form-actions, .nav > li > a:focus, .nav > li > a:hover, .navbar.navbar-default, .style-alt .breadcrumb-top + .content-header, .style-alt .content-header + .breadcrumb-top, .style-alt footer, .table tfoot > tr > td, .table tfoot > tr > th, a.list-group-item:focus, a.list-group-item:hover, li.dropdown-header {
        background-color: #fcfafa
    }

.nav-horizontal i {
    color: #e8dcda
}

.style-alt .block-title, .switch-default input:checked + span {
    background-color: #e8dcda
}

#nprogress .bar, #to-top:hover, .bootstrap-timepicker-widget table td a:hover, .chosen-container .chosen-results li.highlighted, .chosen-container-multi .chosen-choices li.search-choice, .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled], .datepicker table tr td.active, .datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled], .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .label-primary, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .nav-horizontal a:hover, .nav-horizontal li.active a, .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover, .nav.navbar-nav-custom > li.open > a, .nav.navbar-nav-custom > li > a:focus, .nav.navbar-nav-custom > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover, .pager > li > a:hover, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover, .pagination > li > a:hover, .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-selection--multiple .select2-selection__choice, .slider-selection, .switch-primary input:checked + span, .table-pricing th.table-featured, .table-pricing.table-featured th, .themed-background, .timeline-list .active .timeline-icon, .wizard-steps div.active span, .wizard-steps div.done span, a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover, a.sidebar-brand:focus, a.sidebar-brand:hover, a.sidebar-title:focus, a.sidebar-title:hover, div.tagsinput span.tag {
    background-color: #652d90
}

.block, .chosen-container-multi .chosen-choices, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single, .dropdown-menu, .form-control, .input-group-addon, .select2-container .select2-dropdown, .select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple, .style-alt .block, .switch-default span, div.tagsinput {
    border-color: #e8dcda
}

    .chosen-container .chosen-drop, .chosen-container-active .chosen-choices, .chosen-container-active .chosen-single, .chosen-container-active.chosen-with-drop .chosen-single, .chosen-container-multi .chosen-choices li.search-choice, .fc-state-default, .form-control:focus, .pager > li > a:hover, .pagination > li > a:hover, .select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--focus.select2-container--open .select2-selection--multiple, .select2-container--default.select2-container--open .select2-selection--multiple, .select2-container--default.select2-container--open .select2-selection--single, .select2-container.select2-container--open .select2-dropdown, .switch-primary span, .themed-border, .timeline-list .active .timeline-icon, .wizard-steps span, a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover, div.tagsinput span.tag {
        border-color: #652d90
    }

.media-feed > .media, footer {
    border-top-color: #e8dcda
}

.block-top, .breadcrumb-top, .content-header, .content-top, .style-alt .block-title {
    border-bottom-color: #e8dcda
}

.content-header-media {
    border-top-color: #222
}

.btn-link, .btn-link.btn-icon:focus, .btn-link.btn-icon:hover, .btn-link:focus, .btn-link:hover, .nav-pills > .active > a > .badge, .pagination > li > a, .pagination > li > span, .text-primary, .text-primary:hover, .themed-color, a, a:focus, a:hover {
    color: #652d90
}

.nav .caret, .nav a:focus .caret, .nav a:hover .caret {
    border-top-color: #652d90;
    border-bottom-color: #652d90
}

#nprogress .peg {
    box-shadow: 0 0 10px #652d90,0 0 5px #652d90
}

#nprogress .spinner-icon {
    border-top-color: #652d90
}

.fc-state-default {
    background-color: #eb766a
}

.fc-state-active, .fc-state-disabled, .fc-state-down, .fc-state-hover {
    background-color: #652d90
}

.fc-state-highlight {
    background-color: #fcfafa
}

.btn-default {
    background-color: #f5f0f0;
    border-color: #e8dcda;
    color: #652d90
}

    .btn-default:hover {
        background-color: #f2eceb;
        border-color: #cfc3c2
    }

    .btn-default.active, .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default:active, .btn-default:focus, .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, .open .btn-default.dropdown-toggle, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #e5dfdf;
        border-color: #e5dfdf
    }

.btn-primary {
    background-color: #eb766a;
    border-color: #652d90
}

    .btn-primary.btn-alt {
        color: #652d90
    }

    .btn-primary:hover {
        background-color: #652d90;
        border-color: #b32515;
        color: #fff
    }

    .btn-primary.active, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus, .btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .open .btn-primary.dropdown-toggle, .open .btn-primary.dropdown-toggle.focus, .open .btn-primary.dropdown-toggle:focus, .open .btn-primary.dropdown-toggle:hover {
        background-color: #652d90;
        border-color: #652d90;
        color: #fff
    }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].active, .btn-primary[disabled].active:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:active:focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.active:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:active:focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #652d90;
        border-color: #652d90
    }

@media screen and (min-width:992px) {
    .sidebar-mini.sidebar-visible-lg-mini #sidebar .sidebar-nav .sidebar-nav-menu + ul {
        border-left-color: #652d90;
        background-color: #652d90
    }
}