.box-info {
    background: none repeat scroll 0 0 #fff;
    color: #5b5b5b;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
    transition: all .4s ease 0s
}

.box-info:hover {
    color: #393e48
}

.box-info:after, .box-info:before {
    content: " ";
    display: table
}

.box-info:after {
    clear: both
}

.box-info .des-thumbnail {
    padding: 20px
}

.box-info .img-wrap {
    height: auto;
    overflow: hidden;
    width: 100%
}

.box-info .img-wrap img {
    width: 100%
}

.box-info .icon-box {
    display: block;
    float: left;
    font-size: 30px;
    width: 65px
}

.box-info h2 {
    border-bottom: 1px solid #ddd;
    color: #5b5b5b;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 5px -15px 20px;
    padding: 0 15px 15px
}

.box-info h2.no-style {
    border-bottom: medium none;
    font-size: 30px;
    margin: 20px 0 10px;
    padding: 0
}

.box-info h4 {
    margin-top: 0
}

.box-info.box-messages h2 {
    border-bottom: medium none
}

.box-info .statistic-chart {
    padding: 0 0 30px
}

.box-info.full {
    padding: 0
}

.box-info.full .box-footer {
    padding: 20px 20px 15px
}

.box-info.full .box-footer a, .box-info.full .box-footer a:hover {
    color: #1b1e24;
    text-decoration: none
}

.box-info .media-list {
    margin-top: 30px
}

.box-info .media-list a {
    color: #1b1e24
}

.box-info .media-list a:hover {
    color: #212121;
    text-decoration: none
}

.box-info .media-list .media {
    border-bottom: 1px solid #eaeaea;
    padding: 5px 20px
}

.box-info .media-list li.media:last-child {
    border-bottom: medium none
}

.box-info .media-list .media .media-heading a {
    color: #1b1e24;
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px
}

.box-info .media-list .media .media-heading small {
    color: #65bd77;
    font-size: 11px
}

.box-info .media-list .media p {
    color: #909090
}

.box-info .media-list .media .media-object {
    width: 50px
}

.box-info .additional-box {
    position: absolute;
    right: 15px;
    top: 10px
}

.box-info .additional-btn {
    position: absolute;
    right: 15px;
    top: 17px
}

.box-info .additional-btn a.additional-icon {
    color: #909090;
    cursor: pointer;
    margin-left: 10px
}

.box-info .additional-btn a.additional-icon:hover {
    text-decoration: none
}

.box-info.success {
    background: none repeat scroll 0 0 #65bd77;
    color: #fff
}

.box-info.success h2 {
    border-bottom-color: #3b934b;
    color: #2c7439
}

.box-info.success:hover {
    color: #deffe5
}

.box-info.success .additional-btn a.additional-icon {
    color: #3b934b
}

.box-info.success .additional-btn a.additional-icon:hover {
    color: #2c7439
}

.box-info.success .text-box h3 {
    color: #215f2e
}

.box-info.success .progress-bar-success {
    background-color: #215f2e
}

.box-info.success i.success {
    color: #215f2e
}

.box-info.danger {
    background: none repeat scroll 0 0 #d9534f;
    color: #fff
}

.box-info.danger h2 {
    border-bottom-color: #791c1a;
    color: #791c1a
}

.box-info.danger:hover {
    color: #fff
}

.box-info.danger .additional-btn a.additional-icon {
    color: #791c1a
}

.box-info.danger .additional-btn a.additional-icon:hover {
    color: #791c1a
}

.box-info.danger .text-box h3 {
    color: #791c1a
}

.box-info.danger .progress-bar-danger {
    background-color: #791c1a
}

.box-info.danger i.danger {
    color: #791c1a
}

.box-info.info {
    background: none repeat scroll 0 0 #4393d8;
    color: #fff
}

.box-info.info h2 {
    border-bottom-color: #15558b;
    color: #15558b
}

.box-info.info:hover {
    color: #deffe5
}

.box-info.info .additional-btn a.additional-icon {
    color: #15558b
}

.box-info.info .additional-btn a.additional-icon:hover {
    color: #15558b
}

.box-info.info .text-box h3 {
    color: #15558b
}

.box-info.info .progress-bar-info {
    background-color: #15558b
}

.box-info.info i.info {
    color: #15558b
}

.box-info.warning {
    background: none repeat scroll 0 0 #f7cb17;
    color: #fff
}

.box-info.warning h2 {
    border-bottom-color: #9d5d03;
    color: #9d5d03
}

.box-info.warning:hover {
    color: #deffe5
}

.box-info.warning .additional-btn a.additional-icon {
    color: #9d5d03
}

.box-info.warning .additional-btn a.additional-icon:hover {
    color: #9d5d03
}

.box-info.warning .text-box h3 {
    color: #9d5d03
}

.box-info.warning .progress-bar-warning {
    background-color: #9d5d03
}

.box-info.warning i.warning {
    color: #9d5d03
}

.box-info .additional {
    background: none repeat scroll 0 0 #fff;
    color: #909090;
    margin: 15px -15px -15px;
    padding: 0 15px
}

.box-info .additional .list-box-info {
    margin: 0 -15px
}

.box-info .additional .list-box-info ul {
    list-style: none outside none;
    margin: 0;
    padding: 0
}

.box-info .additional .list-box-info ul li {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #ddd;
    color: #909090;
    padding: 15px 20px
}

.box-info .additional .list-box-info ul li span.label {
    float: right;
    font-size: 13px
}

.box-info .additional .list-box-info ul li:last-child {
    border-bottom: 1px solid #fff
}

.box-info.full h2 {
    margin: 5px 0 20px;
    padding: 15px
}

.box-info table {
    margin: 0
}

.box-info table tr td, .box-info table tr th {
    padding-left: 15px;
    padding-right: 15px
}

.box-info .text-box h3 {
    color: #4c5264;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0;
    padding: 0
}

.btn-default, .btn-default:focus {
    background-color: #fff;
    border-color: #ccc;
    color: #5e5e5e
}

.btn-default i {
    color: #444
}

.btn-default:active {
    background: none repeat scroll 0 0 #f5f5f5;
    box-shadow: none
}

.btn-round {
    border-radius: 30px
}

.btn-primary, .btn-primary:focus {
    background-color: #263248;
    border-color: transparent;
    color: #fff
}

.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
    background-color: #202b3f;
    border-color: transparent
}

.btn-primary:active {
    background: none repeat scroll 0 0 #263248;
    box-shadow: none
}

.btn-success, .btn-success:focus {
    background-color: #2cc36b;
    border-color: transparent
}

.btn-success.active, .btn-success:active, .btn-success:hover, .open .dropdown-toggle.btn-success {
    background-color: #36cd75;
    border-color: transparent
}

.btn-success:active {
    background: none repeat scroll 0 0 #22b961;
    box-shadow: none
}

.btn-info, .btn-info:focus {
    background-color: #4aa3df;
    border-color: transparent
}

.btn-info.active, .btn-info:active, .btn-info:hover, .open .dropdown-toggle.btn-info {
    background-color: #54ade9;
    border-color: transparent
}

.btn-info:active {
    background: none repeat scroll 0 0 #4099d5;
    box-shadow: none
}

.btn-warning, .btn-warning:focus {
    background-color: #f16e3f;
    border-color: transparent
}

.btn-warning.active, .btn-warning:active, .btn-warning:hover, .open .dropdown-toggle.btn-warning {
    background-color: #fb7849;
    border-color: transparent
}

.btn-warning:active {
    background: none repeat scroll 0 0 #e76435;
    box-shadow: none
}

.btn-danger, .btn-danger:focus {
    background-color: #ea6153;
    border-color: transparent;
    color: #fff
}

.btn-danger i, .btn-danger i:focus {
    background-color: #ea6153;
    border-color: transparent;
    color: #fff
}

.btn-danger.active, .btn-danger:active, .btn-danger:hover, .open .dropdown-toggle.btn-danger {
    background-color: #f46b5d;
    border-color: transparent
}

.btn-danger:active {
    background: none repeat scroll 0 0 #e05749;
    box-shadow: none
}

.btn-prusia, .btn-prusia:focus {
    background-color: #3d566d;
    border-color: transparent;
    color: #fff
}

.btn-prusia.active, .btn-prusia:active, .btn-prusia:hover, .open .dropdown-toggle.btn-prusia {
    background-color: #476077;
    border-color: transparent;
    color: #fff
}

.btn-prusia:active {
    background: none repeat scroll 0 0 #334c63;
    box-shadow: none
}

.btn-dark, .btn-dark:focus {
    background-color: #23262b;
    border-color: transparent;
    color: #fff
}

.btn-dark.active, .btn-dark:active, .btn-dark:hover, .open .dropdown-toggle.btn-dark {
    background-color: #2d3035;
    border-color: transparent;
    color: #fff
}

.btn-dark:active {
    background: none repeat scroll 0 0 #191c21;
    box-shadow: none
}

.btn-rad {
    border-radius: 2px
}

.btn-group.horizontal > .btn {
    border-color: rgba(0, 0, 0, .08)
}

.btn i {
    display: inline-block;
    font-size: 14px;
    margin-right: 2px;
    min-width: 10px
}

.btn-row {
    margin-bottom: 10px
}

.btn-facebook i {
    color: #3b5998
}

.btn-twitter i {
    color: #00aced
}

