/*@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");*/
@import url('../fonts/ruda.css');

.blink {
  animation: blinker 1s linear infinite;
  color: #FF0000;
  font-weight: bolder;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.p-xxs {
    padding: 5px !important
}

.p-xs {
    padding: 10px !important
}

.p-sm {
    padding: 15px !important
}

.p-m {
    padding: 20px !important
}

.p-md {
    padding: 25px !important
}

.p-lg {
    padding: 30px !important
}

.p-xl {
    padding: 40px !important
}

.m-xxs {
    margin: 2px 4px
}

.m-xs {
    margin: 5px
}

.m-sm {
    margin: 10px
}

.m {
    margin: 15px
}

.m-md {
    margin: 20px
}

.m-lg {
    margin: 30px
}

.m-xl {
    margin: 50px
}

.m-n {
    margin: 0 !important
}

.m-l-none {
    margin-left: 0
}

.m-l-xs {
    margin-left: 5px
}

.m-l-sm {
    margin-left: 10px
}

.m-l {
    margin-left: 15px
}

.m-l-md {
    margin-left: 20px
}

.m-l-lg {
    margin-left: 30px
}

.m-l-xl {
    margin-left: 40px
}

.m-l-n-xxs {
    margin-left: -1px
}

.m-l-n-xs {
    margin-left: -5px
}

.m-l-n-sm {
    margin-left: -10px
}

.m-l-n {
    margin-left: -15px
}

.m-l-n-md {
    margin-left: -20px
}

.m-l-n-lg {
    margin-left: -30px
}

.m-l-n-xl {
    margin-left: -40px
}

.m-t-none {
    margin-top: 0
}

.m-t-xxs {
    margin-top: 1px
}

.m-t-xs {
    margin-top: 5px
}

.m-t-sm {
    margin-top: 10px
}

.m-t {
    margin-top: 15px
}

.m-t-md {
    margin-top: 20px
}

.m-t-lg {
    margin-top: 30px
}

.m-t-xl {
    margin-top: 40px
}

.m-t-xxl {
    margin-top: 50px
}

.m-t-xxxl {
    margin-top: 60px
}

.m-t-n-xxs {
    margin-top: -1px
}

.m-t-n-xs {
    margin-top: -5px
}

.m-t-n-sm {
    margin-top: -10px
}

.m-t-n {
    margin-top: -15px
}

.m-t-n-md {
    margin-top: -20px
}

.m-t-n-lg {
    margin-top: -30px
}

.m-t-n-xl {
    margin-top: -40px
}

.m-r-none {
    margin-right: 0
}

.m-r-xxs {
    margin-right: 1px
}

.m-r-xs {
    margin-right: 5px
}

.m-r-sm {
    margin-right: 10px
}

.m-r {
    margin-right: 15px
}

.m-r-md {
    margin-right: 20px
}

.m-r-lg {
    margin-right: 30px
}

.m-r-xl {
    margin-right: 40px
}

.m-r-n-xxs {
    margin-right: -1px
}

.m-r-n-xs {
    margin-right: -5px
}

.m-r-n-sm {
    margin-right: -10px
}

.m-r-n {
    margin-right: -15px
}

.m-r-n-md {
    margin-right: -20px
}

.m-r-n-lg {
    margin-right: -30px
}

.m-r-n-xl {
    margin-right: -40px
}

.m-b-none {
    margin-bottom: 0
}

.m-b-xxs {
    margin-bottom: 1px
}

.m-b-xs {
    margin-bottom: 5px
}

.m-b-sm {
    margin-bottom: 10px
}

.m-b {
    margin-bottom: 15px
}

.m-b-md {
    margin-bottom: 20px
}

.m-b-lg {
    margin-bottom: 30px
}

.m-b-xl {
    margin-bottom: 40px
}

.m-b-n-xxs {
    margin-bottom: -1px
}

.m-b-n-xs {
    margin-bottom: -5px
}

.m-b-n-sm {
    margin-bottom: -10px
}

.m-b-n {
    margin-bottom: -15px
}

.m-b-n-md {
    margin-bottom: -20px
}

.m-b-n-lg {
    margin-bottom: -30px
}

.m-b-n-xl {
    margin-bottom: -40px
}

.space-15 {
    margin: 15px 0
}

.space-20 {
    margin: 20px 0
}

.space-25 {
    margin: 25px 0
}

.space-30 {
    margin: 30px 0
}

.sweet-alert button {
    background-color: #34495e;
    color: white;
    border: 0;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer
}

    .sweet-alert button:focus {
        outline: 0;
        box-shadow: 0 0 2px rgba(128,179,235,0.5),inset 0 0 0 1px rgba(0,0,0,0.05)
    }

    .sweet-alert button:hover {
        background-color: #a1d9f2
    }

    .sweet-alert button:active {
        background-color: #81ccee
    }

    .sweet-alert button.cancel {
        background-color: #d0d0d0
    }

        .sweet-alert button.cancel:hover {
            background-color: #c8c8c8
        }

        .sweet-alert button.cancel:active {
            background-color: #b6b6b6
        }

.sweet-alert p {
    font-size: 14px;
    font-weight: 400
}

.sweet-alert h2 {
    font-size: 26px
}

.sweet-alert {
    padding: 25px;
    box-shadow: 0 0 1px rgba(0,0,0,0.1),0 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 1 px rgba(0,0,0,0.1),0 2 px 4 px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 1 px rgba(0,0,0,0.1),0 2 px 4 px rgba(0,0,0,0.2)
}

.table > thead > tr > th {
    border-bottom: 1px solid #ddd
}

.cg-notify-message.homer-notify {
    background: #fff;
    padding: 0;
    box-shadow: 0 0 1px rgba(0,0,0,0.1),0 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 1 px rgba(0,0,0,0.1),0 2 px 4 px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 1 px rgba(0,0,0,0.1),0 2 px 4 px rgba(0,0,0,0.2);
    border: 0;
    margin-top: 30px;
    color: inherit
}

.homer-notify.alert-warning {
    border-left: 6px solid #ffb606
}

.homer-notify.alert-success {
    border-left: 6px solid #62cb31
}

.homer-notify.alert-danger {
    border-left: 6px solid #c0392b
}

.homer-notify.alert-info {
    border-left: 6px solid #3498db
}

.h-modal-icon {
    font-size: 66px
}

.inmodal .color-line {
    border-radius: 4px 4px 0 0
}

.modal-content {
    border-radius: 5px;
    border: 0;
    box-shadow: 0 0 1px rgba(0,0,0,0.1),0 2px 4px rgba(0,0,0,0.2)
}

.modal-backdrop.in {
    opacity: .4
}

.modal-backdrop {
    position: fixed;
    bottom: 0
}

.modal-dialog {
    margin-top: 80px
}

.modal-title {
    font-size: 30px;
    font-weight: 300
}

.modal-header {
    padding: 40px 30px;
    background: #f7f9fa
}

.modal-body {
    padding: 20px 30px
}

.modal-header small {
    color: #9d9fa2
}

.modal-footer {
    background: #f7f9fa
}

.hmodal-info .color-line {
    background: #3498db
}

.hmodal-warning .color-line {
    background: #ffb606
}

.hmodal-success .color-line {
    background: #62cb31
}

.hmodal-danger .color-line {
    background: #c0392b
}

.hmodal-info h4.modal-title {
    color: #3498db
}

.hmodal-warning h4.modal-title {
    color: #ffb606
}

.hmodal-success h4.modal-title {
    color: #62cb31
}

.hmodal-danger h4.modal-title {
    color: #c0392b
}

.progress {
    border-radius: 2px;
    margin-bottom: 10px
}

.progress-bar {
    background-color: #f1f3f6;
    text-align: right;
    padding-right: 10px;
    color: #6a6c6f
}

.progress-small, .progress-small .progress-bar {
    height: 10px
}

.progress-bar-success {
    border-right: 4px solid #58b62c
}

.progress-bar-info {
    border-right: 4px solid #258cd1
}

.progress-bar-warning {
    border-right: 4px solid #eba600
}

.progress-bar-danger {
    border-right: 4px solid #e43725
}

.full .progress-bar-success {
    background-color: #62cb31;
    border-right: 4px solid #58b62c
}

.full .progress-bar-info {
    background-color: #3498db;
    border-right: 4px solid #258cd1
}

.full .progress-bar-warning {
    background-color: #ffb606;
    border-right: 4px solid #eba600
}

.full .progress-bar-danger {
    background-color: #e74c3c;
    border-right: 4px solid #e43725
}

.full .progress-bar {
    color: #fff
}

body.blank {
    background-color: #f1f3f6
}

.login-container {
    max-width: 420px;
    margin: auto;
    padding-top: 6%
}

.register-container {
    max-width: 720px;
    margin: auto;
    padding-top: 6%
}

.lock-container {
    max-width: 420px;
    margin: auto;
    padding-top: 6%
}

.error-container {
    max-width: 620px;
    margin: auto;
    padding-top: 6%
}

.big-icon {
    font-size: 120px
}

.error-container h1 {
    font-size: 44px
}

.back-link {
    float: left;
    width: 100%;
    margin: 10px
}

@media(max-width:769px) {
    .login-container, .lock-container {
        margin: auto 10px
    }
}

@media(max-width:769px) {
    .register-container {
        margin: auto 10px
    }

    .lock-container {
        padding-top: 15%
    }
}

@media(max-width:620px) {
    .error-container {
        margin: auto 10px
    }
}

.vertical-container {
    width: 98%;
    margin: 0 auto
}

    .vertical-container::after {
        content: '';
        display: table;
        clear: both
    }

.v-timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em
}

    .v-timeline::before {
        content: '';
        position: absolute;
        top: 0;
        left: 18px;
        height: 100%;
        width: 4px;
        background: #e8ebf0
    }

.vertical-timeline-content .btn {
    float: right
}

.vertical-timeline-block {
    position: relative;
    margin: 2em 0
}

    .vertical-timeline-block:after {
        content: "";
        display: table;
        clear: both
    }

    .vertical-timeline-block:first-child {
        margin-top: 0
    }

    .vertical-timeline-block:last-child {
        margin-bottom: 0
    }

.vertical-timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    border: 1px solid #eaeaea;
    text-align: center;
    background: #fff
}

    .vertical-timeline-icon i {
        display: block;
        width: 24px;
        height: 24px;
        position: relative;
        left: 50%;
        top: 50%;
        margin-left: -12px;
        margin-top: -9px
    }

.vertical-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: .25em;
    border: 1px solid #eaeaea
}

    .vertical-timeline-content:after {
        content: "";
        display: table;
        clear: both
    }

    .vertical-timeline-content h2 {
        font-weight: 400;
        margin-top: 4px
    }

    .vertical-timeline-content p {
        margin: 1em 0 0 0;
        line-height: 1.6
    }

    .vertical-timeline-content .vertical-date {
        font-weight: 500;
        text-align: right;
        font-size: 13px
    }

.vertical-date small {
    color: #62cb31;
    font-weight: 400
}

.vertical-timeline-content:after, .vertical-timeline-content:before {
    right: 100%;
    top: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.vertical-timeline-content:after {
    border-color: transparent;
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px
}

.vertical-timeline-content:before {
    border-color: transparent;
    border-right-color: #eaeaea;
    border-width: 11px;
    margin-top: -11px
}

@media only screen and (min-width:768px) {
    .vertical-timeline-content h2 {
        font-size: 18px
    }

    .vertical-timeline-content p {
        font-size: 13px
    }
}

.contact-panel h3 {
    margin-bottom: 2px
}

    .contact-panel h3 a {
        color: inherit
    }

.contact-panel p {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 0
}

.contact-panel img {
    width: 76px;
    height: 76px
}

.contact-footer {
    padding: 0 15px
}

.contact-stat span {
    font-size: 10px;
    font-weight: 500;
    display: block;
    color: #9d9fa2;
    text-transform: uppercase
}

.contact-stat {
    padding: 8px 0;
    text-align: center
}

.contact-panel:hover .panel-body {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    z-index: 1
}

.fc-state-default {
    background-color: #fff;
    background-image: none;
    background-repeat: repeat-x;
    box-shadow: none;
    color: inherit;
    text-shadow: none
}

.fc-state-default {
    border: 1px solid
}

.fc-button {
    color: inherit;
    border: 1px solid #eaeaea;
    cursor: pointer;
    display: inline-block;
    height: 1.9em;
    line-height: 1.9em;
    overflow: hidden;
    padding: 0 .6em;
    position: relative;
    white-space: nowrap
}

.fc-state-active {
    background-color: #34495e;
    border-color: #34495e;
    color: #fff
}

.fc-header-title h2 {
    font-size: 16px;
    font-weight: 600;
    color: inherit
}

.fc-content .fc-widget-header, .fc-content .fc-widget-content {
    border-color: #eaeaea;
    font-weight: normal
}

.fc-border-separate tbody {
    background-color: #f8f8f8
}

.fc-state-highlight {
    background: none repeat scroll 0 0 #f1f3f6
}

.external-event {
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 5px
}

.fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start {
    border-radius: 2px
}

.fc-event, .fc-agenda .fc-event-time, .fc-event a {
    padding: 4px 6px;
    background-color: #34495e;
    border-color: #34495e
}

.fc-event-time, .fc-event-title {
    color: #717171;
    padding: 0 1px
}

.ui-calendar .fc-event-time, .ui-calendar .fc-event-title {
    color: #fff
}

.fc-view-container .fc-widget-header {
    background: #f7f8fa
}

.fc-widget-header .fc-day-header {
    padding: 12px 0
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: center
}

.fc-basic-view td.fc-day-number, .fc-basic-view td.fc-week-number span {
    padding: 6px
}

.fc-day-grid-event {
    margin: 2px 6px 0
}

.note-editor, .note-editor.note-frame {
    border: 1px solid #eaeaea
}

    .note-editor .note-toolbar {
        border-bottom: 1px solid #eaeaea
    }

    .note-editor .btn-default {
        border-color: #eaeaea
    }

    .note-editor .panel-heading {
        padding: 5px 10px
    }

.airmode .note-editor {
    border: 0
}

.ngHeaderCell {
    border-right: 0;
    border-bottom: 1px solid #eaeaea
}

.ngCell {
    border-right: 0
}

.ngTopPanel {
    background: #fff
}

.ngRow.even {
    background: #f9f9f9
}

.ngRow.selected {
    background: #e5e8ee
}

.ngRow {
    border-bottom: 1px solid #eaeaea
}

.ngCell {
    background-color: transparent
}

.ngHeaderCell {
    border-right: 0
}

.gridStyle {
    border: 1px solid #eaeaea;
    height: 400px
}

.show-grid [class^="col-"] {
    background-color: #f1f3f6 !important;
    border: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 10px
}

.show-grid {
    margin: 15px 0
}

.dropdown-menu.hdropdown {
    padding: 0;
    z-index: 1060
}

    .dropdown-menu.hdropdown .title {
        padding: 12px 12px;
        text-align: center;
        border-bottom: 1px solid #eaeaea
    }

    .dropdown-menu.hdropdown li {
        padding: 6px 12px;
        text-align: left;
        background: #fafbfc;
        border-bottom: 1px solid #eaeaea
    }

.dropdown-menu.filedropdown li {
    padding: 6px 6px;
    text-align: left;
    background: #fafbfc;
    border-bottom: 1px solid #eaeaea
}

    .dropdown-menu.filedropdown li i {
        margin-right: 10px
    }

.dropdown-menu.hdropdown.notification li {
    padding: 12px 12px
}

    .dropdown-menu.hdropdown.notification li .label {
        margin-right: 10px
    }

.dropdown-menu.hdropdown li > a:hover, .dropdown-menu.filedropdown li > a:hover {
    background: inherit
}

.dropdown-menu.hdropdown li:hover, .dropdown-menu.filedropdown li:hover {
    background: #f1f3f6
}

.dropdown-menu.hdropdown li.summary {
    padding: 6px 12px;
    text-align: center;
    background: #fff
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .open > a, .navbar-nav .open > a:hover, .navbar-nav .open > a:focus {
    color: inherit;
    background: #f7f8fa;
    border-bottom: 1px solid #eaeaea
}

.chat-avatar {
    width: 36px;
    height: 36px;
    float: left;
    margin-right: 10px;
    border-radius: 50%
}

.chat-user-name {
    padding: 10px
}

.chat-user {
    padding: 8px 10px;
    border-bottom: 1px solid #e7eaec
}

    .chat-user a {
        color: inherit
    }

.chat-view {
    z-index: 1070
}

.chat-users, .chat-statistic {
    margin-left: -30px
}

@media(max-width:992px) {
    .chat-users, .chat-statistic {
        margin-left: 0
    }
}

.chat-view .ibox-content {
    padding: 0
}

.chat-message {
    padding: 10px 20px
}

.message-avatar {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    margin-top: 1px
}

.chat-discussion .chat-message .message-avatar {
    float: left;
    margin-right: 10px
}

.chat-discussion .message {
    background-color: #f7f8fa;
    text-align: left;
    display: block;
    padding: 10px 20px;
    position: relative;
    border-radius: 4px
}

.chat-discussion .chat-message .message-date {
    float: right
}

.chat-discussion .chat-message .message {
    text-align: left;
    margin-left: 55px
}

.message-date {
    font-size: 10px;
    color: #888
}

.message-content {
    display: block
}

.chat-users, .chat-discussion {
    overflow-y: auto;
    height: 500px
}

    .chat-discussion .chat-message.left .message-date {
        float: right
    }

    .chat-discussion .chat-message.right .message-date {
        float: left
    }

    .chat-discussion .chat-message.left .message {
        text-align: left;
        margin-left: 55px
    }

    .chat-discussion .chat-message.right .message {
        text-align: right;
        margin-right: 55px
    }

    .chat-discussion .chat-message.left .message-avatar {
        float: left;
        margin-right: 10px
    }

    .chat-discussion .chat-message.right .message-avatar {
        float: right;
        margin-left: 10px
    }

.chat-discussion {
    padding: 15px 10px
}

.header-line.extreme-color {
    width: 20%
}

.header-line {
    height: 6px;
    width: 10%;
    float: left;
    margin: 0;
    position: relative
}

    .header-line div {
        position: absolute;
        top: 70px;
        left: 15px;
        font-weight: 600;
        color: #fff
    }

        .header-line div span {
            font-weight: 400;
            display: block;
            font-size: 12px;
            color: rgba(255,255,255,0.6)
        }

.color-demo .header-line {
    height: 118px
}

    .color-demo .header-line:after {
        display: block;
        position: absolute;
        top: 0;
        background: rgba(0,0,0,0.2);
        content: '';
        height: 10px;
        width: 100%
    }

.btn {
    border-radius: 3px
}

.float-e-margins .btn {
    margin-bottom: 5px
}

.btn-primary.btn-outline {
    color: #34495e
}

.btn-primary2.btn-outline {
    color: #9b59b6
}

.btn-success.btn-outline {
    color: #62cb31
}

.btn-info.btn-outline {
    color: #3498db
}

.btn-warning.btn-outline {
    color: #ffb606
}

.btn-warning2.btn-outline {
    color: #e67e22
}

.btn-danger.btn-outline {
    color: #e74c3c
}

.btn-danger2.btn-outline {
    color: #c0392b
}

.btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover {
    color: #fff
}

.btn-primary {
    background-color: #34495e;
    border-color: #34495e;
    color: #fff
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-color: #3f5872;
        border-color: #3f5872;
        color: #fff
    }

    .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-image: none
    }

        .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
            background-color: #293a4a;
            border-color: #293a4a
        }