.btn-google-plus i {
    color: #dd4b39
}

.btn-dribbble i {
    color: #ea4c89
}

.btn-linkedin i {
    color: #0e76a8
}

.btn-youtube i {
    color: #c4302b
}

.btn-pinterest i {
    color: #c8232c
}

.btn-tumblr i {
    color: #34526f
}

.btn-flickr i {
    color: #ff0084
}

.btn-facebook.bg {
    background: none repeat scroll 0 0 #3b5998;
    border: 0 none;
    color: #fff
}

.btn-twitter.bg {
    background: none repeat scroll 0 0 #00aced;
    border: 0 none;
    color: #fff
}

.btn-google-plus.bg {
    background: none repeat scroll 0 0 #dd4b39;
    border: 0 none;
    color: #fff
}

.btn-dribbble.bg {
    background: none repeat scroll 0 0 #ea4c89;
    border: 0 none;
    color: #fff
}

.btn-linkedin.bg {
    background: none repeat scroll 0 0 #0e76a8;
    border: 0 none;
    color: #fff
}

.btn-youtube.bg {
    background: none repeat scroll 0 0 #c4302b;
    border: 0 none;
    color: #fff
}

.btn-pinterest.bg {
    background: none repeat scroll 0 0 #c8232c;
    border: 0 none;
    color: #fff
}

.btn-tumblr.bg {
    background: none repeat scroll 0 0 #34526f;
    border: 0 none;
    color: #fff
}

.btn-flickr.bg {
    background: none repeat scroll 0 0 #0063dc;
    border: 0 none;
    color: #fff
}

.btn-github.bg {
    background: none repeat scroll 0 0 #333;
    border: 0 none;
    color: #fff
}

.btn-facebook.bg.active, .btn-facebook.bg:active {
    background: none repeat scroll 0 0 #274584
}

.btn-twitter.bg.active, .btn-twitter.bg:active {
    background: none repeat scroll 0 0 #0098d9
}

.btn-google-plus.bg.active, .btn-google-plus.bg:active {
    background: none repeat scroll 0 0 #c93725
}

.btn-dribbble.bg.active, .btn-dribbble.bg:active {
    background: none repeat scroll 0 0 #d63875
}

.btn-linkedin.bg.active, .btn-linkedin.bg:active {
    background: none repeat scroll 0 0 #006294
}

.btn-youtube.bg.active, .btn-youtube.bg:active {
    background: none repeat scroll 0 0 #b01c17
}

.btn-pinterest.bg.active, .btn-pinterest.bg:active {
    background: none repeat scroll 0 0 #b40f18
}

.btn-tumblr.bg.active, .btn-tumblr.bg:active {
    background: none repeat scroll 0 0 #203e5b
}

.btn-flickr.bg.active, .btn-flickr.bg:active {
    background: none repeat scroll 0 0 #004fc8
}

.btn-github.bg.active, .btn-github.bg:active {
    background: none repeat scroll 0 0 #1f1f1f
}

.btn.bg i {
    color: #fff
}

.btn.active, .btn:active {
    box-shadow: none
}

.btn-group.btn-blurbg {
    background: url(../images/blur_bg.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .15);
    margin-bottom: 20px;
    padding: 40px
}

.btn.btn-transparent {
    background: none repeat scroll 0 0 rgba(255, 255, 255, .2);
    border-color: #fff rgba(255, 255, 255, .4) rgba(255, 255, 255, .5);
    border-style: solid;
    border-width: 1px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .35)
}

.btn.btn-transparent:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, .32)
}

.btn-default {
    background-color: #bec3c7;
    border-color: #bec3c7;
    color: #fff
}

.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open .dropdown-toggle.btn-default {
    background-color: #b0b5b9;
    border-color: #b0b5b9;
    color: #fff
}

.btn-primary {
    background-color: #41cac0;
    border-color: #41cac0;
    color: #fff
}

.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
    background-color: #39b2a9;
    border-color: #39b2a9;
    color: #fff
}

.btn-success {
    background-color: #78cd51;
    border-color: #78cd51;
    color: #fff
}

.btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
    background-color: #6dbb4a;
    border-color: #6dbb4a;
    color: #fff
}

.btn-info {
    background-color: #58c9f3;
    border-color: #58c9f3;
    color: #fff
}

.btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover, .open .dropdown-toggle.btn-info {
    background-color: #53bee6;
    border-color: #53bee6;
    color: #fff
}

.btn-warning {
    background-color: #f1c500;
    border-color: #f1c500;
    color: #fff
}

.btn-warning.active, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open .dropdown-toggle.btn-warning {
    background-color: #e4ba00;
    border-color: #e4ba00;
    color: #fff
}

.btn-danger {
    background-color: #ff6c60;
    border-color: #ff6c60;
    color: #fff
}

.btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open .dropdown-toggle.btn-danger {
    background-color: #ec6459;
    border-color: #ec6459;
    color: #fff
}

.btn-white {
    box-shadow: none !important
}

.btn-round {
    border-radius: 30px
}

.btn-shadow.btn-default {
    box-shadow: 0 4px #9c9c9c
}

.btn-shadow.btn-primary {
    box-shadow: 0 4px #29b392
}

.btn-shadow.btn-success {
    box-shadow: 0 4px #61a642
}

.btn-shadow.btn-info {
    box-shadow: 0 4px #1caadc
}

.btn-shadow.btn-warning {
    box-shadow: 0 4px #cab03f
}

.btn-shadow.btn-danger {
    box-shadow: 0 4px #d1595a
}

.btn-group.open .dropdown-toggle, .btn-white.active, .btn.active, .btn:active {
    box-shadow: none
}

.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover {
    background-color: #495d74;
    color: #fff;
    text-decoration: none
}

.btn-white {
    background-clip: padding-box;
    background-color: #fff;
    border-color: rgba(150, 160, 180, .3);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, .05) inset
}

.alert {
    margin-bottom: 14px
}

.alert-icon {
    border-radius: 100%;
    display: inline-block;
    height: 40px;
    width: 40px
}

.alert-icon i {
    color: #fff;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px
}

.notification-info {
    margin-left: 56px;
    margin-top: -40px
}

.notification-meta {
    margin-bottom: 3px
}

.notification-info p {
    color: #999;
    font-size: 12px;
    margin: 0
}

.alert-info .alert-icon {
    background-color: #99cce3
}

.alert-danger .alert-icon {
    background-color: #fcb1ae
}

.alert-success .alert-icon {
    background-color: #98d7ad
}

.alert-warning .alert-icon {
    background-color: #ffe699
}

.notification-sender {
    color: #414147
}

.notification-time {
    color: #999;
    font-style: italic
}

.alert-info .notification-info a {
    color: #45a2c9
}

.alert-danger .notification-info a {
    color: #fb6f6b
}

.alert-success .notification-info a {
    color: #42b663
}

.alert-warning .notification-info a {
    color: #e6cb76
}

.alert-info.bucket-notification {
    background-color: #eef7fd
}

.alert-danger.bucket-notification {
    background-color: #fef3f2
}

.alert-success.bucket-notification {
    background-color: #eef8f8
}

.alert-warning.bucket-notification {
    background-color: #fff7e1
}

.alert-danger, .alert-info, .alert-success, .alert-warning {
    border: medium none
}

.vertical-tab .ver-nav-tab {
    width: 150px;
    border-bottom: 0;
    border-right: 1px solid #e9ecef;
    display: table-cell;
    vertical-align: top
}

.ver-nav-tab li .nav-link.active, .ver-nav-tab li .nav-link.active:focus, .ver-nav-tab li .nav-link:hover {
    background: #009efb;
    border: 0;
    color: #fff
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none
}

.tab-content h3 {
    margin-top: 0;
    padding: 0
}

.tab-content #picture .fileinput .thumbnail {
    border: 0
}

.tab-content #picture .fileinput .thumbnail h2 {
    position: relative;
    top: 30%
}

.tab-content h3, h1:first-child, h2 {
    margin-top: 0
}

.tab-left .tab-content {
    border-radius: 0 3px 3px;
    overflow: auto
}

@media (min-width: 320px) {
    #main {
        position: relative !important
    }

    .menu-switch {
        display: block !important
    }

    .txtBox {
        width: 100px !important
    }
}

@media (min-width: 481px) {
    #main {
        position: relative !important
    }

    .menu-switch {
        display: block !important
    }

    .txtBox {
        width: 200px !important
    }
}

@media (min-width: 641px) {
    #main {
        left: 100px !important;
        position: absolute !important
    }

    .menu-switch {
        display: none !important
    }

    .txtBox {
        width: 300px !important
    }
}

@media (min-width: 961px) {
    #main {
        left: 100px !important;
        position: absolute !important
    }

    .menu-switch {
        display: none !important
    }

    .txtBox {
        width: 300px !important
    }
}

@media (min-width: 1025px) {
    #main {
        left: 100px !important;
        position: absolute !important
    }

    .menu-switch {
        display: none !important
    }

    .txtBox {
        width: 500px !important
    }
}

@media (min-width: 1281px) {
    #main {
        left: 100px !important;
        position: absolute !important
    }

    .menu-switch {
        display: none !important
    }

    .txtBox {
        width: 500px !important
    }
}

input[type=checkbox], input[type=radio] {
    -moz-box-sizing: border-box;
    cursor: pointer;
    line-height: normal;
    margin: 4px 0 0
}

input.no-boarder {
    border: medium none
}

input.dark {
    background-color: #e5e9ec;
    border: medium none
}

input {
    border: 1px solid #cecece
}

textarea {
    height: auto;
    padding-left: 12px !important;
    padding-top: 10px !important
}

input[class*=span] {
    float: none;
    height: 34px !important;
    margin-left: 0
}

.input-lg {
    border-radius: 3px !important;
    font-size: 18px !important;
    height: 45px !important;
    line-height: 1.33 !important
}

.input-sm {
    font-size: 13px !important
}

.input-append > .halflings-icon, .input-prepend > .fa, .input-prepend > i {
    margin-left: 3px;
    margin-top: 5px
}

.input-append > .fa, .input-append > .halflings-icon .input-append > i {
    margin-left: 0;
    margin-top: 5px
}

.input-append, .input-append :focus {
    border-right: 0 none !important
}

.input-append input, .input-append input[class*=span], .input-prepend input, .input-prepend input[class*=span] {
    display: inline-block !important;
    float: left;
    width: 100%
}

.breadcrumb {
    background-color: #fff
}

.nav-tabs > li > a {
    margin-right: 1px
}

.panel-default > .panel-heading {
    background-color: #fff;
    border-color: #ddd;
    color: #797979
}

.navbar-inverse {
    background-color: #7087a3;
    border-color: #7087a3
}

.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 {
    background-color: #61748d
}

.navbar-inverse .navbar-nav > li a:hover {
    color: #2a3542
}

.navbar-inverse .navbar-nav > li > ul > li a:hover {
    color: #fff
}

.navbar-inverse .navbar-brand {
    color: #fff
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #fff;
    border-top-color: #fff
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #000
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff
}

.nav-justified {
    width: auto !important
}

.nav-justified li.active:last-child > a, .nav-justified li:last-child > a:hover {
    border-radius: 0 4px 0 0 !important
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #00a8b3;
    border-color: #00a8b3;
    color: #fff;
    z-index: 2
}

.list-group-item-heading {
    font-weight: 300
}

.progress {
    background: none repeat scroll 0 0 #f0f2f7;
    box-shadow: none
}

label {
    font-weight: 300;
    margin-bottom: 7px
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.form-control {
    border-radius: 0;
    box-shadow: none
}

.mail-nav {
    margin: 1.25rem -1.25rem 0
}

.mail-nav li a {
    border-radius: 0;
    border-right: 3px solid transparent;
    border-top: 1px solid #f2f3f6;
    padding: 15px
}

.mail-nav > li > a:focus, .mail-nav > li > a:hover {
    background: none repeat scroll 0 0 #fafafa;
    border-right: 3px solid #1e293d;
    color: #1e293d
}

.mail-nav > li.active > a, .mail-nav > li.active > a:focus, .mail-nav > li.active > a:hover {
    background: none repeat scroll 0 0 #fafafa;
    border-right: 3px solid #1e293d;
    color: #1e293d
}

.mail-nav > li + li {
    margin-left: 0;
    margin-top: 0
}

.mail-nav i {
    font-size: 16px;
    margin-right: 10px
}

.inbox-notification {
    margin-top: -2px
}

.user-head .inbox-avatar {
    float: left;
    width: 65px
}

.user-head .inbox-avatar img {
    border-radius: 4px
}

.user-head .user-name {
    display: inline-block;
    margin: 0 0 0 10px
}

.user-head .user-name h5 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 15px
}

.user-head .user-name h5 a {
    color: #fff
}

.user-head .user-name span a {
    color: #87e2e7;
    font-size: 12px
}

a.mail-dropdown {
    background: #ff455e;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    margin-top: 20px;
    padding: 3px 5px
}

.inbox-body {
    padding: 20px
}

.btn-compose {
    background: #ff455e;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    border: none
}

.btn-compose:focus, .btn-compose:hover {
    background: #1e293d;
    color: #fff
}

ul.inbox-nav {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%
}

.inbox-divider {
    border-bottom: 1px solid #d5d8df
}

.inbox-action {
    margin-top: 50px
}

.src-position {
    margin-top: -7px
}

.mail-src-position {
    margin-top: -3px
}

ul.labels-info {
    border-bottom: 1px solid #f1f2f7;
    margin-bottom: 10px
}

ul.inbox-nav li {
    display: inline-block;
    line-height: 45px;
    width: 100%
}

ul.inbox-nav li a {
    color: #6a6a6a;
    display: inline-block;
    line-height: 45px;
    padding: 0 20px;
    width: 100%
}

ul.inbox-nav li a:focus, ul.inbox-nav li a:hover, ul.inbox-nav li.active a {
    background: none repeat scroll 0 0 #d5d7de;
    color: #6a6a6a
}

ul.inbox-nav li a i {
    color: #6a6a6a;
    font-size: 16px;
    padding-right: 10px
}

ul.inbox-nav li a span.label {
    margin-top: 13px
}

ul.labels-info li h4 {
    color: #5c5c5e;
    font-size: 15px;
    padding-top: 5px;
    text-transform: uppercase
}

ul.labels-info li {
    margin: 0
}

ul.labels-info li a {
    border-radius: 0;
    color: #6a6a6a;
    padding-left: 0;
    padding-right: 0
}

ul.labels-info li a:focus, ul.labels-info li a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #6a6a6a
}

ul.labels-info li a i {
    padding-right: 10px
}

.nav.nav-pills.nav-stacked.labels-info p {
    color: #9d9f9e;
    font-size: 11px;
    margin-bottom: 0;
    padding: 0 22px
}

.inbox-head {
    background: none repeat scroll 0 0 #41cac0;
    border-radius: 0 4px 0 0;
    color: #fff;
    min-height: 80px;
    padding: 20px
}

.inbox-head h3 {
    display: inline-block;
    font-weight: 300;
    margin: 0;
    padding-top: 6px
}

.inbox-head .sr-input {
    border: medium none;
    border-radius: 4px 0 0 4px;
    box-shadow: none;
    color: #8a8a8a;
    float: left;
    height: 40px;
    padding: 0 10px
}

.inbox-head .sr-btn {
    background: none repeat scroll 0 0 #00a6b2;
    border: medium none;
    border-radius: 0 4px 4px 0;
    color: #fff;
    height: 40px;
    padding: 0 20px
}

.wht-bg {
    background: none repeat scroll 0 0 #fff
}

.wht-bg h4 {
    color: #a2a2a2;
    font-size: 24px;
    font-weight: 300
}

.table-inbox-wrap {
    margin: 0 -15px
}

.mail-checkbox {
    margin-right: 10px
}

.table-inbox {
    margin: 0
}

.table-inbox tr td {
    padding: 12px !important
}

.table-inbox tr td:first-child {
    width: 5%
}

.table-inbox tr td:first-child .icheckbox_minimal {
    margin-left: 15px
}

.table-inbox tr td:hover {
    cursor: pointer
}

.table-inbox tr td .fa-star.inbox-started, .table-inbox tr td .fa-star:hover {
    color: #f78a09
}

.table-inbox tr td .fa-star {
    color: #d5d5d5
}

.table-inbox tr.unread td {
    background: none repeat scroll 0 0 #f7f7f7;
    font-weight: 600
}

.table-inbox tr.unread a {
    color: #32323a
}

.table-inbox tr a {
    color: #767676
}

ul.inbox-pagination {
    float: right
}

ul.inbox-pagination li {
    float: left;
    list-style: none
}

.pagination li a {
    color: #32323a
}

.mail-option {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%
}

.mail-option .chk-all {
    float: left
}

.mail-option .btn-group, .mail-option .chk-all {
    margin-right: 5px
}

.mail-option .btn-group a.btn, .mail-option .chk-all {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #e7e7e7;
    color: #afafaf;
    display: inline-block;
    padding: 5px 10px
}

.inbox-pagination a.np-btn {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #e7e7e7;
    color: #afafaf;
    display: inline-block;
    padding: 5px 15px
}

.mail-option .chk-all input[type=checkbox] {
    margin-top: 0
}

.mail-option .btn-group a.all {
    border: medium none;
    padding: 0
}

.inbox-pagination a.np-btn {
    margin-left: 5px
}

.inbox-pagination li span {
    display: inline-block;
    margin-right: 5px;
    margin-top: 7px
}

.fileinput-button {
    background: none repeat scroll 0 0 #eee;
    border: 1px solid #e6e6e6
}

.inbox-body .modal .modal-body input, .inbox-body .modal .modal-body textarea {
    border: 1px solid #e6e6e6;
    box-shadow: none
}

.btn-send, .btn-send:hover {
    background: none repeat scroll 0 0 #00a8b3;
    color: #fff
}

.btn-send:hover {
    background: none repeat scroll 0 0 #009da7
}

.modal-header h4.modal-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300
}

.modal-body label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400
}

.compose-mail {
    display: inline-block;
    margin-top: 20px;
    position: relative;
    width: 100%
}

.compose-mail .compose-options {
    color: #979797;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 7px
}

.compose-mail input, .compose-mail input:focus {
    border: medium none;
    float: left;
    padding: 0;
    width: 80%
}

.compose-mail .form-group {
    border: 1px solid #f2f3f6;
    display: inline-block;
    margin-bottom: 0;
    width: 100%
}