.btn-primary2 {
    background-color: #9b59b6;
    border-color: #9b59b6;
    color: #fff
}

    .btn-primary2:hover, .btn-primary2:focus, .btn-primary2:active, .btn-primary2.active, .open .dropdown-toggle.btn-primary2 {
        background-color: #a86ebf;
        border-color: #a86ebf;
        color: #fff
    }

    .btn-primary2:active, .btn-primary2.active, .open .dropdown-toggle.btn-primary2 {
        background-image: none
    }

        .btn-primary2.disabled, .btn-primary2.disabled:hover, .btn-primary2.disabled:focus, .btn-primary2.disabled:active, .btn-primary2.disabled.active, .btn-primary2[disabled], .btn-primary2[disabled]:hover, .btn-primary2[disabled]:focus, .btn-primary2[disabled]:active, .btn-primary2.active[disabled], fieldset[disabled] .btn-primary2, fieldset[disabled] .btn-primary2:hover, fieldset[disabled] .btn-primary2:focus, fieldset[disabled] .btn-primary2:active, fieldset[disabled] .btn-primary2.active {
            background-color: #8c49a7;
            border-color: #8c49a7
        }

.btn-success {
    background-color: #62cb31;
    border-color: #62cb31;
    color: #fff
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        background-color: #74d348;
        border-color: #74d348;
        color: #fff
    }

    .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        background-image: none
    }

        .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success.active[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
            background-color: #56b22b;
            border-color: #56b22b
        }

.btn-info {
    background-color: #3498db;
    border-color: #3498db;
    color: #fff
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background-color: #4ea5e0;
        border-color: #4ea5e0;
        color: #fff
    }

    .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background-image: none
    }

        .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info.active[disabled], fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
            background-color: #2489cc;
            border-color: #2489cc
        }

.btn-default {
    background-color: #fff;
    border-color: #eaeaea;
    color: #6a6c6f
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        background-color: #fff;
        border-color: #e0e0e0;
        color: #606265
    }

    .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        background-image: none
    }

        .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default.active[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
            background-color: #e4ebee;
            border-color: #e4ebee
        }

.btn-warning {
    background-color: #ffb606;
    border-color: #ffb606;
    color: #fff
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        background-color: #ffbf25;
        border-color: #ffbf25;
        color: #fff
    }

    .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        background-image: none
    }

        .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
            background-color: #e6a300;
            border-color: #e6a300
        }

.btn-warning2 {
    background-color: #e67e22;
    border-color: #e67e22;
    color: #fff
}

    .btn-warning2:hover, .btn-warning2:focus, .btn-warning2:active, .btn-warning2.active, .open .dropdown-toggle.btn-warning2 {
        background-color: #e98e3d;
        border-color: #e98e3d;
        color: #fff
    }

    .btn-warning2:active, .btn-warning2.active, .open .dropdown-toggle.btn-warning2 {
        background-image: none
    }

        .btn-warning2.disabled, .btn-warning2.disabled:hover, .btn-warning2.disabled:focus, .btn-warning2.disabled:active, .btn-warning2.disabled.active, .btn-warning2[disabled], .btn-warning2[disabled]:hover, .btn-warning2[disabled]:focus, .btn-warning2[disabled]:active, .btn-warning2.active[disabled], fieldset[disabled] .btn-warning2, fieldset[disabled] .btn-warning2:hover, fieldset[disabled] .btn-warning2:focus, fieldset[disabled] .btn-warning2:active, fieldset[disabled] .btn-warning2.active {
            background-color: #d26f18;
            border-color: #d26f18
        }

.btn-danger {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #fff
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        background-color: #ea6557;
        border-color: #ea6557;
        color: #fff
    }

    .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        background-image: none
    }

        .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
            background-color: #e43321;
            border-color: #e43321
        }

.btn-danger2 {
    background-color: #c0392b;
    border-color: #c0392b;
    color: #fff
}

    .btn-danger2:hover, .btn-danger2:focus, .btn-danger2:active, .btn-danger2.active, .open .dropdown-toggle.btn-danger2 {
        background-color: #d24637;
        border-color: #d24637;
        color: #fff
    }

    .btn-danger2:active, .btn-danger2.active, .open .dropdown-toggle.btn-danger2 {
        background-image: none
    }

        .btn-danger2.disabled, .btn-danger2.disabled:hover, .btn-danger2.disabled:focus, .btn-danger2.disabled:active, .btn-danger2.disabled.active, .btn-danger2[disabled], .btn-danger2[disabled]:hover, .btn-danger2[disabled]:focus, .btn-danger2[disabled]:active, .btn-danger2.active[disabled], fieldset[disabled] .btn-danger2, fieldset[disabled] .btn-danger2:hover, fieldset[disabled] .btn-danger2:focus, fieldset[disabled] .btn-danger2:active, fieldset[disabled] .btn-danger2.active {
            background-color: #a73225;
            border-color: #a73225
        }

.btn-link {
    color: inherit
}

    .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
        color: #6a6c6f
    }

    .btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
        background-image: none
    }

        .btn-link.disabled, .btn-link.disabled:hover, .btn-link.disabled:focus, .btn-link.disabled:active, .btn-link.disabled.active, .btn-link[disabled], .btn-link[disabled]:hover, .btn-link[disabled]:focus, .btn-link[disabled]:active, .btn-link.active[disabled], fieldset[disabled] .btn-link, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:active, fieldset[disabled] .btn-link.active {
            color: #9d9fa2
        }

.btn.btn-inverse {
    color: #fff;
    background: #2d353c;
    border-color: #2d353c;
}

.btn-inverse.active, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .open .dropdown-toggle.btn-inverse {
    background: #242a30;
    border-color: #242a30;
}

.btn-group .btn.btn-inverse:not(.active) + .btn.btn-inverse, .input-group-btn .btn.btn-inverse:not(.active) + .btn.btn-inverse {
    border-left-color: #242a30;
}


.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s
}

.btn-xs {
    border-radius: 3px;
    font-size: 11px;
    line-height: 1.5;
    padding: 1px 7px
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429
}

    .btn-circle.btn-xs {
        width: 20px;
        height: 20px;
        padding: 4px 8px;
        border-radius: 25px;
        font-size: 10px;
        line-height: 1
    }

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 1.33
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33
    }

.font-light {
    font-weight: 300
}

.font-normal {
    font-weight: 400
}

.font-bold {
    font-weight: 600
}

.font-extra-bold {
    font-weight: 700
}

.font-uppercase {
    text-transform: uppercase
}

.font-trans {
    opacity: .5 !important
}

.text-big {
    font-size: 60px
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 200
}

.icheckbox_square-green, .iradio_square-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url("img/green.png") no-repeat;
    border: 0;
    cursor: pointer
}

.icheckbox_square-green {
    background-position: 0 0
}

    .icheckbox_square-green.hover {
        background-position: -24px 0
    }

    .icheckbox_square-green.checked {
        background-position: -48px 0
    }

    .icheckbox_square-green.disabled {
        background-position: -72px 0;
        cursor: default
    }

    .icheckbox_square-green.checked.disabled {
        background-position: -96px 0
    }

.iradio_square-green {
    background-position: -120px 0
}

    .iradio_square-green.hover {
        background-position: -144px 0
    }

    .iradio_square-green.checked {
        background-position: -168px 0
    }

    .iradio_square-green.disabled {
        background-position: -192px 0;
        cursor: default
    }

    .iradio_square-green.checked.disabled {
        background-position: -216px 0
    }

@media(-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi) {
    .icheckbox_square-green, .iradio_square-green {
        background-image: url("img/green@2x.png");
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px
    }
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden !important
}

body {
    background-color: #fff;
    font-size: 13px;
    color: #6a6c6f;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 12px;
    font-family: 'Open Sans', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-family: 'Ruda', sans-serif;
}

#header {
    background-color: #fff;
    display: block;
    height: 62px;
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #eaeaea
}

#menu {
    width: 180px;
    bottom: 0;
    float: left;
    left: 0;
    position: absolute;
    top: 62px;
    transition: margin .4s ease 0s
}

#wrapper {
    margin: 0 0 0 180px;
    padding: 0;
    background: #f1f3f6;
    border-left: 1px solid #eaeaea;
    transition: margin .4s ease 0s;
    position: relative;
    min-height: 100%
}

.content {
    padding: 25px 40px 40px 40px;
    min-width: 320px
}

.footer {
    padding: 10px 18px;
    background: #fff;
    border-top: 1px solid #eaeaea;
    transition: margin .4s ease 0s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

@media(max-width:768px) {
    .content {
        padding: 15px 15px 15px 15px;
        min-width: 320px
    }
}

.content-boxed {
    max-width: 1100px;
    margin: auto;
    padding-top: 60px
}

#page-header {
    padding: 20px 40px
}

.color-line {
    background: #f7f9fa;
    height: 6px;
    background-image: -webkit-linear-gradient(left,#34495e,#34495e 25%,#9b59b6 25%,#9b59b6 35%,#3498db 35%,#3498db 45%,#62cb31 45%,#62cb31 55%,#ffb606 55%,#ffb606 65%,#e67e22 65%,#e67e22 75%,#e74c3c 85%,#e74c3c 85%,#c0392b 85%,#c0392b 100%);
    background-image: -moz-linear-gradient(left,#34495e,#34495e 25%,#9b59b6 25%,#9b59b6 35%,#3498db 35%,#3498db 45%,#62cb31 45%,#62cb31 55%,#ffb606 55%,#ffb606 65%,#e67e22 65%,#e67e22 75%,#e74c3c 85%,#e74c3c 85%,#c0392b 85%,#c0392b 100%);
    background-image: -ms-linear-gradient(left,#34495e,#34495e 25%,#9b59b6 25%,#9b59b6 35%,#3498db 35%,#3498db 45%,#62cb31 45%,#62cb31 55%,#ffb606 55%,#ffb606 65%,#e67e22 65%,#e67e22 75%,#e74c3c 85%,#e74c3c 85%,#c0392b 85%,#c0392b 100%);
    background-image: linear-gradient(to right,#34495e,#34495e 25%,#9b59b6 25%,#9b59b6 35%,#3498db 35%,#3498db 45%,#62cb31 45%,#62cb31 55%,#ffb606 55%,#ffb606 65%,#e67e22 65%,#e67e22 75%,#e74c3c 85%,#e74c3c 85%,#c0392b 85%,#c0392b 100%);
    background-size: 100% 6px;
    background-position: 50% 100%;
    background-repeat: no-repeat
}

.fixed-navbar #header {
    width: 100%;
    position: fixed;
    z-index: 1000
}

.fixed-navbar #wrapper {
    top: 62px
}

.fixed-sidebar #menu {
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 197px
}

.fixed-sidebar.show-sidebar #menu {
    width: 180px
}

.sidebar-scroll #menu {
    position: fixed
}

.fixed-footer .footer {
    position: fixed;
    z-index: 1001;
    bottom: 0;
    left: 181px;
    right: 0
}

.fixed-footer.hide-sidebar .footer {
    left: 0
}

@media(max-width:768px) {
    .fixed-footer .footer {
        left: 0
    }

    .fixed-footer.show-sidebar .footer {
        left: 181px
    }
}

#right-sidebar {
    background-color: #fff;
    border-left: 1px solid #eaeaea;
    position: fixed;
    top: 0;
    width: 260px !important;
    z-index: 1009;
    bottom: 0;
    right: 0;
    display: none;
    overflow: auto
}

    #right-sidebar.sidebar-open {
        display: block
    }

.fixed-small-header .small-header {
    position: fixed;
    top: 62px;
    left: 0;
    right: 0;
    margin-left: 181px;
    z-index: 100
}

.fixed-small-header .content {
    padding-top: 80px
}

.fixed-small-header.hide-sidebar .small-header {
    margin-left: 0
}

.fixed-small-header.page-small .small-header {
    margin-left: 0
}

.fixed-small-header.page-small .content {
    padding-top: 120px
}

.fixed-small-header.page-small.show-sidebar .small-header {
    margin-left: 181px;
    overflow: hidden
}

.boxed {
    background-color: #fff
}

    .boxed .profile-picture {
        background-color: white
    }

    .boxed .boxed-wrapper {
        display: block;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.55);
        -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.55);
        box-shadow: 0 0 3px 0 rgba(0,0,0,0.55)
    }

.list .list-item-container {
    float: left
}

.list-item-container div:first-child {
    border-top: 0
}

.list .list-item .list-item-content p {
    margin-bottom: 3px;
    margin-top: 0
}

.list .list-item-date {
    color: #aaa;
    font-size: 10px;
    text-align: center
}

.list .list-item {
    float: left;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #eaeaea
}

.list .list-item-container-small {
    min-width: 80px;
    text-align: center
}

.list .list-item .list-item-content .list-item-right {
    height: 100%;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0
}

.list .list-item .list-item-content h1, .list .list-item .list-item-content h2, .list .list-item .list-item-content h3, .list .list-item .list-item-content h4, .list .list-item .list-item-content h5, .list .list-item .list-item-content h6, .list .list-item .list-item-content .list-item-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    margin: 0
}

.hpanel > .panel-heading {
    color: inherit;
    font-weight: 600;
    padding: 10px 4px;
    transition: all .3s;
    border: 1px solid transparent
}

.hpanel .hbuilt.panel-heading {
    border-bottom: 0
}

.hpanel > .panel-footer, .hpanel > .panel-section {
    color: inherit;
    border: 1px solid #eaeaea;
    border-top: 0;
    font-size: 90%;
    background: #f7f9fa;
    padding: 10px 15px
}

.hpanel.panel-collapse > .panel-heading, .hpanel .hbuilt {
    background: #fff;
    border-color: #eaeaea;
    border: 1px solid #eaeaea;
    padding: 10px 10px;
    border-radius: 2px
}

.hpanel .panel-body {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    padding: 20px;
    position: relative
}