.compose-mail .form-group label {
    float: left;
    line-height: 34px;
    margin-bottom: 0;
    padding-left: 5px;
    width: 8%
}

.compose-editor input {
    margin-top: 15px
}

.compose-editor {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%
}

.compose-btn {
    float: left;
    margin-top: 6px
}

.mail-header h4 {
    font-weight: 300
}

.attachment-mail, .mail-sender {
    border-bottom: 1px solid #eff2f7;
    border-top: 1px solid #eff2f7;
    display: inline-block;
    margin: 20px 0;
    padding: 10px 0;
    width: 100%
}

.mail-sender img {
    border-radius: 3px;
    width: 30px
}

.mail-sender .date {
    line-height: 30px;
    margin-bottom: 0;
    text-align: right
}

.attachment-mail a:hover, .view-mail a {
    color: #35bcb5
}

.attachment-mail a {
    color: #32323a
}

.attachment-mail ul li {
    float: left;
    margin-right: 15px;
    margin-top: 15px;
    width: 200px
}

.attachment-mail ul li a.atch-thumb img {
    height: 180px;
    margin-bottom: 10px;
    width: 200px
}

.attachment-mail ul li a.name span {
    color: #767676;
    float: right
}

.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%
}

.timeline .time-show {
    margin-bottom: 30px;
    margin-right: -75px;
    margin-top: 30px;
    position: relative
}

.time-show .btn {
    width: 150px
}

.timeline .time-show a {
    color: #fff
}

.timeline:before {
    background-color: #d8d9df;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 30px;
    width: 1px;
    z-index: 0
}

h3.timeline-title {
    color: #c8ccd7;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase
}

.t-info {
    color: #c8ccd7
}

.timeline-item.alt:after, .timeline-item:before {
    content: "";
    display: block;
    width: 50%
}

.timeline-item {
    display: table-row
}

.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.timeline-desk h1 {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 5px
}

.timeline-desk .card {
    background: none repeat scroll 0 0 #fff;
    display: block;
    margin-left: 45px;
    position: relative;
    text-align: left
}

.timeline-item .timeline-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0
}

.timeline-item .timeline-desk .arrow {
    border-right: 8px solid #fff !important
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: auto;
    position: absolute;
    right: -7px;
    top: 13px;
    width: 0
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-left: 8px solid #fff !important
}

.timeline .timeline-icon {
    left: -60px;
    position: absolute;
    top: 5px
}

.timeline .timeline-icon {
    background: none repeat scroll 0 0 #c7cbd6
}

.timeline-desk span a {
    text-transform: uppercase
}

.timeline-desk h1.red, .timeline-desk span a.red {
    color: #ef6f66
}

.timeline-desk h1.green, .timeline-desk span a.green {
    color: #39b6ae
}

.timeline-desk h1.blue, .timeline-desk span a.blue {
    color: #56c9f5
}

.timeline-desk h1.purple, .timeline-desk span a.purple {
    color: #8074c6
}

.timeline-desk h1.light-green, .timeline-desk span a.light-green {
    color: #a8d76f
}

.timeline-desk h1.yellow, .timeline-desk span a.yellow {
    color: #fed65a
}

.timeline .timeline-icon.red {
    background: none repeat scroll 0 0 #f87c74
}

.timeline .timeline-icon.green {
    background: none repeat scroll 0 0 #48c5bd
}

.timeline .timeline-icon.blue {
    background: none repeat scroll 0 0 #67d4fe
}

.timeline .timeline-icon.purple {
    background: none repeat scroll 0 0 #8074c6
}

.timeline .timeline-icon.light-green {
    background: none repeat scroll 0 0 #b0e077
}

.timeline .timeline-icon.yellow {
    background: none repeat scroll 0 0 #ffdc6f
}

.timeline .timeline-icon {
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 30px;
    text-align: center;
    width: 30px
}

.timeline .timeline-icon i {
    margin-top: 9px
}

.timeline-item.alt .timeline-icon {
    left: auto;
    right: -60px
}

.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px
}

.timeline .timeline-date {
    display: none;
    left: -245px;
    position: absolute;
    text-align: right;
    top: 12px;
    width: 150px
}

.timeline-item.alt .timeline-date {
    display: none;
    left: auto;
    right: -245px;
    text-align: left
}

.timeline-desk h5 span {
    color: #999;
    display: block;
    font-size: 12px;
    margin-bottom: 4px
}

.timeline-item.alt:before {
    display: none
}

.timeline-item.alt:after, .timeline-item:before {
    content: "";
    display: block;
    width: 50%
}

.timeline-desk p {
    color: #999;
    font-size: 14px;
    margin-bottom: 0
}

.timeline-desk a {
    color: #1fb5ad
}

.timeline-desk .card {
    margin-bottom: 5px
}

.timeline-desk .album {
    margin-top: 20px
}

.timeline-item.alt .timeline-desk .album {
    float: right;
    margin-top: 20px
}

.timeline-desk .album a {
    float: left;
    margin-right: 5px
}

.timeline-item.alt .timeline-desk .album a {
    float: right;
    margin-left: 5px
}

.timeline-desk .notification {
    background: none repeat scroll 0 0 #fff;
    margin-top: 20px;
    padding: 8px
}

.timeline-item.alt .card {
    margin-left: 0;
    margin-right: 45px
}

.app-header {
    position: fixed;
    z-index: 100;
    top: 0;
    overflow: visible;
    width: 100%;
    height: 54px;
    min-height: 0 !important;
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 1px 0 5px 0 #e0e0e0;
}
.app-header .container-fluid{
    padding-left: 0;
}
.app-header .logo {
    float: left;
    width: 200px;
    display: block;
    font-size: 21px;
    color: #fff;
    text-align: center;
    line-height: 54px;
    background-color: #8c6bc6 !important;
}
.app-header .logo img {
    width: 50%;
}

.app-header .main-nav {
    float: left
}

.app-header .main-nav li {
    position: relative;
    display: inline-block;
    overflow: visible;
    height: auto !important;
    padding: 0 !important;
    margin: 0
}

.app-header .main-nav li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 54px;
    position: relative;
    display: inline-block;
    height: 54px;
    padding: 0 12px !important;
    text-decoration: none;
    color: #beb8ff;
    border: 0
}
.app-header .main-nav li a.active {
    text-decoration: none;
    background: #beb8ff;
    color: #fff
}
.app-header .main-nav li a:hover {
    text-decoration: none;
    background: #beb8ff;
    color: #fff
}

.app-header .main-nav li a span {
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis
}

.navbar-top-links > li {
    position: relative;
    float: left
}
.navbar-top-links > li > a {
    display: block;
    line-height: 54px;
    height: 54px;
    padding: 0 10px;
    color: #beb8ff
}
.navbar-top-links > li > a:hover {
    background: #ffffff;
}
.navbar-top-links > li > a i {
    line-height: 54px;
    vertical-align: middle;
}

.app-side {
    position: fixed;
    overflow: hidden;
    width: 200px;
    height: 100%;
    /*background: #263238;*/
    background: -ms-linear-gradient(top, #8968c3, #3b3267);
    background: -moz-linear-gradient(top,#8968c3,#3b3267);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(#8968c3), to(#3b3267));
    /* background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8968c3), to(#3b3267)); */
    /* background: -webkit-linear-gradient(top, #8968c3, #3b3267); */
    background: -o-linear-gradient(top, #8968c3, #3b3267);
    z-index: 1;
}

.app-side ul {
    padding: 0;
    margin: 0
}

.layout-body {
    padding-top: 54px
}

.app-body {
    position: relative;
    margin-left: 200px;
    color: #666;
    height: 100%;
    overflow: visible
}

.page {
    position: relative;
    min-height: 100vh;
    overflow: visible;
    background: #f1f4f5
}

.nav-menu {
    height: 100%;
    width: 100%
}

.nav-menu li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0
}

.nav-menu li.open .sub-menu {
    background: #f8f9fa
}

.nav-menu li:first-child {
    border-top: none
}

.nav-menu li:last-child {
    border-bottom: none
}

.nav-menu li.active a i {
    color: #e39b1c
}

.nav-menu li a {
    display: block;
    overflow: hidden;
    line-height: 40px;
    color: #fff;
    transition: all .3s;
    position: relative;
    text-decoration: none;
    font-size: 17px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px
}

.nav-menu li a i {
    position: relative;
    display: inline-block;
    width: 15px;
    margin-right: 10px;
    text-align: center
}

.nav-menu li a.active {
    background-color: #e9ecef;
    color: #000
}

.nav-menu li a .arrow:before {
    float: right;
    margin-top: 1px;
    margin-right: 15px;
    display: inline;
    font-size: 16px;
    font-family: FontAwesome;
    height: auto;
    content: "\f105";
    font-weight: 300;
    text-shadow: none
}

.nav-menu li a .arrow.open:before {
    float: right;
    margin-top: 1px;
    margin-right: 15px;
    display: inline;
    font-family: FontAwesome;
    height: auto;
    font-size: 16px;
    content: "\f107";
    font-weight: 300;
    text-shadow: none
}

.nav-menu li span {
    font-size: 14px
}

.nav-menu li .sub-menu {
    list-style: none;
    clear: both;
    padding-bottom: 5px
}

.nav-menu li .sub-menu a {
    display: block;
    font-size: 16px;
    line-height: 36px;
    clear: both;
    padding-left: 45px;
    padding-top: 2px;
    padding-bottom: 2px
}

.nav-menu li .sub-menu .sub-menu a {
    display: block;
    font-size: 16px;
    line-height: 40px;
    clear: both;
    padding-left: 60px;
    padding-top: 2px;
    padding-bottom: 2px
}

body, html {
    height: 100%;
    font-family: "Microsoft YaHei"
}

ul li {
    list-style: none outside none
}

ol, ul {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0
}

h1 {
    line-height: 43px
}

h2 {
    line-height: 35px
}

h3 {
    line-height: 30px
}

h4 {
    line-height: 22px
}

h3 small, h4 small, h5 small {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #444
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #505458
}

a {
    text-decoration: none
}

.loading {
    background: url(../images/loading.gif) no-repeat center;
    height: 100px
}

.table a:not(.btn), table a:not(.btn) {
    text-decoration: none
}

.page-header {
    margin: 15px 0 15px 0;
    padding: 0 3px;
    border: 0
}

.page-header:after {
    display: table;
    clear: both;
    content: ''
}

.page-header .pull-left h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 24px;
    margin: 20px 0;
    color: #2a2a2a
}

.preview {
    border-bottom: 1px solid #ccc
}

.preview ul {
    text-align: center
}

.preview li {
    font-size: 0;
    display: inline-block;
    width: 150px;
    margin: 20px 25px;
    padding: 10px 0;
    text-align: center
}

.preview li.red {
    background-color: #f74d4d
}

.preview li.green {
    background-color: #28b779
}

.preview li.blue {
    background-color: #2255a4
}

.preview li.yellow {
    background-color: #ffb848
}

.preview li:hover {
    background-color: #2e363f
}

.preview li:hover div {
    font-size: 32px;
    font-weight: 700;
    color: #fff
}

.preview li:hover span {
    font-size: 12px;
    font-weight: 700;
    display: block;
    color: #fff
}

nav .breadcrumb {
    font-size: 14px;
    margin-bottom: 0;
    padding: 8px 15px
}

.table-tabs, .table-toolbar {
    margin-bottom: 15px
}

.main-title h2 {
    font-size: 20px;
    margin-bottom: 10px;
    padding: 0 10px 10px;
    color: #456;
    border-bottom: 1px solid #ccc
}

.form-actions {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 19px 20px 20px;
    padding-left: 180px;
    border-top: 1px solid #e5e5e5;
    background-color: #f5f5f5
}

.content_cat .tabcatbox td {
    text-indent: 10px
}

.tabcatbox .thumb_box {
    position: absolute;
    left: 510px;
    width: 135px;
    height: 145px;
    padding: 18px;
    text-align: center
}

.tabcatbox .selectstyle {
    line-height: 22px;
    height: 22px;
    margin: 4px 0
}

.colorimg {
    width: 16px;
    height: 16px;
    background: #000
}

.style_bold {
    margin-top: 10px;
    border: medium none
}

.editor_box {
    margin: 4px 0
}

.module-select ul li {
    width: 190px;
    padding: 0 0 0 10px
}

.module-select ul li.end_molde .input_urll {
    width: 175px
}

label.error {
    color: #b94a48
}

#thumb_aid_box {
    display: none
}

#box_title .thumb_box {
    position: absolute;
    top: 0;
    left: 70%;
    width: 135px;
    height: 145px;
    padding: 18px;
    text-align: center
}

.imagesList {
    padding: 0
}

.imagesList > div {
    position: relative;
    float: left;
    width: 186px;
    margin: 5px;
    cursor: move
}

.imagesList .image_title {
    float: left;
    width: 186px
}

.imagesList img {
    position: relative;
    float: left;
    width: 186px;
    height: 140px
}

.imagesList .close {
    position: absolute;
    top: 0;
    right: 0
}

.imagesList .close:hover {
    opacity: 1;
    color: red
}

.table-header {
    font-size: 14px;
    line-height: 30px;
    padding-left: 12px;
    background-color: #f1f2f3
}

.table-header a {
    color: #082a4e
}

.table thead > tr > th {
    border: none;
    background-color: #f1f2f3
}

.box-body {
    padding: 10px;
    border: 1px solid #ddd
}

table.form-table {
    width: 100%
}

table.form-table th {
    font-weight: 100;
    padding: 3px;
    border-bottom: 1px solid #ddd
}

table.form-table td {
    position: relative;
    padding: 3px;
    border-bottom: 1px solid #ddd
}

table.table .center {
    text-align: center
}

.table-container, .table-tabs, .table-toolbar {
    margin-bottom: 15px
}

.table-container .table-data-empty {
    margin-bottom: 20px;
    background-color: #f9f9f9
}

.table-container .table-data-empty .empty-info {
    padding: 130px 0;
    color: #555
}

.table-container .pagination {
    margin-bottom: 0
}

.box {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 0
}

@media (min-width: 992px) {
    .box > [class*=' col-md'], .box > [class*=col-md] {
        display: table-cell
    }
}

.box > [class*=' col-'], .box > [class*=col-] {
    position: static;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top
}

.p-lg {
    padding: 30px
}

.bg-white-opacity {
    background-color: rgba(255, 255, 255, .8)
}

.w-xs {
    width: 90px
}

.inline {
    display: inline-block
}

.form-file {
    position: relative
}

.form-file input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0
}

input[type=file] {
    display: block
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.box .nav > li > a, .nav.bg-inherit > li > a {
    color: #777
}

.box .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.box .nav-lists a {
    border-bottom: 1px solid #e3e5e7
}

.app-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: -1px 0 3px rgba(0, 0, 0, .05);
    box-shadow: -1px 0 3px rgba(0, 0, 0, .05)
}

.bg-white {
    background-color: #fff
}

.text-xs {
    font-size: 12px
}

.app-footer .p {
    float: left;
    width: 100%;
    padding: 15px
}

.text-muted {
    color: #aaa
}

span.indent {
    margin-right: 10px;
    margin-left: 10px
}

.stats > li:last-child {
    margin-right: 0
}

.stats > li {
    float: left;
    margin-right: 15px;
    padding: 10px 15px
}

.label-lightred, ul > li.lightred {
    background: #e63a3a
}

.stats > li i {
    font-size: 36px;
    float: left;
    margin: 0;
    color: #fff
}

.stats > li .details {
    margin-left: 55px
}

.stats > li .details span {
    font-size: 12px;
    display: block;
    color: #fff
}

.stats > li .details span.big {
    font-size: 16px
}

input[type=file] {
    display: block
}

.w-50px {
    width: 50px
}

.w-100px {
    width: 100px
}

.w-150px {
    width: 150px
}

.w-200px {
    width: 200px
}

.w-300px {
    width: 300px
}

.w-400px {
    width: 400px
}

.w-500px {
    width: 500px
}

.w-600px {
    width: 600px
}

.input-c {
    width: 40px;
    height: 22px;
    padding: 4px 9px
}

.app-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: -1px 0 3px rgba(0, 0, 0, .05);
    box-shadow: -1px 0 3px rgba(0, 0, 0, .05)
}

.text-xs {
    font-size: 12px
}

.app-footer .p {
    float: left;
    width: 100%;
    padding: 15px
}

.text-muted {
    color: #aaa
}

span.indent {
    margin-right: 10px;
    margin-left: 10px
}

@media (min-width: 768px) {
    .app-footer {
        margin-left: 230px
    }
}

@media screen and (max-width: 768px) {
    #header .container-fluid {
        padding: 0
    }

    #header .navbar-top-links {
        float: right
    }

    #header .navbar-content {
        padding: 0
    }

    .main-nav {
        display: none
    }

    #aside {
        width: 0
    }

    #app_body {
        margin-left: 0
    }
}

.card-header > i {
    margin-right: .5rem
}

.breadcrumb {
    transition: left .25s, right .25s, width .25s
}

.breadcrumb {
    position: relative;
    border-bottom: 1px solid #c2cfd6
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.card-header .card-actions {
    position: absolute;
    top: 0;
    right: 0
}

.card-header .card-actions a, .card-header .card-actions button {
    display: block;
    float: left;
    width: 50px;
    padding: .75rem 0;
    margin: 0 !important;
    color: #151b1e;
    text-align: center;
    background: 0 0;
    border: 0;
    border-left: 1px solid #c2cfd6;
    box-shadow: 0
}

.pagination a {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    padding: 5px 10px;
    cursor: pointer;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-image: none
}

.pagination a.on {
    color: #fff;
    border: 1px solid "#ccc";
    background: "#ccc";
    background-image: none
}

.pagination a:hover {
    text-decoration: none;
    color: #000;
    background: #f1f1f1
}

.pagination a:last-child {
    border-right: 1px solid #ccc
}

#nav {
    float: left;
    width: 100px;
    background: #1e293d;
    color: #465269;
    position: absolute
}

.profile {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #2d394f;
    background-color: #121929
}

.profile .logo {
    margin: 15px 28px;
    perspective: 1000px;
    color: #b0324a;
    text-align: center
}

ul.navigation {
    list-style-type: none;
    margin: 0;
    padding: 0
}

ul.navigation > li {
    position: relative
}