.hpanel.panel-group .panel-body:first-child {
    border-top: 1px solid #eaeaea
}

.hpanel.panel-group .panel-body {
    border-top: 0
}

.panel-collapse .panel-body {
    border: 0
}

.hpanel {
    background-color: none;
    border: 0;
    box-shadow: none;
    margin-bottom: 25px
}

.panel-tools {
    display: inline-block;
    float: right;
    margin-top: 0;
    padding: 0;
    position: relative
}

.hpanel .alert {
    margin-bottom: 0;
    border-radius: 0;
    border: 1px solid #eaeaea;
    border-bottom: 0
}

.panel-tools a {
    margin-left: 5px;
    color: #9d9fa2;
    cursor: pointer
}

.hpanel.hgreen .panel-body {
    border-top: 2px solid #62cb31
}

.hpanel.hblue .panel-body {
    border-top: 2px solid #3498db
}

.hpanel.hyellow .panel-body {
    border-top: 2px solid #ffb606
}

.hpanel.hviolet .panel-body {
    border-top: 2px solid #9b59b6
}

.hpanel.horange .panel-body {
    border-top: 2px solid #e67e22
}

.hpanel.hred .panel-body {
    border-top: 2px solid #e74c3c
}

.hpanel.hreddeep .panel-body {
    border-top: 2px solid #c0392b
}

.hpanel.hnavyblue .panel-body {
    border-top: 2px solid #34495e
}

.hpanel.hbggreen .panel-body {
    background: #62cb31;
    color: #fff;
    border: 0
}

.hpanel.hbgblue .panel-body {
    background: #3498db;
    color: #fff;
    border: 0
}

.hpanel.hbgyellow .panel-body {
    background: #ffb606;
    color: #fff;
    border: 0
}

.hpanel.hbgviolet .panel-body {
    background: #9b59b6;
    color: #fff;
    border: 0
}

.hpanel.hbgorange .panel-body {
    background: #e67e22;
    color: #fff;
    border: 0
}

.hpanel.hbgred .panel-body {
    background: #e74c3c;
    color: #fff;
    border: 0
}

.hpanel.hbgreddeep .panel-body {
    background: #c0392b;
    color: #fff;
    border: 0
}

.hpanel.hbgnavyblue .panel-body {
    background: #34495e;
    color: #fff;
    border: 0
}

.panel-group .panel-heading {
    background-color: #f7f9fa
}

.small-header .hpanel {
    margin-bottom: 0
}

.small-header {
    padding: 0 !important
}

    .small-header .panel-body {
        padding: 15px 25px;
        border-right: 0;
        border-left: none;
        border-top: 0;
        border-radius: 0
    }

.panel-body h5, .panel-body h4 {
    font-weight: 600
}

.small-header .panel-body h2 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0
}

.small-header .panel-body small {
    color: #838589
}

.hbreadcrumb {
    padding: 2px 0;
    margin-top: 6px;
    margin-bottom: 0;
    list-style: none;
    background-color: #fff;
    font-size: 11px
}

    .hbreadcrumb > li {
        display: inline-block
    }

        .hbreadcrumb > li + li:before {
            padding: 0 5px;
            color: #34495e
        }

    .hbreadcrumb > .active {
        color: #9d9fa2
    }

.wrapper {
    padding: 10px 20px
}

.hpanel.collapsed .panel-body, .hpanel.collapsed .panel-footer {
    display: none
}

.hpanel.collapsed .fa.fa-chevron-up:before {
    content: "\f078"
}

.hpanel.collapsed .fa.fa-chevron-down:before {
    content: "\f077"
}

.hpanel.collapsed.panel-collapse .panel-body {
    border-width: 0 1px 1px 1px;
    border-color: #eaeaea;
    border-style: solid
}

.hpanel.collapsed .hbuilt.panel-heading {
    border-bottom: 1px solid #eaeaea
}

body.fullscreen-panel-mode {
    overflow-y: hidden
}

.hpanel.fullscreen {
    z-index: 2030;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    margin-bottom: 0
}

    .hpanel.fullscreen .showhide {
        display: none
    }

    .hpanel.fullscreen .panel-body {
        min-height: calc(100% - 77px)
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid #eaeaea;
    border-bottom-color: transparent
}

.nav-tabs {
    border-bottom: 1px solid #eaeaea
}

.tab-pane .panel-body {
    border-top: 0
}

.tabs-left .tab-pane .panel-body, .tabs-right .tab-pane .panel-body {
    border-top: 1px solid #eaeaea
}

.nav-tabs > li a:hover {
    background: transparent;
    border-color: transparent
}

.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
    border-bottom: 0
}

.tabs-left .panel-body {
    position: static
}

.tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
    width: 20%
}

.tabs-left .panel-body {
    width: 80%;
    margin-left: 20%
}

.tabs-right .panel-body {
    width: 80%;
    margin-right: 20%
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: none
}

.tab-content > .active, .pill-content > .active {
    display: block
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #eaeaea
}

    .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0
    }

        .tabs-below > .nav-tabs > li > a {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px
        }

            .tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
                border-top-color: #eaeaea;
                border-bottom-color: transparent
            }

.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    float: none
}

    .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px
    }

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px
}

    .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px
    }

    .tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
        border-color: #eaeaea transparent #eaeaea #eaeaea;
        *border-right-color: #fff
    }

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px
}

    .tabs-right > .nav-tabs > li > a {
        margin-left: -1px;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0
    }

        .tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
            border-color: #eee #eee #eee #ddd
        }

    .tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus {
        border-color: #eaeaea #eaeaea #eaeaea transparent;
        *border-left-color: #fff;
        z-index: 1
    }

.tooltip-inner {
    background-color: #34495e
}

.tooltip.top .tooltip-arrow {
    border-top-color: #34495e
}

.tooltip.right .tooltip-arrow {
    border-right-color: #34495e
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #34495e
}

.tooltip.left .tooltip-arrow {
    border-left-color: #34495e
}

.opacity-0 {
    opacity: 0
}

.opacity-1 {
    opacity: 1
}

body.modal-open {
    left: 0;
    right: 0;
    padding-right: 0 !important;
    position: absolute;
    height: initial
}

.google-map {
    height: 300px
}

.hr-line-dashed {
    background-color: transparent;
    border-top: 1px dotted #f1f3f6;
    color: transparent;
    height: 1px;
    margin: 20px 0
}

.animated-panel {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.h-bg-navy-blue {
    background: #34495e
}

.h-bg-violet {
    background: #9b59b6
}

.h-bg-blue {
    background: #3498db
}

.h-bg-green {
    background: #62cb31
}

.h-bg-yellow {
    background: #ffb606
}

.h-bg-orange {
    background: #e67e22
}

.h-bg-red {
    background: #e74c3c
}

.h-bg-red-deep {
    background: #c0392b
}

.text-primary {
    color: #34495e
}

.text-primary-2 {
    color: #9b59b6
}

.text-info {
    color: #3498db
}

.text-success {
    color: #62cb31
}

.text-warning {
    color: #ffb606
}

.text-danger {
    color: #e74c3c
}

.text-white {
    color: #fff
}

.border-top {
    border-top: 1px solid #eaeaea
}

.border-bottom {
    border-bottom: 1px solid #eaeaea
}

.border-right {
    border-right: 1px solid #eaeaea
}

.border-left {
    border-left: 1px solid #eaeaea
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.has-warning .form-control, .has-error .form-control, .has-success .form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.has-error .form-control {
    border-color: #d62c1a !important
}

.has-warning .form-control {
    border-color: #d29400 !important
}

.has-success .form-control {
    border-color: #4ea227 !important
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #d62c1a
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #d29400
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #4ea227
}

.bg-white {
    background-color: #fff
}

.bg-light-soft {
    background-color: #f1f3f6
}

.bg-light {
    background-color: #f7f9fa
}

#logo {
    float: left;
    width: 180px;
    background-color: #34495e;
    padding: 18px 10px 18px 18px;
    height: 56px;
    text-align: center
}

    #logo span {
        font-weight: 600;
        color: #fff;
        font-size: 14px
    }

    #logo.light-version {
        background-color: #f7f9fa;
        border-bottom: 1px solid #eaeaea;
        text-align: center
    }

        #logo.light-version span {
            font-weight: 600;
            color: #34495e;
            font-size: 14px
        }

.profile-picture {
    padding: 20px 20px;
    text-align: center
}

.stats-box div {
    display: inline-block;
    vertical-align: middle
}

.stats-label {
    line-height: 1.2
}

    .stats-label small {
        font-size: 80%;
        line-height: .6
    }

.stats-box-value {
    background: #fff
}

.stats-box-detail {
    background: #34495e;
    color: #fff;
    position: relative
}

.label-menu-corner .label {
    font-size: 10px;
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: 18px;
    top: 12px
}

#side-menu {
    background: #f7f9fa
}

    #side-menu li a {
        color: #6a6c6f;
        text-transform: capitalize;
        font-weight: 600;
        padding: 15px 10px
    }

    #side-menu li {
        border-bottom: 1px solid #eaeaea
    }

        #side-menu li:first-child {
            border-top: 1px solid #eaeaea
        }

        #side-menu li .nav-second-level li a {
            padding: 10px 10px 10px 30px;
            color: #6a6c6f;
            text-transform: none;
            font-weight: 600
        }

        #side-menu li .nav-second-level li.active a {
            background-color: #f7f9fa;
            background-color: #62cb31;
            color: #ffff;
            text-transform: uppercase;
            font-weight: 600;
        }

        #side-menu li .nav-third-level li a {
            padding: 10px 10px 10px 40px;
            color: #6a6c6f;
            text-transform: none;
            font-weight: 600
        }

    #side-menu.nav > li > a:hover, #side-menu.nav > li > a:focus {
        background: #fff
    }

    #side-menu li.active {
        background: #fff
    }

.arrow {
    float: right
}

.fa.arrow:before {
    content: "\f104"
}

.active > a > .fa.arrow:before {
    content: "\f107"
}

#top-navigation {
    height: 56px;
    position: relative;
    float: left
}

.navbar-static-top {
    margin: 0 0 0 180px
}

.navbar.navbar-static-top a, .nav.navbar-nav li a {
    color: #9d9fa2
}

.header-link {
    padding: 18px 26px 17px 26px;
    font-size: 14px;
    float: left;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    margin-right: 15px;
    background: #f7f9fa;
    cursor: pointer
}

    .header-link:hover {
        background: #f1f4f6
    }

.navbar-nav > li, .navbar-nav > li > a {
    height: 56px
}

    .navbar-nav > li > a {
        padding: 15px 20px;
        font-size: 25px
    }

    .navbar-nav > li:last-child > a {
        padding-right: 35px
    }

.navbar.navbar-static-top .hide-menu {
    color: #9d9fa2
}

.panel-title {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.box {
    padding: 40px
}

.box-rb-border {
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea
}

.box-b-border {
    border-bottom: 1px solid #eaeaea
}

.box-r-border {
    border-right: 1px solid #eaeaea
}

.h-100 {
    min-height: 100px
}

.h-150 {
    min-height: 150px
}

.h-200 {
    min-height: 200px
}

.h-300 {
    min-height: 300px
}

.h-400 {
    min-height: 400px
}

.h-500 {
    min-height: 500px
}

.h-600 {
    min-height: 600px
}

body.hide-sidebar #menu {
    margin-left: -180px
}

body.hide-sidebar #wrapper {
    margin-left: 0
}

body.page-small #menu {
    margin-left: -180px
}

body.page-small #wrapper {
    margin-left: 0
}

body.page-small.show-sidebar #menu {
    margin-left: 0
}

body.page-small.show-sidebar #wrapper {
    margin-left: 180px
}

a {
    cursor: pointer;
    color: #34495e
}

    a:hover, a:focus {
        color: #34495e;
        text-decoration: none
    }

.no-padding {
    padding: 0 !important
}

.no-borders {
    border: none !important
}

.no-margins {
    margin: 0 !important
}

.no-background {
    background: transparent !important
}

.borders {
    border: 1px solid #eaeaea !important
}

.navbar-form-custom {
    float: left;
    height: 52px;
    padding: 0;
    width: 180px
}

    .navbar-form-custom .form-control {
        background: none repeat scroll 0 0 rgba(0,0,0,0);
        border: medium none;
        font-size: 13px;
        height: 52px;
        margin: 0;
        z-index: 1060;
        padding: 0
    }

        .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 {
            box-shadow: none
        }

.vertical-mid {
    display: table
}

    .vertical-mid * {
        display: table-cell;
        vertical-align: middle
    }

.label-success {
    background-color: #62cb31
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #34495e;
    border-color: #34495e;
    color: #fff !important
}

.list-group-item-heading {
    margin-top: 10px
}

.list-group-item-text {
    margin: 0 0 10px;
    color: inherit;
    line-height: inherit
}

.list-group-item {
    background-color: inherit;
    border: 1px solid #eaeaea;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative
}

.no-padding .list-group-item {
    border-left: none;
    border-right: 0;
    border-bottom: 0
}

    .no-padding .list-group-item:first-child {
        border-left: none;
        border-right: 0;
        border-bottom: 0;
        border-top: 0
    }

.no-padding .list-group {
    margin-bottom: 0
}

.well {
    background: #f7f9fa;
    box-shadow: none
}

.stats h4, h5, h6 {
    margin: 5px 0
}

.stats-title h4 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600
}

.w-xs {
    min-width: 100px
}

.w-sm {
    min-width: 120px
}

.w-m {
    min-width: 140px
}

.w-lg {
    min-width: 160px
}

.w-xl {
    min-width: 180px
}

.w-xxl {
    min-width: 200px
}

.flot-chart {
    display: block;
    height: 300px;
    position: relative
}

.flot-chart-content {
    width: 100%;
    height: 100%
}

.stats .flot-chart {
    height: 60px
}

.feed-activity-list .feed-element {
    border-bottom: 1px solid #e7eaec
}

.feed-element:first-child {
    margin-top: 0
}

.feed-element {
    padding-bottom: 15px
}

    .feed-element, .feed-element .media {
        margin-top: 15px
    }

.feed-element, .media-body {
    overflow: hidden
}

    .feed-element > .pull-left {
        margin-right: 10px
    }

    .feed-element img.img-circle, .dropdown-messages-box img.img-circle {
        width: 38px;
        height: 38px
    }

    .feed-element .well {
        border: 1px solid #e7eaec;
        box-shadow: none;
        margin-top: 10px;
        margin-bottom: 5px;
        padding: 10px 20px;
        font-size: 11px;
        line-height: 16px
    }

    .feed-element .actions {
        margin-top: 10px
    }

    .feed-element .photos {
        margin: 10px 0
    }

.feed-photo {
    max-height: 180px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 10px
}

.feed-element img {
    filter: url("data:image/svg+xml;utf8,<svgxmlns=\'http://www.w3.org/2000/svg\'><filterid=\'grayscale\'><feColorMatrixtype=\'matrix\'values=\'0.33330.33330.3333000.33330.33330.3333000.33330.33330.33330000010\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.small-logo {
    display: none;
    text-align: center;
    padding-top: 18px;
    font-size: 14px;
    font-weight: 800
}

.img-small {
    width: 62px;
    height: 62px
}

@media(max-width:768px) {
    .navbar-form-custom, .navbar-right, #logo {
        display: none
    }

    .navbar-static-top {
        margin: 0
    }

    .small-logo {
        display: block;
        float: left
    }

    .header-line div {
        display: none
    }

    .color-demo .header-line {
        height: 48px
    }

    #hbreadcrumb {
        float: none !important;
        margin-bottom: 10px;
        margin-top: 0
    }
}

@media(max-width:320px) {
    #wrapper {
        overflow: hidden
    }
}

.canvass {
    -moz-transition: width .01s,height .01s;
    -webkit-transition: width .01s,height .01s;
    -o-transition: width .01s,height .01s;
    transition: width .01s,height .01s
}

.project-list table tr td {
    border-top: 0;
    border-bottom: 1px solid #e7eaec;
    padding: 10px 10px;
    vertical-align: middle
}

.icons-box {
    padding: 20px
}

    .icons-box h3 {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .icons-box .infont {
        text-align: center;
        margin-bottom: 25px
    }

        .icons-box .infont i {
            font-size: 35px;
            display: block;
            color: #676a6c
        }

        .icons-box .infont span {
            color: #a6a8a9
        }

        .icons-box .infont span {
            margin: 1px;
            display: block
        }

.fullpanel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1070;
    overflow-x: scroll;
    transition: all 2s
}

.transition {
    transition: all .5s
}

.normalheader .hpanel {
    margin-bottom: 0
}

.normalheader {
    min-width: 320px;
    padding: 40px 40px 0 40px;
    transition: all .5s
}