ul.navigation > li.separator {
    height: 30px;
    line-height: 30px;
    text-align: center
}

ul.navigation > li.separator div {
    border-radius: 100%;
    display: inline-block;
    height: 4px;
    margin: 0 2px;
    width: 4px
}

ul.navigation > li > a {
    display: block;
    outline: medium none;
    overflow: hidden;
    padding: 0 5px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    transition: color .1s linear 0s;
    white-space: nowrap;
    color: #747f95;
    border-bottom: 1px solid #2d394f
}

ul.navigation > li > a:hover {
    background: #ea2c46;
    color: #fff
}

ul.navigation > li > a.active {
    background: #ea2c46;
    color: #fff
}

ul.navigation > li > a > i {
    display: block;
    font-size: 28px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0
}

ul.navigation > li > a > span {
    display: block;
    margin-bottom: 10px
}

ul.navigation-sub {
    animation: .1s linear 0s normal none 1 submenu;
    border: 1px solid #313d54;
    border-radius: 3px;
    display: none;
    left: 99%;
    list-style-type: none;
    margin: 0 0 0 2px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 200px;
    z-index: 1000;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .176)
}

ul.navigation-sub:before {
    bottom: 0;
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 10px
}

ul.navigation > li.sub:hover ul.navigation-sub {
    display: block
}

ul.navigation-sub > li > a {
    background: #313d54;
    color: #747f95;
    display: block;
    outline: medium none;
    padding: 10px 20px;
    text-decoration: none
}

ul.navigation-sub > li > a:hover {
    background: #192234;
    color: #747f95
}

ul.navigation-sub > li > a.active {
    background: #192234;
    color: #747f95
}

ul.navigation-sub > li > a > i {
    display: inline-block;
    width: 20px
}

ul.navigation span.number-alert {
    border-radius: 100%;
    cursor: default;
    height: 20px;
    left: 65px;
    line-height: 20px;
    position: absolute;
    top: 0;
    width: 20px
}

.head-title {
    font-size: 16px;
    height: 75px;
    line-height: 70px;
    padding: 0 20px;
    position: absolute;
    width: 100%;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: #1e293d;
    color: #4b576e
}

.menu-switch {
    background-color: #ff2c44;
    color: #fff;
    display: none;
    cursor: pointer;
    height: 41px;
    line-height: 41px;
    position: absolute;
    text-align: center;
    width: 41px;
    top: 15px;
    margin-right: 20px
}

.rightbar-switch {
    background-color: #ff2c44;
    color: #fff;
    display: block;
    cursor: pointer;
    height: 41px;
    line-height: 41px;
    position: absolute;
    text-align: center;
    width: 41px;
    top: 15px;
    margin-right: 20px
}

.margin-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #f1f2f7
}

.scrollable {
    overflow-x: hidden;
    overflow-y: auto
}

.wrapper {
    padding: 15px;
    width: 100%;
    overflow: hidden
}

.user-info {
    list-style: none outside none;
    margin: 0;
    padding: 0
}

.user-info:after, .user-info:before {
    content: " ";
    display: table
}

.user-info:after {
    clear: both
}

.user-info:after, .user-info:before {
    content: " ";
    display: table
}

.user-info:after {
    clear: both
}

.user-info > li {
    float: left;
    margin-right: 24px
}

.page-search {
    background: #3a4760 !important;
    border: none !important;
    margin: 20px 20px 0 -10px;
    color: #747f95;
    min-height: 32px !important
}

.profile-info.dropdown > a {
    color: #747f95;
    font-size: 14px;
    text-decoration: none;
    transition: all .3s ease-in-out 0s
}

.profile-info.dropdown > a:hover {
    color: #818da2
}

.profile-info.dropdown > a img {
    border: 2px solid #29354b;
    margin-right: 5px;
}
.dropdown > a > img{
    border-radius: 50%;
}
.profile-info.dropdown .dropdown-menu {
    background-color: #1e293d;
    border-color: #454a54;
    margin-top: 8px;
    padding: 0
}

.profile-info.dropdown .dropdown-menu > .caret {
    border-bottom-color: #29354b;
    border-bottom-width: 4px;
    border-top-width: 0;
    left: 20px;
    margin-left: -2px;
    position: absolute;
    top: -4px
}

.profile-info.dropdown .dropdown-menu {
    color: #aaabae;
    font-size: 12px;
    padding: 0
}

.profile-info.dropdown .dropdown-menu .dropdown-item {
    color: #aaabae;
    padding: 8px 10px;
    transition: all .3s ease-in-out 0s
}

.profile-info.dropdown .dropdown-menu .dropdown-item i {
    margin-right: 5px;
    opacity: .7
}

.profile-info.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #1e293d;
    color: #fff
}

.profile-info.dropdown .dropdown-menu .dropdown-item:hover i {
    opacity: 1
}

.profile-info.dropdown .dropdown-menu > .dropdown-item {
    border-bottom: 1px solid #29354b;
    display: block;
    min-width: 170px
}

.profile-info.dropdown .dropdown-menu > .dropdown-item:last-child {
    border-bottom: 0 none
}

.profile-info.dropdown.pull-right {
    text-align: right
}

.profile-info.dropdown.pull-right > a img {
    margin-left: 5px;
    margin-right: 0
}

.profile-info.dropdown.pull-right .dropdown-menu {
    background-color: #1e293d;
    border-color: #29354b;
    margin-top: 15px;
    padding: 0;
    text-align: left
}

.profile-info.dropdown.pull-right .dropdown-menu > .caret {
    left: auto;
    right: 20px
}

.pull-margin {
    margin-left: -50px
}

#top_menu .nav > li, ul.top-menu > li {
    float: left
}

.notify-row {
    float: left;
    margin-top: 25px;
    text-transform: none
}

.notify-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    left: 7px;
    margin-top: 10px;
    opacity: 1;
    position: absolute;
    top: -18px;
    transition: all .25s ease 0s;
    width: 0;
    z-index: 10
}

.notify-arrow-red {
    border-bottom-color: #ea2c46 !important;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #ff6c60 !important
}

.notify-row .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
    background: #ea2c46
}

.notify-row .notification span.label {
    display: inline-block;
    height: 18px;
    padding: 5px;
    width: 20px
}

ul.top-menu > li > a {
    color: #747f95;
    font-size: 24px;
    margin-right: 24px;
    padding: 2px 6px;
    line-height: 25px
}

ul.top-menu > li > a:focus, ul.top-menu > li > a:hover {
    background: 0 0 !important;
    color: #4b576e !important;
    text-decoration: none
}

ul.top-menu > li > a:focus {
    background: 0 0 !important;
    color: #4b576e !important;
    text-decoration: none
}

.dropdown-menu.extended {
    border: medium none !important;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .176) !important;
    max-width: 300px !important;
    min-width: 160px !important;
    padding: 0;
    top: 48px;
    width: 260px !important
}

.dropdown-menu.extended li {
    background-color: #f1f2f7;
    color: #666;
    line-height: 50px
}

.dropdown-menu.extended li p {
    background-color: #f1f2f7;
    color: #666;
    margin: 0;
    padding: 0 10px
}

.dropdown-menu.extended li p.red {
    background-color: #ea2c46;
    color: #fff
}

.external a {
    background-color: #1e293d !important;
    color: #fff !important
}

.external a:hover {
    background-color: #ebebeb !important;
    color: #1e293d !important
}

.dropdown-menu.extended li a {
    padding: 15px 10px !important;
    width: 100%;
    border-bottom: 1px solid #ebebeb !important;
    font-size: 12px;
    list-style: none outside none
}

.dropdown-menu.extended li a:hover {
    background-color: #f7f8f9 !important;
    color: #2e2e2e
}

.dropdown-menu.tasks-bar .task-info .desc {
    font-size: 13px;
    font-weight: 400
}

.dropdown-menu.tasks-bar .task-info .percent {
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 600;
    margin-top: -4px;
    padding-left: 10px
}

.dropdown-menu.extended .progress {
    height: 10px;
    margin-bottom: 0 !important
}

.dropdown-menu.inbox li a .photo img {
    border-radius: 2px;
    float: left;
    height: 40px;
    margin-right: 4px;
    width: 40px
}

.dropdown-menu.inbox li a .subject {
    display: block
}

.dropdown-menu.inbox li a .subject .from {
    font-size: 12px;
    font-weight: 600
}

.dropdown-menu.inbox li a .subject .time {
    font-size: 11px;
    font-style: italic;
    font-weight: 700;
    position: absolute;
    right: 5px
}

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px
}

.top-nav {
    margin-top: 7px
}

.top-nav ul.top-menu > li .dropdown-menu.logout {
    width: 268px !important
}

.top-nav li.dropdown .dropdown-menu {
    float: right;
    left: auto;
    right: 0
}

.dropdown-menu.extended.logout > li {
    float: left;
    text-align: center;
    width: 33.3%
}

.dropdown-menu.extended.logout > li:last-child {
    background: none repeat scroll 0 0 #a9d96c;
    border-radius: 0 0 3px 3px;
    float: left;
    text-align: center;
    width: 100%
}

.dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
    border-bottom: medium none !important;
    color: #fff;
    text-transform: uppercase
}

.dropdown-menu.extended.logout > li:last-child > a:hover > i {
    color: #fff
}

.dropdown-menu.extended.logout > li > a {
    border-bottom: medium none !important;
    color: #a4abbb
}