@media(max-width:768px) {
    .normalheader {
        padding: 15px 15px 0 15px
    }
}

.normalheader h2 {
    margin-top: 0
}

.input-xs {
    height: 20px;
    padding: 2px 10px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;
    font-weight: 500
}

.clip-header i {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.clip-header {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 8px;
    background: #f7f9fa;
    padding: 4px 5px;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea
}

.dropdown-menu {
    font-size: 13px;
    border-radius: 3px
}

.dropdown-example {
    display: inline-block;
    margin: 0 10px 10px 10px
}

    .dropdown-example .dropdown-menu {
        position: static;
        display: block
    }

.pagination-example .pagination {
    margin: 0 0 10px 0
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #3498db;
    border-color: #258cd1;
    color: #fff;
    cursor: default;
    z-index: 2
}

.hbreadcrumb a.active {
    color: #9d9fa2
}

.form-control {
    border: 1px solid #ccd0d4;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-weight: bold;
}

    .form-control.input-white {
        background: #fff;
        border-color: #fff;
    }

        .form-control.input-white:focus {
            box-shadow: none;
            -webkit-box-shadow: none;
        }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background: #e5e9ed;
        opacity: .6;
        filter: alpha(opacity=60);
    }

        .form-control[disabled]:focus, .form-control[readonly]:focus, fieldset[disabled] .form-control:focus {
            box-shadow: none;
            -webkit-box-shadow: none;
            border: 1px solid #ccd0d4;
        }

    .form-control:focus {
        border-color: #9fa2a5;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .form-control.input-inline {
        display: inline;
        width: auto;
        padding: 0 7px;
    }

    .form-control.input-xs {
        height: 20px;
    }

.form-horizontal.form-bordered .form-group {
    border-bottom: 1px solid #eee;
    margin: 0;
}

    .form-horizontal.form-bordered .form-group:last-child {
        border-bottom: 0;
    }

    .form-horizontal.form-bordered .form-group > .control-label {
        padding: 22px 15px 15px;
        border-right: 1px solid #eee;
        margin-right: -1px;
    }

    .form-horizontal.form-bordered .form-group > .control-value {
        padding: 22px 15px 15px;
        border-right: 1px solid #eee;
        margin-right: -1px;
        text-align: center;
        font-weight: bold;
    }

    .form-horizontal.form-bordered .form-group > div {
        padding: 15px;
        border-left: 1px solid #eee;
    }

.form-horizontal.form-bordered .has-feedback .form-control-feedback {
    top: 15px;
}

label {
    font-weight: 500;
    color: #483D8B;
}

.input-group-addon {
    background: #fafbfc;
    border-color: #eaeaea !important
}

.sidebar-button {
    padding: 4px 10px 0 10px
}

    .sidebar-button i {
        font-size: 20px
    }

.splash {
    position: fixed;
    z-index: 2000;
    background: white;
    color: gray;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*display: none*/
}

.splash-title {
    text-align: center;
    max-width: 500px;
    margin: 15% auto;
    padding: 20px
}

    .splash-title h1 {
        font-size: 26px
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #34495e;
    border-color: #34495e
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #e74c3c;
    border-color: #e74c3c
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #3498db;
    border-color: #3498db
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #ffb606;
    border-color: #ffb606
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #62cb31;
    border-color: #62cb31
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff
}

.radio-primary input[type="radio"] + label::after {
    background-color: #34495e
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #34495e
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #34495e
}

.radio-danger input[type="radio"] + label::after {
    background-color: #e74c3c
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #e74c3c
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #e74c3c
}

.radio-info input[type="radio"] + label::after {
    background-color: #3498db
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #3498db
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #3498db
}

.radio-warning input[type="radio"] + label::after {
    background-color: #ffb606
}

.radio-warning input[type="radio"]:checked + label::before {
    border-color: #ffb606
}

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #ffb606
}

.radio-success input[type="radio"] + label::after {
    background-color: #62cb31
}

.radio-success input[type="radio"]:checked + label::before {
    border-color: #62cb31
}

.radio-success input[type="radio"]:checked + label::after {
    background-color: #62cb31
}

.checkbox input:hover, .radio input:hover {
    cursor: pointer
}

.ui-sortable .panel-body {
    cursor: move
}

.ui-sortable-placeholder {
    border: 1px dashed #cecece !important;
    visibility: visible !important;
    background: #f7f9fa
}

.ibox.ui-sortable-placeholder {
    margin: 0 0 23px !important
}

.badge.badge-success {
    background-color: #62cb31
}

.badge.badge-info {
    background-color: #3498db
}

.badge.badge-danger {
    background-color: #e74c3c
}

.badge.badge-warning {
    background-color: #ffb606
}

.badge.badge-primary {
    background-color: #34495e
}

.table > thead > tr > th {
    border-bottom: 0;
    text-transform: uppercase;
    text-align: left;
    vertical-align: middle;
}

.no-padding table {
    margin-bottom: 0
}

.form-control.error {
    border-color: #e74c3c !important
}

label.error, label span.error {
    color: #e74c3c;
    margin: 5px 0 0 0;
    font-weight: 400
}

label span.error {
    margin-left: 5px
}

label.error:before {
    content: "\f071";
    font-family: 'FontAwesome';
    margin: 0 4px
}

.hpanel .panel-body.file-body {
    padding: 30px 0;
    text-align: center
}

.file-body i.fa {
    font-size: 56px
}

.filter-item {
    margin-bottom: 0
}

    .filter-item .panel-body {
        padding: 10px 20px;
        border-bottom: 0
    }

    .filter-item a {
        color: #6a6c6f
    }

    .filter-item:last-child {
        border-bottom: 1px solid #eaeaea
    }

    .filter-item:hover .panel-body, .filter-item.active .panel-body {
        background: #fafcfd;
        z-index: 100;
        -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.175);
        -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.175);
        box-shadow: 0 2px 3px rgba(0,0,0,0.175)
    }

    .filter-item::selection .panel-body {
        background: #fafcfd
    }

    .filter-item h4 {
        margin-bottom: 5px
    }

.hdropdown.bigmenu {
    padding: 30px 30px 0 30px
}

.bigmenu a i {
    font-size: 46px
}

.bigmenu a {
    display: block;
    text-align: center;
    margin: 0 10px 30px 0;
    min-width: 100px
}

.bigmenu h5 {
    font-size: 13px;
    margin-top: 10px
}

@media(min-width:991px) {
    #notes {
        display: block;
        height: auto !important;
        visibility: visible
    }
}

#notes .panel-body:first-child {
    border-top: 0
}

.note-content textarea {
    border: 0;
    width: 100%;
    padding: 0;
    min-height: 360px
}

.note-link h5 {
    margin-top: 0
}

.note-link:hover {
    background: #f7f9fa
}

.plan-box {
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    opacity: .7;
    transition: all .2s ease 0s
}

    .plan-box.active, .plan-box:hover {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

@media(max-width:768px) {
    .mobile-menu-toggle {
        display: block
    }

    .mobile-menu .navbar-nav > li, .mobile-menu .navbar-nav {
        float: none
    }
}

.mobile-navbar {
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 100
}

    .mobile-navbar .navbar-nav {
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #eaeaea
    }

        .mobile-navbar .navbar-nav > li > a {
            padding: 15px 15px;
            font-size: 14px;
            color: #6a6c6f
        }

            .mobile-navbar .navbar-nav > li > a:hover, .mobile-navbar .navbar-nav > li > a:focus, .mobile-navbar .navbar-nav .open > a, .mobile-navbar .navbar-nav .open > a:hover, .mobile-navbar .navbar-nav .open > a:focus {
                border-bottom: 0
            }

@media(min-width:769px) {
    .mobile-navbar, .mobile-navbar.collapse.in {
        display: none
    }
}

.CodeMirror {
    border: 1px solid #eee;
    height: auto
}

.CodeMirror-scroll {
    overflow-y: hidden;
    overflow-x: auto
}

.x-edit-checkbox .checkbox label::before {
    display: none
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    margin: 10px auto 0
}

#toast-container > .toast-info, #toast-container > .toast-error, #toast-container > .toast-warning, #toast-container > .toast-success {
    background-image: none
}

#toast-container > div {
    background: #fff;
    padding: 20px;
    color: #6a6c6f;
    box-shadow: 0 0 1px rgba(0,0,0,0.1),0 2px 4px rgba(0,0,0,0.2);
    opacity: 1
}

    #toast-container > div:hover {
        box-shadow: 0 0 1px rgba(0,0,0,0.1),0 2px 4px rgba(0,0,0,0.2)
    }

.toast-close-button {
    color: #000;
    opacity: .2
}

.toast-info {
    background: #fff;
    border-left: 6px solid #3498db
}

.toast-success {
    background: #fff;
    border-left: 6px solid #62cb31
}

.toast-warning {
    background: #fff;
    border-left: 6px solid #ffb606
}

.toast-error {
    background: #fff;
    border-left: 6px solid #e74c3c
}

.toast-progress {
    opacity: .6
}

.toast-info .toast-progress {
    background-color: #3498db
}

.toast-success .toast-progress {
    background-color: #62cb31
}

.toast-warning .toast-progress {
    background-color: #ffb606
}

.toast-error .toast-progress {
    background-color: #e74c3c
}

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 20px
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}

    .dd-list .dd-list {
        padding-left: 30px
    }

.dd-collapsed .dd-list {
    display: none
}

.dd-item, .dd-empty, .dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px
}

.dd-handle {
    display: block;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    border: 1px solid #e4e5e7;
    background: #f7f9fa;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

    .dd-handle span {
        font-weight: bold
    }

    .dd-handle:hover {
        background: #f0f0f0;
        cursor: pointer;
        font-weight: bold
    }

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold
}

    .dd-item > button:before {
        content: '+';
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0
    }

    .dd-item > button[data-action="collapse"]:before {
        content: '-'
    }

#nestable2 .dd-item > button {
    font-family: FontAwesome;
    height: 34px;
    width: 33px;
    color: #c1c1c1
}

    #nestable2 .dd-item > button:before {
        content: "\f067"
    }

    #nestable2 .dd-item > button[data-action="collapse"]:before {
        content: "\f068"
    }

.dd-placeholder, .dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #e4e5e7;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),-webkit-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);
    background-image: -moz-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),-moz-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);
    background-image: linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);
    background-size: 60px 60px;
    background-position: 0 0,30px 30px
}

.dd-dragel {
    position: absolute;
    z-index: 9999;
    pointer-events: none
}

    .dd-dragel > .dd-item .dd-handle {
        margin-top: 0
    }

    .dd-dragel .dd-handle {
        -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,0.1);
        box-shadow: 2px 4px 6px 0 rgba(0,0,0,0.1)
    }

.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #e4e5e7;
    border-bottom: 2px solid #e4e5e7
}

#nestable-menu {
    padding: 0;
    margin: 10px 0 20px 0
}

#nestable-output, #nestable2-output {
    width: 100%;
    font-size: .75em;
    line-height: 1.333333em;
    font-family: open sans,lucida grande,lucida sans unicode,helvetica,arial,sans-serif;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

#nestable2 .dd-handle {
    color: inherit;
    border: 1px dashed #e4e5e7;
    background: #f7f9fa;
    padding: 10px
}

#nestable2 span.label {
    margin-right: 10px
}

#nestable-output, #nestable2-output {
    font-size: 12px;
    padding: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.projects .project-label {
    font-weight: 600
}

.projects .hpanel .panel-body {
    border-bottom: 0
}

.projects .hpanel:last-child .panel-body {
    border-bottom: 1px solid #eaeaea
}

.projects .hpanel:last-child .panel-body {
    border-bottom: 1px solid #eaeaea
}

.projects .hpanel h4 a {
    color: #6a6c6f
}

.projects .project-people img {
    width: 28px;
    height: 28px;
    margin-left: 2px;
    margin-bottom: 4px
}

.projects .project-info {
    text-align: right
}

@media(max-width:768px) {
    .projects .project-info {
        text-align: left
    }
}

.social-board .social-profile img {
    height: 42px;
    width: 42px;
    border-radius: 50%
}

.social-board .social-profile h5 {
    margin-top: 5px;
    margin-bottom: 0
}

.social-board .social-form {
    margin: 10px 0
}

    .social-board .social-form input {
        font-size: 12px;
        padding: 2px 12px;
        height: 28px
    }

.social-talk .social-profile img {
    height: 32px;
    width: 32px;
    border-radius: 50%
}

.social-talk .text-muted {
    color: #aaacae
}

.social-talk {
    margin-bottom: 10px
}

    .social-talk .social-content {
        margin-top: 2px
    }

.angular-ui-tree-handle {
    background: none repeat scroll 0 0 #f7f9fa;
    border: 1px dashed #eaeaea;
    color: inherit;
    padding: 10px;
    font-weight: normal
}

    .angular-ui-tree-handle:hover {
        font-weight: bold;
        cursor: pointer
    }

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 1px dashed #eaeaea;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.group-title {
    background-color: #687074 !important;
    color: #FFF !important
}

.tree-node {
    background: none repeat scroll 0 0 #f7f9fa;
    border: 1px dashed #eaeaea;
    color: inherit;
    padding: 10px;
    border-radius: 3px
}

    .tree-node .btn {
        min-width: 22px;
        margin-right: 4px
    }

.tree-node-content {
    margin: 5px 5px 5px 0
}

.tree-handle {
    background: none repeat scroll 0 0 #f7f9fa;
    border: 1px dashed #eaeaea;
    color: inherit;
    padding: 10px
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 1px dashed #eaeaea;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tour-backdrop {
    opacity: .5
}

.blog-box p {
    font-size: 12px
}

.blog-box h4 {
    font-weight: bold;
    margin-top: 0
}

.blog-box .panel-heading {
    background: #fff;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-radius: 2px;
    padding: 10px 20px;
    position: relative;
    font-weight: 500
}

.blog-box .panel-footer {
    color: #909295
}

.blog-box .panel-heading .media-body {
    line-height: 16px
}

.blog-box .panel-heading .media img {
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.blog-box .panel-heading .media-body h5 {
    margin-top: 0
}

.blog-box .panel-image {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    position: relative
}

    .blog-box .panel-image .title {
        position: absolute;
        bottom: 10px;
        padding: 0 20px;
        color: #fff
    }

        .blog-box .panel-image .title h4 {
            margin-bottom: 0
        }

        .blog-box .panel-image .title a {
            color: #fff !important
        }

.blog-article-box .panel-heading {
    background: #fff;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-radius: 2px;
    padding: 80px 10px;
    position: relative;
    font-weight: 500;
    text-align: center
}

    .blog-article-box .panel-heading h4 {
        font-size: 32px;
        font-weight: 700;
        color: #515355
    }

.blog-article-box .panel-body {
    padding: 50px 70px
}

    .blog-article-box .panel-body p {
        font-family: "Times New Roman",Georgia,Serif;
        font-size: 20px;
        line-height: 32px;
        color: #515355
    }

@media(max-width:768px) {
    .blog-article-box .panel-body {
        padding: 10px 20px
    }

        .blog-article-box .panel-body p {
            font-family: "Times New Roman",Georgia,Serif;
            font-size: 16px;
            line-height: 28px
        }

    .blog-article-box .panel-heading {
        padding: 20px 20px
    }
}

.forum-box .panel-body {
    border-bottom: 0
}

    .forum-box .panel-body:last-child {
        border-bottom: 1px solid #eaeaea
    }

.forum-box .forum-heading h4 {
    margin-bottom: 3px;
    font-weight: 600;
    margin-top: 5px;
    display: inline
}

.forum-box .forum-heading .label {
    margin-right: 5px
}

.forum-box .forum-heading .desc {
    color: #909295;
    font-size: 12px
}

.forum-box .panel-heading {
    border: 1px solid #eaeaea;
    border-bottom: 0;
    font-size: 90%;
    background: #f7f9fa;
    padding: 10px 20px
}

.forum-box .forum-info {
    text-align: right;
    line-height: 20px
}

    .forum-box .forum-info .number {
        display: block;
        font-weight: 600;
        font-size: 22px;
        margin-top: 5px
    }

    .forum-box .forum-info span {
        font-size: 12px
    }

.forum-box .panel-body .media-image {
    text-align: center;
    margin-right: 10px;
    min-width: 100px
}

.forum-box .panel-body .media img {
    margin-top: 10px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-bottom: 10px
}

.forum-box .author-info {
    font-size: 12px
}

.forum-box .forum-comments {
    border: 1px solid #eaeaea;
    border-left: none;
    border-right: 0;
    background: #f7f9fa;
    margin-top: 20px;
    padding: 10px 15px
}

    .forum-box .forum-comments .media img {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        margin-top: 0;
        margin-bottom: 10px
    }

    .forum-box .forum-comments form {
        margin-top: 10px
    }

@media(max-width:768px) {
    .forum-box .forum-info {
        text-align: left
    }
}

ul.mailbox-list, ul.h-list {
    list-style: none;
    padding: 0
}

    ul.mailbox-list li a, ul.h-list li a {
        padding: 10px 15px;
        display: block
    }

        ul.mailbox-list li a i, ul.h-list li a i {
            margin-right: 6px;
            display: inline-block
        }

    ul.mailbox-list li.active a, ul.h-list li.active a {
        background: #f7f9fa;
        border: 1px solid #e4e5e7;
        font-weight: 600;
        border-radius: 1px
    }

    ul.mailbox-list li:hover a, ul.h-list li:hover a {
        font-weight: 600
    }

.table-mailbox .radio, .table-mailbox .checkbox {
    margin: 0
}

    .table-mailbox .radio label, .table-mailbox .checkbox label {
        cursor: default
    }

.table-mailbox tr.unread td a {
    font-weight: 600
}

.table-mailbox tr td span.label {
    margin-left: 10px
}

.table-mailbox tr:first-child td {
    border-top: 0
}

.table-mailbox tr td:first-child {
    width: 33px;
    padding-right: 0
}

.mailbox-pagination {
    text-align: right
}

@media(max-width:768px) {
    .mailbox-pagination {
        text-align: left
    }
}

.email-compose .note-editor {
    border: 0
}

    .email-compose .note-editor .note-editable {
        padding: 15px 25px
    }

.email-compose .note-toolbar {
    padding: 5px 15px
}

.note-popover .popover .popover-content > .btn-group, .note-toolbar > .btn-group {
    margin-bottom: 5px
}

.note-editor .note-toolbar {
    background-color: #f7f9fa
}

.spinner {
    margin: 20px auto;
    width: 60px;
    height: 50px;
    text-align: center;
    font-size: 15px
}

/*
    #c2ff00	(194,255,0)
#	(181,255,0)
#	(168,255,0)
#	(155,255,0)
#
*/

    .spinner > div {
        background-color: #c2ff00;
        height: 100%;
        width: 8px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
        background-color: #b5ff00;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
        background-color: #a8ff00;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
        background-color: #9bff00;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
        background-color: #8eff00;
    }

@-webkit-keyframes sk-stretchdelay {
    0%,40%,100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%,40%,100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

body.light-skin {
    background-color: #f8f9fb
}

    body.light-skin .color-line {
        display: none
    }

    body.light-skin.fixed-navbar #wrapper, body.light-skin #menu {
        top: 55px
    }

    body.light-skin .welcome-message {
        display: none
    }

    body.light-skin #wrapper {
        background-color: transparent;
        border-left: none
    }

        body.light-skin #wrapper .content {
            padding-top: 20px
        }

    body.light-skin.fixed-small-header #wrapper .content {
        padding-top: 90px
    }

    body.light-skin #menu {
        width: 190px
    }

    body.light-skin #side-menu {
        background: 0;
        padding: 23px 0 50px 25px
    }

        body.light-skin #side-menu li {
            border: 0
        }

            body.light-skin #side-menu li:first-child {
                border: 0
            }

            body.light-skin #side-menu li a {
                text-transform: none;
                font-weight: 600;
                padding: 10px 10px;
                color: #909295
            }

                body.light-skin #side-menu li a:hover, body.light-skin #side-menu li a:focus {
                    background-color: inherit;
                    color: #6a6c6f;
                    font-weight: 700
                }

            body.light-skin #side-menu li.active {
                border: 0;
                background: 0
            }

                body.light-skin #side-menu li.active > a {
                    border: 0;
                    font-weight: 700;
                    color: #6a6c6f
                }

            body.light-skin #side-menu li .nav-second-level li a {
                padding: 6px 10px 6px 20px
            }

            body.light-skin #side-menu li .nav-third-level li a {
                padding: 6px 10px 6px 30px
            }

    body.light-skin .profile-picture {
        display: none
    }

    body.light-skin .hpanel .panel-body {
        border-radius: 2px
    }

    body.light-skin .panel-footer {
        border-radius: 0 0 2px 2px
    }

    body.light-skin .hpanel .panel-body {
        border: 0;
        box-shadow: 0 1px 10px rgba(0,0,0,0.05),0 1px 2px rgba(0,0,0,0.1)
    }

    body.light-skin .hpanel.panel-collapse .panel-heading {
        border: 0;
        box-shadow: 0 1px 10px rgba(0,0,0,0.05),0 1px 2px rgba(0,0,0,0.1)
    }

    body.light-skin .hpanel .panel-heading {
        border: 0
    }

    body.light-skin .hpanel .hbuilt.panel-heading, body.light-skin .hpanel.blog-box .panel-heading {
        box-shadow: 0 1px 10px rgba(0,0,0,0.05),0 1px 2px rgba(0,0,0,0.1)
    }

    body.light-skin .hpanel.hgreen .panel-body {
        border-top: 2px solid #62cb31
    }

    body.light-skin .hpanel.hblue .panel-body {
        border-top: 2px solid #3498db
    }

    body.light-skin .hpanel.hyellow .panel-body {
        border-top: 2px solid #ffb606
    }

    body.light-skin .hpanel.hviolet .panel-body {
        border-top: 2px solid #9b59b6
    }

    body.light-skin .hpanel.horange .panel-body {
        border-top: 2px solid #e67e22
    }

    body.light-skin .hpanel.hred .panel-body {
        border-top: 2px solid #e74c3c
    }

    body.light-skin .hpanel.hreddeep .panel-body {
        border-top: 2px solid #c0392b
    }

    body.light-skin .hpanel.hnavyblue .panel-body {
        border-top: 2px solid #34495e
    }

    body.light-skin #header {
        box-shadow: 0 1px 10px rgba(0,0,0,0.05),0 1px 2px rgba(0,0,0,0.1);
        height: 55px;
        border: 0;
        z-index: 10
    }

    body.light-skin .header-link {
        background-color: #fff
    }

    body.light-skin #logo {
        height: 55px;
        width: 200px;
        padding-left: 33px
    }

        body.light-skin #logo.light-version {
            border: 0;
            background-color: #fff;
            text-align: left
        }

            body.light-skin #logo.light-version span {
                font-weight: 700;
                color: #6a6c6f;
                font-size: 14px
            }

    body.light-skin.fixed-small-header .small-header {
        top: 55px;
        z-index: 5
    }

    body.light-skin .small-header {
        padding: 0 0 0 21px !important
    }

    body.light-skin.hide-sidebar .small-header {
        padding: 0 0 0 0 !important
    }

    body.light-skin .hpanel > .panel-footer, body.light-skin .hpanel > .panel-section {
        background-color: transparent;
        border: 0
    }

    body.light-skin .social-board .hpanel > .panel-footer, body.light-skin .social-board .hpanel > .panel-section {
        border: 1px solid #eaeaea
    }

    body.light-skin .contact-panel.hpanel > .panel-footer, body.light-skin .contact-panel.hpanel > .panel-section {
        border: 1px solid #eaeaea
    }

    body.light-skin .footer {
        left: -181px
    }

    body.light-skin.fixed-footer .footer {
        left: 0
    }

.landing-page .navbar-form-custom, .landing-page .navbar-right, .landing-page #logo {
    display: block
}

.landing-page .navbar-default {
    background: #fff
}

.landing-page .navbar .navbar-brand {
    font-size: 12px;
    height: auto;
    margin-top: 8px;
    padding: 9px 15px;
    font-weight: 700;
    border-radius: 5px;
    color: #fff;
    display: block;
    background-color: #62cb31;
    margin-left: 0
}

.landing-page .navbar-default .navbar-toggle:hover, .landing-page .navbar-default .navbar-toggle:focus {
    background: #62cb31
}

    .landing-page .navbar-default .navbar-toggle:hover .icon-bar, .landing-page .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #fff !important
    }

.landing-page .navbar-default .navbar-nav > .active > a, .landing-page .navbar-default .navbar-nav > .active > a:hover, .landing-page .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #62cb31;
    border: 0
}

.landing-page .navbar-default li a:hover {
    border-bottom: 0
}

.landing-page .brand-desc {
    color: #455463;
    margin: 17px 10px 0 90px;
    width: 180px
}

.landing-page .navbar-nav > li > a {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 15px;
    color: #455463
}

.landing-page .navbar-nav > li, .landing-page .navbar-nav > li > a {
    height: 55px
}

.landing-page header {
    background: url('../images/landing/header.jpg') 50% 0 no-repeat;
    height: 480px;
    padding-top: 50px;
    margin-bottom: 30px
}

.landing-page section {
    padding: 50px 0 50px 0;
    border-bottom: 1px solid #eaeaea
}

    .landing-page section h2 {
        margin-top: 0
    }

    .landing-page section p {
        margin-top: 0
    }

.landing-page header .container {
    position: relative
}

.landing-page .heading {
    margin-top: 60px;
    color: #edf0f5
}

    .landing-page .heading h1 {
        font-weight: 600;
        font-size: 34px;
        margin-bottom: 5px;
        letter-spacing: -0.5px
    }

.landing-page h4 {
    font-weight: 600
}

.landing-page p {
    color: #a7afb8
}

.landing-page .heading span {
    font-size: 13px;
    font-weight: 600
}

.landing-page .heading p.small {
    margin-top: 10px;
    color: #a7afb8;
    max-width: 260px
}

.landing-page .heading-image {
    position: absolute;
    right: 60px;
    top: 120px;
    text-align: right
}

    .landing-page .heading-image p {
        color: #a7afb8;
        margin-bottom: 5px
    }

    .landing-page .heading-image img {
        -webkit-box-shadow: 0 0 8px 0 #333;
        -moz-box-shadow: 0 0 8px 0 #333;
        box-shadow: 0 0 8px 0 #333;
        margin-left: 12px;
        margin-top: 12px;
        width: 180px;
        border-radius: 1px
    }

.landing-page .navy-link {
    background: #455463;
    color: #fff
}

.landing-page .icon-big {
    font-size: 70px
}

.landing-page .team-member img {
    height: 72px
}

.landing-page .social-icon a {
    background: #62cb31;
    color: #fff;
    text-align: center;
    padding: 4px 8px;
    height: 28px;
    width: 28px;
    display: block;
    border-radius: 4px
}

.landing-page .list-inline > li {
    padding: 0
}

.landing-page .social-icon a:hover {
    background: #5abb2d
}

.landing-page .pricing-plan {
    margin: 20px 10px 0 10px;
    border-radius: 4px;
    padding-bottom: 20px;
    background: #fff;
    border: 1px solid #eaeaea
}

    .landing-page .pricing-plan li {
        padding: 10px 16px;
        text-align: center;
        color: #aeaeae
    }

    .landing-page .pricing-plan .pricing-price span {
        font-weight: 700;
        font-size: 30px;
        color: #62cb31
    }

.landing-page .pricing-title .label {
    font-size: 12px
}

.landing-page li.pricing-desc {
    font-size: 13px;
    border-top: 0;
    padding: 20px 16px 0 16px
}

.landing-page li.pricing-title {
    color: #455463;
    padding: 25px 10px 0 10px;
    border-radius: 4px 4px 0 0;
    font-size: 22px;
    font-weight: 600
}

.landing-page .client {
    color: #a7afb8;
    background: #f7f9fa;
    padding: 30px 10px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: 600
}

@media(max-width:1200px) {
    .landing-page .heading-image {
        display: none
    }

    .landing-page .heading {
        text-align: center
    }

        .landing-page .heading p.small {
            margin: 10px auto
        }

    .landing-page .brand-desc {
        display: none
    }

    .landing-page .navbar .navbar-brand {
        margin-left: 10px
    }
}

/* 13.6 Login & Register Page with News Feed Setting */
.login {
    margin: 168px 0;
    position: relative;
}

    .login label {
        color: #707478;
    }

    .login .login-header {
        position: absolute;
        top: -80px;
        left: 50%;
        right: 0;
        width: 450px;
        padding: 0 40px;
        margin-left: -225px;
        font-weight: 300;
    }

        .login .login-header .brand {
            padding: 0;
            font-size: 28px;
        }

            .login .login-header .brand .logo {
                border: 14px solid transparent;
                border-color: #4DCACA #31A3A3 #1D8888;
                width: 28px;
                height: 28px;
                position: relative;
                font-size: 0;
                margin-right: 10px;
                top: -9px;
            }

            .login .login-header .brand small {
                font-size: 14px;
                display: block;
            }

        .login .login-header .icon {
            position: absolute;
            right: 40px;
            top: -2px;
            opacity: .1;
            filter: alpha(opacity=10);
        }

            .login .login-header .icon i {
                font-size: 70px;
            }

    .login .login-content {
        padding: 30px 40px;
        color: #999;
        width: 450px;
        margin: 0 auto;
    }