.full-width .dropdown-menu.extended.logout > li > a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #50c8ea !important
}

.dropdown-menu.extended.logout > li > a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important
}

.dropdown-menu.extended.logout > li > a:hover i {
    color: #50c8ea
}

.dropdown-menu.extended.logout > li > a i {
    font-size: 17px
}

.dropdown-menu.extended.logout > li > a > i {
    display: block
}

.top-nav .username {
    color: #555;
    font-size: 13px
}

.top-nav ul.top-menu > li > a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #eee;
    border-radius: 4px;
    margin-right: 0;
    padding: 6px
}

.top-nav ul.top-menu > li {
    margin-left: 10px
}

.top-nav ul.top-menu > li > a:focus, .top-nav ul.top-menu > li > a:hover {
    background: none repeat scroll 0 0 #f1f2f7;
    border: 1px solid #f1f2f7
}

.top-nav .dropdown-menu.extended.logout {
    top: 50px
}

.top-nav .nav .caret {
    border-bottom-color: #a4aaba;
    border-top-color: #a4aaba
}

.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #000;
    border-top-color: #000
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent
}

.page-heading {
    margin: 0 0 25px;
    padding: 5px 0
}

.page-heading h1 {
    font-size: 24px;
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0
}

.progress.progress-xs {
    border-radius: 0;
    box-shadow: none;
    height: 5px;
    margin-bottom: 15px;
    margin-top: 20px
}

i.success {
    color: #5cb85c
}

i.danger {
    color: #de3431
}

i.info {
    color: #428bca
}

i.warning {
    color: #ffce00
}

.drag-marker {
    display: block;
    float: left;
    height: 17px;
    position: relative;
    top: 2px;
    width: 7px
}

.drag-marker i {
    background: none repeat scroll 0 0 #ccc;
    box-shadow: 5px 0 0 0 #ccc, 0 5px 0 0 #ccc, 5px 5px 0 0 #ccc, 0 10px 0 0 #ccc, 5px 10px 0 0 #ccc, 0 15px 0 0 #ccc, 5px 15px 0 0 #ccc;
    display: block;
    height: 2px;
    width: 2px
}

.text-ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.list-group {
    padding-left: 0
}

.list-group-item {
    border: none
}

.bg-danger {
    background-color: #fb6b5b;
    color: #fff
}

.bg-success {
    background-color: #8ec165;
    color: #ebf4e4
}

.bg-light {
    background-color: #f1f1f1;
    color: #717171
}

.centered-container {
    margin: auto;
    width: 180px
}

.no-bg {
    background: 0 0 !important;
    padding-top: 0 !important
}

.paper {
    background: -moz-linear-gradient(center top, #dfe8ec 0, #fff 8%) repeat scroll 0 0/100% 30px rgba(0, 0, 0, 0);
    font-size: 14px;
    line-height: 30px;
    outline: medium none;
    padding: 30px 55px 27px;
    position: relative
}

.paper:after {
    border-left: 1px solid #f8d3d3;
    bottom: 0;
    content: "";
    left: 39px;
    position: absolute;
    top: 0;
    width: 0
}

.widget-notes {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .04)
}

.widget-notes .content {
    padding: 0
}

.card {
    background-color: #fff;
    border-radius: 0 !important;
    box-shadow: none !important
}

.accordion {
    margin-bottom: 40px
}

.accordion .card-header {
    background: none repeat scroll 0 0 #fff;
    padding: 0
}

.accordion .card-header a {
    color: #e74949;
    display: block;
    font-size: 15px;
    padding: 17px 16px
}

.accordion .card-header a:hover {
    text-decoration: none !important
}

.accordion .card-header a .fa {
    margin-right: 10px;
    transform: rotate(90deg);
    transition: transform .2s ease-in-out 0s
}

.accordion .card-header a.collapsed {
    color: #555
}

.accordion .card-header a.collapsed .fa {
    transform: rotate(0)
}

.accordion .card-header + .card-collapse .card-body {
    border-top: 0 none;
    padding: 3px 20px 20px 34px
}

.accordion .card {
    border-color: -moz-use-text-color #ececec;
    border-radius: 2px;
    border-style: none solid;
    border-width: 0 1px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .04);
    margin-bottom: 5px
}

.accordion .card:first-child {
    border-top: 0 none
}

.accordion.card-group .card + .card {
    margin-top: 0
}

.accordion.accordion-color .card-header a {
    background-color: #1e293d;
    color: #fff
}

.accordion.accordion-color .card-header a.collapsed {
    background-color: #fff;
    color: #555
}

.accordion.accordion-color .card-collapse .card-body {
    background-color: #1e293d;
    color: #fff
}

.accordion.accordion-semi .card-header a {
    background-color: #e74949;
    border-bottom: 1px solid #f13e3e;
    color: #fff;
    transition: background-color .2s ease-in-out 0s
}

.accordion.accordion-semi .card-header.success a {
    background-color: #2cc36b;
    border-bottom: 1px solid #049b43
}

.accordion.accordion-semi .card-header.warning a {
    background-color: #f16e3f;
    border-bottom: 1px solid #c94617
}

.accordion.accordion-semi .card-header.danger a {
    background-color: #ea6153;
    border-bottom: 1px solid #c2392b
}

.accordion.accordion-semi .card-header a.collapsed {
    background-color: #fff;
    border-bottom: 0 none;
    color: #555
}

.accordion.accordion-semi .card-collapse .card-body {
    padding: 15px 20px 20px 34px
}

.console-pad {
    background: none repeat scroll 0 0 #fff;
    color: #000;
    line-height: 1;
    overflow: hidden;
    position: relative
}

.console-pad-scroll {
    -moz-box-sizing: content-box;
    min-height: 256px;
    margin-bottom: -30px;
    margin-right: -30px;
    outline: medium none;
    padding-bottom: 9px;
    padding-right: 30px;
    position: relative
}

.console-pad-sizer {
    position: relative;
    padding: 5px 0 0 32px;
    color: #7082a2
}

.console-pad-vscrollbar {
    overflow-x: hidden;
    overflow-y: scroll;
    right: 0;
    top: 0
}

.console-pad-hscrollbar {
    bottom: 0;
    left: 0;
    overflow-x: scroll;
    overflow-y: hidden
}

.console-pad-gutters {
    left: 0;
    padding-bottom: 30px;
    position: absolute;
    top: 0;
    z-index: 3
}

.console-pad-gutter {
    -moz-box-sizing: content-box;
    display: inline-block;
    min-height: 256px;
    margin-bottom: -32px;
    padding-bottom: 30px;
    white-space: normal;
    background: #1e293d
}

.console-pad-linewidget {
    overflow: auto;
    position: relative;
    z-index: 2
}

.console-pad-wrap .console-pad-scroll {
    overflow-x: hidden
}

.console-pad-measure {
    height: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 100%
}

#console {
    border-top: 1px solid #35435d
}

.console {
    background: #29364c;
    padding: 2px 10px
}

.console h4 {
    color: #6c778b
}

#eq span {
    float: left;
    height: 120px;
    margin: 15px
}

.ui-widget-content {
    background: none repeat scroll 0 0 #f0f2f7 !important;
    border: medium none !important
}

.ui-slider-horizontal {
    height: 6px !important
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.4em !important
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none repeat scroll 0 0 #fff !important;
    border: 2px solid #e74949 !important
}

.ui-slider-vertical {
    width: 6px !important
}

.ui-slider-vertical .ui-slider-handle {
    left: -.4em !important
}

.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.6em;
    position: absolute;
    width: 1.6em;
    z-index: 2
}

.slider-info {
    padding-top: 10px
}

.bound-s {
    margin-bottom: 15px;
    width: 90px
}

table.sliders tr td {
    border: medium none;
    padding: 30px 0
}

.fontawesome-icon-list h2 {
    font-size: 20px;
    font-weight: 300;
    margin-top: 0
}

.fontawesome-icon-list .col-md-3, .fontawesome-icon-list .col-sm-4, .fontawesome-icon-list .col-xs-6 {
    margin-bottom: 10px
}

.fontawesome-icon-list .page-header {
    border-bottom: 1px solid #c9cdd7
}

.fontawesome-icon-list a {
    color: #5b5f66
}

.fontawesome-icon-list a:hover {
    color: #4a4f58
}

.fontawesome-icon-list i {
    font-size: 16px;
    padding-right: 10px
}

.form-horizontal .control-label {
    font-size: 14px;
    font-weight: 300;
    text-align: left
}

.ms-container .ms-optgroup-label {
    color: #999;
    cursor: pointer;
    margin: 0;
    padding: 5px 0 0 5px;
    font-size: 14px
}

.add-on {
    float: right;
    margin-top: -35px
}

.add-on .btn {
    padding: 8px
}

.daterangepicker .ranges .range_inputs > div:nth-child(2) {
    margin-bottom: 10px;
    padding-left: 0
}

.daterangepicker .ranges label {
    padding-bottom: 0;
    padding-top: 8px
}

.datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active:active, .datepicker td span.active:hover, .datepicker td span.active[disabled], .datepicker td.active.active, .datepicker td.active.active:hover, .datepicker td.active.disabled, .datepicker td.active.disabled:hover, .datepicker td.active:active, .datepicker td.active:hover, .datepicker td.active:hover:active, .datepicker td.active:hover:hover, .datepicker td.active[disabled], .datepicker td.active[disabled]:hover, .daterangepicker td.active, .daterangepicker td.active:hover {
    background: none repeat scroll 0 0 #41cac0
}