.login.login-with-news-feed, .register.register-with-news-feed {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .login.login-with-news-feed .news-feed, .register.register-with-news-feed .news-feed {
        position: fixed;
        left: 0;
        right: 500px;
        top: 0;
        bottom: 0;
        -webkit-transform: translateZ(0);
        overflow: hidden;
    }

    .login.login-with-news-feed .news-image, .register.register-with-news-feed .news-image {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
    }

        .login.login-with-news-feed .news-image img, .register.register-with-news-feed .news-image img {
            position: absolute;
            max-height: 100%;
            min-width: 100%;
            top: -1960px;
            bottom: -1960px;
            left: -1960px;
            right: -1960px;
            margin: auto;
        }

    .login.login-with-news-feed .news-caption, .register.register-with-news-feed .news-caption {
        background: rgba(0,0,0,.7);
        color: #999;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 30px 60px;
        font-size: 14px;
        z-index: 20;
        font-weight: 300;
        min-width: 680px;
    }

        .login.login-with-news-feed .news-caption .caption-title, .register.register-with-news-feed .news-caption .caption-title {
            color: #fff;
            color: rgba(255,255,255,.8);
            font-weight: 300;
            font-size: 28px;
        }

    .login.login-with-news-feed .right-content, .register.register-with-news-feed .right-content {
        float: right;
        width: 500px;
    }

    .login.login-with-news-feed .login-content, .register.register-with-news-feed .register-content {
        width: auto;
        padding: 30px 60px;
    }

    .register.register-with-news-feed .register-content {
        padding: 20px 60px 30px;
    }

    .login.login-with-news-feed .login-header, .register.register-with-news-feed .register-header {
        position: relative;
        top: 0;
        margin: 0;
        left: 0;
        right: 0;
        padding: 100px 60px 0;
    }

    .register.register-with-news-feed .register-header {
        padding: 60px 60px 0;
        font-size: 32px;
    }

        .register.register-with-news-feed .register-header small {
            color: #707478;
            display: block;
            font-size: 14px;
            margin-top: 10px;
            line-height: 20px;
        }

    .login.login-with-news-feed .login-header .brand {
        color: #242a30;
    }

        .login.login-with-news-feed .login-header .brand small {
            color: #707478;
        }

    .login.login-with-news-feed .login-header .icon {
        top: 98px;
        right: 10px;
    }

.m-auto {
    margin: 0 auto !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 1px !important;
}

.m-2 {
    margin: 2px !important;
}

.m-3 {
    margin: 3px !important;
}

.m-4 {
    margin: 4px !important;
}

.m-5 {
    margin: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-25 {
    margin: 25px !important;
}

.m-30 {
    margin: 30px !important;
}

.m-35 {
    margin: 35px !important;
}

.m-40 {
    margin: 40px !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-1 {
    margin-top: 1px !important;
}

.m-t-2 {
    margin-top: 2px !important;
}

.m-t-3 {
    margin-top: 3px !important;
}

.m-t-4 {
    margin-top: 4px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-r-1 {
    margin-right: 1px !important;
}

.m-r-2 {
    margin-right: 2px !important;
}

.m-r-3 {
    margin-right: 3px !important;
}

.m-r-4 {
    margin-right: 4px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-25 {
    margin-right: 25px !important;
}

.m-r-30 {
    margin-right: 30px !important;
}

.m-r-35 {
    margin-right: 35px !important;
}

.m-r-40 {
    margin-right: 40px !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-1 {
    margin-bottom: 1px !important;
}

.m-b-2 {
    margin-bottom: 2px !important;
}

.m-b-3 {
    margin-bottom: 3px !important;
}

.m-b-4 {
    margin-bottom: 4px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-35 {
    margin-bottom: 35px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-l-1 {
    margin-left: 1px !important;
}

.m-l-2 {
    margin-left: 2px !important;
}

.m-l-3 {
    margin-left: 3px !important;
}

.m-l-4 {
    margin-left: 4px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-25 {
    margin-left: 25px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.m-l-35 {
    margin-left: 35px !important;
}

.m-l-40 {
    margin-left: 40px !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 1px !important;
}

.p-2 {
    padding: 2px !important;
}

.p-3 {
    padding: 3px !important;
}

.p-4 {
    padding: 4px !important;
}

.p-5 {
    padding: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-15, .wrapper {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-35 {
    padding: 35px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-t-1 {
    padding-top: 1px !important;
}

.p-t-2 {
    padding-top: 2px !important;
}

.p-t-3 {
    padding-top: 3px !important;
}

.p-t-4 {
    padding-top: 4px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-t-25 {
    padding-top: 25px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-t-35 {
    padding-top: 35px !important;
}

.p-t-40 {
    padding-top: 40px !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-r-1 {
    padding-right: 1px !important;
}

.p-r-2 {
    padding-right: 2px !important;
}

.p-r-3 {
    padding-right: 3px !important;
}

.p-r-4 {
    padding-right: 4px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-r-25 {
    padding-right: 25px !important;
}

.p-r-30 {
    padding-right: 30px !important;
}

.p-r-35 {
    padding-right: 35px !important;
}

.p-r-40 {
    padding-right: 40px !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-b-1 {
    padding-bottom: 1px !important;
}

.p-b-2 {
    padding-bottom: 2px !important;
}

.p-b-3 {
    padding-bottom: 3px !important;
}

.p-b-4 {
    padding-bottom: 4px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-b-25 {
    padding-bottom: 25px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-b-35 {
    padding-bottom: 35px !important;
}

.p-b-40 {
    padding-bottom: 40px !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-l-1 {
    padding-left: 1px !important;
}

.p-l-2 {
    padding-left: 2px !important;
}

.p-l-3 {
    padding-left: 3px !important;
}

.p-l-4 {
    padding-left: 4px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-l-25 {
    padding-left: 25px !important;
}

.p-l-30 {
    padding-left: 30px !important;
}

.p-l-35 {
    padding-left: 35px !important;
}

.p-l-40 {
    padding-left: 40px !important;
}

.f-s-8 {
    font-size: 8px !important;
}

.f-s-9 {
    font-size: 9px !important;
}

.f-s-10 {
    font-size: 10px !important;
}

.f-s-11 {
    font-size: 11px !important;
}

.f-s-12 {
    font-size: 12px !important;
}

.f-s-13 {
    font-size: 13px !important;
}

.f-s-14 {
    font-size: 14px !important;
}

.f-s-15 {
    font-size: 15px !important;
}

.f-s-16 {
    font-size: 16px !important;
}

.f-s-17 {
    font-size: 17px !important;
}

.f-s-18 {
    font-size: 18px !important;
}

.f-s-19 {
    font-size: 19px !important;
}

.f-s-20 {
    font-size: 20px !important;
}


@media (max-width:769px) {
    .page-header-fixed {
        padding-top: 109px
    }

    .page-with-right-sidebar .sidebar, .page-with-right-sidebar .sidebar-bg {
        left: auto;
        right: -220px
    }

    .page-with-right-sidebar .content {
        margin-right: 0
    }

    .page-with-right-sidebar .footer {
        margin-right: 20px
    }

    .content, .page-sidebar-minifed .content {
        margin-left: 0 !important
    }

        .content.content-full-width .breadcrumb {
            margin: 20px
        }

    .navbar-form, .navbar-form .form-group, .navbar-nav {
        margin: 0
    }

    .navbar-brand {
        width: auto
    }

    .navbar-header {
        border-bottom: 1px solid #eee
    }

    .navbar-inverse .navbar-header {
        border-bottom: 1px solid #2d353c
    }

    .navbar-right {
        float: right
    }

    .navbar-left, .navbar-nav > li {
        float: left
    }

    .navbar-form {
        padding: 12px 10px;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar-form .btn-search {
            right: 10px
        }

        .navbar-form .form-control, .navbar-form .form-control:focus {
            margin: 0;
            width: 200px !important;
            -webkit-animation: none !important;
            animation: none !important
        }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        float: left;
        min-width: 160px;
        border-top: 1px solid #eee;
        list-style: none;
        background: #fff;
        box-shadow: 0 2px 5px -1px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 2px 5px -1px rgba(0,0,0,.2)
    }

    .navbar-nav.navbar-right .open .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #eee
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #262626
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            background: #edf0f5;
            color: #262626
        }

    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        background: #edf0f5
    }

    @keyframes sidebarSlideInLeft {
        from {
            left: -220px
        }

        to {
            left: 0
        }
    }

    @-webkit-keyframes sidebarSlideInLeft {
        from {
            left: -220px
        }

        to {
            left: 0
        }
    }

    @keyframes sidebarSlideInRight {
        from {
            right: -220px
        }

        to {
            right: 0
        }
    }

    @-webkit-keyframes sidebarSlideInRight {
        from {
            right: -220px
        }

        to {
            right: 0
        }
    }

    .page-sidebar-toggled .sidebar {
        left: 0;
        animation: sidebarSlideInLeft .2s;
        -webkit-animation: sidebarSlideInLeft .2s
    }

    .page-sidebar-toggled .sidebar-bg {
        position: fixed;
        background: #2d353c;
        left: 0;
        animation: sidebarSlideInLeft .2s;
        -webkit-animation: sidebarSlideInLeft .2s
    }

    .page-sidebar-toggled.page-with-right-sidebar .sidebar, .page-sidebar-toggled.page-with-right-sidebar .sidebar-bg {
        left: auto;
        right: 0;
        animation: sidebarSlideInRight .2s;
        -webkit-animation: sidebarSlideInRight .2s
    }

    .sidebar {
        position: absolute;
        left: -220px;
        padding-top: 0;
        z-index: 1030
    }

    .sidebar-bg {
        left: -220px;
        z-index: 1020
    }

    .page-sidebar-minified.page-sidebar-minified .sidebar {
        position: fixed !important
    }

    .page-sidebar-toggled.page-sidebar-minified .sidebar-bg {
        position: fixed;
        background: #2d353c;
        z-index: 1010;
        left: 0;
        animation: sidebarSlideInLeft .2s;
        -webkit-animation: sidebarSlideInLeft .2s
    }

    .page-with-right-sidebar.page-sidebar-toggled.page-sidebar-minified .sidebar-bg {
        left: auto;
        right: 0;
        animation: sidebarSlideInRight .2s;
        -webkit-animation: sidebarSlideInRight .2s
    }

    .page-sidebar-minified.page-with-right-sidebar .content {
        margin-right: 0
    }

    .page-sidebar-minified.page-with-right-sidebar .footer {
        margin-right: 20px
    }

    .content {
        margin-left: 0;
        padding: 20px
    }

    .breadcrumb {
        float: none !important
    }

    .footer {
        margin: 0 20px
    }

    .table-responsive .table > tbody > tr > td, .table-responsive .table > tbody > tr > th, .table-responsive .table > tfoot > tr > td, .table-responsive .table > tfoot > tr > th, .table-responsive .table > thead > tr > td, .table-responsive .table > thead > tr > th {
        white-space: nowrap
    }

    .login .login-header, .login-content {
        width: 100% !important
    }

    .login {
        margin: 108px 0
    }

        .login .login-header {
            left: 0;
            margin: 0
        }

    .invoice-company .pull-right {
        float: none !important;
        display: block
    }

    .invoice .table-responsive {
        margin-bottom: 20px
    }

    .invoice-date, .invoice-from, .invoice-to {
        display: block !important;
        width: 100% !important;
        text-align: left !important;
        padding: 0 !important
    }

    .invoice-date, .invoice-to {
        margin-top: 20px !important
    }

    .invoice-price .invoice-price-left, .invoice-price .invoice-price-right {
        display: block;
        width: 100% !important;
        float: left !important;
        padding: 10px !important
    }

    .invoice-price .invoice-price-row {
        float: none !important;
        width: 100% !important;
        display: block !important
    }

    .bwizard-steps li, .fc-button-today {
        float: left !important
    }

    .invoice-price .invoice-price-left .sub-price {
        padding: 0 10px !important;
        display: block !important;
        text-align: center !important
    }

    .invoice-price .invoice-price-right {
        text-align: center !important
    }

        .invoice-price .invoice-price-right small {
            position: relative !important;
            display: block;
            left: 0 !important;
            top: 0 !important
        }

    .result-list .result-image {
        width: 160px
    }

    .result-list .result-price {
        width: 100px;
        font-size: 20px
    }

    .result-list > li > div {
        padding: 15px
    }

    .map {
        top: 109px !important;
        left: 0 !important
    }

    .gallery .image {
        width: 50%
    }

    .bwizard-steps li, .calendar, .calendar-event .external-event, .width-full, .width-lg, .width-md, .width-sm, .width-xs {
        width: 100% !important
    }

    .vertical-box, .vertical-box .vertical-column {
        display: block !important
    }

    .fc-event .fc-event-title small {
        display: none !important
    }

    .calendar {
        display: block;
        margin-left: 0 !important
    }

    .fc-header-center, .fc-header-left, .fc-header-right {
        text-align: center !important;
        width: 100% !important;
        display: table !important
    }

    .fc-header-left {
        text-align: right !important
    }

    .fc-header-center {
        margin-top: -46px !important
    }

        .fc-header-center h2 {
            font-size: 18px !important
        }

    .calendar-event .external-event i, .calendar-event .external-event p, .fc-event .fc-event-icons, .fc-header-left .fc-header-space {
        display: none !important
    }

    .calendar-event .external-event h5 {
        margin: 0 !important
    }

    .nav-tabs.nav-justified.nav-justified-mobile > li {
        display: table-cell;
        width: 1%
    }

        .nav-tabs.nav-justified.nav-justified-mobile > li > a {
            margin-bottom: 0
        }

    .page-with-two-sidebar .header .navbar-brand {
        float: none;
        display: block;
        margin: 0 70px;
        text-align: center
    }

        .page-with-two-sidebar .header .navbar-brand .navbar-logo {
            position: relative;
            top: 3px;
            display: inline-block;
            float: none;
            margin-top: 0;
            margin-right: 5px
        }

    .form-horizontal.form-bordered .form-group > .control-label {
        padding: 15px 15px 0;
        line-height: inherit;
        color: #483D8B;
    }

    .form-horizontal.form-bordered .form-group > div {
        padding: 5px 15px 15px
    }

    .theme-panel {
        top: 0;
        bottom: 0
    }

        .theme-panel .theme-collapse-btn {
            top: 150px
        }

        .theme-panel .theme-panel-content {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0;
            overflow: scroll
        }
}

@media(max-width:480px) {
    .media.media-lg .pull-left {
        float: none !important;
        margin-right: 0
    }

    .media.media-lg .media-object {
        width: 100%;
        margin-bottom: 10px
    }

    .result-list .result-image {
        width: 100%;
        float: none
    }

        .result-list .result-image a {
            position: relative
        }

    .result-list > li > div {
        display: block;
        width: 100%
    }

    .result-list > li > .result-price {
        border-left: none;
        border-top: 1px dashed #ddd;
        width: 100%;
        padding: 15px
    }

    .result-list .btn-row {
        text-align: center
    }

    .result-list .result-price .btn {
        margin-top: 15px
    }

    .gallery .image {
        width: 100%
    }
}

@media (max-width:380px) {
    .navbar-form .form-control, .navbar-form .form-control:focus {
        width: 160px !important
    }
}

@media (max-width:340px) {
    .navbar-form .form-control, .navbar-form .form-control:focus {
        width: 140px !important
    }
}

@media (max-width:979px) {
    .timeline .timeline-body {
        margin-left: 25%;
        margin-right: 10%
    }

    .timeline .timeline-time {
        width: 13%
    }

    .timeline .timeline-icon {
        left: 13%;
        width: 12%
    }

    .timeline:before {
        left: 19%
    }
}

@media (max-width:767px) {
    .timeline:before {
        left: 50%
    }

    .timeline .timeline-body {
        margin-right: 0;
        margin-left: 0;
        margin-top: 10px;
        padding: 20px
    }

    .timeline .timeline-footer {
        margin: 20px -20px -20px;
        padding: 20px
    }

    .timeline .timeline-body:before {
        border-bottom-color: #fff;
        border-right-color: transparent;
        left: 50%;
        top: -20px;
        margin-left: -10px
    }

    .timeline .timeline-time {
        right: 50%;
        left: 0;
        width: auto;
        margin-right: 40px;
        padding-top: 5px
    }

    .timeline .timeline-icon {
        left: 0;
        width: 80px;
        position: relative;
        margin: 0 auto
    }
}

@media (max-width:979px) {
    .coming-soon .timer .is-countdown {
        width: 767px
    }
}

@media (max-width:767px) {
    .coming-soon .timer .is-countdown {
        width: 100%
    }
}

@media (max-width:480px) {
    .coming-soon .timer .countdown-amount {
        font-size: 24px
    }

    .coming-soon .coming-soon-content .desc, .coming-soon .coming-soon-header .desc, .coming-soon .timer .countdown-period {
        font-size: 12px
    }

    .coming-soon .coming-soon-content .desc, .coming-soon .coming-soon-header .desc {
        padding-right: 20px;
        padding-left: 20px
    }

    .coming-soon .coming-soon-content .input-group {
        width: auto;
        margin-right: 20px;
        margin-left: 20px
    }
}

@media (min-width:1920px) {
    .login-cover-image img {
        width: 100%
    }
}

@media (max-width:767px) {
    .login.login-v2 {
        margin: 108px 0;
        width: 100%
    }

    .login-cover-image img {
        max-width: initial;
        max-height: 100%
    }

    .login-bg-list {
        position: relative;
        padding: 20px;
        right: 0;
        bottom: 0;
        margin-top: -108px
    }
}

@media (max-width:540px) {
    .widget-chart .widget-chart-content {
        margin-right: 0
    }

    .widget-chart .widget-chart-sidebar, .widget-chart .widget-chart-sidebar .chart-legend {
        position: relative;
        width: auto
    }

        .widget-chart .widget-chart-sidebar .chart-legend {
            margin-top: 20px
        }
}

@media (max-width:979px) {
    .superbox-list {
        width: 20%
    }
}

@media (max-width:767px) {
    .superbox-list {
        width: 25%
    }
}

@media (max-width:480px) {
    .superbox-list {
        width: 50%
    }
}

@media (max-width:767px) {
    .page-content-full-height .content, .vertical-box, .vertical-box-cell, .vertical-box-column, .vertical-box-inner-cell, .vertical-box-row {
        display: block !important;
        width: auto !important;
        position: relative !important;
        overflow: initial !important;
        table-layout: initial !important;
        top: auto !important;
        height: auto !important
    }

        .vertical-box .slimScrollBar, .vertical-box .slimScrollRail {
            display: none !important
        }
}

@media (max-width:480px) {
    .list-email .email-time {
        float: none;
        display: block;
        margin: 0
    }
}

@media (max-width:767px) {
    .pace-progress {
        top: 109px
    }

    .pace .pace-activity {
        top: 120px
    }

    .navbar-inverse .navbar-header.navbar-header-without-bg {
        background: 0 0;
        border-bottom: 1px solid #666;
        border-bottom: 1px solid rgba(255,255,255,.1)
    }

    .navbar-collapse {
        float: none !important;
        border-top: none;
        border-bottom: 1px solid #eee
    }

        .navbar-collapse .nav > li {
            float: none
        }

        .navbar-collapse .open:after, .navbar-collapse .open:before {
            content: '';
            display: table;
            clear: both
        }

        .navbar-collapse .open .dropdown-menu {
            position: relative;
            box-shadow: none;
            padding-top: 0;
            border-bottom: 1px solid #eee;
            border-radius: 0;
            background: #f4f6f7;
            width: 100%
        }

            .navbar-collapse .open .dropdown-menu .dropdown-header {
                padding-top: 20px;
                padding-left: 0
            }

    @keyframes wideSidebarSlideInLeft {
        from {
            left: -250px
        }

        to {
            left: 0
        }
    }

    @-webkit-keyframes wideSidebarSlideInLeft {
        from {
            left: -250px
        }

        to {
            left: 0
        }
    }

    @keyframes wideSidebarSlideInRight {
        from {
            right: -250px
        }

        to {
            right: 0
        }
    }

    @-webkit-keyframes wideSidebarSlideInRight {
        from {
            right: -250px
        }

        to {
            right: 0
        }
    }

    .page-sidebar-toggled.page-with-wide-sidebar .sidebar, .page-sidebar-toggled.page-with-wide-sidebar .sidebar-bg {
        left: 0;
        animation: wideSidebarSlideInLeft .2s;
        -webkit-animation: wideSidebarSlideInLeft .2s
    }

    .page-right-sidebar-toggled.page-with-wide-sidebar.page-with-two-sidebar .sidebar-bg.sidebar-right, .page-right-sidebar-toggled.page-with-wide-sidebar.page-with-two-sidebar .sidebar.sidebar-right, .page-sidebar-toggled.page-with-right-sidebar.page-with-wide-sidebar .sidebar, .page-sidebar-toggled.page-with-right-sidebar.page-with-wide-sidebar .sidebar-bg {
        left: auto;
        right: 0;
        animation: wideSidebarSlideInRight .2s;
        -webkit-animation: wideSidebarSlideInRight .2s
    }

    .page-with-wide-sidebar .sidebar, .page-with-wide-sidebar .sidebar-bg {
        left: -250px;
        width: 250px
    }

    .page-with-wide-sidebar.page-with-right-sidebar .sidebar, .page-with-wide-sidebar.page-with-right-sidebar .sidebar-bg, .page-with-wide-sidebar.page-with-two-sidebar .sidebar-bg.sidebar-right, .page-with-wide-sidebar.page-with-two-sidebar .sidebar.sidebar-right {
        left: auto;
        right: -250px
    }

    .page-with-wide-sidebar.page-with-right-sidebar .content {
        margin-right: 0
    }
}

@media (max-width:992px) {
    .login.login-with-news-feed .news-caption, .register.register-with-news-feed .news-caption {
        font-size: 12px;
        padding: 15px 30px
    }

        .login.login-with-news-feed .news-caption .caption-title, .register.register-with-news-feed .news-caption .caption-title {
            font-size: 20px
        }
}

@media (max-width:768px) {
    .login.login-with-news-feed .news-feed, .register.register-with-news-feed .news-feed {
        display: none
    }

    .login.login-with-news-feed .right-content, .register.register-with-news-feed .right-content {
        float: none;
        width: auto
    }

    .login.login-with-news-feed .login-header .icon {
        right: 60px
    }
}

@media (max-width:480px) {
    .login.login-with-news-feed .login-header .icon {
        display: none
    }

    .login.login-with-news-feed .login-header, .register.register-with-news-feed .register-header {
        padding: 40px 40px 0
    }

    .login.login-with-news-feed .login-content, .register.register-with-news-feed .register-content {
        padding: 20px 40px
    }
}

@media (max-width:360px) {
    .login.login-with-news-feed .login-header, .register.register-with-news-feed .register-header {
        padding: 40px 30px 0
    }

    .login.login-with-news-feed .login-content, .register.register-with-news-feed .register-content {
        padding: 20px 30px
    }
}

@media (max-width:1024px) {
    .profile-left {
        width: 150px
    }

    .profile-image {
        height: 130px
    }

    .profile-right {
        margin-left: 165px;
        padding-right: 0
    }

    .table.table-profile > tbody > tr > td.field {
        width: 100px
    }
}

@media (max-width:767px) {
    .profile-left {
        width: 180px
    }

    .profile-right {
        margin-left: 195px;
        padding-right: 0
    }
}

@media (max-width:480px) {
    .profile-left {
        width: 100%;
        margin-bottom: 15px
    }

    .profile-image {
        height: auto;
        text-align: center
    }

        .profile-image img {
            margin: 0 auto
        }

    .profile-right {
        margin: 0
    }

    .profile-section + .profile-section {
        padding-top: 0
    }

    .profile-section .title {
        margin-top: 20px
    }
}

@media (max-width:767px) {
    .dt-buttons.btn-group {
        float: none;
        text-align: center;
        display: block;
        margin: 0 0 5px
    }

        .dt-buttons.btn-group > .btn {
            float: none;
            margin-bottom: 5px;
            -webkit-border-radius: 4px !important;
            -moz-border-radius: 4px !important;
            border-radius: 4px !important
        }

            .dt-buttons.btn-group > .btn + .btn {
                border-left: none;
                margin-left: 5px
            }

    .dataTables_length, div.dataTables_info {
        float: none;
        margin-right: 0
    }

    .panel > .dataTables_wrapper div.dataTables_length label, .panel > .table-responsive > .dataTables_wrapper div.dataTables_length label {
        margin: 20px 0 0
    }

    div.dataTables_wrapper div.dataTables_info {
        margin: 0;
        padding-top: 0 !important
    }

    div.dataTables_wrapper div.dataTables_paginate {
        margin: 10px 20px 0 !important;
        text-align: center
    }

        div.dataTables_wrapper div.dataTables_paginate .pagination {
            display: block;
            white-space: initial !important
        }

            div.dataTables_wrapper div.dataTables_paginate .pagination > li > a {
                float: none;
                margin-bottom: 5px;
                display: inline-block;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px
            }

            div.dataTables_wrapper div.dataTables_paginate .pagination > li + li a {
                margin-left: 5px
            }

    .page-with-top-menu .sidebar {
        padding-top: 0
    }

    .top-menu {
        position: relative;
        top: 0;
        height: auto;
        display: none
    }

        .top-menu .container, .top-menu .container-fluid {
            padding: 0
        }

        .top-menu .nav > li {
            display: block
        }

        .top-menu .nav {
            margin: 0 !important
        }

            .top-menu .nav > li > a .caret {
                float: right;
                margin-top: 10px
            }

            .top-menu .nav .sub-menu {
                position: relative;
                top: 0;
                width: 100%
            }

        .top-menu .sub-menu > li > a {
            padding-left: 44px
        }

        .top-menu .nav > li.has-sub:hover > .sub-menu {
            display: none
        }

        .top-menu .nav > li.menu-control {
            display: none !important
        }

    .page-sidebar-toggled.page-sidebar-minified .sidebar.sidebar-transparent + .sidebar-bg {
        z-index: 1020
    }
}

@media (max-width:1080px) {
    .boxed-layout .pace, .boxed-layout .page-container, .boxed-layout .page-container .header, .boxed-layout .page-container .top-menu {
        width: 100%
    }

    .boxed-layout .pace, .boxed-layout .top-menu {
        margin-left: 0;
        left: 0;
        right: 0
    }
}

@media (max-width:767px) {
    .boxed-layout .page-container .sidebar, .boxed-layout .page-container .sidebar-bg {
        left: -220px
    }

    .boxed-layout .page-sidebar-toggled .sidebar, .boxed-layout .page-sidebar-toggled .sidebar-bg {
        left: 0
    }
}


.widget.widget-stats {
    position: relative;
    color: #fff;
    padding: 15px;
    border-radius: 3px
}

.widget-stats .stats-info h4 {
    font-size: 12px;
    margin: 5px 0;
    color: #fff;
    color: rgba(255,255,255,.7)
}

.widget-stats .stats-icon {
    font-size: 42px;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    margin-left: 15px;
    color: #000;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: .15
}

    .widget-stats .stats-content, .widget-stats .stats-icon.stats-icon-lg i {
        position: relative
    }

.widget-stats .stats-info p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0
}

.widget-stats .stats-link a {
    display: block;
    margin: 15px -15px -15px;
    padding: 7px 15px;
    background: rgba(0,0,0,.4);
    text-align: right;
    color: #fff;
    color: rgba(255,255,255,.7);
    text-decoration: none
}

    .widget-stats .stats-link a:focus, .widget-stats .stats-link a:hover {
        background: rgba(0,0,0,.6);
        color: #fff
    }

.widget-stats .stats-icon.stats-icon-lg {
    font-size: 128px;
    top: 15px;
    right: 0;
    color: #fff;
    width: 128px;
    height: 50px;
    line-height: 50px;
    text-shadow: 3px 7px rgba(0,0,0,.25)
}

.widget-stats .stats-icon.stats-icon-square {
    opacity: 1;
    border-radius: 12px;
    font-size: 42px;
    top: 15px;
    right: 15px;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    margin-left: 15px
}

.widget-stats .stats-title {
    position: relative;
    margin: 0 0 2px;
    font-size: 12px
}

.widget-stats .stats-desc, .widget-stats .stats-title {
    color: #fff;
    color: rgba(255,255,255,.7)
}

.widget-stats .stats-desc {
    margin: -5px 0 -3px;
    font-weight: 300
}

.widget-stats .stats-number {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 1px
}

.widget-stats .stats-progress {
    background: rgba(0,0,0,.5);
    height: 2px;
    margin: 0 0 15px;
    border-radius: 3px
}

    .widget-stats .stats-progress.stats-progress-light {
        background: rgba(255,255,255,.3)
    }

    .widget-stats .stats-progress .progress-bar {
        background: #fff;
        border-radius: 0 3px 3px 0
    }

.widget-stats.text-inverse .stats-desc, .widget-stats.text-inverse .stats-title {
    color: rgba(0,0,0,.85)
}

.widget-stats.text-inverse .stats-desc, .widget-stats.text-inverse .stats-number {
    letter-spacing: 0;
    font-weight: 400
}

.widget-stats.text-inverse .stats-title {
    font-weight: 700
}

.widget-stats.bg-white .stats-progress {
    background: rgba(0,0,0,.1)
}

    .widget-stats.bg-white .stats-progress .progress-bar {
        background: #2d353c
    }


.bg-blue, .bg-primary {
    background-color: #348fe2 !important
}

.bg-blue-transparent-9 {
    background-color: rgba(52,143,226,.9) !important
}

.bg-blue-transparent-8 {
    background-color: rgba(52,143,226,.8) !important
}

.bg-blue-transparent-7 {
    background-color: rgba(52,143,226,.7) !important
}

.bg-blue-transparent-6 {
    background-color: rgba(52,143,226,.6) !important
}

.bg-blue-transparent-5 {
    background-color: rgba(52,143,226,.5) !important
}

.bg-blue-transparent-4 {
    background-color: rgba(52,143,226,.4) !important
}

.bg-blue-transparent-3 {
    background-color: rgba(52,143,226,.3) !important
}

.bg-blue-transparent-2 {
    background-color: rgba(52,143,226,.2) !important
}

.bg-blue-transparent-1 {
    background-color: rgba(52,143,226,.1) !important
}

.bg-blue-darker {
    background-color: #2a72b5 !important
}

.bg-blue-lighter {
    background-color: #5da5e8 !important
}

.bg-gradient-blue {
    background: -moz-linear-gradient(-45deg,rgba(81,136,218,1) 0,rgba(52,135,226,1) 100%) !important;
    background: -webkit-linear-gradient(-45deg,rgba(81,136,218,1) 0,rgba(52,135,226,1) 100%) !important;
    background: linear-gradient(135deg,rgba(81,136,218,1) 0,rgba(52,135,226,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5188da', endColorstr='#3487e2', GradientType=1 ) !important
}

.bg-aqua, .bg-info {
    background-color: #49b6d6 !important
}

.bg-aqua-transparent-9 {
    background-color: rgba(73,182,214,.9) !important
}

.bg-aqua-transparent-8 {
    background-color: rgba(73,182,214,.8) !important
}

.bg-aqua-transparent-7 {
    background-color: rgba(73,182,214,.7) !important
}

.bg-aqua-transparent-6 {
    background-color: rgba(73,182,214,.6) !important
}

.bg-aqua-transparent-5 {
    background-color: rgba(73,182,214,.5) !important
}

.bg-aqua-transparent-4 {
    background-color: rgba(73,182,214,.4) !important
}

.bg-aqua-transparent-3 {
    background-color: rgba(73,182,214,.3) !important
}

.bg-aqua-transparent-2 {
    background-color: rgba(73,182,214,.2) !important
}

.bg-aqua-transparent-1 {
    background-color: rgba(73,182,214,.1) !important
}

.bg-aqua-darker {
    background-color: #3a92ab !important
}

.bg-aqua-lighter {
    background-color: #6dc5de !important
}

.bg-gradient-aqua {
    background: #6dc5de !important;
    background: -moz-linear-gradient(top,rgba(109,197,222,1) 0,rgba(73,182,214,1) 100%) !important;
    background: -webkit-linear-gradient(top,rgba(109,197,222,1) 0,rgba(73,182,214,1) 100%) !important;
    background: linear-gradient(to bottom,rgba(109,197,222,1) 0,rgba(73,182,214,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dc5de', endColorstr='#49b6d6', GradientType=0 ) !important
}

.bg-success, .bg-teal {
    background-color: #00acac !important
}

.bg-teal-transparent-9 {
    background-color: rgba(0,172,172,.9) !important
}

.bg-teal-transparent-8 {
    background-color: rgba(0,172,172,.8) !important
}

.bg-teal-transparent-7 {
    background-color: rgba(0,172,172,.7) !important
}

.bg-teal-transparent-6 {
    background-color: rgba(0,172,172,.6) !important
}

.bg-teal-transparent-5 {
    background-color: rgba(0,172,172,.5) !important
}

.bg-teal-transparent-4 {
    background-color: rgba(0,172,172,.4) !important
}

.bg-teal-transparent-3 {
    background-color: rgba(0,172,172,.3) !important
}

.bg-teal-transparent-2 {
    background-color: rgba(0,172,172,.2) !important
}

.bg-teal-transparent-1 {
    background-color: rgba(0,172,172,.1) !important
}

.bg-teal-darker {
    background-color: #008a8a !important
}

.bg-teal-lighter {
    background-color: #33bdbd !important
}

.bg-gradient-teal {
    background: #34babb !important;
    background: -moz-linear-gradient(-45deg,rgba(52,186,187,1) 0,rgba(0,172,172,1) 100%) !important;
    background: -webkit-linear-gradient(-45deg,rgba(52,186,187,1) 0,rgba(0,172,172,1) 100%) !important;
    background: linear-gradient(135deg,rgba(52,186,187,1) 0,rgba(0,172,172,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34babb', endColorstr='#00acac', GradientType=1 ) !important
}

.bg-danger, .bg-red {
    background-color: #ff5b57 !important
}

.bg-red-transparent-9 {
    background-color: rgba(255,91,87,.9) !important
}

.bg-red-transparent-8 {
    background-color: rgba(255,91,87,.8) !important
}

.bg-red-transparent-7 {
    background-color: rgba(255,91,87,.7) !important
}

.bg-red-transparent-6 {
    background-color: rgba(255,91,87,.6) !important
}

.bg-red-transparent-5 {
    background-color: rgba(255,91,87,.5) !important
}

.bg-red-transparent-4 {
    background-color: rgba(255,91,87,.4) !important
}

.bg-red-transparent-3 {
    background-color: rgba(255,91,87,.3) !important
}

.bg-red-transparent-2 {
    background-color: rgba(255,91,87,.2) !important
}

.bg-red-transparent-1 {
    background-color: rgba(255,91,87,.1) !important
}

.bg-red-darker {
    background-color: #cc4946 !important
}

.bg-red-lighter {
    background-color: #ff7c79 !important
}

.bg-gradient-red {
    background: #ff7c79 !important;
    background: -moz-linear-gradient(top,rgba(255,124,121,1) 0,rgba(255,91,87,1) 100%) !important;
    background: -webkit-linear-gradient(top,rgba(255,124,121,1) 0,rgba(255,91,87,1) 100%) !important;
    background: linear-gradient(to bottom,rgba(255,124,121,1) 0,rgba(255,91,87,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7c79', endColorstr='#ff5b57', GradientType=0 ) !important
}

.bg-orange, .bg-warning {
    background-color: #f59c1a !important
}

.bg-orange-transparent-9 {
    background-color: rgba(245,156,26,.9) !important
}

.bg-orange-transparent-8 {
    background-color: rgba(245,156,26,.8) !important
}

.bg-orange-transparent-7 {
    background-color: rgba(245,156,26,.7) !important
}

.bg-orange-transparent-6 {
    background-color: rgba(245,156,26,.6) !important
}

.bg-orange-transparent-5 {
    background-color: rgba(245,156,26,.5) !important
}

.bg-orange-transparent-4 {
    background-color: rgba(245,156,26,.4) !important
}

.bg-orange-transparent-3 {
    background-color: rgba(245,156,26,.3) !important
}

.bg-orange-transparent-2 {
    background-color: rgba(245,156,26,.2) !important
}

.bg-orange-transparent-1 {
    background-color: rgba(245,156,26,.1) !important
}

.bg-orange-darker {
    background-color: #c47d15 !important
}

.bg-orange-lighter {
    background-color: #f7b048 !important
}

.bg-gradient-orange {
    background: #f7b048 !important;
    background: -moz-linear-gradient(top,rgba(247,176,72,1) 0,rgba(245,156,26,1) 100%) !important;
    background: -webkit-linear-gradient(top,rgba(247,176,72,1) 0,rgba(245,156,26,1) 100%) !important;
    background: linear-gradient(to bottom,rgba(247,176,72,1) 0,rgba(245,156,26,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b048', endColorstr='#f59c1a', GradientType=0 ) !important
}

.bg-black, .bg-inverse {
    background-color: #2d353c !important
}

.bg-black-transparent-9 {
    background-color: rgba(45,53,60,.9) !important
}

.bg-black-transparent-8 {
    background-color: rgba(45,53,60,.8) !important
}

.bg-black-transparent-7 {
    background-color: rgba(45,53,60,.7) !important
}

.bg-black-transparent-6 {
    background-color: rgba(45,53,60,.6) !important
}

.bg-black-transparent-5 {
    background-color: rgba(45,53,60,.5) !important
}

.bg-black-transparent-4 {
    background-color: rgba(45,53,60,.4) !important
}

.bg-black-transparent-3 {
    background-color: rgba(45,53,60,.3) !important
}

.bg-black-transparent-2 {
    background-color: rgba(45,53,60,.2) !important
}

.bg-black-transparent-1 {
    background-color: rgba(45,53,60,.1) !important
}

.bg-black-darker {
    background-color: #242a30 !important
}

.bg-black-lighter {
    background-color: #575d63 !important
}

.bg-gradient-black {
    background: #586169 !important;
    background: -moz-linear-gradient(-45deg,rgba(88,97,105,1) 0,rgba(45,53,60,1) 100%) !important;
    background: -webkit-linear-gradient(-45deg,rgba(88,97,105,1) 0,rgba(45,53,60,1) 100%) !important;
    background: linear-gradient(135deg,rgba(88,97,105,1) 0,rgba(45,53,60,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#586169', endColorstr='#2d353c', GradientType=1 ) !important
}

.bg-yellow {
    background-color: #ffd900 !important
}

.bg-yellow-transparent-9 {
    background-color: rgba(255,217,0,.9) !important
}

.bg-yellow-transparent-8 {
    background-color: rgba(255,217,0,.8) !important
}

.bg-yellow-transparent-7 {
    background-color: rgba(255,217,0,.7) !important
}

.bg-yellow-transparent-6 {
    background-color: rgba(255,217,0,.6) !important
}

.bg-yellow-transparent-5 {
    background-color: rgba(255,217,0,.5) !important
}

.bg-yellow-transparent-4 {
    background-color: rgba(255,217,0,.4) !important
}

.bg-yellow-transparent-3 {
    background-color: rgba(255,217,0,.3) !important
}

.bg-yellow-transparent-2 {
    background-color: rgba(255,217,0,.2) !important
}

.bg-yellow-transparent-1 {
    background-color: rgba(255,217,0,.1) !important
}

.bg-yellow-darker {
    background-color: #bfa300 !important
}

.bg-yellow-lighter {
    background-color: #fde248 !important
}

.bg-gradient-yellow {
    background: #fde248 !important;
    background: -moz-linear-gradient(top,rgba(253,226,72,1) 0,rgba(255,217,0,1) 100%) !important;
    background: -webkit-linear-gradient(top,rgba(253,226,72,1) 0,rgba(255,217,0,1) 100%) !important;
    background: linear-gradient(to bottom,rgba(253,226,72,1) 0,rgba(255,217,0,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde248', endColorstr='#ffd900', GradientType=0 ) !important
}

.bg-silver {
    background-color: #f0f3f4 !important
}

.bg-silver-transparent-9 {
    background-color: rgba(240,243,244,.9) !important
}

.bg-silver-transparent-8 {
    background-color: rgba(240,243,244,.8) !important
}

.bg-silver-transparent-7 {
    background-color: rgba(240,243,244,.7) !important
}

.bg-silver-transparent-6 {
    background-color: rgba(240,243,244,.6) !important
}

.bg-silver-transparent-5 {
    background-color: rgba(240,243,244,.5) !important
}

.bg-silver-transparent-4 {
    background-color: rgba(240,243,244,.4) !important
}

.bg-silver-transparent-3 {
    background-color: rgba(240,243,244,.3) !important
}

.bg-silver-transparent-2 {
    background-color: rgba(240,243,244,.2) !important
}

.bg-silver-transparent-1 {
    background-color: rgba(240,243,244,.1) !important
}

.bg-silver-lighter {
    background-color: #f4f6f7 !important
}

.bg-silver-darker {
    background-color: #b4b6b7 !important
}

.bg-gradient-silver {
    background: #f4f6f7 !important;
    background: -moz-linear-gradient(top,rgba(244,246,247,1) 0,rgba(240,243,244,1) 100%) !important;
    background: -webkit-linear-gradient(top,rgba(244,246,247,1) 0,rgba(240,243,244,1) 100%) !important;
    background: linear-gradient(to bottom,rgba(244,246,247,1) 0,rgba(240,243,244,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6f7', endColorstr='#f0f3f4', GradientType=0 ) !important
}

.bg-grey {
    background-color: #b6c2c9 !important
}

.bg-grey-transparent-9 {
    background-color: rgba(182,194,201,.9) !important
}

.bg-grey-transparent-8 {
    background-color: rgba(182,194,201,.8) !important
}

.bg-grey-transparent-7 {
    background-color: rgba(182,194,201,.7) !important
}

.bg-grey-transparent-6 {
    background-color: rgba(182,194,201,.6) !important
}

.bg-grey-transparent-5 {
    background-color: rgba(182,194,201,.5) !important
}

.bg-grey-transparent-4 {
    background-color: rgba(182,194,201,.4) !important
}

.bg-grey-transparent-3 {
    background-color: rgba(182,194,201,.3) !important
}

.bg-grey-transparent-2 {
    background-color: rgba(182,194,201,.2) !important
}

.bg-grey-transparent-1 {
    background-color: rgba(182,194,201,.1) !important
}

.bg-grey-darker {
    background-color: #929ba1 !important
}

.bg-grey-lighter {
    background-color: #c5ced4 !important
}

.bg-gradient-grey {
    background: #c5ced4 !important;
    background: -moz-linear-gradient(top,rgba(197,206,212,1) 0,rgba(182,194,201,1) 100%) !important;
    background: -webkit-linear-gradient(top,rgba(197,206,212,1) 0,rgba(182,194,201,1) 100%) !important;
    background: linear-gradient(to bottom,rgba(197,206,212,1) 0,rgba(182,194,201,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5ced4', endColorstr='#b6c2c9', GradientType=0 ) !important
}

.bg-purple {
    background-color: #727cb6 !important
}

.bg-purple-transparent-9 {
    background-color: rgba(114,124,182,.9) !important
}

.bg-purple-transparent-8 {
    background-color: rgba(114,124,182,.8) !important
}

.bg-purple-transparent-7 {
    background-color: rgba(114,124,182,.7) !important
}

.bg-purple-transparent-6 {
    background-color: rgba(114,124,182,.6) !important
}

.bg-purple-transparent-5 {
    background-color: rgba(114,124,182,.5) !important
}

.bg-purple-transparent-4 {
    background-color: rgba(114,124,182,.4) !important
}

.bg-purple-transparent-3 {
    background-color: rgba(114,124,182,.3) !important
}

.bg-purple-transparent-2 {
    background-color: rgba(114,124,182,.2) !important
}

.bg-purple-transparent-1 {
    background-color: rgba(114,124,182,.1) !important
}

.bg-purple-darker {
    background-color: #5b6392 !important
}

.bg-purple-lighter {
    background-color: #8e96c5 !important
}

.bg-gradient-purple {
    background: #8457f3 !important;
    background: -moz-linear-gradient(-45deg,rgba(132,87,243,1) 0,rgba(114,124,182,1) 100%) !important;
    background: -webkit-linear-gradient(-45deg,rgba(132,87,243,1) 0,rgba(114,124,182,1) 100%) !important;
    background: linear-gradient(135deg,rgba(132,87,243,1) 0,rgba(114,124,182,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8457f3', endColorstr='#727cb6', GradientType=1 ) !important
}

.bg-lime {
    background-color: #90ca4b !important
}

.bg-lime-transparent-9 {
    background-color: rgba(144,202,75,.9) !important
}

.bg-lime-transparent-8 {
    background-color: rgba(144,202,75,.8) !important
}

.bg-lime-transparent-7 {
    background-color: rgba(144,202,75,.7) !important
}

.bg-lime-transparent-6 {
    background-color: rgba(144,202,75,.6) !important
}

.bg-lime-transparent-5 {
    background-color: rgba(144,202,75,.5) !important
}

.bg-lime-transparent-4 {
    background-color: rgba(144,202,75,.4) !important
}

.bg-lime-transparent-3 {
    background-color: rgba(144,202,75,.3) !important
}

.bg-lime-transparent-2 {
    background-color: rgba(144,202,75,.2) !important
}

.bg-lime-transparent-1 {
    background-color: rgba(144,202,75,.1) !important
}

.bg-lime-darker {
    background-color: #6c9738 !important
}

.bg-lime-lighter {
    background-color: #acd778 !important
}

.bg-gradient-lime {
    background: #acd778 !important;
    background: -moz-linear-gradient(top,rgba(172,215,120,1) 0,rgba(144,202,75,1) 100%) !important;
    background: -webkit-linear-gradient(top,rgba(172,215,120,1) 0,rgba(144,202,75,1) 100%) !important;
    background: linear-gradient(to bottom,rgba(172,215,120,1) 0,rgba(144,202,75,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd778', endColorstr='#90ca4b', GradientType=0 ) !important
}

.bg-indigo {
    background-color: #8753de !important
}

.bg-indigo-transparent-9 {
    background-color: rgba(135,83,222,.9) !important
}

.bg-indigo-transparent-8 {
    background-color: rgba(135,83,222,.8) !important
}

.bg-indigo-transparent-7 {
    background-color: rgba(135,83,222,.7) !important
}

.bg-indigo-transparent-6 {
    background-color: rgba(135,83,222,.6) !important
}

.bg-indigo-transparent-5 {
    background-color: rgba(135,83,222,.5) !important
}

.bg-indigo-transparent-4 {
    background-color: rgba(135,83,222,.4) !important
}

.bg-indigo-transparent-3 {
    background-color: rgba(135,83,222,.3) !important
}

.bg-indigo-transparent-2 {
    background-color: rgba(135,83,222,.2) !important
}

.bg-indigo-transparent-1 {
    background-color: rgba(135,83,222,.1) !important
}

.bg-indigo-darker {
    background-color: #6c42b2 !important
}

.bg-indigo-lighter {
    background-color: #9f75e5 !important
}

.bg-gradient-indigo {
    background: #9f75e5 !important;
    background: -moz-linear-gradient(top,rgba(159,117,229,1) 0,rgba(108,66,178,1) 100%) !important;
    background: -webkit-linear-gradient(top,rgba(159,117,229,1) 0,rgba(108,66,178,1) 100%) !important;
    background: linear-gradient(to bottom,rgba(159,117,229,1) 0,rgba(108,66,178,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f75e5', endColorstr='#6c42b2', GradientType=0 ) !important
}

.bg-pink {
    background-color: #fb5597 !important
}

.bg-pink-transparent-9 {
    background-color: rgba(251,85,151,.9) !important
}

.bg-pink-transparent-8 {
    background-color: rgba(251,85,151,.8) !important
}

.bg-pink-transparent-7 {
    background-color: rgba(251,85,151,.7) !important
}

.bg-pink-transparent-6 {
    background-color: rgba(251,85,151,.6) !important
}

.bg-pink-transparent-5 {
    background-color: rgba(251,85,151,.5) !important
}

.bg-pink-transparent-4 {
    background-color: rgba(251,85,151,.4) !important
}

.bg-pink-transparent-3 {
    background-color: rgba(251,85,151,.3) !important
}

.bg-pink-transparent-2 {
    background-color: rgba(251,85,151,.2) !important
}

.bg-pink-transparent-1 {
    background-color: rgba(251,85,151,.1) !important
}

.bg-pink-darker {
    background-color: #c94479 !important
}

.bg-pink-lighter {
    background-color: #fc77ac !important
}

.bg-gradient-pink {
    background: #fc77ac !important;
    background: -moz-linear-gradient(top,rgba(252,119,172,1) 0,rgba(201,68,121,1) 100%) !important;
    background: -webkit-linear-gradient(top,rgba(252,119,172,1) 0,rgba(201,68,121,1) 100%) !important;
    background: linear-gradient(to bottom,rgba(252,119,172,1) 0,rgba(201,68,121,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc77ac', endColorstr='#c94479', GradientType=0 ) !important
}

.bg-green {
    background-color: #32a932 !important
}

.bg-green-transparent-9 {
    background-color: rgba(50,169,50,.9) !important
}

.bg-green-transparent-8 {
    background-color: rgba(50,169,50,.8) !important
}

.bg-green-transparent-7 {
    background-color: rgba(50,169,50,.7) !important
}

.bg-green-transparent-6 {
    background-color: rgba(50,169,50,.6) !important
}

.bg-green-transparent-5 {
    background-color: rgba(50,169,50,.5) !important
}

.bg-green-transparent-4 {
    background-color: rgba(50,169,50,.4) !important
}

.bg-green-transparent-3 {
    background-color: rgba(50,169,50,.3) !important
}

.bg-green-transparent-2 {
    background-color: rgba(50,169,50,.2) !important
}

.bg-green-transparent-1 {
    background-color: rgba(50,169,50,.1) !important
}

.bg-green-darker {
    background-color: #288728 !important
}

.bg-green-lighter {
    background-color: #5bba5b !important
}

.bg-gradient-green {
    background: #5bba5b !important;
    background: -moz-linear-gradient(top,rgba(91,186,91,1) 0,rgba(40,135,40,1) 100%) !important;
    background: -webkit-linear-gradient(top,rgba(91,186,91,1) 0,rgba(40,135,40,1) 100%) !important;
    background: linear-gradient(to bottom,rgba(91,186,91,1) 0,rgba(40,135,40,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bba5b', endColorstr='#288728', GradientType=0 ) !important
}

.bg-white {
    background-color: #fff !important
}

.bg-white-transparent-9 {
    background-color: rgba(255,255,255,.9) !important
}

.bg-white-transparent-8 {
    background-color: rgba(255,255,255,.8) !important
}

.bg-white-transparent-7 {
    background-color: rgba(255,255,255,.7) !important
}

.bg-white-transparent-6 {
    background-color: rgba(255,255,255,.6) !important
}

.bg-white-transparent-5 {
    background-color: rgba(255,255,255,.5) !important
}

.bg-white-transparent-4 {
    background-color: rgba(255,255,255,.4) !important
}

.bg-white-transparent-3 {
    background-color: rgba(255,255,255,.3) !important
}

.bg-white-transparent-2 {
    background-color: rgba(255,255,255,.2) !important
}

.bg-white-transparent-1 {
    background-color: rgba(255,255,255,.1) !important
}

.text-gradient {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important
}

.text-line-through {
    text-decoration: line-through !important
}

.bg-none, .no-bg {
    background: 0 0 !important
}


.invoice > div:not(.invoice-footer) {
    margin-bottom: 20px;
}

.invoice {
    background: #fff;
    padding: 20px;
}

.invoice-company {
    font-size: 20px;
}

.invoice-header {
    margin: 0 -20px;
    background: #f0f3f4;
    padding: 20px;
}

.invoice-date, .invoice-from, .invoice-to {
    display: table-cell;
    width: 1%;
}

.invoice-from, .invoice-to {
    padding-right: 20px;
}

    .invoice-date .date, .invoice-from strong, .invoice-to strong {
        font-size: 16px;
        font-weight: 600;
    }

.invoice-date {
    text-align: right;
    padding-left: 20px;
}

.invoice-price {
    background: #f0f3f4;
    display: table;
    width: 100%;
}
    .invoice-price .invoice-price-left, .invoice-price .invoice-price-right {
        display: table-cell;
        padding: 20px;
        font-size: 20px;
        font-weight: 600;
        width: 60%;
        position: relative;
        vertical-align: middle;
    }

        .invoice-price .invoice-price-left .sub-price {
            display: table-cell;
            vertical-align: middle;
            padding: 0 20px;
        }

    .invoice-price small {
        font-size: 12px;
        font-weight: 400;
        display: block;
    }

    .invoice-price .invoice-price-row {
        display: table;
        float: left;
    }

    .invoice-price .invoice-price-right {
        width: 30%;
        background: #2d353c;
        color: #fff;
        font-size: 28px;
        text-align: right;
        vertical-align: bottom;
        font-weight: 300;
    }

        .invoice-price .invoice-price-right small {
            display: block;
            opacity: .6;
            filter: alpha(opacity=60);
            position: absolute;
            top: 10px;
            left: 10px;
            font-size: 12px;
        }

.invoice-footer {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    font-size: 10px;
}

.invoice-note {
    color: #999;
    margin-top: 80px;
    font-size: 85%;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