.daterangepicker .calendar td, .daterangepicker .calendar th {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: center;
    white-space: nowrap
}

.datepicker td span.active, .datepicker td.active, .datepicker td.active:hover, .daterangepicker td.active, .daterangepicker td.active:hover {
    text-shadow: none
}

.datepicker th.switch {
    width: 125px
}

.datepicker td span {
    height: 40px;
    line-height: 40px
}

.bootstrap-timepicker table td input {
    border: 1px solid #ccc;
    border-radius: 3px
}

.help-block {
    font-size: 12px
}

.page-error-404 {
    color: #303641;
    text-align: center
}

.page-error-404 .error-symbol {
    font-size: 120px
}

.page-error-404 .error-text {
    font-size: 16px;
    padding-bottom: 25px
}

.page-error-404 .error-text h2 {
    font-size: 45px
}

.page-error-404 .error-text p {
    font-size: 22px
}

.page-error-404 .error-text + hr {
    margin-bottom: 50px
}

.page-error-404 .input-group {
    margin: 0 auto;
    width: 250px
}

.mbot30 {
    margin-bottom: 30px
}

.timeline-item.alt h1, .timeline-item.alt p {
    text-align: right
}

.profile-nav .user-heading {
    color: #797a7d;
    padding: 30px;
    text-align: center
}

.profile-nav .user-heading.round a {
    border: 10px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    display: inline-block
}

.profile-nav .user-heading a img {
    border-radius: 50%;
    height: 112px;
    width: 112px
}

.profile-nav .user-heading h1 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px
}

.profile-nav .user-heading p {
    font-size: 15px
}

.profile-nav ul {
    margin-top: 1px
}

.profile-nav ul > li {
    border-bottom: 1px solid #ebeae6;
    line-height: 30px;
    margin-top: 0
}

.profile-nav ul > li:last-child {
    border-bottom: medium none
}

.profile-nav ul > li > a {
    border-left: 5px solid #fff;
    border-radius: 0;
    color: #89817f
}

.profile-nav ul li.active a, .profile-nav ul > li > a:focus, .profile-nav ul > li > a:hover {
    background: #f8f7f5 !important;
    border-left: 5px solid #1e293d;
    color: #89817f !important
}

.profile-nav ul > li:last-child > a:last-child {
    border-radius: 0
}

.profile-nav ul > li > a > i {
    color: #bcb3aa;
    font-size: 16px;
    padding-right: 10px
}

.r-activity {
    font-size: 12px;
    margin: 6px 0 0
}

.p-text-area, .p-text-area:focus {
    border: medium none;
    box-shadow: none;
    color: #c3c3c3;
    font-size: 16px;
    font-weight: 300
}

.profile-info .card-footer {
    background-color: #f8f7f5;
    border-top: 1px solid #e7ebee
}

.profile-info .card-footer ul li a {
    color: #7a7a7a
}

.bio-graph-heading {
    background: #1e293d;
    color: #fff;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    padding: 40px 110px;
    text-align: center
}

.bio-graph-info {
    color: #89817e
}

.bio-graph-info h1 {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 20px
}

.bio-row {
    float: left;
    margin-bottom: 10px;
    padding: 0 15px;
    width: 50%
}

.bio-row p span {
    display: inline-block;
    width: 100px
}

.bio-chart, .bio-desk {
    float: left
}

.bio-chart {
    width: 40%
}

.bio-desk {
    width: 60%
}

.bio-desk h4 {
    font-size: 15px;
    font-weight: 400
}

.bio-desk h4.terques {
    color: #4cc5cd
}

.bio-desk h4.red {
    color: #e26b7f
}

.bio-desk h4.green {
    color: #97be4b
}

.bio-desk h4.purple {
    color: #caa3da
}

.file-pos {
    margin: 6px 0 10px
}

.profile-activity h5 {
    color: #c3c3c3;
    font-weight: 300;
    margin-top: 0
}

.login-form-signin {
    background: none repeat scroll 0 0 #fff;
    margin: 100px auto 0;
    max-width: 330px
}

.login-form-signin h2.login-form-signin-heading {
    background: none repeat scroll 0 0 #ea2c46;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    padding: 20px 15px;
    text-align: center;
    text-transform: uppercase
}

.login-form-signin .checkbox {
    margin-bottom: 14px
}

.login-form-signin .checkbox {
    color: #b6b6b6;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300
}

.login-form-signin .form-control {
    -moz-box-sizing: border-box;
    font-size: 16px;
    height: auto;
    padding: 10px;
    position: relative
}

.login-form-signin .form-control:focus {
    z-index: 2
}

.login-form-signin input[type=password], .login-form-signin input[type=text] {
    border: 1px solid #eaeaea;
    box-shadow: none;
    font-size: 14px;
    margin-bottom: 15px
}

.login-form-signin p {
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 300;
    text-align: center
}

.login-form-signin a {
    color: #00d6e9
}

.login-form-signin a:hover {
    color: #b6b6b6
}

.login-wrap {
    padding: 20px
}

.login-logo {
    background: #1e293d;
    text-align: center;
    padding: 10px 0
}

.console-pad {
    line-height: 22px;
    width: 100%;
    height: 269px
}

.console-numbers {
    list-style: none;
    margin-left: -36px
}

.console-numbers li {
    line-height: 21px
}

.console-bg {
    background: #29364c !important;
    border: none !important;
    color: #4b576e !important
}

.user-head {
    background: #1e293d;
    color: #fff;
    min-height: 80px;
    padding: 10px;
    margin: -16px -16px 17px
}

.user-head .inbox-avatar {
    float: left;
    width: 65px
}

.user-head .inbox-avatar img {
    border-radius: 4px
}

.user-head .user-name {
    display: inline-block;
    margin: 0 0 0 10px
}

.title-box {
    width: 100%;
    color: #0563b8
}

.title-box h3 {
    font-size: 20px;
    color: #0563b8;
    text-align: center;
    margin: 0 0 20px
}

.title-box .blue-bg {
    background: #38a4d6;
    color: #fff;
    margin: 10px -15px;
    text-align: center;
    font-size: 18px;
    padding: 10px
}

.title-box .red-bg {
    background: #e03c52;
    color: #fff;
    margin: 10px -15px;
    text-align: center;
    font-size: 18px;
    padding: 10px
}

.title-box .green-bg {
    background: #00a7aa;
    color: #fff;
    margin: 10px -15px;
    text-align: center;
    font-size: 18px;
    padding: 10px
}

.title-box .maroon-bg {
    background: #975cc1;
    color: #fff;
    margin: 10px -15px;
    text-align: center;
    font-size: 18px;
    padding: 10px
}

.title-box h1 {
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding: 0
}

.title-box i {
    font-size: 40px;
    color: #747d8d
}

.skin-section .list {
    float: left;
    padding-right: 60px
}

.skin-section .list li {
    padding-bottom: 15px;
    position: relative;
    list-style: none
}

.skin-minimal .skin-section .list li {
    padding-left: 38px
}

.skin-square .skin-section .list li {
    padding-left: 42px
}

.skin-flat .skin-section .list li, .skin-line .skin-section label {
    padding-left: 40px
}

.m-bot20 {
    margin-bottom: 20px
}

.atm-spmenu {
    background: #1e293d;
    position: fixed
}

.atm-spmenu > .header {
    padding: 0 20px 10px;
    min-height: 64px;
    background: #1e293d;
    position: relative
}

.atm-spmenu > .header h3 {
    color: #fff;
    font-weight: 300;
    font-size: 1.9em;
    margin: 0
}

.atm-spmenu .sub-header {
    background: #253148;
    color: #fff;
    padding: 8px 20px
}

.atm-spmenu .sub-header .icon {
    display: inline-block;
    margin-right: 5px
}

.atm-spmenu .sub-header p {
    display: inline-block;
    margin: 0;
    font-size: 13px;
    font-weight: 400
}

.atm-spmenu a {
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300
}

.atm-spmenu a:hover {
    background: #22242b
}

.atm-spmenu a:active {
    background: #2a2c34;
    border-right: 2px solid #ff4760
}

.atm-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000
}

.atm-spmenu-vertical a {
    border-bottom: 1px solid rgba(255, 255, 255, .04);
    padding: 1em
}

.atm-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden
}

.atm-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left
}

.atm-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: .8em;
    border-left: 1px solid #258ecd
}

.atm-spmenu-left {
    left: -240px
}

.atm-spmenu-right {
    right: -240px
}

.atm-spmenu-left.atm-spmenu-open {
    left: 0
}

.atm-spmenu-right.atm-spmenu-open {
    right: 0
}

.atm-spmenu-top {
    top: -150px
}

.atm-spmenu-bottom {
    bottom: -150px
}

.atm-spmenu-top.atm-spmenu-open {
    top: 0
}

.atm-spmenu-bottom.atm-spmenu-open {
    bottom: 0
}

.atm-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0
}

.atm-spmenu-push-toright {
    left: 240px
}

.atm-spmenu-push-toleft {
    left: -240px
}

.atm-spmenu, .atm-spmenu-push {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}