@import "../plugins/notification/css/animate.min.css";@import "../plugins/notification/css/notification.css";@import "../plugins/search/css/component.css";@import "generic-class.css";@import "svg-weather.css";

body {
    font-size: 12px;
    overflow-x: hidden;
    background-color: #e5e5e5;
    font-family: ubuntu,sans-serif;
}

* a {
    color: #00b9f5;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    -ms-transition: all .3s 0s;
    transition: all .3s 0s;
}

* a:focus,* a:hover {
    text-decoration: none
}

*:focus {
    outline: none!important
}

p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    color: #666;
    margin: 0
}

i {
    cursor: pointer
}

.card_main {
    margin-bottom: 30px;
    border: none;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05),0 3px 1px -2px rgba(0,0,0,.08),0 1px 5px 0 rgba(0,0,0,.08);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.05),0 3px 1px -2px rgba(0,0,0,.08),0 1px 5px 0 rgba(0,0,0,.08)
}

.sub-title {
    border-bottom: 1px solid rgba(204,204,204,.35);
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-bottom: 40px
}

label {
    color: rgba(43,61,81,.8);
    text-transform: capitalize
}

h6 {
    color: #757575;
    font-weight: 500
}

ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.slimScrollBar {
    width: 4px!important
}

.counter-txt {
    font-size: 1.5rem
}

.width-100 {
    width: 100%
}

.c-both {
    clear: both
}

.c-pointer {
    cursor: pointer
}

.breadcrumb-block .breadcrumb:last-child {
    margin-bottom: 0
}

.breadcrumb-title {
    background: transparent none repeat scroll 0 0;
    padding: 0
}

.card-header-text {
    margin-bottom: 0;
    font-size: 1rem;
    margin-bottom: rgba(51,51,51,.85);
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle
}

.card-header {
    padding: 20px;
    background-color: transparent;
    color: #757575;
    border-bottom: none
}

.card-header p {
    margin-top: 10px;
    color: #8e8e8e;
    font-size: 14px
}

.card {
    margin-bottom: 30px;
    border: none;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.06),0 1px 0 0 rgba(0,0,0,.02);
    box-shadow: 0 0 8px 0 rgba(0,0,0,.06),0 1px 0 0 rgba(0,0,0,.02)
}

textarea {
    resize: none
}

.txt-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;
    overflow: hidden
}

.form-inline label {
    margin-bottom: 5px!important
}

.able-logo {
    display: inline-block;
    margin-right: 10px;
    width: 130px
}

.nav-pills .nav-link.active,.nav-pills .nav-link.active:focus,.nav-pills .nav-link.active:hover {
    background: 0 0;
    color: #0275d8;
    text-align: center;
    box-shadow: 0 0 2px 1px #ddd
}

.generic-card-body strong {
    display: block
}

.generic-card-body code {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px
}

.block {
    display: block
}

.btn.shadow-none {
    -webkit-box-shadow: none;
    box-shadow: none
}

.box-layout .main-sidebar {
    left: auto
}

.data_table_main.icon-list-demo [class*=col-] {
    margin-bottom: 10px
}

.icon-list-demo i {
    border: 1px solid #eceeef;
    border-radius: 3px;
    color: rgba(43,61,81,.7);
    display: inline-block;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin: 0 12px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 50px
}

.icon-list-demo i:hover {
    color: #64b0f2
}

.icon-list-demo div {
    cursor: pointer;
    white-space: nowrap;
    margin-bottom: 10px
}

.main-header {
    padding: 20px 0 20px 20px
}

.main-header h4 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500
}

.main-header .breadcrumb-title {
    margin-top: 10px;
    margin-bottom: 0
}

.main-header .breadcrumb-title a {
    font-size: 16px;
    color: #1b8bf9
}

.main-header .breadcrumb-title .breadcrumb-item:last-child a {
    color: #7e7e7e
}

.accordion-msg {
    display: block;
    color: #222;
    padding: 14px 20px;
    border-top: 1px solid #ddd;
    font-weight: 600
}

.accordion-msg:focus,.accordion-msg:hover {
    text-decoration: none
}

.faq-accordion .accordion-desc {
    padding: 20px
}

.accordion-desc {
    color: #222;
    padding: 0 20px 20px
}

#color-accordion .accordion-desc {
    margin-top: 14px
}

.ui-accordion-header-icon {
    float: right;
    font-size: 20px
}

.accordion-title {
    margin-bottom: 0
}

.accordion-block {
    padding: 0
}

.drop.animate {
    -webkit-animation: drop 1s ease-out;
    -moz-animation: drop 1s ease-out;
    -ms-animation: drop 1s ease-out;
    animation: drop 1s ease-out
}

@-webkit-keyframes drop {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5)
    }
}

@keyframes drop {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5)
    }
}

.materialSelect {
    height: 48px;
    position: relative;
    text-align: center;
    margin-bottom: 10px
}

.materialSelect.error .md-select:not(.isOpen) {
    border: 1px solid #dd2c00!important
}

.materialSelect.error .message {
    display: block
}

.materialSelect.inline {
    float: none!important;
    display: inline-block;
    z-index: 0;
    min-width: 100px
}

.materialSelect.inline .md-select {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    top: 0;
    left: 0;
    margin: 0;
    -webkit-transition: all .2s!important;
    -moz-transition: all .2s!important;
    -ms-transition: all .2s!important;
    transition: all .2s!important;
    width: 100%;
    background-color: #f7f7f7;
    border-bottom: 1px solid #cdcdcd
}

.materialSelect.inline .md-select.isOpen {
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%
}

.materialSelect:not(.inline) {
    width: 100%
}

.materialSelect:not(.inline) .md-select {
    width: 100%;
    margin-left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

.materialSelect .md-select {
    position: absolute;
    padding: 0;
    top: -1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 250px;
    text-align: center;
    margin: 0 0 0 auto;
    z-index: 9999;
    height: 48px;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    background-color: #fff;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none
}

.materialSelect .md-select:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #bbb;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    pointer-events: none;
    top: 19px;
    right: 10px;
    width: 0
}

.materialSelect .md-select li {
    cursor: pointer;
    font-size: 15px;
    list-style: none;
    line-height: 48px;
    padding: 0 48px 0 24px;
    position: relative;
    overflow: hidden;
    text-align: left
}

.materialSelect .md-select li[data-selected] {
    height: 48px
}

.materialSelect .md-select li:not([data-selected]) {
    height: 0;
    opacity: 0
}

.materialSelect .md-select.isOpen {
    background-color: #fafafa;
    border-radius: 2px;
    -webkit-box-shadow: 1px 2px 3px 1px rgba(0,0,0,.3);
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,.3);
    top: -96px;
    height: auto;
    z-index: 99999
}

.materialSelect .md-select.isOpen:after {
    display: none
}

.materialSelect .md-select.isOpen:before {
    border-color: transparent!important
}

.materialSelect .md-select.isOpen li {
    height: 48px;
    opacity: 1
}

.materialSelect .md-select.isOpen li[data-selected] {
    color: #1b8bf9
}

.materialSelect .md-select.isOpen li:hover {
    background-color: #eee
}

.materialSelect .md-select.isOpen li:active {
    background-color: #dbdbdb
}

.materialSelect .md-select:not(.isOpen):hover {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ccc
}

.materialSelect .md-select:not(.isOpen):active {
    -webkit-box-shadow: 1px 2px 1px 0 rgba(0,0,0,.3);
    box-shadow: 1px 2px 1px 0 rgba(0,0,0,.3)
}

.materialSelect .md-select+.md-select:before {
    border-left: thin solid #c8c8c8;
    content: '';
    height: 32px;
    left: 0;
    position: absolute;
    top: 8px
}

.materialSelect .message {
    position: absolute;
    top: 50px;
    width: 100%;
    color: #dd2c00;
    display: none
}

.card-height {
    height: 350px
}

.fab-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    cursor: pointer
}

.fab-icon i {
    line-height: 55px;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    transition: all ease-in .3s
}

.toolbar-active {
    border-radius: 4px!important;
    width: 208px!important
}

#horizontal-fab-button .jfab_btns_wrapper {
    right: 70px;
    bottom: 15px
}

#horizontal-fab-button .jfab_btns_wrapper .horizontal-fab {
    display: inline-block;
    float: left
}

.radial {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 20px;
    bottom: 13px;
    background: #ff4081;
    border-radius: 50%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.15),0 4px 8px rgba(0,0,0,.2);
    box-shadow: 0 2px 4px rgba(0,0,0,.15),0 4px 8px rgba(0,0,0,.2)
}

.radial.open {
    height: 220px;
    width: 220px
}

.radial.open .fab {
    position: absolute;
    background-color: #f30053;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.15),0 4px 8px rgba(0,0,0,.2);
    box-shadow: 0 2px 4px rgba(0,0,0,.15),0 4px 8px rgba(0,0,0,.2);
    right: 80px;
    bottom: 81px
}

.radial.open #plus {
    -webkit-transform: rotateZ(135deg) translate(-1px,3px);
    -moz-transform: rotateZ(135deg) translate(-1px,3px);
    -ms-transform: rotateZ(135deg) translate(-1px,3px);
    transform: rotateZ(135deg) translate(-1px,3px)
}

.radial.open #fa-1 {
    font-size: 35px;
    margin: 60px 40px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(-110px,10px);
    -moz-transform: translate(-110px,10px);
    -ms-transform: translate(-110px,10px);
    transform: translate(-110px,10px)
}

.radial.open #fa-2 {
    font-size: 35px;
    margin: 27px 64px;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translate(-85px,-85px);
    -moz-transform: translate(-85px,-85px);
    -ms-transform: translate(-85px,-85px);
    transform: translate(-85px,-85px)
}

.radial.open #fa-3 {
    font-size: 35px;
    margin: 45px 90px;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transform: translate(10px,-110px);
    -moz-transform: translate(10px,-110px);
    -ms-transform: translate(10px,-110px);
    transform: translate(10px,-110px)
}

.radial.open #fa-4 {
    font-size: 35px;
    margin: 0 25px;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transform: translate(10px,-110px);
    -moz-transform: translate(10px,-110px);
    -ms-transform: translate(10px,-110px);
    transform: translate(10px,-110px)
}

.radial.open #fa-5 {
    font-size: 35px;
    margin: -60px 20px;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transform: translate(10px,-110px);
    -moz-transform: translate(10px,-110px);
    -ms-transform: translate(10px,-110px);
    transform: translate(10px,-110px)
}

.radial.open #fa-6 {
    font-size: 35px;
    margin: -105px 90px;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-transform: translate(10px,-110px);
    -moz-transform: translate(10px,-110px);
    -ms-transform: translate(10px,-110px);
    transform: translate(10px,-110px)
}

.fab {
    border: none;
    color: #fff;
    background-color: #ff4081;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.fab:hover {
    background-color: #f30053
}

#fab-expand .icofont-plus {
    position: absolute;
    top: 12.5px;
    left: 12.5px
}

#plus {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    font-size: 25px
}

#fa-1,#fa-2,#fa-3,#fa-4,#fa-5,#fa-6 {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    background: 0 0;
    border: none;
    color: #fff
}

#fa-1:hover,#fa-2:hover,#fa-3:hover,#fa-4:hover,#fa-5:hover,#fa-6:hover {
    tansition-delay: 0s;
    color: #ff8db3
}

.popout {
    position: absolute;
    bottom: 3rem;
    right: 3rem
}

.popout .btn {
    display: inline-block;
    outline: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 32px;
    z-index: 999;
    background: #2196f3;
    color: #fff;
    border-radius: 50%;
    margin-right: -28px;
    margin-bottom: -35px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    -webkit-transition: .2s opacity ease-in-out;
    -moz-transition: .2s opacity ease-in-out;
    -ms-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out
}

.popout .btn.active {
    visibility: hidden;
    opacity: 0
}

.popout .btn.active:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0
}

.popout .btn:after {
    display: block;
    position: absolute;
    top: 0;
    content: "";
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #fff;
    z-index: -2;
    -webkit-transition: transform .2s,opacity .2s;
    -moz-transition: transform .2s,opacity .2s;
    -ms-transition: transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s
}

.popout .panel {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 340px;
    text-align: left;
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transform-origin: 100% 100%;
    -webkit-transition: transform .2s,visibility 0s .2s;
    -moz-transition: transform .2s,visibility 0s .2s;
    -ms-transition: transform .2s,visibility 0s .2s;
    transition: transform .2s,visibility 0s .2s;
    opacity: 0
}

.popout .panel.active {
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .2s,visibility 0s 0s,opacity .2s;
    -moz-transition: transform .2s,visibility 0s 0s,opacity .2s;
    -ms-transition: transform .2s,visibility 0s 0s,opacity .2s;
    transition: transform .2s,visibility 0s 0s,opacity .2s
}

.popout .panel-header {
    padding: 20px;
    font-size: 15px;
    background-color: #34495e;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.popout .panel-body {
    padding: 10px 20px;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 11px;
    color: #aaa
}

.popout .icon {
    font-size: 25px;
    margin: 0
}

#main-display {
    margin: 200px auto
}

.fab-expand {
    border: none;
    background-color: #4caf50;
    border-radius: 100%;
    padding: 25px;
    position: absolute;
    right: 20px;
    top: 80%;
    color: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    box-sizing: border-box;
    width: 60px;
    height: 60px
}

.fab-expand .fa {
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.fab-expand.is-expanding {
    -webkit-animation: expand .5s ease-in;
    -moz-animation: expand .5s ease-in;
    -ms-animation: expand .5s ease-in;
    animation: expand .5s ease-in
}

.fab-expand.expanded {
    width: 80%;
    height: 60%;
    border-radius: 3px;
    background-color: #3498db;
    left: 10%;
    top: 20%;
    cursor: auto
}

.fab-expand.is-closing {
    -webkit-animation: expand .5s ease-out reverse;
    -moz-animation: expand .5s ease-out reverse;
    -ms-animation: expand .5s ease-out reverse;
    animation: expand .5s ease-out reverse
}

@-webkit-keyframes expand {
    33% {
        width: 0;
        height: 0;
        left: 70%;
        top: 70%
    }

    100% {
        width: 80%;
        height: 60%;
        border-radius: 3px;
        background-color: #3498db;
        left: 10%;
        top: 20%
    }
}

@keyframes expand {
    33% {
        width: 0;
        height: 0;
        left: 70%;
        top: 70%
    }

    100% {
        width: 80%;
        height: 60%;
        border-radius: 3px;
        background-color: #3498db;
        left: 10%;
        top: 20%
    }
}

.expand-close {
    cursor: pointer;
    float: right
}

.fab-expand-icon {
    font-size: 25px;
    margin: 5px
}

.footer-fix .footer-bg {
    position: fixed!important
}

.footer-bg {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    padding: 10px 15px;
    padding: fixed;
    border-top: 1px solid #ccc
}

.sidebar-mini.fixed .footer-bg {
    width: calc(100% - 230px)
}

.sidebar-mini .footer-bg {
    width: calc(100% - 50px)
}

.text-pink {
    color: #ff7aa3
}

.text-custom {
    color: #64b0f2
}

.text-dark {
    color: #2b3d51
}

.text-purple {
    color: #9261c6
}

.text-danger-color {
    color: #f44
}

.text-warning-color {
    color: #f57c00
}

.text-success-color {
    color: #00c851
}

.text-info-color {
    color: #33b5e5
}

.text-default-color {
    color: #2bbbad
}

.text-primary-color {
    color: #4285f4
}

.tab-list p {
    padding: 10px
}

.tab-with-img i {
    position: absolute;
    padding: 5px
}

.tab-icon {
    margin-bottom: 30px
}

.tab-icon i {
    padding-right: 10px
}

.tab-below {
    border-top: 1px solid #ddd;
    border-bottom: none
}

.tab-below .nav-item {
    margin-top: -2px
}

.tab-below.nav-tabs .nav-link {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.tab-below.nav-tabs .nav-link.active {
    border-color: transparent #ddd #ddd #ddd
}

.card-header~.tab-icon .tab-with-img .sub-title i {
    right: 10px
}

.tab-with-img .nav-link {
    position: relative
}

.tabs-left,.tabs-right {
    min-width: 120px;
    vertical-align: top;
    width: 150px
}

.tabs-left,.tabs-left-content,.tabs-right,.tabs-right-content {
    display: table-cell
}

.nav-tabs .slide {
    background: #1b8bf9;
    width: calc(100%/4);
    height: 4px;
    position: absolute;
    -webkit-transition: left .3s ease-out;
    -moz-transition: left .3s ease-out;
    -ms-transition: left .3s ease-out;
    transition: left .3s ease-out;
    bottom: 0
}

.nav-tabs.tabs-left .slide {
    height: 35px;
    width: 4px;
    bottom: 15px
}

.nav-tabs.tabs-right .slide {
    height: 35px;
    width: 4px;
    bottom: 15px;
    right: 0
}

.md-tabs {
    position: relative
}

.md-tabs .nav-link {
    border: none;
    color: #1b8bf9
}

.md-tabs .nav-link:focus,.md-tabs .nav-link:hover {
    border: none
}

.md-tabs .nav-item {
    background-color: #fff;
    width: calc(100%/4);
    text-align: center
}

.md-tabs .nav-item a {
    padding: 20px 0!important
}

.md-tabs .nav-item+.nav-item {
    margin: 0
}

.md-tabs .nav-item .nav-link.active,.md-tabs .nav-item .nav-link.active:focus,.md-tabs .nav-item .nav-link.active:hover {
    color: #1b8bf9;
    border: none;
    background-color: transparent;
    border-radius: 0
}

.md-tabs .nav-item .nav-link.active~.slide {
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.md-tabs .nav-item .nav-link~.slide {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.md-tabs .nav-item.open .nav-link,.md-tabs .nav-item.open:focus,.md-tabs .nav-item.open:hover {
    color: #1b8bf9;
    border: none;
    background-color: transparent;
    border-radius: 0
}

.product-edit .md-tabs .nav-item a {
    padding: 0 0 20px!important
}

.img-tabs a img {
    border: 3px solid
}

.img-tabs a span i {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    bottom: 10px;
    right: 70px
}

.img-tabs a {
    opacity: .5;
    transition: all ease-in-out .3s
}

.img-tabs a.active {
    opacity: 1;
    transition: all ease-in-out .3s
}

.tab-n,.tabs-left .nav-item,.tabs-right .nav-item,.md-tabs.tabs-left .nav-item,.md-tabs.tabs-right .nav-item {
    width: 100%;
    position: relative
}

.img-tabs img {
    width: 100px;
    margin: 0 auto
}

.img-tabs img a {
    opacity: .5;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.img-tabs img a img {
    border: 3px solid
}

.img-tabs img a.active {
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.img-tabs img a span i {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    bottom: 10px;
    right: 70px
}

#pc-left-panel-menu {
    border-bottom: 20px
}

.btn {
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    font-size: 13px;
    font-weight: 600;
    -webkit-transition: box-shadow linear .4s;
    -moz-transition: box-shadow linear .4s;
    -ms-transition: box-shadow linear .4s;
    transition: box-shadow linear .4s
}

.btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.button-list {
    padding-bottom: 10px
}

.button-list .btn {
    margin-bottom: 10px;
    margin-right: 30px
}

.button-list .btn:last-child {
    margin-right: 0
}

.btn-page [class*=btn-]:last-child,.btn-group [class*=btn-],.dropdown-split [class*=btn-] {
    margin-right: 0
}

.animation-model button {
    margin-bottom: 10px
}

.btn-default,.btn-default:focus,.btn-default:hover,.btn-default:active {
    background-color: #fff;
    color: #757575
}

.btn-info,.btn-info:focus,.btn-info:hover,.btn-info:active {
    background-color: #40c4ff!important;
    border-color: #40c4ff!important
}

.btn-primary,.btn-primary:focus,.btn-primary:hover,.btn-primary:active {
    background-color: #2196f3!important;
    border-color: #2196f3!important
}

.btn-success,.btn-success:focus,.btn-success:hover,.btn-success:active {
    background-color: #4caf50!important;
    border-color: #4caf50!important
}

.btn-danger,.btn-danger:focus,.btn-danger:hover,.btn-danger:active {
    background-color: #ff5252!important;
    border-color: #ff5252!important
}

.btn-warning,.btn-warning:active,.btn-warning:focus,.btn-warning:hover {
    background-color: #f57c00!important;
    border-color: #f57c00!important
}

.btn-flat {
    background: transparent none repeat scroll 0 0;
    background-color: transparent;
    font-weight: 600
}

.flat-primary:focus {
    background-color: #81d4fa
}

.flat-success:focus {
    background-color: #a5d6a7
}

.flat-warning:focus {
    background-color: #ffe0b2
}

.flat-danger:focus {
    background-color: #ffcdd2
}

.flat-info:focus {
    background-color: #b3e5fc
}

.flat-default:focus {
    background-color: #f5f5f5
}

.btn-inverse-default {
    background-color: #fff;
    border-color: #757575;
    color: #757575;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color linear .4s;
    -moz-transition: border-color linear .4s;
    -ms-transition: border-color linear .4s;
    transition: border-color linear .4s
}

.btn-inverse-default:hover {
    border-color: #757575;
    color: #757575
}

.btn-inverse-primary {
    background-color: #fff;
    border-color: #2196f3;
    color: #2196f3;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    transition: all ease-in .3s
}

.btn-inverse-primary:hover {
    border-color: #2196f3;
    background-color: #2196f3;
    color: #fff
}

.btn-inverse-success {
    background-color: #fff;
    border-color: #4caf50;
    color: #4caf50;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    transition: all ease-in .3s
}

.btn-inverse-success:hover {
    border-color: #4caf50;
    background-color: #4caf50;
    color: #fff
}

.btn-inverse-warning {
    background-color: #fff;
    border-color: #f57c00;
    color: #f57c00;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    transition: all ease-in .3s
}

.btn-inverse-warning:hover {
    border-color: #f57c00;
    background-color: #f57c00;
    color: #fff
}

.btn-inverse-danger {
    background-color: #fff;
    border-color: #ff5252;
    color: #ff5252;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    transition: all ease-in .3s
}

.btn-inverse-danger:hover {
    border-color: #ff5252;
    background-color: #ff5252;
    color: #fff
}

.btn-inverse-info {
    background-color: #fff;
    border-color: #40c4ff;
    color: #40c4ff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    transition: all ease-in .3s
}

.btn-inverse-info:hover {
    border-color: #40c4ff;
    background-color: #40c4ff;
    color: #fff
}

.btn-inverse-disable {
    background-color: #fff;
    border-color: #757575;
    color: #757575;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    transition: all ease-in .3s
}

.btn-inverse-disable:hover {
    border-color: #e0e0e0;
    background-color: #e0e0e0;
    color: #fff
}

.btn-xlg {
    padding: 14px 20px;
    font-size: 21px;
    line-height: 40px
}

.btn-lg {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 32px
}

.btn-md {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 23px
}

.btn-sm {
    padding: 8px 14px;
    line-height: 16px;
    font-size: 11px
}

.btn-mini {
    padding: 5px 10px;
    line-height: 14px;
    font-size: 10px
}

.btn-dribbble,.btn-dropbox,.btn-facebook,.btn-flickr,.btn-github,.btn-google-plus,.btn-instagram,.btn-linkedin,.btn-pinterest,.btn-skype,.btn-tumblr,.btn-twitter,.btn-youtube {
    color: #fff
}

.btn-dribbble i,.btn-dropbox i,.btn-facebook i,.btn-flickr i,.btn-github i,.btn-google-plus i,.btn-instagram i,.btn-linkedin i,.btn-pinterest i,.btn-skype i,.btn-tumblr i,.btn-twitter i,.btn-youtube i {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px 0 0 3px;
    margin: -7px 0 -7px -13px
}

.btn-facebook {
    background-color: #3b5998
}

.btn-twitter {
    background-color: #00aced
}

.btn-linkedin {
    background-color: #007bb6
}

.btn-dribbble {
    background-color: #ea4c89
}

.btn-google-plus {
    background-color: #dd4b39
}

.btn-instagram {
    background-color: #517fa4
}

.btn-pinterest {
    background-color: #cb2027
}

.btn-dropbox {
    background-color: #007ee5
}

.btn-flickr {
    background-color: #ff0084
}

.btn-tumblr {
    background-color: #32506d
}

.btn-skype {
    background-color: #00aff0
}

.btn-youtube {
    background-color: #b00
}

.btn-github {
    background-color: #171515
}

.btn-icon {
    border-radius: 50%;
    width: 40px;
    line-height: 30px;
    height: 40px;
    padding: 3px;
    text-align: center
}

.btn-group .btn {
    -webkit-box-shadow: none;
    box-shadow: none
}

.dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width,height
}

.dropdown-danger,.dropdown-info,.dropdown-primary,.dropdown-success,.dropdown-warning,.dropdown-warning {
    display: inline-block;
    vertical-align: center;
    position: relative
}

.dropdown-primary a:hover {
    background-color: #2196f3;
    color: #fff
}

.dropdown-danger a:hover {
    background-color: #ff5252;
    color: #fff
}

.dropdown-warning a:hover {
    background-color: #f57c00;
    color: #fff
}

.dropdown-success a:hover {
    background-color: #4caf50;
    color: #fff
}

.dropdown-info a:hover {
    background-color: #40c4ff;
    color: #fff
}

.dropdown-split-primary a:hover {
    background-color: #2196f3;
    color: #fff
}

.dropdown-split-success a:hover {
    background-color: #4caf50;
    color: #fff
}

.dropdown-split-danger a:hover {
    background-color: #ff5252;
    color: #fff
}

.dropdown-split-warning a:hover {
    background-color: #f57c00;
    color: #fff
}

.dropdown-split-info a:hover {
    background-color: #40c4ff;
    color: #fff
}

.z-depth-top-0 {
    -webkit-box-shadow: 0 -5px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: 0 -5px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-top-1 {
    -webkit-box-shadow: 0 -7px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: 0 -7px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-top-2 {
    -webkit-box-shadow: 0 -9px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: 0 -9px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-top-3 {
    -webkit-box-shadow: 0 -10px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: 0 -10px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-top-4 {
    -webkit-box-shadow: 0 -11px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: 0 -11px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-top-5 {
    -webkit-box-shadow: 0 -12px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: 0 -12px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-bottom-0 {
    -webkit-box-shadow: 0 5px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: 0 5px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-bottom-1 {
    -webkit-box-shadow: 0 7px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: 0 7px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-bottom-2 {
    -webkit-box-shadow: 0 9px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: 0 9px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-bottom-3 {
    -webkit-box-shadow: 0 10px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: 0 10px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-bottom-4 {
    -webkit-box-shadow: 0 11px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: 0 11px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-bottom-5 {
    -webkit-box-shadow: 0 12px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: 0 12px 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-left-0 {
    -webkit-box-shadow: -5px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: -5px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-left-1 {
    -webkit-box-shadow: -7px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: -7px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-left-2 {
    -webkit-box-shadow: -9px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: -9px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-left-3 {
    -webkit-box-shadow: -10px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: -10px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-left-4 {
    -webkit-box-shadow: -11px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: -11px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-left-5 {
    -webkit-box-shadow: -12px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: -12px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-right-0 {
    -webkit-box-shadow: 5px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: 5px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-right-1 {
    -webkit-box-shadow: 7px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: 7px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-right-2 {
    -webkit-box-shadow: 9px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: 9px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-right-3 {
    -webkit-box-shadow: 10px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: 10px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-right-4 {
    -webkit-box-shadow: 11px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: 11px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-right-5 {
    -webkit-box-shadow: 12px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: 12px 0 25px -5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-right-0 {
    -webkit-box-shadow: 0 0 25px 5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: 0 0 25px 5px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-right-1 {
    -webkit-box-shadow: 0 0 25px 7px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: 0 0 25px 7px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-right-2 {
    -webkit-box-shadow: 0 0 25px 9px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: 0 0 25px 9px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-right-3 {
    -webkit-box-shadow: 0 0 25px 10px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: 0 0 25px 10px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-right-4 {
    -webkit-box-shadow: 0 0 25px 11px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: 0 0 25px 11px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.z-depth-right-5 {
    -webkit-box-shadow: 0 0 25px 12px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent;
    box-shadow: 0 0 25px 12px #ccc,0 1px 5px 0 rgba(0,0,0,.1),0 0 0 0 transparent
}

.box-list {
    margin-bottom: 0
}

.box-list div div {
    margin-bottom: 20px
}

.slider-center .owl-carousel .owl-item {
    display: inline-block;
    width: auto;
    border-radius: 50%
}

.slider-center .owl-theme .owl-controls {
    margin-top: 30px;
    position: relative;
    text-align: right;
    z-index: 9
}

.slider-center .card-text,.swiper-slide .card-text {
    margin-bottom: 20px
}

.owl-next {
    position: relative
}

.owl-theme .owl-controls {
    text-align: center
}

.owl-theme .owl-controls .owl-nav div {
    border-radius: 30px;
    display: inline-block;
    font-size: 0;
    height: 50px;
    margin: 7px;
    padding: 7px;
    width: 50px
}

.owl-theme .owl-controls .owl-nav div.owl-next::before,.owl-theme .owl-controls .owl-nav div.owl-prev::before {
    content: "\eb5e";
    font-family: icofont!important;
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-transform: none
}

.owl-theme .owl-controls .owl-nav div.owl-next::before {
    content: "\eb61"!important
}

.error-400,.error-403,.error-404,.error-500,.error-503 {
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #2196f3
}

.error-400 h1,.error-403 h1,.error-404 h1,.error-500 h1,.error-503 h1 {
    text-shadow: 6px 6px 7px rgba(0,0,0,.32);
    padding: 70px 0;
    color: #fff;
    font-size: 150px;
    margin-bottom: 40px
}

.error-400 h5,.error-403 h5,.error-404 h5,.error-500 h5,.error-503 h5 {
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: 600;
    color: #fff
}

.error-400 p,.error-403 p,.error-404 p,.error-500 p,.error-503 p {
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: 400;
    color: #fff
}

.btn-error {
    background-color: #fff;
    border-color: #fff;
    padding: 10px 20px;
    color: #777
}

.btn-error:hover {
    color: #777
}

.error-500 h1 {
    background: url(../images/500@2x.png) no-repeat center
}

.error-503 h1 {
    background: url(../images/503@2x.png) no-repeat center
}

.error-404 h1 {
    background: url(../images/404@2x.png) no-repeat center
}

.error-400 h1 {
    background: url(../images/400@2x.png) no-repeat center
}

.error-403 h1 {
    background: url(../images/403@2x.png) no-repeat center
}

.breadcrumb-arrow .breadcrumb-item+.breadcrumb-item::before {
    content: "/"
}

.breadcrumb .breadcrumb-item .home::before {
    content: "\f124"
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb-3 {
    border: solid 1px #ddd;
    background-color: transparent
}

.icon-folder::before {
    content: "\f124"
}

#breadcrumb-triangle {
    list-style: none;
    display: inline-block
}

#breadcrumb-triangle .icon {
    font-size: 14px
}

#breadcrumb-triangle li {
    float: left;
    margin-top: 5px
}

#breadcrumb-triangle li:nth-child(even) a {
    background-color: #2196f3
}

#breadcrumb-triangle li:nth-child(even) a:before {
    border-color: #2196f3;
    border-left-color: transparent
}

#breadcrumb-triangle li:nth-child(even) a:after {
    border-left-color: #2196f3
}

#breadcrumb-triangle li:first-child a {
    padding-left: 15px;
    border-radius: 4px 0 0 4px
}

#breadcrumb-triangle li:first-child a:before {
    border: none
}

#breadcrumb-triangle li:last-child a {
    padding-right: 15px;
    border-radius: 0 4px 4px 0
}

#breadcrumb-triangle li:last-child a:after {
    border: none
}

#breadcrumb-triangle li a {
    color: #fff;
    display: block;
    background: #2196f3;
    text-decoration: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 23px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#breadcrumb-triangle li a:after,#breadcrumb-triangle li a:before {
    content: "";
    position: absolute;
    top: 0;
    border: solid #2196f3;
    border-width: 20px 10px;
    width: 0;
    height: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#breadcrumb-triangle li a:before {
    left: -20px;
    border-left-color: transparent
}

#breadcrumb-triangle li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #2196f3
}

#breadcrumb-triangle li a:hover {
    background-color: #40c4ff
}

#breadcrumb-triangle li a:hover:before {
    border-color: #40c4ff;
    border-left-color: transparent
}

#breadcrumb-triangle li a:hover:after {
    border-left-color: #40c4ff
}

#breadcrumb-triangle li a:active {
    background-color: #16a085
}

#breadcrumb-triangle li a:active:before {
    border-color: #16a085;
    border-left-color: transparent
}

#breadcrumb-triangle li a:active:after {
    border-left-color: #16a085
}

.breadcrumb-icon-block {
    padding-top: 15px
}

.pager {
    margin-bottom: 1rem
}

.pager a.prev {
    border-radius: 50px 0 0 50px
}

.pager a.next {
    border-radius: 0 50px 50px 0
}

.pager li {
    display: inline
}

ul.margin-pagination {
    display: inline-block;
    padding: 0;
    margin: 0
}

ul.margin-pagination li {
    display: inline
}

ul.margin-pagination li a {
    color: #000;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px
}

ul.margin-pagination li a.active {
    background-color: #4caf50;
    color: #fff;
    border: 1px solid #4caf50
}

ul.margin-pagination li a:hover:not(.active) {
    background-color: #ddd
}

.pager li>a:focus,.pager li>a:hover {
    text-decoration: none;
    background-color: #eee;
    color: #505050
}

.pager li a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager .previous>a,.pager .previous>span {
    float: left
}

.pager .next>a,.pager .next>span {
    float: right
}

.pager>a,.pager>span {
    color: #00b8ce
}

.icon-left-thin:before {
    content: "\2190"
}

.icon-right-thin:before {
    content: "\2192"
}

.pagination>li>a,.pagination>li>span {
    color: #00b8ce
}

.bootpag li.disabled a,.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.bootpag {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 10px;
    border-radius: 4px
}

.bootpag>li {
    display: inline
}

.bootpag>li>a,.bootpag>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.bootpag .active>a,.bootpag .active>span {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0275d8;
    border-color: #0275d8
}

.bootpag .active>a:focus,.bootpag .active>a:hover,.bootpag .active>span:focus,.bootpag .active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0275d8;
    border-color: #0275d8
}

.demo2 .bootpag {
    margin: 0
}

.card-img-bottom,.card-img-top {
    width: 100%
}

.global-cards .card-text {
    margin-bottom: 10px
}

.color-card footer,.color-card p {
    color: #fff
}

.color-card .color-default footer,.color-card .color-default p {
    color: #222
}

.color-card .card-default p,.color-card .card-default footer {
    color: #222
}

.common-img-bg {
    height: 100%;
    background-size: cover;
    background: url(../images/authentication-bg.jpg) no-repeat
}

.login {
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    background-color: #2196f3
}

.login h3 {
    color: #666;
    font-size: 20px;
    margin: 25px
}

.login ul li label {
    color: #757575;
    letter-spacing: 1px;
    font-weight: 600
}

.social-login {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 30px
}

.social-login .btn {
    margin-left: 5px;
    margin-right: 5px
}

.login-card {
    padding: 30px 20px;
    width: 500px;
    position: relative;
    display: block;
    background-color: #ffffff;
    */ -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.3);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.3);
}

.login-card h1 {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 400;
    font-size: center;
    color: #1b8bf9
}

.login-card i {
    color: #777
}

.login-card .md-input-wrapper {
    margin-bottom: 30px
}

.login-card .card-footer {
    background: #fff
}

.login-card .forget {
    border-bottom: 1px solid #fff;
    font-size: 24px;
    line-height: .6
}

.login-card .btn-forgot,.login-card .unlock {
    text-align: center
}

.btn-signup .btn-md,.btn-singin1 .btn-md,.btn-singin2 .btn-md {
    font-size: 22px;
    font-weight: 400;
    width: 400px
}

.form-group-main .form-group {
    margin: 30px 0
}

.imgs-screen .img-circle {
    padding: 4px;
    border: 1px solid #e6e6e4
}

.sign-in-with {
    margin: 24px auto 16px;
    text-align: center;
    font-weight: 600;
    position: relative
}

.sign-in-with .text {
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    padding: 0 8px;
    z-index: 9999
}

.sign-in-with .text:after {
    left: 100%
}

.sign-in-with .text:before {
    right: 100%
}

.sign-in-with .text:after,.sign-in-with .text:before {
    content: '';
    display: block;
    width: 60px;
    position: absolute;
    top: 8px;
    border-top: 1px solid rgba(0,0,0,.28)
}

.multiple-select,.select2-multiple-select {
    overflow-y: scroll
}

.input-success,.input-success:focus {
    border: 1px solid #4caf50;
    -webkit-box-shadow: none;
    box-shadow: none
}

.input-warning,.input-warning:focus {
    border: 1px solid #f57c00;
    -webkit-box-shadow: none;
    box-shadow: none
}

.input-danger,.input-danger:focus {
    border: 1px solid #ff5b5b!important;
    -webkit-box-shadow: none;
    box-shadow: none
}

.input-icon {
    position: absolute;
    top: 10px;
    right: 30px
}

.addon-btn {
    padding: 8px .75rem;
    font-size: 14px;
    line-height: 1.25
}

.form-control-label {
    font-weight: 700
}

.form-control,.form-group label {
    font-size: 12px;
}

.input-group-addon {
    padding: 8px .75rem;
    font-size: 14px;
    line-height: 1.25
}

.form-control-lg,.input-group-lg .form-control,.input-group-lg .input-group-addon,.input-group-lg .input-group-btn .btn,.md-input-lg {
    font-size: 1.25rem
}

.form-control-sm,.input-group-sm .form-control,.input-group-sm .input-group-addon,.input-group-sm .input-group-btn .btn,.md-input-sm {
    font-size: .875rem
}

.inline-forms .card-block .inline-form-style {
    margin-bottom: 0
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100%!important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px
}

.select2-container .select2-selection--single {
    height: 38px
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    height: 36px
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 36px
}

.sign-in-up {
    display: flex;
    background-color: #1b8bf9
}

.sign-in-up-left {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.sign-in-up-right {
    width: 60%;
    background-color: #fff;
    padding: 20px
}

.sign-in-up-right .md-tabs {
    border: none;
    margin-bottom: 40px
}

.sign-in-up-right .md-tabs .nav-item a {
    padding: 0 0 20px!important
}

.login-up button.close {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 999
}

.nestable-menu {
    padding: 0;
    margin: 0
}

.btn .badge {
    margin-left: 8px
}

.btn-danger .badge,.btn-default .badge,.btn-info .badge,.btn-primary .badge,.btn-success .badge,.btn-warning .badge {
    background-color: #fff;
    padding: 4px 5px;
    border-radius: 50%
}

.btn-primary .badge {
    color: #2196f3
}

.btn-success .badge {
    color: #4caf50
}

.btn-warning .badge {
    color: #f57c00
}

.btn-danger .badge {
    color: #ff5252
}

.btn-info .badge {
    color: #40c4ff
}

.btn-default .badge {
    background-color: #757575;
    color: #fff
}

.badge {
    color: #fff;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px
}

.badge-md {
    padding: 4px 8px;
    font-size: 14px
}

.badge-lg {
    padding: 5px 9px;
    font-size: 14px
}

.label {
    display: inline;
    padding: 2px 7px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-right: 10px
}

.label-bagdes .label-icon {
    position: relative;
    font-size: 20px
}

.label-bagdes .badge {
    margin-bottom: 0
}

.label-lg {
    padding: 6px 21px
}

.label-md {
    padding: 4px 14px
}

.badge-default,.label-default {
    color: #fff;
    background-color: #757575
}

.badge-primary,.label-primary {
    background-color: #2196f3
}

.badge-success,.label-success {
    background-color: #4caf50
}

.badge-warning,.label-warning {
    background-color: #f57c00
}

.badge-danger,.label-danger {
    background-color: #ff5252
}

.badge-info,.label-info {
    background-color: #40c4ff
}

.badge-inverse-default,.label-inverse-default {
    color: #757575;
    border: 1px solid #757575;
    padding: 2px 7px
}

.label-bagdes .card .card-block p {
    margin-bottom: 20px
}

.group-label {
    display: inline-block
}

.label-icon label {
    position: absolute
}

.badge-inverse-primary,.label-inverse-primary {
    color: #2196f3;
    border: 1px solid #2196f3;
    padding: 2px 7px
}

.badge-inverse-success,.label-inverse-success {
    color: #4caf50;
    border: 1px solid #4caf50;
    padding: 2px 7px
}

.badge-inverse-warning,.label-inverse-warning {
    color: #f57c00;
    border: 1px solid #f57c00;
    padding: 2px 7px
}

.badge-inverse-danger,.label-inverse-danger {
    color: #ff5252;
    border: 1px solid #ff5252;
    padding: 2px 7px
}

.badge-inverse-info,.label-inverse-info {
    color: #40c4ff;
    border: 1px solid #40c4ff;
    padding: 2px 7px
}

.badge-top-left {
    margin-right: -10px;
    right: 100%;
    top: -3px
}

.badge-top-right {
    margin-left: -10px;
    top: -3px
}

.badge-bottom-left {
    margin-left: -33px;
    bottom: -4px;
    right: 97%
}

.badge-bottom-right {
    margin-left: -7px;
    bottom: -3px
}

.label-bagdes .label-main {
    margin-bottom: 10px;
    display: inline-block
}

.card-list-img {
    height: 75px;
    width: 75px
}

.basic-list {
    margin-bottom: 30px
}

.basic-list li {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc
}

.basic-list li:last-child {
    border: none;
    padding-bottom: 0
}

.basic-list.list-icons li,.basic-list.list-icons-img li {
    margin-left: 50px;
    position: relative
}

.list-icons i {
    left: -64px;
    top: 0;
    bottom: -1px;
    width: 64px;
    padding: 8px 0
}

.list-icons-img img {
    left: -60px;
    top: 0;
    bottom: -1px;
    width: 40px;
    padding: 8px 0
}

.list-view li button {
    margin-right: 10px;
    margin-bottom: 10px
}

.dynamic-row {
    margin-bottom: 30px
}

.portlets i {
    margin-left: 10px
}

.portlets-default .card-header {
    background-color: #fff
}

.portlets-danger .card-header,.portlets-danger .card-header i,.portlets-deep-orange .card-header,.portlets-deep-orange .card-header i,.portlets-gray .card-header,.portlets-gray .card-header i,.portlets-info .card-header,.portlets-info .card-header i,.portlets-inverse .card-header,.portlets-inverse .card-header i,.portlets-pink .card-header,.portlets-pink .card-header i,.portlets-primary .card-header,.portlets-primary .card-header i,.portlets-purple .card-header,.portlets-purple .card-header i,.portlets-success .card-header,.portlets-success .card-header i,.portlets-warning .card-header,.portlets-warning .card-header i {
    color: #fff
}

.portlets-primary .card-header {
    background-color: #2196f3
}

.portlets-success .card-header {
    background-color: #4caf50
}

.portlets-warning .card-header {
    background-color: #f57c00
}

.portlets-danger .card-header {
    background-color: #ff5252
}

.portlets-info .card-header {
    background-color: #40c4ff
}

.portlets-inverse .card-header {
    background-color: #4c5667
}

.portlets-gray .card-header {
    background-color: gray
}

.portlets-purple .card-header {
    background-color: purple
}

.portlets-pink .card-header {
    background-color: #fb6d9d
}

.portlets-deep-orange .card-header {
    background-color: #e64a19
}

.btry-loader .btry {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 40px;
    margin: -10px 0 0 -20px;
    border: 1px solid #f36;
    border-radius: 3px
}

.btry-loader .btry:after {
    display: block;
    content: "";
    position: absolute;
    top: -3px;
    height: 2px;
    width: 8px;
    background: #f36;
    border-radius: 0 2px 20px 0;
    left: 5px
}

.btry-loader .btry .btry-charge {
    position: absolute;
    z-index: 100;
    height: 16px;
    width: 16px;
    bottom: 1px;
    left: 1px;
    background: #f36;
    border-radius: 1px;
    -webkit-animation: red-btry 2s linear 0s infinite;
    -moz-animation: red-btry 2s linear 0s infinite;
    -ms-animation: red-btry 2s linear 0s infinite;
    animation: red-btry 2s linear 0s infinite
}

.btry-loader .radius {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 1px solid #ddd;
    border-radius: 50%
}

.btry-loader .radius .btry-charge {
    position: absolute;
    z-index: 100;
    height: 20px;
    width: 4px;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -2px;
    border-top: 4px solid #f36;
    -webkit-animation: rotation 1s linear 0s infinite;
    -moz-animation: rotation 1s linear 0s infinite;
    -ms-animation: rotation 1s linear 0s infinite;
    animation: rotation 1s linear 0s infinite;
    transform-origin: center bottom
}

@-webkit-keyframes red-btry {
    0% {
        height: 20px
    }

    100% {
        height: 36px
    }
}

@keyframes red-btry {
    0% {
        height: 20px
    }

    100% {
        height: 36px
    }
}

@-webkit-keyframes rotation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(60deg)
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(60deg)
    }
}

.loader-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,.5);
    z-index: 9999
}

.loader-bg .loader-bar {
    position: fixed;
    height: 5px;
    width: 80%;
    top: 0;
    left: 0;
    background: #2196f3;
    -webkit-animation: barfiller 2s;
    -moz-animation: barfiller 2s;
    -ms-animation: barfiller 2s;
    animation: barfiller 2s
}

@-webkit-keyframes barfiller {
    0% {
        width: 0
    }

    25% {
        width: 20%
    }

    50% {
        width: 40%
    }

    70% {
        width: 60%
    }

    100% {
        width: 80%
    }
}

@keyframes barfiller {
    0% {
        width: 0
    }

    25% {
        width: 20%
    }

    50% {
        width: 40%
    }

    70% {
        width: 60%
    }

    100% {
        width: 80%
    }
}

:-webkit-full-screen #myObject {
    font-size: 20px;
    width: 100%
}

:-moz-full-screen #myObject {
    font-size: 20px;
    width: 100%
}

.fc-left {
    margin-bottom: 10px
}

#external-events h4 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 1em
}

#external-events p {
    margin: 1.5em 0;
    font-size: 11px;
    color: #666
}

#external-events p input {
    margin: 0;
    vertical-align: middle
}

#external-events .rkmd-checkbox {
    margin-top: 10px;
    margin-bottom: 10px
}

.fc td,.fc th {
    line-height: 2.5
}

.fc button {
    height: auto;
    padding: 10px
}

.fc .fc-toolbar>*>* {
    margin-left: 0
}

.fc-state-default {
    background-color: #fff;
    color: #272727
}

tr:first-child>td>.fc-day-grid-event {
    color: #ccc;
    padding-left: 10px;
    background: #f3f3f3
}

.fc-nonbusiness {
    background-color: #fff
}

.fc-state-active {
    background-color: #1b8bf9;
    color: #fff
}

.fc-toolbar {
    margin-bottom: 8px
}

.fc-toolbar .fc-center {
    display: block
}

.fc-toolbar .fc-center h2 {
    font-weight: 300;
    font-size: 25px;
    margin-top: 10px
}

.fc-toolbar .fc-left {
    float: left
}

.fc-button-group {
    margin-right: 10px
}

.fc-toolbar .fc-left {
    float: right
}

.fc button {
    height: auto;
    padding: 10px
}

.fc-event,.fc-event-dot {
    background-color: transparent
}

.fc-day-grid-event:hover {
    color: #000!important;
    opacity: .8
}

.fc-time-grid-event .fc-content {
    color: #fff
}

.fc-event,.fc-event-dot {
    background-color: transparent
}

.fc .fc-toolbar>*>* {
    margin-left: 0
}

.fc th,.fc td {
    line-height: 2.5
}

#external-events .fc-event {
    background: #f3f3f3!important;
    color: #000!important;
    cursor: move!important;
    border: 1px solid transparent;
    padding: 5px 18px!important;
    margin-bottom: 5px!important
}

.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 3;
    border-left: 4px solid #1b8bf9;
    font-weight: 400
}

.task-title {
    width: 90%
}

.task-checkbox {
    margin-right: 10px
}

.to-do-label {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.to-do-label .rkmd-checkbox {
    width: 100%
}

.to-do-label:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0
}

.task-panel .to-do-label {
    padding-bottom: 0
}

.to-do-list {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.to-do-list:last-child {
    border: none;
    padding: 0;
    margin: 0
}

.to-do-list:hover i {
    opacity: 1;
    -webkit-transition: opacity ease-in .3s;
    -moz-transition: opacity ease-in .3s;
    -ms-transition: opacity ease-in .3s;
    transition: opacity ease-in .3s
}

.to-do-list i {
    color: #ccc;
    font-size: 24px;
    opacity: 0
}

.to-do-list p {
    display: inline-block
}

.tasks-widget .input-checkbox~label,.to-do-list .input-checkbox~label {
    padding-left: 40px
}

.done-task .captions,.done-task~label {
    text-decoration: line-through
}

.md-input-wrapper {
    position: relative;
    padding-top: 4px;
    width: 100%;
    display: block;
    margin-bottom: 20px
}

.md-input-wrapper>label {
    text-transform: initial;
    color: #727272;
    position: absolute;
    top: 16px;
    left: 4px;
    right: 0;
    pointer-events: none;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    transition: all 150ms ease-out
}

.md-input-wrapper .md-line {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.md-input-wrapper .md-check {
    padding-left: 0;
    top: 0
}

.md-input-wrapper select,.md-input-wrapper textarea,input[type=email].md-form-control,input[type=file].md-form-control,input[type=number].md-form-control,input[type=password].md-form-control,input[type=text].md-form-control {
    border-radius: 0;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.12);
    -webkit-box-shadow: inset 0 -1px 0 transparent;
    box-shadow: inset 0 -1px 0 transparent;
    box-sizing: border-box;
    padding: 12px 4px;
    background: 0 0;
    width: 100%;
    display: block;
    max-height: 100px
}

.md-disable {
    opacity: .7
}

.md-disable input {
    cursor: not-allowed
}

.checkbox-ripple {
    cursor: pointer
}

.checkbox-default label,.checkbox-disable,.fade-in-default label,.radio-disable label {
    opacity: .6;
    cursor: not-allowed
}

.md-form-control:focus~.md-line:before,.md-input-wrapper .md-line:after,.md-input-wrapper .md-line:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #1976d2;
    -webkit-transition: width .4s cubic-bezier(.4,0,.2,1);
    -moz-transition: width .4s cubic-bezier(.4,0,.2,1);
    -ms-transition: width .4s cubic-bezier(.4,0,.2,1);
    transition: width .4s cubic-bezier(.4,0,.2,1)
}

.md-form-control:focus~.md-line:after,.md-form-control:focus~.md-line:before {
    width: 100%;
    background: #1b8bf9
}

.md-form-control .md-line:before {
    left: 50%
}

.md-form-control .md-line:after {
    right: 50%
}

.md-static~label {
    top: -6px;
    font-size: 13px
}

.md-form-control:focus~label,.md-form-control:valid~label,.md-valid~label {
    top: -6px;
    font-size: 13px;
    color: #1b8bf9
}

.md-label-file {
    position: absolute;
    top: 12px
}

.md-add-on {
    padding-right: 20px;
    vertical-align: middle;
    padding-left: 5px;
    display: table-cell
}

.md-group-add-on {
    display: block;
    position: relative;
    margin-bottom: 20px
}

.md-group-add-on .md-input-wrapper {
    margin-bottom: 0;
    display: table-cell
}

.md-group-add-on .md-add-on {
    vertical-align: middle;
    display: inline-block;
    width: 35px;
    float: left;
    height: 3rem;
    line-height: 3rem;
    padding-top: 2px
}

.md-group-add-on .md-add-on~.md-input-wrapper {
    display: inline-block;
    width: calc(100% - 40px)
}

.md-input-file {
    overflow: hidden;
    padding-left: 10px
}

.md-input-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}

.md-add-on-file {
    float: left;
    height: 3rem;
    line-height: 3rem
}

.md-form-file~.md-form-control {
    opacity: 0;
    position: absolute;
    top: 0
}

.md-input-primary .md-form-control {
    border-color: #1b8bf9!important
}

.md-form-control:focus~.md-line:before,.md-input-primary .md-form-control:focus~.md-line:after,.md-input-primary .md-form-control:focus~.md-line:before,.md-input-primary .md-line:after,.md-input-primary .md-line:before {
    background: #1b8bf9
}

.md-input-primary .md-form-control:focus~label,.md-input-primary>label,.md-valid~label {
    color: #1b8bf9
}

.md-input-success .md-form-control {
    border-color: #4caf50!important
}

.md-form-control:focus~.md-line:before,.md-input-success .md-form-control:focus~.md-line:after,.md-input-success .md-form-control:focus~.md-line:before,.md-input-success .md-line:after,.md-input-success .md-line:before {
    background: #4caf50
}

.md-input-success .md-form-control:focus~label,.md-input-success>label,.md-valid~label {
    color: #4caf50
}

.md-input-warning .md-form-control {
    border-color: #f57c00!important
}

.md-form-control:focus~.md-line:before,.md-input-warning .md-form-control:focus~.md-line:after,.md-input-warning .md-form-control:focus~.md-line:before,.md-input-warning .md-line:after,.md-input-warning .md-line:before {
    background: #f57c00
}

.md-input-warning .md-form-control:focus~label,.md-input-warning>label,.md-valid~label {
    color: #f57c00
}

.md-input-danger .md-form-control {
    border-color: #ff5252!important
}

.md-form-control:focus~.md-line:before,.md-input-danger .md-form-control:focus~.md-line:after,.md-input-danger .md-form-control:focus~.md-line:before,.md-input-danger .md-line:after,.md-input-danger .md-line:before {
    background: #ff5252
}

.md-input-danger .md-form-control:focus~label,.md-input-danger>label,.md-valid~label {
    color: #ff5252
}

.md-input-info .md-form-control {
    border-color: #40c4ff!important
}

.md-form-control:focus~.md-line:before,.md-input-info .md-form-control:focus~.md-line:after,.md-input-info .md-form-control:focus~.md-line:before,.md-input-info .md-line:after,.md-input-info .md-line:before {
    background: #40c4ff
}

.md-input-info .md-form-control:focus~label,.md-input-info>label,.md-valid~label {
    color: #40c4ff
}

.bar {
    position: relative;
    display: block;
    width: 100%
}

.bar:after,.bar:before {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: #1b8bf9;
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    -ms-transition: .2s ease all;
    transition: .2s ease all
}

.bar:before {
    left: 50%
}

.bar:after {
    right: 50%
}

.bar-focus {
    border-bottom: 2px solid #1b8bf9
}

.bar-focus:after,.bar-focus:before {
    display: none
}

.bar-warning {
    border-bottom: 2px solid #f57c00
}

.bar-success {
    border-bottom: 2px solid #4caf50
}

.bar-info {
    border-bottom: 2px solid #40c4ff
}

.bar-danger {
    border-bottom: 2px solid #ff5252
}

.ios-switch {
    opacity: 0;
    position: absolute
}

input[type=checkbox].ios-switch+div {
    vertical-align: middle;
    width: 40px;
    height: 22px;
    border: 1px solid #ccc;
    border-radius: 999px;
    background-color: #fff;
    -webkit-transition-duration: .4s;
    -webkit-transition-property: background-color,box-shadow;
    -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,.4);
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.4);
    margin-right: 20px
}

input[type=checkbox].ios-switch:checked+div {
    width: 40px;
    background-position: 0 0;
    background-color: #3b89ec;
    border: 1px solid #0e62cd;
    -webkit-box-shadow: inset 0 0 0 10px #3b89ff;
    box-shadow: inset 0 0 0 10px #3b89ff
}

input[type=checkbox].tinyswitch.ios-switch+div {
    width: 34px;
    height: 18px
}

input[type=checkbox].bigswitch.ios-switch+div {
    width: 50px;
    height: 27px
}

input[type=checkbox].primary.ios-switch:checked+div {
    background-color: #2196f3;
    border: 1px solid #00a23f;
    -webkit-box-shadow: inset 0 0 0 10px #2196f3;
    box-shadow: inset 0 0 0 10px #2196f3
}

input[type=checkbox].warning.ios-switch:checked+div {
    background-color: #f57c00;
    border: 1px solid #00a23f;
    -webkit-box-shadow: inset 0 0 0 10px #f57c00;
    box-shadow: inset 0 0 0 10px #f57c00
}

input[type=checkbox].success.ios-switch:checked+div {
    background-color: #4caf50;
    border: 1px solid #00a23f;
    -webkit-box-shadow: inset 0 0 0 10px #4caf50;
    box-shadow: inset 0 0 0 10px #4caf50
}

input[type=checkbox].info.ios-switch:checked+div {
    background-color: #40c4ff;
    border: 1px solid #00a23f;
    -webkit-box-shadow: inset 0 0 0 10px #40c4ff;
    box-shadow: inset 0 0 0 10px #40c4ff
}

input[type=checkbox].danger.ios-switch:checked+div {
    background-color: #ff5252;
    border: 1px solid #00a23f;
    -webkit-box-shadow: inset 0 0 0 10px #ff5252;
    box-shadow: inset 0 0 0 10px #ff5252
}

input[type=checkbox].ios-switch+div>div {
    float: left;
    width: 18px;
    height: 18px;
    border-radius: inherit;
    background: #eeeded;
    -webkit-transition-timing-function: cubic-bezier(.54,1.85,.5,1);
    -webkit-transition-duration: .4s;
    -webkit-transition-property: transform,background-color,box-shadow;
    -moz-transition-timing-function: cubic-bezier(.54,1.85,.5,1);
    -moz-transition-duration: .4s;
    -moz-transition-property: transform,background-color;
    pointer-events: none;
    margin-top: 1px;
    margin-left: 1px;
    border: 1px solid #eeeded
}

input[type=checkbox].ios-switch:checked+div>div {
    -webkit-transform: translate3d(20px,0,0);
    -moz-transform: translate3d(20px,0,0);
    background-color: #fff;
    border: 1px solid #eeeded
}

input[type=checkbox].green.ios-switch:checked+div>div {
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3),0 0 0 1px #00a23f;
    box-shadow: 0 2px 5px rgba(0,0,0,.3),0 0 0 1px #00a23f
}

.rkmd-checkbox {
    color: #818181;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .5px;
    display: inline-block;
    margin-right: 20px;
    position: relative
}

.rkmd-checkbox .captions {
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    position: relative;
    padding-left: 40px
}

.rkmd-checkbox .input-checkbox {
    position: absolute;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0;
    top: -5px
}

.rkmd-checkbox .input-checkbox input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    left: 7px;
    bottom: 7px;
    margin: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    opacity: 0
}

.rkmd-checkbox .input-checkbox input[type=checkbox]+.checkbox:before {
    content: "\f14a";
    color: #717171;
    position: absolute;
    left: 4px;
    bottom: 8px;
    width: 18px;
    height: 18px;
    font-family: fontawesome;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: -6px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 1
}

.rkmd-checkbox .input-checkbox input[type=checkbox]:checked+.checkbox:before {
    content: "\f00c"
}

.rkmd-checkbox .input-checkbox input[type=checkbox]:active:not(:disabled)+.checkbox:before {
    -webkit-transform: scale3d(.88,.88,1);
    -moz-transform: scale3d(.88,.88,1);
    -ms-transform: scale3d(.88,.88,1);
    transform: scale3d(.88,.88,1)
}

.rkmd-checkbox .input-checkbox input[type=checkbox]:disabled+.checkbox:before {
    color: rgba(0,0,0,.157)!important
}

.rkmd-checkbox.checkbox-light .label,.rkmd-checkbox.checkbox-light input[type=checkbox]+.checkbox:before,.rkmd-checkbox.checkbox-light label {
    color: #fff
}

.rkmd-checkbox.checkbox-light input[type=checkbox]:disabled+.checkbox:before {
    color: #5d5d5d!important
}

.rkmd-checkbox.checkbox-light.checkbox-rotate input[type=checkbox]+.checkbox:before {
    border-color: #fff
}

.rkmd-checkbox.checkbox-light.checkbox-rotate input[type=checkbox]:disabled+.checkbox:before {
    border-color: #5d5d5d!important
}

.rkmd-checkbox .label,.rkmd-checkbox label {
    cursor: pointer
}

.rkmd-checkbox.checkbox-rotate .input-checkbox input[type=checkbox]+.checkbox {
    cursor: pointer
}

.rkmd-checkbox.checkbox-rotate .input-checkbox input[type=checkbox]+.checkbox:before {
    content: "";
    position: absolute;
    left: 7px;
    bottom: 7px;
    width: 18px;
    height: 18px;
    border: 2px solid #717171;
    border-radius: 2px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 1
}

.rkmd-checkbox.checkbox-rotate .input-checkbox input[type=checkbox]:checked+.checkbox:before {
    left: 11px;
    width: 12px;
    height: 20px;
    border-width: 2px;
    border-style: solid;
    border-top: transparent;
    border-left: transparent;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    border-radius: 1px
}

.rkmd-checkbox.checkbox-rotate .input-checkbox input[type=checkbox]:disabled+.checkbox:before {
    border-color: rgba(0,0,0,.157)!important
}

.rkmd-checkbox.checkbox-rotate .input-checkbox input[type=checkbox].checkbox-ripple .ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.rkmd-checkbox.checkbox-rotate .input-checkbox input[type=checkbox].checkbox-ripple .ripple.animated {
    display: block;
    -webkit-transition: checkbox-ripple 400ms ease-out;
    -moz-transition: checkbox-ripple 400ms ease-out;
    -ms-transition: checkbox-ripple 400ms ease-out;
    transition: checkbox-ripple 400ms ease-out
}

.rkmd-checkbox.checkbox-rotate .checkbox-primary input[type=checkbox]:checked+.checkbox:before {
    border-color: #2196f3
}

.rkmd-checkbox.checkbox-rotate .checkbox-warning input[type=checkbox]:checked+.checkbox:before {
    border-color: #f57c00
}

.rkmd-checkbox.checkbox-rotate .checkbox-success input[type=checkbox]:checked+.checkbox:before {
    border-color: #4caf50
}

.rkmd-checkbox.checkbox-rotate .checkbox-info input[type=checkbox]:checked+.checkbox:before {
    border-color: #40c4ff
}

.rkmd-checkbox.checkbox-rotate .checkbox-danger input[type=checkbox]:checked+.checkbox:before {
    border-color: #ff5252
}

.widget-to-do-list .rkmd-checkbox .input-checkbox {
    left: 0
}

@-webkit-keyframes checkbox-ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }
}

@keyframes checkbox-ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }
}

.fade-in-danger,.fade-in-default,.fade-in-info,.fade-in-primary,.fade-in-success,.fade-in-warning {
    cursor: pointer;
    display: inline-block;
    margin-right: 20px
}

.checkbox-fade label {
    display: flex;
    align-items: center
}

.checkbox-fade label input[type=checkbox],.checkbox-fade label input[type=radio],.radio label input[type=checkbox],.radio label input[type=radio] {
    display: none
}

.checkbox-fade label input[type=checkbox]:checked+.cr>.cr-icon,.checkbox-fade label input[type=radio]:checked+.cr>.cr-icon,.radio label input[type=checkbox]:checked+.cr>.cr-icon,.radio label input[type=radio]:checked+.cr>.cr-icon {
    -webkit-transform: scale(1) rotateZ(0deg);
    -moz-transform: scale(1) rotateZ(0deg);
    -ms-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg);
    opacity: 1
}

.checkbox-fade label input[type=checkbox]:disabled+.cr,.checkbox-fade label input[type=radio]:disabled+.cr,.radio label input[type=checkbox]:disabled+.cr,.radio label input[type=radio]:disabled+.cr {
    opacity: .5
}

.checkbox-fade label input[type=checkbox]+.cr>.cr-icon,.checkbox-fade label input[type=radio]+.cr>.cr-icon,.radio label input[type=checkbox]+.cr>.cr-icon,.radio label input[type=radio]+.cr>.cr-icon {
    -webkit-transform: scale(3) rotateZ(-20deg);
    -moz-transform: scale(3) rotateZ(-20deg);
    -ms-transform: scale(3) rotateZ(-20deg);
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.checkbox-fade label:after,.radio label:after {
    content: '';
    display: table;
    clear: both
}

.checkbox-fade .cr,.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    cursor: pointer
}

.checkbox-fade .cr .cr-icon,.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%
}

.radio .cr {
    border-radius: 50%
}

.radio .cr .cr-icon {
    margin-left: .04em
}

.fade-in-primary .cr {
    border: 1px solid #2196f3
}

.fade-in-warning .cr {
    border: 1px solid #f57c00
}

.fade-in-success .cr {
    border: 1px solid #4caf50
}

.fade-in-info .cr {
    border: 1px solid #40c4ff
}

.fade-in-danger .cr {
    border: 1px solid #ff5252
}

.checkbox-color {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer
}

.checkbox-color label {
    display: inline-block;
    position: relative;
    padding-left: 5px
}

.checkbox-color label::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out,color .15s ease-in-out;
    -moz-transition: border .15s ease-in-out,color .15s ease-in-out;
    -ms-transition: border .15s ease-in-out,color .15s ease-in-out;
    transition: border .15s ease-in-out,color .15s ease-in-out
}

.checkbox-color label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 3px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555
}

.checkbox-color input[type=checkbox] {
    opacity: 0
}

.checkbox-color input[type=checkbox]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.checkbox-color input[type=checkbox]:checked+label::after {
    font-family: fontawesome;
    content: "\f00c"
}

.checkbox-color input[type=checkbox]:disabled+label {
    opacity: .65
}

.checkbox-color input[type=checkbox]:disabled+label::before {
    background-color: #eee;
    cursor: not-allowed
}

.checkbox-color.checkbox-circle label::before {
    border-radius: 50%
}

.checkbox-color.checkbox-inline {
    margin-top: 0
}

.checkbox-primary input[type=checkbox]:checked+label::after,.checkbox-danger input[type=checkbox]:checked+label::after,.checkbox-info input[type=checkbox]:checked+label::after,.checkbox-warning input[type=checkbox]:checked+label::after,.checkbox-success input[type=checkbox]:checked+label::after {
    color: #fff
}

.checkbox-primary input[type=checkbox]:checked+label::before {
    background-color: #2196f3;
    border-color: #2196f3
}

.checkbox-danger input[type=checkbox]:checked+label::before {
    background-color: #ff5252;
    border-color: #ff5252
}

.checkbox-info input[type=checkbox]:checked+label::before {
    background-color: #40c4ff;
    border-color: #40c4ff
}

.checkbox-warning input[type=checkbox]:checked+label::before {
    background-color: #f57c00;
    border-color: #f57c00
}

.checkbox-success input[type=checkbox]:checked+label::before {
    background-color: #4caf50;
    border-color: #4caf50
}

.form-radio {
    position: relative
}

.form-radio .form-help {
    position: absolute;
    width: 100%
}

.form-radio label {
    position: relative;
    padding-left: 1.5rem;
    text-align: left;
    color: #333;
    display: block
}

.form-radio input {
    width: auto;
    opacity: .00000001;
    position: absolute;
    left: 0
}

.radio .helper {
    position: absolute;
    top: -.15rem;
    left: -.25rem;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999
}

.radio .helper::after {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background-color: #1b8bf9;
    border-color: #337ab7
}

.radio .helper::after,.radio .helper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: .25rem;
    width: 1rem;
    height: 1rem;
    -webkit-transition: -webkit-transform .28s ease;
    transition: -webkit-transform .28s ease;
    transition: transform .28s ease,-webkit-transform .28s ease;
    border-radius: 50%;
    border: .125rem solid currentColor
}

.radio label:hover .helper {
    color: #1b8bf9
}

.radio input:checked~.helper::after {
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

.radio input:checked~.helper::before {
    color: #1b8bf9
}

.radio.radiofill input:checked~.helper::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.radio.radiofill .helper::after {
    background-color: #1b8bf9
}

.radio-inline {
    display: inline-block;
    margin-right: 20px
}

.form-help {
    margin-top: .125rem;
    margin-left: .125rem;
    color: #b3b3b3;
    font-size: .8rem
}

.multiselect-native-select .btn-default,.multiselect-native-select .btn-default:active,.multiselect-native-select .btn-default:focus,.multiselect-native-select .btn-default:hover {
    border-color: rgba(0,0,0,.15);
    font-weight: 300
}

.multiselect .caret {
    display: none
}

.caret {
    color: #666;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

.custom-header {
    text-align: center;
    padding: 3px;
    background: #2196f3;
    color: #fff
}

.loaders .card {
    min-height: 200px
}

.loader {
    margin: 18px auto;
    top: 65px;
    left: 65px;
    right: 0;
    width: 100px;
    height: 100px;
    position: relative;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.loader.animation-start .circle {
    -webkit-animation: rotating 2s ease-in-out infinite;
    -moz-animation: rotating 2s ease-in-out infinite;
    -ms-animation: rotating 2s ease-in-out infinite;
    animation: rotating 2s ease-in-out infinite
}

.loader.animation-stop .circle {
    animation-iteration-count: 1
}

.loader .circle {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    transform-origin: 50% 50%;
    animation-iteration-count: 0
}

.loader .circle:after {
    content: '';
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #1b8bf9
}

.loader .circle.delay-1 {
    animation-delay: .125s
}

.loader .circle.size-1:after {
    width: 11px;
    height: 11px
}

.loader .circle.delay-2 {
    animation-delay: .25s
}

.loader .circle.size-2:after {
    width: 12px;
    height: 12px
}

.loader .circle.delay-3 {
    animation-delay: .375s
}

.loader .circle.size-3:after {
    width: 13px;
    height: 13px
}

.loader .circle.delay-4 {
    animation-delay: .5s
}

.loader .circle.size-4:after {
    width: 14px;
    height: 14px
}

.loader .circle.delay-5 {
    animation-delay: .625s
}

.loader .circle.size-5:after {
    width: 15px;
    height: 15px
}

.loader .circle.delay-6 {
    animation-delay: .75s
}

.loader .circle.size-6:after {
    width: 16px;
    height: 16px
}

.loader .circle.delay-7 {
    animation-delay: .875s
}

.loader .circle.size-7:after {
    width: 17px;
    height: 17px
}

.loader .circle.delay-8 {
    animation-delay: 1s
}

.loader .circle.size-8:after {
    width: 18px;
    height: 18px
}

.loader .circle.delay-9 {
    animation-delay: 1.125s
}

.loader .circle.size-9:after {
    width: 19px;
    height: 19px
}

.loader .circle.delay-10 {
    animation-delay: 1.25s
}

.loader .circle.size-10:after {
    width: 20px;
    height: 20px
}

.loader .circle.delay-11 {
    animation-delay: 1.357s
}

.loader .circle.size-11:after {
    width: 21px;
    height: 21px
}

.loader .circle.delay-12 {
    animation-delay: 1.5s
}

.loader .circle.size-12:after {
    width: 22px;
    height: 22px
}

@-webkit-keyframes rotating {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

#loader2 {
    width: 80px;
    height: 130px;
    display: block;
    transform-origin: 50% 50%;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -ms-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

#circle-loader2 {
    fill: none;
    stroke: #1b8bf9;
    stroke-width: 4;
    -webkit-animation: draw 3s ease-in-out infinite;
    -moz-animation: draw 3s ease-in-out infinite;
    -ms-animation: draw 3s ease-in-out infinite;
    animation: draw 3s ease-in-out infinite
}

@-webkit-keyframes draw {
    0% {
        stroke-dasharray: 20,282.6
    }

    50% {
        stroke-dasharray: 200,282.6
    }

    100% {
        stroke-dasharray: 20,282.6
    }
}

@keyframes draw {
    0% {
        stroke-dasharray: 20,282.6
    }

    50% {
        stroke-dasharray: 200,282.6
    }

    100% {
        stroke-dasharray: 20,282.6
    }
}

@-webkit-keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.preloader3 {
    width: 130px;
    height: 130px;
    text-align: center;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.preloader3>div {
    margin: 2px;
    background-color: #1b8bf9;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: stretchdelay .7s infinite ease-in-out;
    -moz-animation: stretchdelay .7s infinite ease-in-out;
    -ms-animation: stretchdelay .7s infinite ease-in-out;
    animation: stretchdelay .7s infinite ease-in-out
}

.preloader3 .loader-md {
    height: 13px;
    width: 13px
}

.preloader3 .loader-lg {
    height: 18px;
    width: 18px
}

.preloader3 .circ2 {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.preloader3 .circ3 {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.preloader3 .circ4 {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.preloader3 .circ5 {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

@-webkit-keyframes stretchdelay {
    0%,100%,40% {
        -webkit-transform: translateY(-10px)
    }

    20% {
        -webkit-transform: translateY(-20px)
    }
}

@keyframes stretchdelay {
    0%,100%,40% {
        -webkit-transform: translateY(-10px)
    }

    20% {
        -webkit-transform: translateY(-20px)
    }
}

@-webkit-keyframes rotateColor {
    0% {
        border-border-top-color: #1b8bf9
    }

    12.5% {
        border-bottom-color: rgba(27,139,249,.8)
    }

    25% {
        border-bottom-color: rgba(27,139,249,.6)
    }

    37.5% {
        border-bottom-color: rgba(27,139,249,.4)
    }

    50% {
        border-bottom-color: rgba(27,139,249,.6)
    }

    50.00001% {
        border-bottom-color: #1b8bf9
    }

    62.5% {
        border-bottom-color: rgba(27,139,249,.8)
    }

    75% {
        border-bottom-color: rgba(27,139,249,.6)
    }

    87.5% {
        border-bottom-color: rgba(27,139,249,.4)
    }
}

@keyframes rotateColor {
    0% {
        border-border-top-color: #1b8bf9
    }

    12.5% {
        border-bottom-color: rgba(27,139,249,.8)
    }

    25% {
        border-bottom-color: rgba(27,139,249,.6)
    }

    37.5% {
        border-bottom-color: rgba(27,139,249,.4)
    }

    50% {
        border-bottom-color: rgba(27,139,249,.6)
    }

    50.00001% {
        border-bottom-color: #1b8bf9
    }

    62.5% {
        border-bottom-color: rgba(27,139,249,.8)
    }

    75% {
        border-bottom-color: rgba(27,139,249,.6)
    }

    87.5% {
        border-bottom-color: rgba(27,139,249,.4)
    }
}

.svg-clock {
    height: 240px
}

.preloader4 {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 55px 0
}

.double-bounce1,.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #1b8bf9;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    -moz-animation: bounce 2s infinite ease-in-out;
    -ms-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounce {
    0%,100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {
    0%,100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.preloader5 {
    margin: 55px 0
}

.circle-5 {
    display: inline-block;
    padding: 11px;
    margin: 0 .6em;
    background: #1b8bf9;
    border-radius: 50%
}

.l {
    -webkit-animation: pulse 2s infinite linear;
    -moz-animation: pulse 2s infinite linear;
    -ms-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear
}

.m {
    -webkit-animation: pulse 2s infinite linear;
    -moz-animation: pulse 2s infinite linear;
    -ms-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.r {
    -webkit-animation: pulse 2s infinite linear;
    -moz-animation: pulse 2s infinite linear;
    -ms-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

@-webkit-keyframes pulse {
    10%,20% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    30%,70% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7)
    }

    80%,100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    10%,20% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    30%,70% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7)
    }

    80%,100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.preloader6 {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: inherit;
    margin: 18px 0
}

.preloader6 hr {
    border: 0;
    background: inherit;
    width: 80%;
    height: 80%;
    margin: 10%;
    border-radius: 100%
}

.preloader6 hr::before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    animation-delay: 250ms
}

.preloader6 hr::after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    animation-delay: 375ms
}

.preloader6 hr::after,.preloader6 hr::before,.preloader6::after,.preloader6::before {
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    left: 33px;
    border: 17px solid transparent;
    border-bottom: 50px solid #1b8bf9;
    border-top: 50px solid #1b8bf9;
    -webkit-animation: rotateColor 1000ms infinite;
    -moz-animation: rotateColor 1000ms infinite;
    -ms-animation: rotateColor 1000ms infinite;
    animation: rotateColor 1000ms infinite
}

.preloader6::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    animation-delay: 125ms
}

.loader,.loader-block {
    display: flex;
    align-items: center;
    justify-content: center
}

#animationSandbox {
    display: block
}

.sortable-moves {
    font-size: 14px;
    line-height: 1.55556em;
    list-style-type: none;
    margin-bottom: 15px;
    min-height: 3.55556em;
    padding-left: 5.11111em;
    position: relative;
    cursor: move;
    float: left;
    width: 300px
}

.sortable-moves img {
    position: absolute;
    height: 40px;
    left: 0;
    border-radius: 50px;
    top: -10px
}

#draggablePanelList .card {
    cursor: move
}

#draggableMultiple .sortable-moves {
    cursor: move;
    margin-bottom: 0
}

#draggableWithoutImg .card {
    margin-bottom: 0
}

.seacrh-header {
    margin-top: 20px;
    display: flex;
    align-items: center
}

.search-content {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.search-content img {
    width: 120px
}

.search-content:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.search-result i {
    float: right
}

.invoice-contact {
    display: flex;
    margin-bottom: 30px;
    padding-top: 30px;
    align-items: center
}

.invoice-box {
    background: #1b8bf9;
    color: #fff;
    padding: 20px 0;
    display: flex;
    align-items: center
}

.invoice-box h1 {
    font-size: 7rem
}

.invoice-table {
    border-left: 1px solid #fff;
    padding-left: 20px
}

.invoice-table td,.invoice-table th {
    border-top: none;
    padding: 3px 0
}

.invoice-table>tbody>tr:last-child>td,.invoice-table>tfoot>tr:last-child>td {
    padding-bottom: 0
}

.invoice-order {
    padding-left: 0
}

.invoice-order th:first-child {
    padding-left: 0;
    width: 80px
}

.invoice-detail-table td {
    vertical-align: middle;
    text-align: center
}

.invoice-detail-table td:first-child {
    text-align: left
}

.invoice-detail-table thead th {
    text-align: center
}

.invoice-detail-table thead th:first-child {
    width: 450px;
    text-align: left
}

.invoice-total {
    background: #f3f3f3;
    padding: 30px 0
}

.invoice-total td,.invoice-total th {
    text-align: right
}

.invoice-total td {
    padding-left: 30px
}

.invoice-total tbody {
    padding-right: 20px;
    float: right
}

.invoive-info {
    display: flex;
    margin-bottom: 30px
}

.invoive-info h6 {
    margin-bottom: 20px;
    text-transform: uppercase
}

.coming {
    background: url(../images/masterhome.jpg) no-repeat;
    background-size: cover;
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center
}

.min-date {
    background: 0 0
}

.task-list-table td,.task-list-table th {
    vertical-align: middle
}

.task-list-table img {
    width: 40px
}

.task-list-table i {
    color: #333;
    margin-right: 5px
}

.btn-add-task #add-btn {
    margin-top: 20px
}

.task-list .table-content {
    padding-left: 20px;
    padding-right: 20px
}

.task-list input {
    cursor: pointer;
    font-weight: 600
}

.task-list img {
    margin-right: 5px;
    display: inline-block
}

.to-list .to-do-list {
    padding: 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc
}

.to-list .to-do-list:last-child {
    border: none
}

.task-detail-right .counter {
    text-align: center;
    color: #777
}

.task-detail-right .card-block table i,.task-detail-right .card-header h5 i {
    margin-right: 5px
}

.requid-table {
    border: 1px solid #eceeef
}

.thumb-block {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    padding: 3px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in-out;
    -ms-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumb-img {
    position: relative;
    display: block
}

.thumb-img:hover .caption-hover {
    background-color: rgba(0,0,0,.7);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    width: 100%;
    height: 100%
}

.caption-hover {
    top: 0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.caption-hover>span {
    top: 46%;
    width: 100%;
    position: absolute;
    text-align: center
}

.media .b-2-primary {
    border: 2px solid #1b8bf9
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

#ex1Slider .slider-selection {
    background: #bababa
}

#RGB {
    height: 10px;
    background: gray;
    margin: 10px 0
}

#RC .slider-selection {
    background: #ff8282
}

#RC .slider-handle {
    background: red
}

#GC .slider-selection {
    background: #428041
}

#GC .slider-handle {
    background: green
}

#BC .slider-selection {
    background: #8283ff
}

#BC .slider-handle {
    border-bottom-color: blue
}

#B,#G,#R {
    width: 300px
}

#ex6SliderVal {
    color: green
}

#slider12a .slider-track-high,#slider12c .slider-track-high {
    background: green
}

#slider12b .slider-track-low,#slider12c .slider-track-low {
    background: #ff5252
}

#slider12c .slider-selection {
    background: #f57c00
}

#slider22 .slider-selection {
    background: #2196f3
}

#slider22 .slider-rangeHighlight {
    background: #f70616
}

.range-slider {
    min-height: 200px;
    display: flex;
    align-items: center;
    margin-left: 15px
}

.range-slider-contain {
    position: absolute;
    bottom: 15%
}

.range-well {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.card-footer {
    background-color: transparent
}

.counter p {
    color: #1b8bf9
}

.comming-soon-from input {
    width: 50%
}

.comming-soon-from button {
    width: 20%
}

.comming-soon {
    text-align: center;
    color: #fff
}

.comming-soon h2 {
    font-size: 90px;
    font-weight: 400
}

.comming-soon .counter p {
    font-size: 24px;
    font-weight: 400
}

.comming-soon h1 {
    font-weight: 600;
    font-size: 64px
}

.comming-soon>p {
    color: #fff;
    font-size: 28px
}

.comming-soon .md-input-wrapper {
    text-align: left
}

.coming-social {
    padding-top: 50px;
    text-align: center
}

.coming-social a {
    margin-right: 20px;
    color: #fff;
    font-size: 30px
}

.coming-social a:hover {
    color: #2196f3;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

#maintance {
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center
}

.maintainance-subtitle {
    text-align: center;
    font-weight: 600;
    text-transform: capitalize
}

.maintainance-subtitle~h6 {
    line-height: 1.5
}

.amber-colors ul li p,.bg-danger li p,.bg-default li p,.bg-info li p,.bg-primary li p,.bg-success li p,.bg-warning li p,.blue-colors ul li p,.blue-grey-colors ul li p,.brown-colors ul li p,.cyan-colors ul li p,.deep-orange-colors ul li p,.deep-purple-colors ul li p,.green-colors ul li p,.grey-colors ul li p,.indigo-colors ul li p,.light-blue-colors ul li p,.light-green-colors ul li p,.lime-colors ul li p,.orange-colors ul li p,.pink-colors ul li p,.purple-colors ul li p,.red-colors ul li p,.teal-colors ul li p,.yellow-colors ul li p {
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.color-block ul {
    margin-bottom: 20px
}

.red-colors ul li:nth-child(14) {
    background-color: #e40505
}

.red-colors ul li:nth-child(14) p:before {
    content: "#e40505"
}

.red-colors ul li:nth-child(13) {
    background-color: #f30606
}

.red-colors ul li:nth-child(13) p:before {
    content: "#f30606"
}

.red-colors ul li:nth-child(12) {
    background-color: #f90f0f
}

.red-colors ul li:nth-child(12) p:before {
    content: "#f90f0f"
}

.red-colors ul li:nth-child(11) {
    background-color: #fa1d1d
}

.red-colors ul li:nth-child(11) p:before {
    content: "#fa1d1d"
}

.red-colors ul li:nth-child(10) {
    background-color: #fa2c2c
}

.red-colors ul li:nth-child(10) p:before {
    content: "#fa2c2c"
}

.red-colors ul li:nth-child(9) {
    background-color: #fa3b3b
}

.red-colors ul li:nth-child(9) p:before {
    content: "#fa3b3b"
}

.red-colors ul li:nth-child(8) {
    background-color: #fb4a4a
}

.red-colors ul li:nth-child(8) p:before {
    content: "#fb4a4a"
}

.red-colors ul li:nth-child(7) {
    background-color: #fb5959
}

.red-colors ul li:nth-child(7) p:before {
    content: "#fb5959"
}

.red-colors ul li:nth-child(6) {
    background-color: #fb6868
}

.red-colors ul li:nth-child(6) p:before {
    content: "#fb6868"
}

.red-colors ul li:nth-child(5) {
    background-color: #fc7777
}

.red-colors ul li:nth-child(5) p:before {
    content: "#fc7777"
}

.red-colors ul li:nth-child(4) {
    background-color: #fc8686
}

.red-colors ul li:nth-child(4) p:before {
    content: "#fc8686"
}

.red-colors ul li:nth-child(3) {
    background-color: #fd9595
}

.red-colors ul li:nth-child(3) p:before {
    content: "#fd9595"
}

.red-colors ul li:nth-child(2) {
    background-color: #fda4a4
}

.red-colors ul li:nth-child(2) p:before {
    content: "#fda4a4"
}

.red-colors ul li:nth-child(1) {
    background-color: #fdb3b3
}

.red-colors ul li:nth-child(1) p:before {
    content: "#fdb3b3"
}

.pink-colors ul li:nth-child(14) {
    background-color: #d4166c
}

.pink-colors ul li:nth-child(14) p:before {
    content: "#d4166c"
}

.pink-colors ul li:nth-child(13) {
    background-color: #e21873
}

.pink-colors ul li:nth-child(13) p:before {
    content: "#e21873"
}

.pink-colors ul li:nth-child(12) {
    background-color: #e7217b
}

.pink-colors ul li:nth-child(12) p:before {
    content: "#e7217b"
}

.pink-colors ul li:nth-child(11) {
    background-color: #e92f83
}

.pink-colors ul li:nth-child(11) p:before {
    content: "#e92f83"
}

.pink-colors ul li:nth-child(10) {
    background-color: #ea3d8b
}

.pink-colors ul li:nth-child(10) p:before {
    content: "#ea3d8b"
}

.pink-colors ul li:nth-child(9) {
    background-color: #ec4b94
}

.pink-colors ul li:nth-child(9) p:before {
    content: "#ec4b94"
}

.pink-colors ul li:nth-child(8) {
    background-color: #ed599c
}

.pink-colors ul li:nth-child(8) p:before {
    content: "#ed599c"
}

.pink-colors ul li:nth-child(7) {
    background-color: #ef67a4
}

.pink-colors ul li:nth-child(7) p:before {
    content: "#ef67a4"
}

.pink-colors ul li:nth-child(6) {
    background-color: #f074ac
}

.pink-colors ul li:nth-child(6) p:before {
    content: "#f074ac"
}

.pink-colors ul li:nth-child(5) {
    background-color: #f282b5
}

.pink-colors ul li:nth-child(5) p:before {
    content: "#f282b5"
}

.pink-colors ul li:nth-child(4) {
    background-color: #f390bd
}

.pink-colors ul li:nth-child(4) p:before {
    content: "#f390bd"
}

.pink-colors ul li:nth-child(3) {
    background-color: #f59ec5
}

.pink-colors ul li:nth-child(3) p:before {
    content: "#f59ec5"
}

.pink-colors ul li:nth-child(2) {
    background-color: #f6accd
}

.pink-colors ul li:nth-child(2) p:before {
    content: "#f6accd"
}

.pink-colors ul li:nth-child(1) {
    background-color: #f8bad6
}

.pink-colors ul li:nth-child(1) p:before {
    content: "#f8bad6"
}

.purple-colors ul li:nth-child(14) {
    background-color: #b014ff
}

.purple-colors ul li:nth-child(14) p:before {
    content: "#b014ff"
}

.purple-colors ul li:nth-child(13) {
    background-color: #b524ff
}

.purple-colors ul li:nth-child(13) p:before {
    content: "#b524ff"
}

.purple-colors ul li:nth-child(12) {
    background-color: #ba33ff
}

.purple-colors ul li:nth-child(12) p:before {
    content: "#ba33ff"
}

.purple-colors ul li:nth-child(11) {
    background-color: #c042ff
}

.purple-colors ul li:nth-child(11) p:before {
    content: "#c042ff"
}

.purple-colors ul li:nth-child(10) {
    background-color: #c551ff
}

.purple-colors ul li:nth-child(10) p:before {
    content: "#c551ff"
}

.purple-colors ul li:nth-child(9) {
    background-color: #ca61ff
}

.purple-colors ul li:nth-child(9) p:before {
    content: "#ca61ff"
}

.purple-colors ul li:nth-child(8) {
    background-color: #cf70ff
}

.purple-colors ul li:nth-child(8) p:before {
    content: "#cf70ff"
}

.purple-colors ul li:nth-child(7) {
    background-color: #d47fff
}

.purple-colors ul li:nth-child(7) p:before {
    content: "#d47fff"
}

.purple-colors ul li:nth-child(6) {
    background-color: #d98fff
}

.purple-colors ul li:nth-child(6) p:before {
    content: "#d98fff"
}

.purple-colors ul li:nth-child(5) {
    background-color: #de9eff
}

.purple-colors ul li:nth-child(5) p:before {
    content: "#de9eff"
}

.purple-colors ul li:nth-child(4) {
    background-color: #e4adff
}

.purple-colors ul li:nth-child(4) p:before {
    content: "#e4adff"
}

.purple-colors ul li:nth-child(3) {
    background-color: #e9bdff
}

.purple-colors ul li:nth-child(3) p:before {
    content: "#e9bdff"
}

.purple-colors ul li:nth-child(2) {
    background-color: #ecf
}

.purple-colors ul li:nth-child(2) p:before {
    content: "#eeccff"
}

.purple-colors ul li:nth-child(1) {
    background-color: #f3dbff
}

.purple-colors ul li:nth-child(1) p:before {
    content: "#f3dbff"
}

.deep-purple-colors ul li:nth-child(14) {
    background-color: #6b05f9
}

.deep-purple-colors ul li:nth-child(14) p:before {
    content: "#6b05f9"
}

.deep-purple-colors ul li:nth-child(13) {
    background-color: #7414fa
}

.deep-purple-colors ul li:nth-child(13) p:before {
    content: "#7414fa"
}

.deep-purple-colors ul li:nth-child(12) {
    background-color: #7d23fa
}

.deep-purple-colors ul li:nth-child(12) p:before {
    content: "#7d23fa"
}

.deep-purple-colors ul li:nth-child(11) {
    background-color: #8632fb
}

.deep-purple-colors ul li:nth-child(11) p:before {
    content: "#8632fb"
}

.deep-purple-colors ul li:nth-child(10) {
    background-color: #8f41fb
}

.deep-purple-colors ul li:nth-child(10) p:before {
    content: "#8f41fb"
}

.deep-purple-colors ul li:nth-child(9) {
    background-color: #9850fb
}

.deep-purple-colors ul li:nth-child(9) p:before {
    content: "#9850fb"
}

.deep-purple-colors ul li:nth-child(8) {
    background-color: #a05ffc
}

.deep-purple-colors ul li:nth-child(8) p:before {
    content: "#a05ffc"
}

.deep-purple-colors ul li:nth-child(7) {
    background-color: #a96efc
}

.deep-purple-colors ul li:nth-child(7) p:before {
    content: "#a96efc"
}

.deep-purple-colors ul li:nth-child(6) {
    background-color: #b27cfc
}

.deep-purple-colors ul li:nth-child(6) p:before {
    content: "#b27cfc"
}

.deep-purple-colors ul li:nth-child(5) {
    background-color: #bb8bfd
}

.deep-purple-colors ul li:nth-child(5) p:before {
    content: "#bb8bfd"
}

.deep-purple-colors ul li:nth-child(4) {
    background-color: #c49afd
}

.deep-purple-colors ul li:nth-child(4) p:before {
    content: "#c49afd"
}

.deep-purple-colors ul li:nth-child(3) {
    background-color: #cda9fd
}

.deep-purple-colors ul li:nth-child(3) p:before {
    content: "#cda9fd"
}

.deep-purple-colors ul li:nth-child(2) {
    background-color: #d5b8fd
}

.deep-purple-colors ul li:nth-child(2) p:before {
    content: "#d5b8fd"
}

.deep-purple-colors ul li:nth-child(1) {
    background-color: #dec7fe
}

.deep-purple-colors ul li:nth-child(1) p:before {
    content: "#dec7fe"
}

.indigo-colors ul li:nth-child(14) {
    background-color: #415dfe
}

.indigo-colors ul li:nth-child(14) p:before {
    content: "#415dfe"
}

.indigo-colors ul li:nth-child(13) {
    background-color: #4d68fe
}

.indigo-colors ul li:nth-child(13) p:before {
    content: "#4d68fe"
}

.indigo-colors ul li:nth-child(12) {
    background-color: #5a72fe
}

.indigo-colors ul li:nth-child(12) p:before {
    content: "#5a72fe"
}

.indigo-colors ul li:nth-child(11) {
    background-color: #677dfe
}

.indigo-colors ul li:nth-child(11) p:before {
    content: "#677dfe"
}

.indigo-colors ul li:nth-child(10) {
    background-color: #7388fe
}

.indigo-colors ul li:nth-child(10) p:before {
    content: "#7388fe"
}

.indigo-colors ul li:nth-child(9) {
    background-color: #8093fe
}

.indigo-colors ul li:nth-child(9) p:before {
    content: "#8093fe"
}

.indigo-colors ul li:nth-child(8) {
    background-color: #8d9efe
}

.indigo-colors ul li:nth-child(8) p:before {
    content: "#8d9efe"
}

.indigo-colors ul li:nth-child(7) {
    background-color: #9aa8ff
}

.indigo-colors ul li:nth-child(7) p:before {
    content: "#9aa8ff"
}

.indigo-colors ul li:nth-child(6) {
    background-color: #a6b3ff
}

.indigo-colors ul li:nth-child(6) p:before {
    content: "#a6b3ff"
}

.indigo-colors ul li:nth-child(5) {
    background-color: #b3beff
}

.indigo-colors ul li:nth-child(5) p:before {
    content: "#b3beff"
}

.indigo-colors ul li:nth-child(4) {
    background-color: #c0c9ff
}

.indigo-colors ul li:nth-child(4) p:before {
    content: "#c0c9ff"
}

.indigo-colors ul li:nth-child(3) {
    background-color: #ccd4ff
}

.indigo-colors ul li:nth-child(3) p:before {
    content: "#ccd4ff"
}

.indigo-colors ul li:nth-child(2) {
    background-color: #d9dfff
}

.indigo-colors ul li:nth-child(2) p:before {
    content: "#d9dfff"
}

.indigo-colors ul li:nth-child(1) {
    background-color: #e6e9ff
}

.indigo-colors ul li:nth-child(1) p:before {
    content: "#e6e9ff"
}

.blue-colors ul li:nth-child(14) {
    background-color: #3a6eff
}

.blue-colors ul li:nth-child(14) p:before {
    content: "#3a6eff"
}

.blue-colors ul li:nth-child(13) {
    background-color: #4778ff
}

.blue-colors ul li:nth-child(13) p:before {
    content: "#4778ff"
}

.blue-colors ul li:nth-child(12) {
    background-color: #5381ff
}

.blue-colors ul li:nth-child(12) p:before {
    content: "#5381ff"
}

.blue-colors ul li:nth-child(11) {
    background-color: #608aff
}

.blue-colors ul li:nth-child(11) p:before {
    content: "#608aff"
}

.blue-colors ul li:nth-child(10) {
    background-color: #6d94ff
}

.blue-colors ul li:nth-child(10) p:before {
    content: "#6d94ff"
}

.blue-colors ul li:nth-child(9) {
    background-color: #7a9dff
}

.blue-colors ul li:nth-child(9) p:before {
    content: "#7a9dff"
}

.blue-colors ul li:nth-child(8) {
    background-color: #86a6ff
}

.blue-colors ul li:nth-child(8) p:before {
    content: "#86a6ff"
}

.blue-colors ul li:nth-child(7) {
    background-color: #93b0ff
}

.blue-colors ul li:nth-child(7) p:before {
    content: "#93b0ff"
}

.blue-colors ul li:nth-child(6) {
    background-color: #a0b9ff
}

.blue-colors ul li:nth-child(6) p:before {
    content: "#a0b9ff"
}

.blue-colors ul li:nth-child(5) {
    background-color: #adc3ff
}

.blue-colors ul li:nth-child(5) p:before {
    content: "#adc3ff"
}

.blue-colors ul li:nth-child(4) {
    background-color: #b9ccff
}

.blue-colors ul li:nth-child(4) p:before {
    content: "#b9ccff"
}

.blue-colors ul li:nth-child(3) {
    background-color: #c6d5ff
}

.blue-colors ul li:nth-child(3) p:before {
    content: "#c6d5ff"
}

.blue-colors ul li:nth-child(2) {
    background-color: #d3dfff
}

.blue-colors ul li:nth-child(2) p:before {
    content: "#d3dfff"
}

.blue-colors ul li:nth-child(1) {
    background-color: #e0e8ff
}

.blue-colors ul li:nth-child(1) p:before {
    content: "#e0e8ff"
}

.light-blue-colors ul li:nth-child(14) {
    background-color: #059cf9
}

.light-blue-colors ul li:nth-child(14) p:before {
    content: "#059cf9"
}

.light-blue-colors ul li:nth-child(13) {
    background-color: #14a2fa
}

.light-blue-colors ul li:nth-child(13) p:before {
    content: "#14a2fa"
}

.light-blue-colors ul li:nth-child(12) {
    background-color: #23a8fa
}

.light-blue-colors ul li:nth-child(12) p:before {
    content: "#23a8fa"
}

.light-blue-colors ul li:nth-child(11) {
    background-color: #32aefb
}

.light-blue-colors ul li:nth-child(11) p:before {
    content: "#32aefb"
}

.light-blue-colors ul li:nth-child(10) {
    background-color: #41b4fb
}

.light-blue-colors ul li:nth-child(10) p:before {
    content: "#41b4fb"
}

.light-blue-colors ul li:nth-child(9) {
    background-color: #50bafb
}

.light-blue-colors ul li:nth-child(9) p:before {
    content: "#50bafb"
}

.light-blue-colors ul li:nth-child(8) {
    background-color: #5fc0fc
}

.light-blue-colors ul li:nth-child(8) p:before {
    content: "#5fc0fc"
}

.light-blue-colors ul li:nth-child(7) {
    background-color: #6ec6fc
}

.light-blue-colors ul li:nth-child(7) p:before {
    content: "#6ec6fc"
}

.light-blue-colors ul li:nth-child(6) {
    background-color: #7cccfc
}

.light-blue-colors ul li:nth-child(6) p:before {
    content: "#7cccfc"
}

.light-blue-colors ul li:nth-child(5) {
    background-color: #8bd2fd
}

.light-blue-colors ul li:nth-child(5) p:before {
    content: "#8bd2fd"
}

.light-blue-colors ul li:nth-child(4) {
    background-color: #9ad7fd
}

.light-blue-colors ul li:nth-child(4) p:before {
    content: "#9ad7fd"
}

.light-blue-colors ul li:nth-child(3) {
    background-color: #a9ddfd
}

.light-blue-colors ul li:nth-child(3) p:before {
    content: "#a9ddfd"
}

.light-blue-colors ul li:nth-child(2) {
    background-color: #b8e3fd
}

.light-blue-colors ul li:nth-child(2) p:before {
    content: "#b8e3fd"
}

.light-blue-colors ul li:nth-child(1) {
    background-color: #c7e9fe
}

.light-blue-colors ul li:nth-child(1) p:before {
    content: "#c7e9fe"
}

.cyan-colors ul li:nth-child(14) {
    background-color: #05c6e3
}

.cyan-colors ul li:nth-child(14) p:before {
    content: "#05c6e3"
}

.cyan-colors ul li:nth-child(13) {
    background-color: #06d3f2
}

.cyan-colors ul li:nth-child(13) p:before {
    content: "#06d3f2"
}

.cyan-colors ul li:nth-child(12) {
    background-color: #0edbf9
}

.cyan-colors ul li:nth-child(12) p:before {
    content: "#0edbf9"
}

.cyan-colors ul li:nth-child(11) {
    background-color: #1dddfa
}

.cyan-colors ul li:nth-child(11) p:before {
    content: "#1dddfa"
}

.cyan-colors ul li:nth-child(10) {
    background-color: #2bdffa
}

.cyan-colors ul li:nth-child(10) p:before {
    content: "#2bdffa"
}

.cyan-colors ul li:nth-child(9) {
    background-color: #3ae1fa
}

.cyan-colors ul li:nth-child(9) p:before {
    content: "#3ae1fa"
}

.cyan-colors ul li:nth-child(8) {
    background-color: #49e4fb
}

.cyan-colors ul li:nth-child(8) p:before {
    content: "#49e4fb"
}

.cyan-colors ul li:nth-child(7) {
    background-color: #58e6fb
}

.cyan-colors ul li:nth-child(7) p:before {
    content: "#58e6fb"
}

.cyan-colors ul li:nth-child(6) {
    background-color: #67e8fb
}

.cyan-colors ul li:nth-child(6) p:before {
    content: "#67e8fb"
}

.cyan-colors ul li:nth-child(5) {
    background-color: #76eafc
}

.cyan-colors ul li:nth-child(5) p:before {
    content: "#76eafc"
}

.cyan-colors ul li:nth-child(4) {
    background-color: #85edfc
}

.cyan-colors ul li:nth-child(4) p:before {
    content: "#85edfc"
}

.cyan-colors ul li:nth-child(3) {
    background-color: #94effc
}

.cyan-colors ul li:nth-child(3) p:before {
    content: "#94effc"
}

.cyan-colors ul li:nth-child(2) {
    background-color: #a3f1fd
}

.cyan-colors ul li:nth-child(2) p:before {
    content: "#a3f1fd"
}

.cyan-colors ul li:nth-child(1) {
    background-color: #b2f3fd
}

.cyan-colors ul li:nth-child(1) p:before {
    content: "#b2f3fd"
}

.teal-colors ul li:nth-child(14) {
    background-color: #05cfb3
}

.teal-colors ul li:nth-child(14) p:before {
    content: "#05cfb3"
}

.teal-colors ul li:nth-child(13) {
    background-color: #06dec0
}

.teal-colors ul li:nth-child(13) p:before {
    content: "#06dec0"
}

.teal-colors ul li:nth-child(12) {
    background-color: #06edcd
}

.teal-colors ul li:nth-child(12) p:before {
    content: "#06edcd"
}

.teal-colors ul li:nth-child(11) {
    background-color: #0af9d7
}

.teal-colors ul li:nth-child(11) p:before {
    content: "#0af9d7"
}

.teal-colors ul li:nth-child(10) {
    background-color: #19f9da
}

.teal-colors ul li:nth-child(10) p:before {
    content: "#19f9da"
}

.teal-colors ul li:nth-child(9) {
    background-color: #27f9dc
}

.teal-colors ul li:nth-child(9) p:before {
    content: "#27f9dc"
}

.teal-colors ul li:nth-child(8) {
    background-color: #36fadf
}

.teal-colors ul li:nth-child(8) p:before {
    content: "#36fadf"
}

.teal-colors ul li:nth-child(7) {
    background-color: #45fae1
}

.teal-colors ul li:nth-child(7) p:before {
    content: "#45fae1"
}

.teal-colors ul li:nth-child(6) {
    background-color: #54fbe3
}

.teal-colors ul li:nth-child(6) p:before {
    content: "#54fbe3"
}

.teal-colors ul li:nth-child(5) {
    background-color: #63fbe6
}

.teal-colors ul li:nth-child(5) p:before {
    content: "#63fbe6"
}

.teal-colors ul li:nth-child(4) {
    background-color: #72fbe8
}

.teal-colors ul li:nth-child(4) p:before {
    content: "#72fbe8"
}

.teal-colors ul li:nth-child(3) {
    background-color: #81fceb
}

.teal-colors ul li:nth-child(3) p:before {
    content: "#81fceb"
}

.teal-colors ul li:nth-child(2) {
    background-color: #90fced
}

.teal-colors ul li:nth-child(2) p:before {
    content: "#90fced"
}

.teal-colors ul li:nth-child(1) {
    background-color: #9ffcef
}

.teal-colors ul li:nth-child(1) p:before {
    content: "#9ffcef"
}

.green-colors ul li:nth-child(14) {
    background-color: #05d85c
}

.green-colors ul li:nth-child(14) p:before {
    content: "#05d85c"
}

.green-colors ul li:nth-child(13) {
    background-color: #06e763
}

.green-colors ul li:nth-child(13) p:before {
    content: "#06e763"
}

.green-colors ul li:nth-child(12) {
    background-color: #06f669
}

.green-colors ul li:nth-child(12) p:before {
    content: "#06f669"
}

.green-colors ul li:nth-child(11) {
    background-color: #12f972
}

.green-colors ul li:nth-child(11) p:before {
    content: "#12f972"
}

.green-colors ul li:nth-child(10) {
    background-color: #21f97a
}

.green-colors ul li:nth-child(10) p:before {
    content: "#21f97a"
}

.green-colors ul li:nth-child(9) {
    background-color: #30fa83
}

.green-colors ul li:nth-child(9) p:before {
    content: "#30fa83"
}

.green-colors ul li:nth-child(8) {
    background-color: #3ffa8c
}

.green-colors ul li:nth-child(8) p:before {
    content: "#3ffa8c"
}

.green-colors ul li:nth-child(7) {
    background-color: #4efb95
}

.green-colors ul li:nth-child(7) p:before {
    content: "#4efb95"
}

.green-colors ul li:nth-child(6) {
    background-color: #5dfb9e
}

.green-colors ul li:nth-child(6) p:before {
    content: "#5dfb9e"
}

.green-colors ul li:nth-child(5) {
    background-color: #6cfba7
}

.green-colors ul li:nth-child(5) p:before {
    content: "#6cfba7"
}

.green-colors ul li:nth-child(4) {
    background-color: #7bfcb0
}

.green-colors ul li:nth-child(4) p:before {
    content: "#7bfcb0"
}

.green-colors ul li:nth-child(3) {
    background-color: #8afcb9
}

.green-colors ul li:nth-child(3) p:before {
    content: "#8afcb9"
}

.green-colors ul li:nth-child(2) {
    background-color: #98fcc2
}

.green-colors ul li:nth-child(2) p:before {
    content: "#98fcc2"
}

.green-colors ul li:nth-child(1) {
    background-color: #a7fdcb
}

.green-colors ul li:nth-child(1) p:before {
    content: "#a7fdcb"
}

.light-green-colors ul li:nth-child(14) {
    background-color: #6fe423
}

.light-green-colors ul li:nth-child(14) p:before {
    content: "#6fe423"
}

.light-green-colors ul li:nth-child(13) {
    background-color: #78e631
}

.light-green-colors ul li:nth-child(13) p:before {
    content: "#78e631"
}

.light-green-colors ul li:nth-child(12) {
    background-color: #81e73e
}

.light-green-colors ul li:nth-child(12) p:before {
    content: "#81e73e"
}

.light-green-colors ul li:nth-child(11) {
    background-color: #8ae94c
}

.light-green-colors ul li:nth-child(11) p:before {
    content: "#8ae94c"
}

.light-green-colors ul li:nth-child(10) {
    background-color: #93eb5a
}

.light-green-colors ul li:nth-child(10) p:before {
    content: "#93eb5a"
}

.light-green-colors ul li:nth-child(9) {
    background-color: #9bec67
}

.light-green-colors ul li:nth-child(9) p:before {
    content: "#9bec67"
}

.light-green-colors ul li:nth-child(8) {
    background-color: #a4ee75
}

.light-green-colors ul li:nth-child(8) p:before {
    content: "#a4ee75"
}

.light-green-colors ul li:nth-child(7) {
    background-color: #adf083
}

.light-green-colors ul li:nth-child(7) p:before {
    content: "#adf083"
}

.light-green-colors ul li:nth-child(6) {
    background-color: #b6f190
}

.light-green-colors ul li:nth-child(6) p:before {
    content: "#b6f190"
}

.light-green-colors ul li:nth-child(5) {
    background-color: #bff39e
}

.light-green-colors ul li:nth-child(5) p:before {
    content: "#bff39e"
}

.light-green-colors ul li:nth-child(4) {
    background-color: #c8f5ac
}

.light-green-colors ul li:nth-child(4) p:before {
    content: "#c8f5ac"
}

.light-green-colors ul li:nth-child(3) {
    background-color: #d1f6b9
}

.light-green-colors ul li:nth-child(3) p:before {
    content: "#d1f6b9"
}

.light-green-colors ul li:nth-child(2) {
    background-color: #daf8c7
}

.light-green-colors ul li:nth-child(2) p:before {
    content: "#daf8c7"
}

.light-green-colors ul li:nth-child(1) {
    background-color: #e3fad4
}

.light-green-colors ul li:nth-child(1) p:before {
    content: "#e3fad4"
}

.lime-colors ul li:nth-child(14) {
    background-color: #baf905
}

.lime-colors ul li:nth-child(14) p:before {
    content: "#baf905"
}

.lime-colors ul li:nth-child(13) {
    background-color: #bffa14
}

.lime-colors ul li:nth-child(13) p:before {
    content: "#bffa14"
}

.lime-colors ul li:nth-child(12) {
    background-color: #c3fa23
}

.lime-colors ul li:nth-child(12) p:before {
    content: "#c3fa23"
}

.lime-colors ul li:nth-child(11) {
    background-color: #c7fb32
}

.lime-colors ul li:nth-child(11) p:before {
    content: "#c7fb32"
}

.lime-colors ul li:nth-child(10) {
    background-color: #cbfb41
}

.lime-colors ul li:nth-child(10) p:before {
    content: "#cbfb41"
}

.lime-colors ul li:nth-child(9) {
    background-color: #cffb50
}

.lime-colors ul li:nth-child(9) p:before {
    content: "#cffb50"
}

.lime-colors ul li:nth-child(8) {
    background-color: #d3fc5f
}

.lime-colors ul li:nth-child(8) p:before {
    content: "#d3fc5f"
}

.lime-colors ul li:nth-child(7) {
    background-color: #d7fc6e
}

.lime-colors ul li:nth-child(7) p:before {
    content: "#d7fc6e"
}

.lime-colors ul li:nth-child(6) {
    background-color: #dbfc7c
}

.lime-colors ul li:nth-child(6) p:before {
    content: "#dbfc7c"
}

.lime-colors ul li:nth-child(5) {
    background-color: #dffd8b
}

.lime-colors ul li:nth-child(5) p:before {
    content: "#dffd8b"
}

.lime-colors ul li:nth-child(4) {
    background-color: #e3fd9a
}

.lime-colors ul li:nth-child(4) p:before {
    content: "#e3fd9a"
}

.lime-colors ul li:nth-child(3) {
    background-color: #e8fda9
}

.lime-colors ul li:nth-child(3) p:before {
    content: "#e8fda9"
}

.lime-colors ul li:nth-child(2) {
    background-color: #ecfdb8
}

.lime-colors ul li:nth-child(2) p:before {
    content: "#ecfdb8"
}

.lime-colors ul li:nth-child(1) {
    background-color: #f0fec7
}

.lime-colors ul li:nth-child(1) p:before {
    content: "#f0fec7"
}

.yellow-colors ul li:nth-child(14) {
    background-color: #ffd914
}

.yellow-colors ul li:nth-child(14) p:before {
    content: "#ffd914"
}

.yellow-colors ul li:nth-child(13) {
    background-color: #ffdb24
}

.yellow-colors ul li:nth-child(13) p:before {
    content: "#ffdb24"
}

.yellow-colors ul li:nth-child(12) {
    background-color: #ffde33
}

.yellow-colors ul li:nth-child(12) p:before {
    content: "#ffde33"
}

.yellow-colors ul li:nth-child(11) {
    background-color: #ffe042
}

.yellow-colors ul li:nth-child(11) p:before {
    content: "#ffe042"
}

.yellow-colors ul li:nth-child(10) {
    background-color: #ffe351
}

.yellow-colors ul li:nth-child(10) p:before {
    content: "#ffe351"
}

.yellow-colors ul li:nth-child(9) {
    background-color: #ffe561
}

.yellow-colors ul li:nth-child(9) p:before {
    content: "#ffe561"
}

.yellow-colors ul li:nth-child(8) {
    background-color: #ffe870
}

.yellow-colors ul li:nth-child(8) p:before {
    content: "#ffe870"
}

.yellow-colors ul li:nth-child(7) {
    background-color: #ffea7f
}

.yellow-colors ul li:nth-child(7) p:before {
    content: "#ffea7f"
}

.yellow-colors ul li:nth-child(6) {
    background-color: #ffed8f
}

.yellow-colors ul li:nth-child(6) p:before {
    content: "#ffed8f"
}

.yellow-colors ul li:nth-child(5) {
    background-color: #ffef9e
}

.yellow-colors ul li:nth-child(5) p:before {
    content: "#ffef9e"
}

.yellow-colors ul li:nth-child(4) {
    background-color: #fff2ad
}

.yellow-colors ul li:nth-child(4) p:before {
    content: "#fff2ad"
}

.yellow-colors ul li:nth-child(3) {
    background-color: #fff4bd
}

.yellow-colors ul li:nth-child(3) p:before {
    content: "#fff4bd"
}

.yellow-colors ul li:nth-child(2) {
    background-color: #fff7cc
}

.yellow-colors ul li:nth-child(2) p:before {
    content: "#fff7cc"
}

.yellow-colors ul li:nth-child(1) {
    background-color: #fff9db
}

.yellow-colors ul li:nth-child(1) p:before {
    content: "#fff9db"
}

.amber-colors ul li:nth-child(14) {
    background-color: #ffb114
}

.amber-colors ul li:nth-child(14) p:before {
    content: "#ffb114"
}

.amber-colors ul li:nth-child(13) {
    background-color: #ffb624
}

.amber-colors ul li:nth-child(13) p:before {
    content: "#ffb624"
}

.amber-colors ul li:nth-child(12) {
    background-color: #fb3
}

.amber-colors ul li:nth-child(12) p:before {
    content: "#ffbb33"
}

.amber-colors ul li:nth-child(11) {
    background-color: #ffc042
}

.amber-colors ul li:nth-child(11) p:before {
    content: "#ffc042"
}

.amber-colors ul li:nth-child(10) {
    background-color: #ffc551
}

.amber-colors ul li:nth-child(10) p:before {
    content: "#ffc551"
}

.amber-colors ul li:nth-child(9) {
    background-color: #ffca61
}

.amber-colors ul li:nth-child(9) p:before {
    content: "#ffca61"
}

.amber-colors ul li:nth-child(8) {
    background-color: #ffd070
}

.amber-colors ul li:nth-child(8) p:before {
    content: "#ffd070"
}

.amber-colors ul li:nth-child(7) {
    background-color: #ffd57f
}

.amber-colors ul li:nth-child(7) p:before {
    content: "#ffd57f"
}

.amber-colors ul li:nth-child(6) {
    background-color: #ffda8f
}

.amber-colors ul li:nth-child(6) p:before {
    content: "#ffda8f"
}

.amber-colors ul li:nth-child(5) {
    background-color: #ffdf9e
}

.amber-colors ul li:nth-child(5) p:before {
    content: "#ffdf9e"
}

.amber-colors ul li:nth-child(4) {
    background-color: #ffe4ad
}

.amber-colors ul li:nth-child(4) p:before {
    content: "#ffe4ad"
}

.amber-colors ul li:nth-child(3) {
    background-color: #ffe9bd
}

.amber-colors ul li:nth-child(3) p:before {
    content: "#ffe9bd"
}

.amber-colors ul li:nth-child(2) {
    background-color: #fec
}

.amber-colors ul li:nth-child(2) p:before {
    content: "#ffeecc"
}

.amber-colors ul li:nth-child(1) {
    background-color: #fff3db
}

.amber-colors ul li:nth-child(1) p:before {
    content: "#fff3db"
}

.orange-colors ul li:nth-child(14) {
    background-color: #ff7814
}

.orange-colors ul li:nth-child(14) p:before {
    content: "#ff7814"
}

.orange-colors ul li:nth-child(13) {
    background-color: #ff8124
}

.orange-colors ul li:nth-child(13) p:before {
    content: "#ff8124"
}

.orange-colors ul li:nth-child(12) {
    background-color: #ff8933
}

.orange-colors ul li:nth-child(12) p:before {
    content: "#ff8933"
}

.orange-colors ul li:nth-child(11) {
    background-color: #ff9242
}

.orange-colors ul li:nth-child(11) p:before {
    content: "#ff9242"
}

.orange-colors ul li:nth-child(10) {
    background-color: #ff9b51
}

.orange-colors ul li:nth-child(10) p:before {
    content: "#ff9b51"
}

.orange-colors ul li:nth-child(9) {
    background-color: #ffa461
}

.orange-colors ul li:nth-child(9) p:before {
    content: "#ffa461"
}

.orange-colors ul li:nth-child(8) {
    background-color: #ffad70
}

.orange-colors ul li:nth-child(8) p:before {
    content: "#ffad70"
}

.orange-colors ul li:nth-child(7) {
    background-color: #ffb67f
}

.orange-colors ul li:nth-child(7) p:before {
    content: "#ffb67f"
}

.orange-colors ul li:nth-child(6) {
    background-color: #ffbe8f
}

.orange-colors ul li:nth-child(6) p:before {
    content: "#ffbe8f"
}

.orange-colors ul li:nth-child(5) {
    background-color: #ffc79e
}

.orange-colors ul li:nth-child(5) p:before {
    content: "#ffc79e"
}

.orange-colors ul li:nth-child(4) {
    background-color: #ffd0ad
}

.orange-colors ul li:nth-child(4) p:before {
    content: "#ffd0ad"
}

.orange-colors ul li:nth-child(3) {
    background-color: #ffd9bd
}

.orange-colors ul li:nth-child(3) p:before {
    content: "#ffd9bd"
}

.orange-colors ul li:nth-child(2) {
    background-color: #ffe2cc
}

.orange-colors ul li:nth-child(2) p:before {
    content: "#ffe2cc"
}

.orange-colors ul li:nth-child(1) {
    background-color: #ffeadb
}

.orange-colors ul li:nth-child(1) p:before {
    content: "#ffeadb"
}

.deep-orange-colors ul li:nth-child(14) {
    background-color: #ec3305
}

.deep-orange-colors ul li:nth-child(14) p:before {
    content: "#ec3305"
}

.deep-orange-colors ul li:nth-child(13) {
    background-color: #f93707
}

.deep-orange-colors ul li:nth-child(13) p:before {
    content: "#f93707"
}

.deep-orange-colors ul li:nth-child(12) {
    background-color: #fa4316
}

.deep-orange-colors ul li:nth-child(12) p:before {
    content: "#fa4316"
}

.deep-orange-colors ul li:nth-child(11) {
    background-color: #fa5025
}

.deep-orange-colors ul li:nth-child(11) p:before {
    content: "#fa5025"
}

.deep-orange-colors ul li:nth-child(10) {
    background-color: #fa5c34
}

.deep-orange-colors ul li:nth-child(10) p:before {
    content: "#fa5c34"
}

.deep-orange-colors ul li:nth-child(9) {
    background-color: #fb6843
}

.deep-orange-colors ul li:nth-child(9) p:before {
    content: "#fb6843"
}

.deep-orange-colors ul li:nth-child(8) {
    background-color: #fb7452
}

.deep-orange-colors ul li:nth-child(8) p:before {
    content: "#fb7452"
}

.deep-orange-colors ul li:nth-child(7) {
    background-color: #fb8061
}

.deep-orange-colors ul li:nth-child(7) p:before {
    content: "#fb8061"
}

.deep-orange-colors ul li:nth-child(6) {
    background-color: #fc8c70
}

.deep-orange-colors ul li:nth-child(6) p:before {
    content: "#fc8c70"
}

.deep-orange-colors ul li:nth-child(5) {
    background-color: #fc987f
}

.deep-orange-colors ul li:nth-child(5) p:before {
    content: "#fc987f"
}

.deep-orange-colors ul li:nth-child(4) {
    background-color: #fca48e
}

.deep-orange-colors ul li:nth-child(4) p:before {
    content: "#fca48e"
}

.deep-orange-colors ul li:nth-child(3) {
    background-color: #fdb09d
}

.deep-orange-colors ul li:nth-child(3) p:before {
    content: "#fdb09d"
}

.deep-orange-colors ul li:nth-child(2) {
    background-color: #fdbcac
}

.deep-orange-colors ul li:nth-child(2) p:before {
    content: "#fdbcac"
}

.deep-orange-colors ul li:nth-child(1) {
    background-color: #fdc8bb
}

.deep-orange-colors ul li:nth-child(1) p:before {
    content: "#fdc8bb"
}

.brown-colors ul li:nth-child(14) {
    background-color: #513631
}

.brown-colors ul li:nth-child(14) p:before {
    content: "#513631"
}

.brown-colors ul li:nth-child(13) {
    background-color: #61403a
}

.brown-colors ul li:nth-child(13) p:before {
    content: "#61403a"
}

.brown-colors ul li:nth-child(12) {
    background-color: #714b44
}

.brown-colors ul li:nth-child(12) p:before {
    content: "#714b44"
}

.brown-colors ul li:nth-child(11) {
    background-color: #81554d
}

.brown-colors ul li:nth-child(11) p:before {
    content: "#81554d"
}

.brown-colors ul li:nth-child(10) {
    background-color: #916057
}

.brown-colors ul li:nth-child(10) p:before {
    content: "#916057"
}

.brown-colors ul li:nth-child(9) {
    background-color: #a06b61
}

.brown-colors ul li:nth-child(9) p:before {
    content: "#a06b61"
}

.brown-colors ul li:nth-child(8) {
    background-color: #aa7a71
}

.brown-colors ul li:nth-child(8) p:before {
    content: "#aa7a71"
}

.brown-colors ul li:nth-child(7) {
    background-color: #b38981
}

.brown-colors ul li:nth-child(7) p:before {
    content: "#b38981"
}

.brown-colors ul li:nth-child(6) {
    background-color: #bd9791
}

.brown-colors ul li:nth-child(6) p:before {
    content: "#bd9791"
}

.brown-colors ul li:nth-child(5) {
    background-color: #c6a6a1
}

.brown-colors ul li:nth-child(5) p:before {
    content: "#c6a6a1"
}

.brown-colors ul li:nth-child(4) {
    background-color: #d0b5b1
}

.brown-colors ul li:nth-child(4) p:before {
    content: "#d0b5b1"
}

.brown-colors ul li:nth-child(3) {
    background-color: #dac4c1
}

.brown-colors ul li:nth-child(3) p:before {
    content: "#dac4c1"
}

.brown-colors ul li:nth-child(2) {
    background-color: #e3d3d0
}

.brown-colors ul li:nth-child(2) p:before {
    content: "#e3d3d0"
}

.brown-colors ul li:nth-child(1) {
    background-color: #ede2e0
}

.brown-colors ul li:nth-child(1) p:before {
    content: "#ede2e0"
}

.grey-colors ul li:nth-child(14) {
    background-color: #323232
}

.grey-colors ul li:nth-child(14) p:before {
    content: "#323232"
}

.grey-colors ul li:nth-child(13) {
    background-color: #3f3f3f
}

.grey-colors ul li:nth-child(13) p:before {
    content: "#3f3f3f"
}

.grey-colors ul li:nth-child(12) {
    background-color: #4b4b4b
}

.grey-colors ul li:nth-child(12) p:before {
    content: "#4b4b4b"
}

.grey-colors ul li:nth-child(11) {
    background-color: #585858
}

.grey-colors ul li:nth-child(11) p:before {
    content: "#585858"
}

.grey-colors ul li:nth-child(10) {
    background-color: #656565
}

.grey-colors ul li:nth-child(10) p:before {
    content: "#656565"
}

.grey-colors ul li:nth-child(9) {
    background-color: #727272
}

.grey-colors ul li:nth-child(9) p:before {
    content: "#727272"
}

.grey-colors ul li:nth-child(8) {
    background-color: #7e7e7e
}

.grey-colors ul li:nth-child(8) p:before {
    content: "#7e7e7e"
}

.grey-colors ul li:nth-child(7) {
    background-color: #8b8b8b
}

.grey-colors ul li:nth-child(7) p:before {
    content: "#8b8b8b"
}

.grey-colors ul li:nth-child(6) {
    background-color: #989898
}

.grey-colors ul li:nth-child(6) p:before {
    content: "#989898"
}

.grey-colors ul li:nth-child(5) {
    background-color: #a5a5a5
}

.grey-colors ul li:nth-child(5) p:before {
    content: "#a5a5a5"
}

.grey-colors ul li:nth-child(4) {
    background-color: #b1b1b1
}

.grey-colors ul li:nth-child(4) p:before {
    content: "#b1b1b1"
}

.grey-colors ul li:nth-child(3) {
    background-color: #bebebe
}

.grey-colors ul li:nth-child(3) p:before {
    content: "#bebebe"
}

.grey-colors ul li:nth-child(2) {
    background-color: #cbcbcb
}

.grey-colors ul li:nth-child(2) p:before {
    content: "#cbcbcb"
}

.grey-colors ul li:nth-child(1) {
    background-color: #d8d8d8
}

.grey-colors ul li:nth-child(1) p:before {
    content: "#d8d8d8"
}

.blue-grey-colors ul li:nth-child(14) {
    background-color: #35444a
}

.blue-grey-colors ul li:nth-child(14) p:before {
    content: "#35444a"
}

.blue-grey-colors ul li:nth-child(13) {
    background-color: #3f5159
}

.blue-grey-colors ul li:nth-child(13) p:before {
    content: "#3f5159"
}

.blue-grey-colors ul li:nth-child(12) {
    background-color: #4a5f68
}

.blue-grey-colors ul li:nth-child(12) p:before {
    content: "#4a5f68"
}

.blue-grey-colors ul li:nth-child(11) {
    background-color: #546d77
}

.blue-grey-colors ul li:nth-child(11) p:before {
    content: "#546d77"
}

.blue-grey-colors ul li:nth-child(10) {
    background-color: #5f7a85
}

.blue-grey-colors ul li:nth-child(10) p:before {
    content: "#5f7a85"
}

.blue-grey-colors ul li:nth-child(9) {
    background-color: #6a8894
}

.blue-grey-colors ul li:nth-child(9) p:before {
    content: "#6a8894"
}

.blue-grey-colors ul li:nth-child(8) {
    background-color: #78949f
}

.blue-grey-colors ul li:nth-child(8) p:before {
    content: "#78949f"
}

.blue-grey-colors ul li:nth-child(7) {
    background-color: #87a0aa
}

.blue-grey-colors ul li:nth-child(7) p:before {
    content: "#87a0aa"
}

.blue-grey-colors ul li:nth-child(6) {
    background-color: #96abb4
}

.blue-grey-colors ul li:nth-child(6) p:before {
    content: "#96abb4"
}

.blue-grey-colors ul li:nth-child(5) {
    background-color: #a5b7bf
}

.blue-grey-colors ul li:nth-child(5) p:before {
    content: "#a5b7bf"
}

.blue-grey-colors ul li:nth-child(4) {
    background-color: #b4c3ca
}

.blue-grey-colors ul li:nth-child(4) p:before {
    content: "#b4c3ca"
}

.blue-grey-colors ul li:nth-child(3) {
    background-color: #c3cfd4
}

.blue-grey-colors ul li:nth-child(3) p:before {
    content: "#c3cfd4"
}

.blue-grey-colors ul li:nth-child(2) {
    background-color: #d2dbdf
}

.blue-grey-colors ul li:nth-child(2) p:before {
    content: "#d2dbdf"
}

.blue-grey-colors ul li:nth-child(1) {
    background-color: #e1e7e9
}

.blue-grey-colors ul li:nth-child(1) p:before {
    content: "#e1e7e9"
}

/*!*===========================*/
.faq-contact-card {
    margin-bottom: 15px
}

.faq-contact-card i {
    margin-right: 10px
}

.faq-profile-btn {
    text-align: center
}

.faq-profile-btn button:first-child {
    margin-right: 20px
}

.tab-header {
    margin-bottom: 20px
}

.faq-expi {
    margin: 0
}

.faq-expi i {
    top: -7px
}

.faq-expi li {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    margin-left: 50px
}

.faq-expi li i {
    position: absolute;
    text-align: center;
    display: block;
    color: #2196f3
}

.faq-expi li h6:last-child {
    font-size: 12px;
    font-style: italic;
    font-weight: 400
}

.faq-chart {
    text-align: center;
    border: none
}

.faq-chart button {
    margin-right: 5px
}

.faq-chart button:last-child {
    margin-right: 0
}

.card-member,.card-questioning {
    margin-bottom: 0;
    color: #777
}

.faq-accordion {
    margin-bottom: 10px;
    background-color: #fff
}

.contact-user .users {
    left: 0;
    width: inherit
}

.taskboard-right-progress .progress,.technical-skill .progress {
    height: 9px;
    width: 90%;
    margin-bottom: 20px
}

.technical-skill span {
    float: right;
    margin-top: -10px
}

.general-info .table td,.general-info .table th,.project-table .table td,.project-table .table th {
    border-top: 0;
    border-bottom: 0
}

.general-info .form-radio .md-add-on {
    line-height: 0;
    height: 0
}

.general-info .form-radio .md-group-add-on {
    margin-bottom: 0
}

.chart-percent {
    font-size: 24px;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 5px;
    top: 58px;
    font-weight: 400
}

.faq-btn {
    text-align: center
}

.project-table img {
    height: 50px;
    width: 50px
}

.project-table .label {
    padding: 5px 20px
}

.card-member .ui-accordion-header-icon,.card-questioning .ui-accordion-header-icon {
    float: left;
    margin-right: 15px;
    margin-top: 17px;
    margin-left: 17px
}

.card-member .accordion-msg,.card-questioning .accordion-msg {
    font-weight: 400
}

.card-member .acc-msg,.card-questioning .acc-msg {
    margin-bottom: 10px
}

.card-member .acc-desc,.card-questioning .acc-desc {
    display: block;
    margin-bottom: 10px
}

.card-member .ui-state-active,.card-questioning .ui-state-active {
    background-color: #1b8bf9;
    color: #fff
}

#placeholder3 .legend {
    position: relative;
    top: -80px
}

.faq-progress .progress {
    position: relative;
    background-color: #eeeded;
    height: 10px
}

.faq-progress .progress .faq-text1,.faq-progress .progress .faq-text2,.faq-progress .progress .faq-text3,.faq-progress .progress .faq-text4,.faq-progress .progress .faq-text5 {
    font-weight: 600;
    margin-right: -37px
}

.faq-progress .progress .faq-bar1,.faq-progress .progress .faq-bar2,.faq-progress .progress .faq-bar3,.faq-progress .progress .faq-bar4,.faq-progress .progress .faq-bar5 {
    background: #29aecc;
    height: 10px;
    border-radius: 0;
    position: absolute;
    top: 0
}

.faq-progress .progress .faq-bar1 {
    background-color: #2196f3
}

.faq-progress .progress .faq-text1 {
    color: #2196f3
}

.faq-progress .progress .faq-bar2,.faq-progress .progress .faq-bar5 {
    background-color: #4caf50
}

.faq-progress .progress .faq-text2,.faq-progress .progress .faq-text5 {
    color: #4caf50
}

.faq-progress .progress .faq-bar3 {
    background-color: #ff5252
}

.faq-progress .progress .faq-text3 {
    color: #ff5252
}

.faq-progress .progress .faq-bar4 {
    background-color: #f57c00
}

.faq-progress .progress .faq-text4 {
    color: #f57c00
}

.card-faq h4 {
    color: #2196f3
}

.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body p {
    overflow: hidden
}

.panels-wells .panel-default {
    border-color: #ddd
}

.panels-wells .panel-success {
    border-color: #4caf50
}

.panels-wells .panel-primary {
    border-color: #2196f3
}

.panels-wells .panel-danger {
    border-color: #ff5252
}

.panels-wells .panel-info {
    border-color: #40c4ff
}

.panels-wells .panel-warning {
    border-color: #f57c00
}

.panels-wells .panel {
    margin-bottom: 20px
}

.panels-wells .panel .panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-footer {
    padding: 10px 15px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #fafafa;
    border-top: 1px solid #eee
}

.contact-mobile {
    position: relative;
    display: block;
    background-color: #fff;
    cursor: pointer
}

.contact-card-info {
    position: relative;
    border-bottom: 1px solid #ccc
}

.contact-card-info a {
    font-size: 14px
}

.contact-mobi-front {
    position: relative
}

.contact-mobi-front a {
    color: #fff
}

.contact-mobi-front .front-img img {
    margin-right: 10px;
    height: 50px;
    width: 50px
}

.contact-mobi-front .img-circle {
    width: 150px;
    height: 150px;
    padding: 2px;
    border: 1px solid #757575
}

.contact-card-button {
    text-align: center;
    padding: 15px 0
}

.contact-card-button i {
    margin-right: 5px
}

.contact-details-front-img {
    text-align: center;
    padding: 20px 0
}

.contact-details-front-img h4 {
    margin-top: 10px
}

.front-img {
    position: absolute;
    bottom: 15px
}

.front-img>img {
    margin-left: 17px
}

.contact-card-info {
    padding: 10px 10px 10px 40px
}

.contact-card-info i {
    padding: 10px;
    position: absolute;
    left: 5px;
    top: 5px
}

.login-profile {
    text-align: center;
    background: #2196f3 none repeat scroll 0 0;
    color: #fff;
    display: flex;
    height: 400px
}

.login-profile i {
    margin: 0 auto
}

.login-up {
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
    text-align: center;
    z-index: -1
}

.md-float-group label {
    border-bottom: 0
}

.modal-header ul {
    border-bottom: 0
}

.login-profile .fa {
    font-size: 80px;
    margin: 0 auto
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
    background-color: transparent;
    border-bottom: 2px solid #00b9f5;
    border-radius: 0;
    color: #666;
    font-size: 18px
}

.nav.nav-pills.log_btn a {
    border-radius: 0;
    font-size: 18px
}

.nav.nav-pills.log_btn a:hover {
    background: transparent none repeat scroll 0 0
}

.f-password {
    position: absolute;
    right: 0;
    top: -18px
}

.flags .f-item {
    padding: 12px;
    border: 1px solid #ddd;
    margin-right: 15px;
    display: inline-block
}

.flags .f-item .capital,.flags .f-item .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 0
}

.flags .f-item .code {
    display: block;
    font-size: 90%;
    color: #999;
    padding-bottom: 0
}

.data_table_main.flags [class*=col-] {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.content-flag label {
    margin-bottom: 0;
    cursor: pointer
}

.demo-gallery>ul {
    margin-bottom: 0
}

.demo-gallery>ul>li a {
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%
}

.demo-gallery>ul>li a>img {
    -webkit-transition: transform .15s ease 0s;
    -moz-transition: transform .15s ease 0s;
    -ms-transition: transform .15s ease 0s;
    transition: transform .15s ease 0s;
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    height: 100%;
    width: 100%
}

.demo-gallery>ul>li a .demo-gallery-poster {
    background-color: rgba(0,0,0,.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color .15s ease 0s;
    -moz-transition: background-color .15s ease 0s;
    -ms-transition: background-color .15s ease 0s;
    transition: background-color .15s ease 0s
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity .3s ease 0s;
    -moz-transition: opacity .3s ease 0s;
    -ms-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s
}

.demo-gallery>ul>li a:hover>img {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1)
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
    background-color: rgba(0,0,0,.5)
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
    opacity: 1
}

.demo-gallery .justified-gallery>a>img {
    -webkit-transition: transform .15s ease 0s;
    -moz-transition: transform .15s ease 0s;
    -ms-transition: transform .15s ease 0s;
    transition: transform .15s ease 0s;
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    height: 100%;
    width: 100%
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
    background-color: rgba(0,0,0,.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color .15s ease 0s;
    -moz-transition: background-color .15s ease 0s;
    -ms-transition: background-color .15s ease 0s;
    transition: background-color .15s ease 0s
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity .3s ease 0s;
    -moz-transition: opacity .3s ease 0s;
    -ms-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s
}

.demo-gallery .justified-gallery>a:hover>img {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1)
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
    background-color: rgba(0,0,0,.5)
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
    opacity: 1
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: .8;
    width: 48px
}

.demo-gallery.dark>ul>li a {
    border: 3px solid #04070a
}

.home .demo-gallery {
    padding-bottom: 80px
}

.thumbnail {
    border: 5px solid #fff;
    -webkit-box-shadow: 7px 7px 7px -7px #ccc;
    box-shadow: 7px 7px 7px -7px #ccc
}

#lightgallery li,#lightgallery1 {
    margin-bottom: 15px
}

.prod-img {
    position: relative
}

.prod-img .p-new a {
    position: absolute;
    top: 15px;
    right: 0;
    padding: 8px 13px;
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 2px 0 0 2px;
    background: #f57c00;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600
}

.prod-img .p-sale {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 50%;
    background-color: #ff5252;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 11px 4px
}

.prod-item .prod-img .option-hover {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    left: 0
}

.prod-item .prod-info {
    background: #fff;
    padding: 30px 0 20px
}

.prod-item .br-widget {
    min-height: inherit
}

.prod-view:hover .option-hover {
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 1
}

.prod-info .br-widget {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0
}

.option-icon i {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 36px;
    margin: 30px 0;
    padding: 17px 5px
}

.project-table .action-icon a {
    font-size: 18px
}

.prod-info h6 {
    font-size: 18px;
    font-weight: 600
}

.prod-info a {
    font-size: 18px
}

.pro-name span {
    font-size: 12px;
    color: #777
}

.pro-list-img img {
    display: inline-block
}

.project-process h5,.project-process h6 {
    margin-bottom: 20px
}

.widget-clock .bg-primary {
    padding-bottom: 100px
}

.widget-clock h2 {
    font-weight: 400
}

.widget-clock h4,.widget-clock h6 {
    font-weight: 300
}

.widget-clock i {
    font-size: 35px;
    margin-bottom: 10px
}

.basic-widget h4 {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 15px
}

.widget-user h4 {
    margin-bottom: 15px
}

.widget-user h6 {
    font-weight: 300
}

.widget-user i {
    margin-right: 10px
}

.following,.user-name {
    margin-bottom: 20px
}

.widget-activities h6 {
    margin: 20px 0
}

.widget-activities i {
    display: block;
    font-size: 35px;
    text-align: right
}

.widget-activities .counter-txt {
    font-weight: 300;
    font-size: 35px
}

.last-activity-table {
    margin-bottom: 0
}

.last-activity-table .activity-count {
    display: block;
    font-size: 18px;
    font-weight: 600
}

.last-activity-table .dashboard-msg-send {
    font-size: 12px
}

.activity-percentage {
    vertical-align: middle;
    font-size: 18px;
    padding-bottom: 0
}

.activity-percentage span {
    margin-right: 10px
}

.activity-percentage i {
    vertical-align: middle
}

.widget-progress~div i {
    padding: 0 10px
}

.widget-progress .progress {
    position: relative;
    background-color: #eeeded;
    height: 11px
}

.widget-progress .progress .progress-bar1,.widget-progress .progress .progress-bar2,.widget-progress .progress .progress-bar3,.widget-progress .progress .progress-bar4 {
    background: #29aecc;
    height: 10px;
    border-radius: 0;
    position: absolute;
    top: 0
}

.widget-progress .progress .progress-text1,.widget-progress .progress .progress-text2,.widget-progress .progress .progress-text3,.widget-progress .progress .progress-text4 {
    position: absolute
}

.widget-progress .progress .progress-bar1 {
    background: #f57c00
}

.widget-progress .progress .progress-text1 {
    color: #f57c00;
    font-weight: 600
}

.widget-progress .progress .progress-bar2 {
    background: #ff5252
}

.widget-progress .progress .progress-text2 {
    color: #ff5252;
    font-weight: 600
}

.widget-progress .progress .progress-bar3 {
    background: #4caf50
}

.widget-progress .progress .progress-text3 {
    color: #4caf50;
    font-weight: 600
}

.basic-widget {
    background: #3f51b5;
    color: #fff;
    text-align: center;
    margin-bottom: 30px
}

.basic-widget i {
    background: #fff;
    height: 25px;
    width: 25px;
    color: #3f51b5;
    border-radius: 50%;
    font-size: 20px;
    line-height: 81px;
    margin: 30px 0;
    padding: 17px 19px
}

.basic-widget-green {
    background: #4caf50
}

.basic-widget-green i {
    color: #4caf50
}

.basic-widget-orange {
    background: #f57c00
}

.basic-widget-orange i {
    color: #f57c00
}

.basic-widget-pink {
    background: #ff5252
}

.basic-widget-pink i {
    color: #ff5252
}

.img-full {
    width: 100%
}

.user-block-1 {
    bottom: 75px;
    margin-bottom: -60px;
    text-align: center;
    position: relative
}

.user-block-1 img,.user-block-2 img {
    display: inline-block;
    border: 5px solid rgba(251,137,101,.43);
    border-radius: 50%
}

.user-block-2 {
    background-image: url(../images/widget/user-block-2.jpg);
    background-size: cover;
    padding: 20px 0;
    color: #fff;
    margin-bottom: 10px;
    text-align: center
}

.user-block-2-activities {
    padding: 0 20px
}

.user-block-2-active {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px
}

.widget-income-footer {
    background: #eceaea;
    padding: 20px 15px
}

#widget-product-list_filter {
    float: right
}

#widget-product-list_filter label {
    display: flex;
    align-items: center
}

.new-orders i {
    background: #3f51b5;
    color: #fff;
    padding: 20px;
    border-radius: 50%;
    font-size: 20px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 20px;
    display: inline-flex
}

.widget-to-do-list {
    padding: 5px;
    border-bottom: none;
    position: relative;
    margin-bottom: 10px
}

.widget-to-do-list .checkbox {
    display: block
}

.social-card .media {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.social-card .social-media {
    color: #fff;
    padding: 20px 0;
    text-align: center
}

.social-card .social-media i {
    font-size: 24px;
    margin-bottom: 15px
}

.social-card .social-media h5 {
    margin-bottom: 0;
    margin-top: 10px
}

.freelance-card .freelance {
    position: relative;
    margin-bottom: 20px
}

.freelance img {
    height: 140px;
    width: 140px
}

.freelance-card-2 .freelance-2 {
    padding: 40px
}

.freelance-card-2 .freelance-2 .user-name {
    margin-bottom: 15px;
    margin-top: 150px
}

.freelance-card-2 .freelance-2 .user-address {
    margin-right: 30px;
    display: inline-block
}

.freelance-card-2 .freelance-2 .button-list {
    margin-top: 20px
}

.freelance-card-2 .freelancer-footer {
    padding: 20px;
    margin-top: 30px;
    border-top: 1px solid #fff
}

.ct-bar.ct-threshold-above,.ct-bar.ct-threshold-below,.ct-grids .ct-vertical,.ct-line.ct-threshold-above,.ct-line.ct-threshold-below,.ct-point.ct-threshold-above,.ct-point.ct-threshold-below {
    stroke: #ccc
}

.ct-chart11 .ct-bar.ct-threshold-above,.ct-chart11 .ct-bar.ct-threshold-below,.ct-chart11 .ct-grids .ct-vertical,.ct-chart11 .ct-line.ct-threshold-above,.ct-chart11 .ct-line.ct-threshold-below,.ct-chart11 .ct-point.ct-threshold-above,.ct-chart11 .ct-point.ct-threshold-below {
    stroke: #2196f3
}

.ct-label.ct-horizontal.ct-end,.ct-label.ct-vertical.ct-start {
    color: #ccc
}

.ct-chart11 .ct-label.ct-horizontal.ct-end,.ct-chart11 .ct-label.ct-vertical.ct-start {
    color: #666
}

.ct-grids .ct-horizontal {
    stroke: transparent
}

#clock {
    background-image: url(../images/widget/clock-bg.png);
    height: 160px;
    position: relative;
    width: 160px;
    margin: 25px auto -95px;
    background-size: cover;
    bottom: 100px
}

#clock div {
    position: absolute;
    left: 24%;
    top: 20%
}

#clock img[src*=second] {
    -webkit-transition: transform 600000s linear 0s;
    -moz-transition: transform 600000s linear 0s;
    -ms-transition: transform 600000s linear 0s;
    transition: transform 600000s linear 0s
}

#clock img[src*=minute] {
    -webkit-transition: transform 360000s linear 0s;
    -moz-transition: transform 360000s linear 0s;
    -ms-transition: transform 360000s linear 0s;
    transition: transform 360000s linear 0s
}

#clock img[src*=hour] {
    -webkit-transition: transform 216000s linear 0s;
    -moz-transition: transform 216000s linear 0s;
    -ms-transition: transform 216000s linear 0s;
    transition: transform 216000s linear 0s
}

#clock:target img[src*=second] {
    -webkit-transform: rotate(3600000deg);
    -moz-transform: rotate(3600000deg);
    -ms-transform: rotate(3600000deg);
    transform: rotate(3600000deg)
}

#clock:target img[src*=minute] {
    -webkit-transform: rotate(36000deg);
    -moz-transform: rotate(36000deg);
    -ms-transform: rotate(36000deg);
    transform: rotate(36000deg)
}

#clock:target img[src*=hour] {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.cloud-date,.weather-temp,.weather-temp li h6 {
    color: #fff
}

.weather-temp {
    margin-bottom: 0
}

.weather-temp li {
    padding: 5px 10px;
    border-right: 1px solid #fff;
    display: inline-block;
    text-align: center
}

.weather-temp li h4 {
    margin-bottom: 0
}

.weather-temp li:last-child {
    border-right: none
}

.weather-table tr td:first-child {
    width: 25%
}

.weather-table .svg-icon svg {
    width: 21px!important;
    height: 21px!important
}

.weather-live .svg-icon.d-flex .climacon_component-stroke {
    fill: rgba(255,255,255,.82)
}

.weather-live .svg-icon.d-flex svg {
    width: 80px!important;
    height: 80px!important
}

.day-widget .svg-icon .climacon_component-stroke {
    fill: #4fb053
}

.svg-cloud {
    display: flex;
    margin-bottom: 10px;
    align-items: center
}

.svg-cloud .cloud-temp {
    display: inline-block;
    margin-left: 15px
}

.table th,.table tr:first-child td {
    border-top: none
}

.table-inverse td,.table-inverse th,.table-inverse thead th {
    border-color: #fff
}

.last-activity-table tr td:last-child,.weather-table tr td:last-child {
    text-align: right
}

.weather-table>tbody>tr:last-child>td {
    margin-bottom: 0
}

.svg-icon svg {
    width: 50px!important;
    height: 50px!important
}

.svg-icon .climacon_component-stroke {
    fill: rgba(43,61,81,.7)
}

.svg-icon .climacon_component-fill {
    fill: #bbb
}

.icon-list-demo svg {
    border: 1px solid #eceeef;
    border-radius: 3px;
    color: rgba(43,61,81,.7);
    display: inline-block;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin: 0 12px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 50px
}

.weather-card .weather-bg {
    padding: 40px;
    text-align: center
}

.weather-card .weather-bg h1 {
    display: inline-block;
    font-size: 52px;
    vertical-align: bottom
}

.weather-card .weather-bg h6 {
    font-weight: 300;
    color: #fff
}

.rotate-txt {
    float: right;
    bottom: -5;
    position: absolute;
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    right: -20px
}

.horizontal-card-img {
    position: relative
}

.horizontal-card-img img {
    width: 60px;
    height: 60px;
    display: inline-block
}

.horizontal-card-img h2 {
    margin-bottom: 30px;
    font-weight: 400
}

.horizontal-card-img ol li {
    color: #777;
    font-weight: 600;
    float: none
}

.label-primary.menu-arrow-caption {
    position: absolute;
    right: 25px
}

.widget-twitter .media {
    padding: 10px;
    display: flex;
    align-items: center
}

.widget-twitter .media-body h6 {
    display: inline-block;
    font-size: 14px;
    color: #fff
}

.widget-video .widget-progress {
    margin: 10px 0
}

.widget-user-list .media {
    padding: 10px 0;
    border-bottom: 1px solid #ccc
}

.widget-user-list .media:last-child,.widget-user-list .media:nth-child(4) {
    border-bottom: none
}

.widget-user-list .media-body h6 {
    display: inline-block;
    font-size: 14px;
    margin-right: 5px
}

.last-activity-table tr td:first-child {
    width: auto
}

.last-activity-table .btn {
    margin-bottom: 5px
}

.recent-table {
    padding-left: 30px;
    padding-right: 30px
}

.recent-table .action-icon a {
    color: #818a91;
    font-size: 18px
}

.recent-table .action-icon a:first-child {
    margin-right: 15px
}

.recent-table .pro-name span {
    color: #818a91;
    font-size: 12px
}

.photo-table img {
    width: 50px;
    margin-bottom: 5px
}

.quick-save-btn {
    background: 0 0;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 40px;
    font-weight: 400
}

.quick-save-btn :hover {
    border-color: #fff;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bg-spark-chart {
    background: #3f51b5
}

.br-bottom {
    border-bottom: 1px solid #ccc
}

.br-left {
    border-left: 1px solid #ccc
}

.br-top-white {
    border-top: 1px solid #ccc
}

.chart-sparkline {
    position: absolute;
    top: 0;
    left: 0
}

.online-dot {
    top: 80%;
    height: 20px;
    width: 20px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 2px 2px rgba(128,128,128,.33);
    box-shadow: 0 0 2px 2px rgba(128,128,128,.33);
    left: 50%;
    margin-left: 35px
}

.user-borders-right {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 20px
}

.user-borders-right:nth-child(even) {
    border-right: none
}

.user-borders-right .user-detail {
    display: inline-block;
    margin-left: 20px
}

.user-borders-right .user-detail h6 {
    margin-bottom: 10px;
    font-weight: 400
}

.weather-cloud {
    font-size: 92px;
    position: absolute;
    bottom: -10px;
    right: 20px
}

.message-label {
    float: right;
    height: 40px;
    width: 40px;
    text-align: center;
    margin-top: -5px;
    line-height: 22px;
    border-radius: 50%;
    margin-bottom: 0
}

.unread-msg {
    background: #fcffe8
}

.unread-msg h6,.unread-msg i,.unread-msg p,.unread-msg span {
    color: #000!important;
    font-weight: 600
}

.messages .media .media-body {
    padding-top: 6px
}

.messages-content {
    padding: 25px;
    border-right: 1px solid #ccc;
    padding-bottom: 0
}

.messages-content .media {
    margin-bottom: 40px
}

.messages-content .media .msg-reply,.messages-content .media .msg-send {
    padding: 15px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 10px
}

.messages-content .media .media-left {
    padding-right: 25px
}

.messages-send .form-control {
    padding: 20px;
    border-radius: 0
}

.messages-send span {
    padding: 20px;
    border-radius: 0
}

.msg-img-h {
    width: 50px
}

.weather-bg {
    background-image: url(../images/widget/weather-bg.jpg);
    background-size: cover;
    padding: 20px 0;
    color: #fff
}

.weather-bg i {
    font-size: 100px
}

.weather-bg span {
    font-size: 55px
}

.weather-bg svg#cloudDrizzleSun {
    height: 80px;
    width: 80px
}

svg#sun {
    height: 180px;
    width: 180px
}

.weather-detail .climacon_component-stroke {
    fill: #666
}

.weather-detail .climacon_component-fill {
    fill: #fff
}

.weather-detail li {
    padding: 0 12px;
    display: inline-block;
    text-align: center
}

.weather-detail li:last-child {
    padding-right: 0
}

.weather-detail li:first-child {
    padding-left: 0
}

.widget-timeline i {
    position: absolute;
    top: 40px;
    left: 80%
}

.widget-timeline .media {
    padding: 20px;
    font-size: 14px
}

.widget-timeline .media h6 {
    display: inline-block;
    font-size: 14px
}

.check-table th:first-child {
    width: 1%
}

.check-table th .fade-in-primary {
    margin-right: 0
}

.placeholder3 div.legend table {
    top: -71px;
    font-size: smaller;
    color: #545454;
    right: 195px
}

.placeholder3 {
    margin: 60px auto
}

.placeholder3>div.legend>table {
    left: -100px;
    margin-right: 0;
    margin-top: 95px;
    position: absolute
}

.legendLabel {
    padding-left: 12px
}

.owl-widget .owl-controls {
    position: absolute;
    top: 40%;
    width: 100%
}

.owl-widget .owl-controls .owl-prev {
    left: 10px;
    position: absolute
}

.owl-widget .owl-controls .owl-next {
    right: 10px;
    position: absolute
}

.owl-widget .owl-controls .owl-nav div {
    background: rgba(0,0,0,.44);
    opacity: 1;
    color: #fff
}

.owl-widget-bottom {
    position: absolute;
    background: rgba(0,0,0,.6);
    width: 100%;
    bottom: 0;
    z-index: 1
}

.widget-tab-pane {
    padding: 20px
}

.widget-tab-pane p {
    padding: 0
}

.widget-tab-pane .media-body p {
    margin-bottom: 5px
}

.widget-tab-pane .media-body h6 {
    display: inline-block;
    font-size: 14px
}

.widget-tab-pane .media {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.widget-tab-pane .media:last-child {
    margin-bottom: 0
}

.widget-tabs .nav-item a {
    font-size: 14px
}

.widget-tabs .slide {
    height: 2px
}

.grid-item #product-list_filter {
    display: none
}

.add-tabs i {
    position: absolute;
    right: 15px;
    top: 10px
}

.bg-icon i {
    position: absolute;
    font-size: 72px;
    right: 15px;
    top: 20px;
    color: skyblue;
    opacity: .6
}

.badge-dot {
    right: 5px;
    background: #1b8bf9;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 3px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    font-size: 11px;
    -webkit-box-shadow: 0 0 2px 2px #fff;
    box-shadow: 0 0 2px 2px #fff
}

.contact-card {
    background-image: url(../images/widget/contact-card.jpg);
    background-size: cover;
    color: #fff
}

.contact-detail {
    width: calc(100% - 305px);
    float: right
}

.compose-list-group {
    margin-top: 20px
}

.compose-list-group i {
    margin-right: 5px
}

.compose-list-group a {
    padding-left: 0
}

.compose-list-group .email-count {
    margin-left: 5px
}

.email-icon {
    margin-bottom: 30px
}

.email-icon .btn-group,.email-icon .dropdown-primary {
    margin-right: 10px
}

.email-icon i {
    font-size: 16px;
    color: #fff
}

.email-body .checkbox {
    margin-right: 10px;
    vertical-align: middle
}

.email-body label {
    margin-bottom: 0
}

.email-body .icofont-star {
    margin-right: 10px
}

.email-time {
    text-align: right
}

.compose-list-group .list-group-item {
    border-color: transparent
}

.compose-list-group .list-group-item .active {
    background-color: transparent;
    border-color: transparent;
    color: #ff5252;
    font-weight: 600
}

.email-table tr td {
    vertical-align: middle
}

.email-table td a {
    color: #333
}

.email-table .unread td a {
    font-weight: 600;
    color: #333
}

.email-attch {
    width: 50px
}

.email-time {
    width: 120px
}

.email-content {
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px
}

.note-editor.panel {
    border: 1px solid rgba(0,0,0,.15);
    padding-left: 10px;
    padding-top: 10px
}

.email-card {
    border: 1px solid rgba(0,0,0,.125)
}

.email-card .user-name {
    display: inline-block;
    font-weight: 400
}

.email-card .user-mail {
    font-size: 14px;
    margin-left: 5px;
    font-weight: 400
}

.email-card .user-mail h6 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0
}

.tab-pane form .md-add-on i {
    font-size: 20px
}

.wall-elips {
    position: absolute;
    right: 15px
}

.social-wallpaper {
    position: relative
}

.social-profile {
    position: relative;
    padding-top: 15px
}

.timeline-btn {
    position: absolute;
    bottom: 0;
    right: 30px
}

.nav-tabs.md-tabs.tab-timeline li a {
    padding: 20px 0 10px;
    color: #666;
    font-size: 18px
}

.social-timeline-left {
    position: absolute;
    top: -200px;
    margin-right: 15px
}

.post-input {
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    resize: none
}

.friend-box .media-object,.user-box .media-object {
    height: 45px;
    width: 45px;
    display: inline-block
}

.friend-box img {
    margin-right: 10px;
    margin-bottom: 10px
}

.user-box .media-left {
    position: relative
}

.chat-header {
    color: #222
}

.live-status {
    height: 7px;
    width: 7px;
    position: absolute;
    bottom: 0;
    right: 17px;
    border-radius: 50%;
    border: 1px solid
}

.tab-timeline .slide {
    bottom: -1px
}

.image-upload input {
    visibility: hidden;
    max-width: 0;
    max-height: 0
}

.file-upload-lbl {
    max-width: 15px;
    padding: 5px 0 0
}

.ellipsis::after {
    top: 15px;
    border: none;
    position: absolute;
    content: '\f142';
    font-family: FontAwesome
}

.elipsis-box {
    -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,.11);
    box-shadow: 0 0 5px 1px rgba(0,0,0,.11);
    top: 40px;
    right: -10px
}

.elipsis-box:after {
    content: '';
    height: 13px;
    width: 13px;
    background: #fff;
    position: absolute;
    top: -5px;
    right: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: -3px -3px 11px 1px rgba(170,170,170,.22);
    box-shadow: -3px -3px 11px 1px rgba(170,170,170,.22)
}

.friend-elipsis {
    left: -10px;
    top: -10px
}

.social-profile:hover .profile-hvr,.social-wallpaper:hover .profile-hvr {
    opacity: 1
}

.profile-hvr {
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 20px;
    padding: 10px;
    top: 0;
    color: #fff;
    background-color: rgba(0,0,0,.61);
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.social-profile {
    margin: 0 15px
}

.social-follower {
    text-align: center
}

.social-follower h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-style: normal
}

.social-follower h5 {
    font-size: 14px
}

.social-follower .follower-counter {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 13px
}

.social-follower .follower-counter .txt-primary {
    font-size: 24px
}

.timeline-icon {
    height: 45px;
    width: 45px;
    display: block;
    margin: 0 auto;
    border: 4px #fff solid
}

.social-timelines-left:after {
    height: 3px;
    width: 25%;
    position: absolute;
    background: #ccc;
    top: 20px;
    content: "";
    right: 0;
    z-index: 0
}

.social-timelines:before {
    position: absolute;
    content: ' ';
    width: 3px;
    background: #ccc;
    left: 4%;
    z-index: 0;
    height: 100%;
    top: 0
}

.timeline-dot:after,.timeline-dot:before {
    content: "";
    position: absolute;
    height: 9px;
    width: 9px;
    background-color: #ccc;
    left: 3.8%;
    border-radius: 50%
}

.post-timelines .social-time,.user-box .social-designation {
    font-size: 13px
}

.social-msg span {
    color: #666;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px
}

.contact-info .social-label,.view-info .social-label,.work-info .social-label {
    font-size: 15px;
    padding-left: 0;
    padding-top: 0
}

.contact-info .social-user-name,.view-info .social-user-name,.work-info .social-user-name {
    font-size: 14px;
    padding-left: 0
}

.friend-elipsis .social-designation {
    font-size: 13px
}

.social-client-description {
    padding-bottom: 20px
}

.user-box .media-body {
    padding-top: 6px
}

.timeline-details p {
    padding-top: 10px
}

.post-timelines .chat-header,.timeline-details .chat-header {
    font-size: 15px
}

.social-client-description {
    padding-bottom: 20px
}

.social-client-description p {
    margin-top: 5px
}

.social-client-description span {
    font-size: 12px;
    margin-left: 10px
}

.social-client-description .chat-header {
    font-size: 13px
}

.social-tabs a {
    font-size: 18px
}

.timeline-btn a {
    margin-bottom: 20px
}

.profile-hvr i {
    cursor: pointer
}

#simpletable_filter,#task-table_filter {
    display: flex;
    justify-content: center
}

#simpletable_filter label,#task-table_filter label {
    display: block;
    position: absolute;
    align-items: center;
    right: 30px;
    top: 0
}

#simpletable_length label {
    margin-top: -5px
}

div.dt-buttons {
    margin-bottom: 15px
}

#advanced-table_filter label {
    display: flex;
    align-items: center;
    position: absolute;
    right: 35px;
    top: 60px
}

#contact-list td,#crm-contact td,#product-list td {
    vertical-align: middle
}

.crm-action-edit {
    margin-right: 15px
}

.crm-action-delete,.crm-action-edit {
    font-size: 18px;
    color: #777
}

.crm-table {
    padding-left: 30px;
    padding-right: 30px
}

#small_banner .slick-slide {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5
}

#small_banner img {
    cursor: pointer
}

#small_banner .slick-center {
    filter: grayscale(0);
    opacity: 1
}

#small_banner:hover .slick-prev {
    left: 0;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    transition: all ease-in .3s
}

#small_banner:hover .slick-next {
    right: 0;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    transition: all ease-in .3s
}

.port_details_all_img {
    overflow: hidden
}

.detail-stars .br-widget {
    margin-top: 0;
    min-height: 55px
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
    color: transparent;
    outline: none;
    background: rgba(0,0,0,.8)
}

.slick-prev {
    left: -45px;
    z-index: 1;
    height: 100%;
    background: rgba(0,0,0,.62);
    width: 4%;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    transition: all ease-in .3s
}

.slick-next {
    right: -45px;
    z-index: 1;
    height: 100%;
    background: rgba(0,0,0,.62);
    width: 4%;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    transition: all ease-in .3s
}

.slick-next:focus,.slick-next:hover {
    color: transparent;
    outline: none;
    background: rgba(0,0,0,.8)
}

.product-detail .br-widget {
    display: block;
    min-height: 50px
}

.product-detail .product-price {
    display: inline-block;
    margin-right: 50px;
    font-size: 24px
}

.product-detail .pro-desc {
    margin-top: 25px;
    margin-bottom: 25px
}

.product-detail .btn-number {
    background: #e0e0e0;
    border-color: #d4d4d4;
    border-radius: 0;
    color: #000
}

.counter-input .input-group {
    width: 20%
}

.pro-det-tab .tab-content {
    border: 1px solid #ccc;
    border-top: 0
}

.big_banner .port_big_img {
    margin-bottom: 15px
}

.cd-price .cd-price-month {
    font-size: 64px
}

.prod-edit-width {
    width: 60%;
    margin: 0 auto
}

.product-edit ul a {
    font-weight: 600
}

.post-new-footer i {
    font-size: 18px;
    margin-right: 15px;
    cursor: pointer
}

.input-group span {
    cursor: pointer
}

.input-group a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px
}

.notification .btn {
    margin-right: 15px
}

.notification .btn:last-child {
    margin-right: 0
}

.tooltip-btn .btn,.tooltip-icon .btn,.tooltip-pop .btn {
    margin-right: 20px;
    margin-bottom: 10px
}

.tooltip-link a {
    margin-left: 10px
}

.wall-img-preview {
    text-align: center
}

.wall-img-preview .wall-item {
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    border: 2px solid #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.wall-img-preview .wall-item>img {
    display: none
}

.wall-img-preview .wall-item:first-child:nth-last-child(2),.wall-img-preview .wall-item:first-child:nth-last-child(2)~div {
    width: 50%
}

.wall-img-preview .wall-item:first-child:nth-last-child(10),.wall-img-preview .wall-item:first-child:nth-last-child(10)~div:not(:last-child),.wall-img-preview .wall-item:first-child:nth-last-child(11)~div:nth-last-of-type(-n+3),.wall-img-preview .wall-item:first-child:nth-last-child(3),.wall-img-preview .wall-item:first-child:nth-last-child(3)~div,.wall-img-preview .wall-item:first-child:nth-last-child(4),.wall-img-preview .wall-item:first-child:nth-last-child(4)~div:not(:last-child),.wall-img-preview .wall-item:first-child:nth-last-child(5),.wall-img-preview .wall-item:first-child:nth-last-child(5)~div:not(:nth-last-of-type(-n+2)),.wall-img-preview .wall-item:first-child:nth-last-child(6),.wall-img-preview .wall-item:first-child:nth-last-child(6)~div,.wall-img-preview .wall-item:first-child:nth-last-child(7)~div:nth-last-of-type(-n+3),.wall-img-preview .wall-item:first-child:nth-last-child(9),.wall-img-preview .wall-item:first-child:nth-last-child(9)~div {
    width: 33.333333%
}

.wall-img-preview .wall-item:first-child:nth-last-child(5)~div:nth-last-of-type(-n+2) {
    width: 50%
}

.wall-img-preview .wall-item:first-child:nth-last-child(11),.wall-img-preview .wall-item:first-child:nth-last-child(11)~div:not(:nth-last-of-type(-n+3)),.wall-img-preview .wall-item:first-child:nth-last-child(12),.wall-img-preview .wall-item:first-child:nth-last-child(12)~div,.wall-img-preview .wall-item:first-child:nth-last-child(7),.wall-img-preview .wall-item:first-child:nth-last-child(7)~div:not(:nth-last-of-type(-n+3)),.wall-img-preview .wall-item:first-child:nth-last-child(8),.wall-img-preview .wall-item:first-child:nth-last-child(8)~div {
    width: 25%
}

.wall-img-preview .wall-item:first-child:nth-last-child(10)~div:nth-child(10),.wall-img-preview .wall-item:first-child:nth-last-child(4)~div:nth-child(4) {
    width: 100%
}

.wall-img-preview .wall-item:only-child {
    width: 100%
}

.messages-content {
    width: calc(100% - 305px)
}

.message-left {
    width: 300px;
    float: right
}

.msg-box {
    margin: -30px -15px
}

.msg-send {
    background-color: #f3f3f3
}

.new-msg {
    border-right: 0
}

.new-msg:focus~.input-group-addon {
    background-color: #fff;
    border-color: #66afe9
}

.msg-ellipsis {
    right: 10px;
    top: 0;
    position: absolute
}

.msg-ellipsis span {
    margin-top: 10px;
    margin-right: 14px;
    float: right;
    font-size: 26px
}

.msg-nav {
    top: 18px;
    right: 40px;
    position: absolute;
    font-size: 24px
}

.msg-elipsis-box a {
    font-size: 15px
}

#main-chat .chat-single-box .chat-header a {
    color: #666!important
}

#main-chat .chat-single-box.active .chat-header {
    background-color: #2196f3!important
}

#main-chat .chat-single-box.active .chat-header a {
    color: #fff!important
}

#main-chat .minimized {
    background-color: #1e2730!important
}

#main-chat .chat-box ul.boxs li.chat-single-box .chat-header.custom-collapsed {
    position: absolute;
    bottom: 0;
    width: 300px
}

#main-chat .chat-box ul.boxs li.minimized {
    height: 30px;
    width: 30px;
    bottom: 0;
    position: absolute;
    left: -50px;
    border-radius: 5px 5px 0 0;
    cursor: pointer
}

#main-chat .chat-box ul.boxs li.minimized .count {
    color: #fff;
    text-align: center;
    margin: 5px
}

#main-chat .chat-box ul.boxs li.minimized .chat-dropdown {
    list-style: none;
    display: none;
    position: absolute;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 1px 8px 0 rgba(5,5,5,.5);
    box-shadow: 0 1px 8px 0 rgba(5,5,5,.5);
    width: 150px;
    z-index: 100;
    border-radius: 5px;
    padding: 5px 0
}

#main-chat .chat-box ul.boxs li.minimized .chat-dropdown li {
    padding: 2px 5px
}

#main-chat .chat-box ul.boxs li.minimized .chat-dropdown li div {
    display: inline-block
}

#main-chat .chat-box ul.boxs li.minimized .chat-dropdown li .username {
    width: 85%;
    height: 22px
}

#main-chat .chat-box ul.boxs li.minimized .chat-dropdown li .remove {
    width: 13%;
    padding: 2px 4px;
    float: right
}

#main-chat .chat-box ul.boxs li.minimized .chat-dropdown li .remove:hover {
    background-color: silver!important
}

#main-chat .chat-box ul.boxs li.minimized .chat-dropdown li:hover {
    color: #000
}

#main-chat .chat-box ul.boxs li .hidden {
    display: none
}

.user-box {
    height: 100%
}

.close {
    opacity: 1
}

.write-msg {
    padding: 12px
}

.chat-box .secondary:active:hover {
    background-color: #fff
}

.chat-single-box {
    height: 440px;
    float: right;
    width: 300px;
    margin-right: 15px;
    direction: ltr;
    z-index: 999;
    bottom: 0
}

.box-live-status {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid
}

.chat-msg-img {
    height: 50px;
    width: 50px
}

.header-users {
    right: 0;
    top: 103px;
    width: 300px;
    height: 100%
}

.users {
    right: 0;
    top: 103px;
    width: 300px;
    height: 100%
}

.p-chat-user {
    top: 50px
}

.users-main {
    height: 100%;
    width: 300px;
    position: fixed;
    border-radius: 0
}

.friendlist-main {
    padding-left: 20px
}

.friendlist-main h6 {
    font-size: 14px;
    text-transform: uppercase
}

.friendlist-box .media-body .friend-header {
    font-size: 13px
}

.friendlist-box .media-body span {
    font-size: 12px
}

.userlist-box {
    padding-left: 20px;
    cursor: pointer;
    border-bottom: 1px solid #efefef
}

.users-main .media {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.chat-menu-content,.chat-menu-reply {
    background: #f3f3f3;
    position: relative;
    overflow: visible;
    border-radius: 4px
}

.chat-menu-content:before {
    position: absolute;
    top: 20px;
    left: -14px;
    width: 0;
    height: 0;
    content: '';
    border: 8px solid transparent;
    border-right-color: #f3f3f3
}

.chat-menu-reply {
    background: #2196f3
}

.chat-menu-reply .chat-cont,.chat-menu-reply .chat-time {
    color: #fff
}

.chat-menu-reply:before {
    position: absolute;
    top: 20px;
    right: -14px;
    width: 0;
    height: 0;
    content: '';
    border: 8px solid transparent;
    border-left-color: #2196f3
}

.chat-reply-box {
    background-color: #fff;
    position: absolute;
    bottom: 43px;
    width: 100%;
    padding: 15px 20px 10px;
    border-top: 1px solid #ccc
}

.chat-reply-box .md-input-wrapper {
    margin-bottom: 30px
}

.chat-inner-header {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding: 20px
}

.showChat_inner .chat-messages {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px
}

.chat-send {
    position: absolute;
    bottom: 5px;
    right: 0;
    border: none;
    background-color: transparent;
    color: #2196f3;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.chat-menu-content .chat-cont,.chat-menu-reply .chat-cont {
    padding: 10px
}

.chat-menu-content .chat-time,.chat-menu-reply .chat-time {
    padding-left: 10px;
    padding-bottom: 10px
}

.back_chatBox i {
    float: left;
    margin-top: 5px
}

.designation {
    cursor: pointer
}

.extra-profile-list {
    display: none
}

.users-main .media .chat-header {
    font-size: 14px;
    font-weight: 600
}

.users-main .media-body div+div {
    font-size: 12px
}

.chat-body {
    overflow-y: auto;
    height: 340px
}

.users-main-fix {
    height: auto;
    position: fixed;
    bottom: 0;
    top: 151px
}

.chat-footer,.chat-link {
    border-color: #2196f3
}

.chat-footer .input-group-addon {
    padding: 7px .75rem
}

.form-control:focus~.chat-send {
    border-color: #2196f3
}

.minimized-box {
    padding: 5px 10px
}

.write-msg input {
    border-radius: 0;
    border-right: 0
}

.write-msg .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: 0;
    font-size: 14px
}

.write-msg .btn-secondary:hover {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-left: 0
}

.form-control:focus~.input-group-btn .btn-secondary {
    border-color: #66afe9;
    color: #2196f3
}

.img-chat-profile {
    height: 45px;
    width: 45px
}

.chat-minimize .chat-body,.chat-minimize .chat-footer {
    display: none
}

.chat-box {
    margin-right: 290px;
    height: 440px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999
}

#blog .blog-section:last-child {
    margin-bottom: 0
}

.blog-section {
    position: relative;
    margin-bottom: 50px
}

.blog-section .blog-detail {
    position: absolute;
    padding-left: 0;
    float: right;
    right: 0;
    bottom: 0
}

.blog-section .blog-left {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.16),0 2px 10px rgba(0,0,0,.12);
    box-shadow: 0 2px 5px rgba(0,0,0,.16),0 2px 10px rgba(0,0,0,.12)
}

.blog-section h2 {
    background: #2196f3;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    position: absolute;
    margin: 0;
    color: #fff;
    bottom: 0;
    padding: 15px 30px
}

.blog-section .blog-block {
    margin-left: 22%;
    padding: 20px
}

.blog-section .blog-block h6 {
    display: inline-block;
    font-weight: 400;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: 15px;
    color: #777
}

.blog-section .blog-block h6 i {
    margin-right: 15px
}

.blog-section .blog-block h6:last-child {
    border: none
}

.blog-section .blog-block a {
    color: #666;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    transition: all ease-in .3s
}

.blog-section .blog-block a:hover {
    color: #1b8bf9
}

.blog-section p {
    margin-top: 15px;
    color: #777
}

.blog-section .read-more {
    text-align: right
}

.blog-section h5 {
    text-align: right;
    display: inline-block;
    font-weight: 400;
    color: #2196f3;
    margin-bottom: 25px
}

.blog-section:nth-child(even) .blog-detail {
    left: 0;
    padding-right: 0
}

.blog-section:nth-child(even) .blog-detail h2 {
    right: 0
}

.blog-section:nth-child(even) .blog-block {
    margin-right: 22%;
    margin-left: 0
}

.read-more a {
    color: #1b8bf9
}

.blog-add-cmnt {
    text-align: end
}

.bug-issue-link .breadcrumb.bg-white {
    margin-top: 0;
    padding-top: 0
}

.blog-single h4 {
    margin-top: 30px;
    color: #1b8bf9;
    font-weight: 400
}

.blog-single p {
    margin: 30px 0
}

.blog-single:last-child {
    font-weight: 400;
    margin-bottom: 30px
}

.blog-single .qutoe-text {
    font-size: 15px;
    font-weight: 400;
    color: #1b8bf9;
    border-left: 3px solid #1b8bf9;
    padding-left: 25px
}

.blog-single p:last-child,.blog-tag li a,.blog-tag li i,.shares-like li:first-child,.shares-like li:first-child i {
    color: #777
}

.blog-tag li {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #ccc;
    margin-right: 15px
}

.blog-tag li:first-child {
    border: none;
    padding: 5px 0
}

.blog-tag li i {
    font-size: 20px;
    vertical-align: middle
}

.blog-tag li:last-child {
    margin-right: 0
}

.shares-like li {
    display: inline-block;
    margin-right: 15px;
    font-size: 20px
}

.shares-like li:first-child {
    font-size: 17px
}

.shares-like li i {
    color: #fff
}

.shares-like .btn-facebook,.shares-like .btn-google-plus,.shares-like .btn-linkedin,.shares-like .btn-pinterest,.shares-like .btn-twitter {
    color: #fff;
    padding: 10px 15px
}

.blog-big-user {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.blog-big-user h4 {
    color: #1b8bf9;
    font-weight: 400
}

.blog-big-user h6 {
    font-weight: 400;
    margin: 20px 0
}

.blog-big-user h5 {
    margin: 20px 0
}

.blog-u-comment span {
    font-size: 14px
}

.blog-u-comment i {
    margin: 0 5px
}

.blog-u-comment i:last-child {
    margin-right: 10px
}

.blog-u-comment .blog-edit a,.blog-u-comment .blog-reply a {
    margin-right: 10px;
    font-size: 12px
}

.shares-like:hover {
    -webkit-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    -ms-transition: all .3s 0s;
    transition: all .3s 0s
}

.blog-s-reply h6 {
    color: #1b8bf9
}

.blog-s-reply h6 span {
    font-size: 12px;
    color: #777;
    margin-left: 5px
}

.blog-article {
    margin-bottom: 30px
}

.blog-article .articles h6 {
    padding-top: 20px;
    font-weight: 400
}

.blog-article .articles a {
    font-weight: 400;
    font-size: 15px;
    color: #1b8bf9;
    margin: 20px 0;
    display: block
}

.blog-article .articles span {
    margin-left: 10px
}

.img-circle-blog {
    border-radius: 50%;
    width: 130px;
    height: 130px;
    margin: 0 auto
}

.comment-block li {
    padding-left: 75px
}

.blog-profile img {
    left: 0;
    position: absolute;
    top: 12px
}

.mail-img {
    margin-top: 20px
}

.boot-ui [class*=bg-],.boot-ui [class*=col-] {
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 4px
}

.pulse-ring {
    content: '';
    width: 140px;
    height: 55px;
    border: 20px solid #1b8bf9;
    position: absolute;
    top: 18px;
    left: 18px;
    background-color: #1b8bf9;
    -webkit-animation: pulsate infinite 1.5s;
    -moz-animation: pulsate infinite 1.5s;
    -ms-animation: pulsate infinite 1.5s;
    animation: pulsate infinite 1.5s
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    25% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: .1
    }

    50% {
        -webkit-transform: scale(.1);
        -moz-transform: scale(.1);
        -ms-transform: scale(.1);
        transform: scale(.1);
        opacity: .3
    }

    75% {
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    25% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: .1
    }

    50% {
        -webkit-transform: scale(.1);
        -moz-transform: scale(.1);
        -ms-transform: scale(.1);
        transform: scale(.1);
        opacity: .3
    }

    75% {
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.stepwizard-step p {
    margin-top: 10px
}

.stepwizard-step button[disabled] {
    opacity: 1!important;
    filter: alpha(opacity=100)!important
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative
}

.stepwizard-row {
    display: table-row
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative
}

a.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 50px
}

.basic-map {
    height: 400px;
    border-radius: 3px
}

#mapGeo.basic-map {
    height: 358px;
    border-radius: 3px
}

.timeline-line .cd-timeline-content::before {
    left: 100%
}

.timeline-line .cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
    left: -30px
}

.morris-default-style {
    width: 100%
}

.morris-hover-point,.morris-hover-row-label {
    display: inline-block;
    margin-right: 15px;
    color: #fff!important;
    background-color: #1b8bf9;
    padding: 1px 10px;
    border-radius: 2px
}

#crm-contact .img-circle,img.comment-img {
    width: 40px;
    height: 40px
}

.crm-timeline:after {
    display: none
}

.cms-mail-compose .publish-card {
    font-size: 14px;
    margin-bottom: 15px
}

.cms-mail-compose .publish-card:last-child {
    margin-bottom: 0
}

.cms-mail-compose .publish-card i {
    margin-right: 5px
}

.cms-mail-compose .card-footer .btn {
    margin-left: 10px
}

.cms-mail-compose .md-tabs {
    margin-bottom: 20px
}

.cms-mail-compose .md-tabs .nav-item a {
    padding-top: 0!important
}

.cms-mail-compose .tags_add {
    margin-bottom: 10px
}

.cms-mail-compose .notice {
    font-size: 12px
}

.cms-mail-compose .md-tabs .nav-item,.cms-mail-compose .nav-tabs .slide {
    width: calc(100%/2)
}

.cms-categories .card-block {
    padding: 10px 20px
}

.filter-container h2,.filtering_group {
    margin-bottom: 20px
}

.sorting-filter,.sorting_txt-filter {
    text-align: left
}

.sorting-filter li,.sorting_txt-filter li {
    display: inline-block
}

.sorting-filter li button,.sorting_txt-filter li button {
    margin-right: 20px
}

.sorting-container h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #777
}

.task-right-header-status,.task-right-header-users {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #ccc
}

.task-right-header-revision {
    padding-top: 10px
}

.task-right-header-revision span,.task-right-header-status span,.task-right-header-users span {
    margin-bottom: 10px
}

.task-right-header-users .assign-user {
    padding: 0;
    margin-top: 10px
}

.assign-user .media,.taskboard-right-revision .media,.taskboard-right-users .media {
    display: flex;
    align-items: center;
    margin-top: 10px
}

.assign-user .media:first-child {
    margin-top: 0
}

.assign-user .media-body h6 {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0
}

.assign-user .media-body p {
    margin-bottom: 5px
}

.assign-user .media-left img {
    margin-bottom: 0
}

.taskboard-right-progress,.taskboard-right-revision,.taskboard-right-users {
    margin-top: 10px
}

.taskboard-right-revision .media .media-body .chat-header {
    font-size: 13px
}

.taskboard-right-progress .progress {
    width: 100%
}

.filter-bar>.navbar {
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05),0 3px 1px -2px rgba(0,0,0,.08),0 1px 5px 0 rgba(0,0,0,.08);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.05),0 3px 1px -2px rgba(0,0,0,.08),0 1px 5px 0 rgba(0,0,0,.08);
    padding: .2rem 1rem
}

.filter-bar .nav-link {
    color: #000
}

.filter-bar .navbar-light .navbar-nav .nav-link {
    color: #757575;
    margin-right: 10px
}

.card-footer .task-list-table,.card-footer .task-list-table a img {
    display: inline-block
}

.task-board {
    margin-top: 10px;
    float: right
}

.task-board .dropdown {
    display: inline-block
}

.card-block .task-detail {
    padding-top: 0;
    padding-bottom: 10px
}

.point-marker {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px
}

.content-group {
    margin-bottom: 20px!important
}

.content-divider {
    text-align: center;
    position: relative;
    z-index: 1
}

.b-l-primary {
    border-left: 2px solid #2196f3
}

.b-l-danger {
    border-left: 2px solid #ff5252
}

.b-l-success {
    border-left: 2px solid #4caf50
}

.b-l-warning {
    border-left: 2px solid #f57c00
}

.b-l-info {
    border-left: 2px solid #40c4ff
}

.pie-chart-tooltip {
    position: absolute;
    top: 0;
    left: 0
}

.issue-list-progress {
    border-bottom: 1px solid #ccc
}

.issue-list-progress .progress {
    position: relative;
    background-color: #eeeded;
    height: 9px;
    width: 90%;
    margin-bottom: 20px
}

.issue-list-progress span {
    margin-top: -10px
}

#issue-list-table_filter label {
    display: flex;
    align-items: center;
    position: absolute;
    right: 35px;
    top: -18px
}

.issue-progress .progress .issue-text1 {
    font-weight: 600;
    float: right;
    margin-right: -50px
}

.issue-progress .progress .issue-bar1 {
    background: #29aecc;
    height: 10px;
    border-radius: 0;
    position: absolute;
    top: 0
}

.matrics-issue .sub-title {
    padding-top: 20px;
    padding-bottom: 10px;
    display: block
}

.matrics-issue div h6 {
    padding-top: 10px;
    color: #777
}

.issue-btn-group i {
    font-size: 16px
}

.chartlist .ct-series-a .ct-line,.chartlist .ct-series-a .ct-point,.chartlist .ct-series-a .ct-slice-donut {
    stroke: #2196f3
}

.chartlist .ct-series-b .ct-line,.chartlist .ct-series-b .ct-point,.chartlist .ct-series-b .ct-slice-donut {
    stroke: #ff5252
}

.chartlist .ct-series-c .ct-line,.chartlist .ct-series-c .ct-point,.chartlist .ct-series-c .ct-slice-donut {
    stroke: #4caf50
}

.chartlist .ct-series-d .ct-line,.chartlist .ct-series-d .ct-point,.chartlist .ct-series-d .ct-slice-donut {
    stroke: #f57c00
}

.chartlist .ct-chart .ct-grids .ct-vertical {
    stroke: #ccc
}

.chartlist .ct-chart .ct-label.ct-vertical.ct-start,.chartlist .ct-label.ct-horizontal.ct-end {
    color: #ccc
}

.chartlist .ct-series-a .ct-area {
    fill: #2196f3
}

.chartlist .ct-series-b .ct-area {
    fill: #ff5252
}

.chartlist .ct-series-c .ct-area {
    fill: #4caf50
}

.chartlist .ct-series-d .ct-area {
    fill: #f57c00
}

.nvd-chart {
    height: 400px
}

.peity-chart .peity {
    width: 100%;
    height: 50%
}

.barchart canvas,.customchart canvas,.linechart canvas {
    width: 101%!important
}

.row-table {
    display: table;
    height: 100%;
    width: 100%
}

.row-table>[class*=col-] {
    display: table-cell;
    table-layout: fixed;
    vertical-align: middle
}

.row-table>[class*=col-]:first-child {
    border-right: 1px solid #fff
}

#system-clock {
    opacity: .6
}

.b-t-none {
    border-top: none;
    border: 1px solid #ccc
}

.side-box {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 60px;
    color: #fff;
    font-size: 26px;
    border-radius: 0 0 0 100px;
    text-align: center
}

.side-box i {
    position: relative;
    top: 10px;
    left: 5px
}

.resource-barchart canvas {
    width: 60%!important
}

.dashboard-facebook,.dashboard-primary,.dashboard-success,.dashboard-warning,.weather-temp h6 {
    color: #fff
}

.sales-facebook,.sales-primary,.sales-success,.sales-warning {
    padding: 20px;
    margin-bottom: 10px
}

.sales-facebook i,.sales-primary i,.sales-success i,.sales-warning i {
    font-size: 40px
}

.sales-facebook h2,.sales-primary h2,.sales-success h2,.sales-warning h2 {
    font-weight: 600;
    float: right;
    margin-bottom: 5px
}

.sales-facebook span,.sales-primary span,.sales-success span,.sales-warning span {
    display: block;
    text-align: right
}

.bg-dark-facebook .week-sales,.bg-dark-primary .week-sales,.bg-dark-success .week-sales,.bg-dark-warning .week-sales {
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    display: inline-block
}

.bg-dark-facebook .total-sales,.bg-dark-primary .total-sales,.bg-dark-success .total-sales,.bg-dark-warning .total-sales {
    color: #fff;
    float: right;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600
}

.dashboard-product {
    background-color: #fff;
    color: #777;
    padding: 15px
}

.dashboard-total-products {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px
}

.dashboard-resource .counter {
    color: #fff;
    display: inline-block
}

.dashboard-resource .resource-used {
    text-align: right;
    color: #fff;
    float: right
}

.dashboard-city {
    display: inline-block
}

.city-cloud {
    text-align: right;
    float: right
}

.cloud-date,.weather-temp,.weather-temp li h6 {
    color: #fff;
    font-weight: 300
}

.cloud-speed {
    text-align: right;
    color: #fff;
    float: right;
    font-size: 16px
}

.cloud-speed i {
    margin-right: 5px;
    font-size: 20px
}

.svg-cloud {
    margin-bottom: 10px;
    display: flex;
    align-items: center
}

.cloud-temp {
    display: inline-block;
    margin-left: 15px
}

.cloud-temp h5 {
    color: #fff;
    font-weight: 400
}

.weather-temp li {
    color: #fff;
    display: inline-block;
    text-align: center
}

.weather-table i {
    color: #777
}

.photo-table img {
    display: inline-block
}

.photo-table td {
    vertical-align: middle
}

.photo-table i {
    margin-right: 5px
}

.user-block-2 h5,.user-block-2 img {
    margin-bottom: 20px
}

.user-block-2 h6 {
    color: #fff;
    font-weight: 300
}

.user-block-2-active i {
    margin-right: 10px
}

.user-block-2-active label {
    float: right;
    margin-bottom: 0
}

.cw-widget {
    position: relative
}

.cw-widget h2 {
    font-size: 14px
}

.cw-widget .upper {
    height: 279px;
    padding: 20px
}

.cw-widget .date {
    font-size: 30px
}

.cw-widget .year {
    font-size: 20px;
    color: #c1c1c1;
    margin: 20px auto
}

.cw-widget .place {
    color: #222;
    font-size: 30px
}

.cw-widget .lower {
    background: #ff5252;
    font-weight: 600;
    width: 100%;
    border-radius: 0 0 .25rem .25rem
}

.cw-widget .clock {
    background: #ff5252;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 15px #f5f5f5,0 10px 10px 5px rgba(0,0,0,.3);
    box-shadow: 0 0 0 15px #f5f5f5,0 10px 10px 5px rgba(0,0,0,.3);
    height: 150px;
    position: absolute;
    right: 25px;
    top: 20px;
    width: 150px
}

.cw-widget .hour {
    background: #f5f5f5;
    height: 50px;
    left: 50%;
    position: absolute;
    top: 25px;
    width: 4px
}

.cw-widget .min {
    background: #f5f5f5;
    height: 65px;
    left: 50%;
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(100deg);
    -moz-transform: rotate(100deg);
    -ms-transform: rotate(100deg);
    transform: rotate(100deg);
    width: 4px
}

.cw-widget .hour,.cw-widget .min {
    border-radius: 5px;
    transform-origin: bottom center;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear
}

.cw-widget .infos {
    list-style: none
}

.cw-widget .info {
    color: #fff;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    width: 25%
}

.cw-widget .info span {
    display: inline-block;
    font-size: 25px
}

.cw-widget .weather p {
    font-size: 20px;
    color: #c1c1c1;
    margin: 20px auto
}

.cw-widget .anim {
    -webkit-animation: fade .8s linear;
    -moz-animation: fade .8s linear;
    -ms-animation: fade .8s linear;
    animation: fade .8s linear
}

@-webkit-keyframes fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.dashboard-total-income .counter-txt {
    font-weight: 300;
    font-size: 35px;
    color: #2196f3
}

.dashboard-total-income i {
    float: right;
    font-size: 30px;
    color: #2196f0
}

.income-per-day p {
    margin-bottom: 10px
}

.income-per-day h6 {
    display: inline-block;
    margin-left: 5px
}

.section-info .info-block {
    margin-top: 20px
}

.section-info .info-block dl {
    margin-bottom: 0
}

.quick-note h6 {
    color: #fff;
    margin-bottom: 20px
}

.quick-note h2 {
    font-weight: 100
}

.user-unread-msg .media {
    padding: 10px
}

.user-unread-msg .media-body h6 {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px
}

.user-unread-msg .media-body span {
    font-size: 12px
}

.user-unread-msg .media-body p {
    margin-bottom: 5px
}

.user-unread-msg .media-body .user-unread-reply {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    color: #777
}

.dashboard-total-growth h5 {
    font-weight: 600
}

.daily-visiter {
    margin-bottom: 10px
}

.daily-visiter .widget-progress {
    margin-top: 10px
}

.order-counter .media-body span {
    font-weight: 600;
    font-size: 20px
}

.order-counter .media-body h6 {
    font-weight: 300;
    margin-top: 5px
}

.dashboard-page-view .counter-txt {
    font-weight: 300;
    font-size: 35px;
    color: #2196f3
}

.dashboard-page-view .counter-txt h5 {
    display: inline-block;
    font-size: 35px;
    font-weight: 500
}

.widget {
    background: #fff
}

.total-income-bottom {
    padding: 7px 15px
}

.section-graph {
    position: relative;
    height: 151px;
    color: #fff;
    background: #55bc75;
    background-image: linear-gradient(#55bc75,#55bc75 50%,#4daf7c 50%)
}

.section-graph .graph-info {
    z-index: 99;
    position: absolute;
    font-weight: 700;
    margin-top: 18px;
    margin-left: 21px;
    width: 100px
}

.section-graph .graph-info .graph-arrow {
    width: 0;
    height: 0;
    margin-top: 18px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #fff;
    float: left
}

.section-graph .graph-info .graph-info-big {
    font-size: 24px;
    float: left;
    margin-left: 3px
}

.section-graph .graph-info .graph-info-small {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,.5);
    clear: left;
    margin-left: 8px
}

.info-aapl h4,.yearly-change h4 {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px
}

.section-info {
    padding: 21px;
    color: #8a786a;
    overflow: hidden
}

.info-time {
    font-size: 12px
}

.info-block {
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    width: 120px;
    border: 3px;
    float: left;
    padding: 4px 0
}

.info-block dd,.info-block dt {
    margin: 0;
    padding: 0
}

.info-block dt {
    font-weight: 700
}

.info-block dd {
    font-size: 12px
}

.info-aapl {
    float: left;
    margin-top: 20px
}

.info-aapl ul {
    margin: 0;
    padding: 0
}

.info-aapl li {
    margin: 0;
    display: block;
    width: 9px;
    height: 40px;
    margin-right: 6px;
    background-color: #f5f0ec;
    float: left;
    position: relative
}

.info-aapl li span {
    position: block;
    width: 9px;
    height: 40px;
    position: absolute;
    bottom: 0
}

.info-aapl li span .orange {
    background-color: #e75e3a
}

.info-aapl li span .green {
    background-color: #4eaf7c
}

.yearly-change {
    width: 94px;
    float: right;
    margin-top: 20px
}

.yearly-change span {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #4eaf7c;
    text-align: center;
    border-radius: 3px;
    font-weight: 700
}

.yearly-change span em {
    color: rgba(255,255,255,.7)
}

.max-height-table {
    max-height: 270px
}

.max-height-table table .checkbox label {
    margin-bottom: 0
}

.dashboard-contact-card .m-t-150 {
    margin-top: 100px
}

.customchart-primary canvas {
    width: 100%!important
}

.dotted-line-theme .no_edit {
    width: 100%!important;
    border-bottom: 1px solid rgba(153,153,153,.6)!important
}

.ibtn_container a span i {
    color: #fff!important
}

.inline-editable label {
    color: #1b8bf9
}

#wrapper {
    padding: 10px
}

#editor {
    width: 100%;
    height: 400px;
    position: relative
}

.controls {
    margin-bottom: 1em
}

.showChat {
    display: none;
    margin-top: -50px;
    z-index: 999
}

.showChat_inner {
    position: fixed;
    top: 50px;
    background-color: #fff;
    right: 0;
    display: none;
    width: 300px;
    height: 100%;
    z-index: 999
}

.customTooltipClass {
    position: absolute;
    top: 0;
    left: 0
}

#task-form button:active,#task-form button:focus,#task-form input:active,#task-form input:focus {
    outline-color: #f0553b;
    outline-width: thin;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

#task-form button:before {
    height: 1px;
    width: 100%;
    background: #ff8e7b;
    position: absolute;
    content: " ";
    top: 0;
    left: 0
}

#task-form button:hover {
    opacity: .8;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

#task-container ul {
    overflow: hidden
}

#task-container .task-headline {
    display: none;
    color: #666;
    border-bottom: 1px solid #c8c7bb;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 1.6em;
    position: relative
}

#task-container .task-headline:before {
    height: 1px;
    width: 100%;
    background: #fff;
    position: absolute;
    content: " ";
    bottom: 0;
    left: 0
}

#task-container .nothing-message {
    height: 160px;
    color: #666;
    background-size: 15%
}

#task-container li {
    float: left;
    width: 49%;
    overflow: auto;
    height: auto;
    min-height: 10px;
    background: #fff;
    display: inline-block;
    padding: 20px;
    border: 1px solid #ccc;
    color: #666;
    border-top: 9px solid #4caf50;
    cursor: pointer;
    margin-bottom: 20px;
    margin-right: 2%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    position: relative
}

#task-container li:nth-child(even) {
    margin-right: 0
}

#task-container li:nth-child(n+4) {
    margin-bottom: 0
}

#task-container li:hover {
    opacity: 1;
    border-top: 9px solid #ff5252
}

#task-container li.complete {
    opacity: 1;
    border-top: 9px solid #666;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

#task-container li.complete:before {
    background: url(../images/complete.png) no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
    content: "";
    width: 55px;
    height: 55px;
    background-color: 100%
}

#task-container li.complete:hover {
    border-top: 9px solid #ff5252;
    opacity: 1
}

#task-container li.complete p {
    text-decoration: line-through
}

#task-container p {
    line-height: 1.6em;
    text-align: left
}

.add-line.complete {
    text-decoration: line-through
}

#controls {
    display: none;
    text-align: center;
    clear: both;
    margin-top: 60px;
    background: #e4e3d5;
    padding: 20px;
    border: 1px solid #c8c7bb
}

#controls p {
    display: inline-block;
    color: #666;
    font-style: italic
}

#controls p:first-child {
    margin-right: 20px
}

.color-1 {
    background: #1b8bf9
}

.color-2 {
    background: #f57c00
}

.color-3 {
    background: #ff5252
}

.color-4 {
    background: #8b4da5
}

.color-5 {
    background: #40c4ff
}

.color-inverse {
    background: #000
}

.color-inverse img {
    -webkit-box-shadow: 0 0 10px 1px rgba(129,129,129,.27);
    box-shadow: 0 0 10px 1px rgba(129,129,129,.27)
}

.color-picker {
    position: fixed;
    right: 0;
    top: 150px;
    width: 239px;
    background: #fff;
    z-index: 999999;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.color-picker a.handle {
    border: 1px solid #0e7ae8;
    border-right-color: transperant;
    border-left-color: none;
    position: absolute;
    top: 0;
    right: 239px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #fff;
    z-index: 9999;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    transition: all ease-in .3s
}

.color-picker a.handle:hover {
    background: #1b8bf9;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    transition: all ease-in .3s
}

.color-picker a.handle:hover i {
    color: #fff;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    transition: all ease-in .3s
}

.color-picker a.handle i {
    color: #1b8bf9;
    font-size: 25px;
    line-height: 50px
}

.color-picker .settings-header {
    background: #1b8bf9;
    height: 50px;
    padding: 15px 34px 0
}

.color-picker .settings-header h3 {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
    padding: 0 0 5px;
    margin-top: 0
}

.color-picker .section {
    padding: 20px;
    border-bottom: 1px dotted rgba(14,122,232,.55);
    border-left: 1px solid rgba(14,122,232,.55);
    overflow: hidden
}

.color-picker .section:last-child {
    border-bottom: 1px solid rgba(14,122,232,.55)
}

.color-picker .section h3 {
    font-size: 16px;
    text-transform: none;
    color: #3c3c3c;
    line-height: 16px;
    padding: 0;
    margin-bottom: 20px;
    text-align: left
}

.color-picker .section i {
    font-size: 16px;
    margin-right: 10px
}

.color-picker span {
    font-size: 13px;
    color: #9a9a9a
}

.color-picker .colors a {
    display: block;
    border-radius: 10px;
    width: 30px;
    height: 30px;
    margin-left: 0;
    margin-bottom: 10px;
    margin-right: 5px;
    float: left;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    transition: all ease-in .3s
}

.color-picker .colors a:hover {
    -webkit-box-shadow: 0 0 2px 1px rgba(247,54,121,.58);
    box-shadow: 0 0 2px 1px rgba(247,54,121,.58);
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    transition: all ease-in .3s
}

.color-picker .skin a {
    display: block;
    width: 70px;
    height: 30px;
    margin-left: 0;
    margin-top: 0;
    margin-right: 5px;
    float: left;
    text-align: center;
    line-height: 30px;
    border: 2px transparent solid
}

.color-picker .skin a.actt {
    border: 2px #fff solid
}

.docs-buttons>.btn,.docs-buttons>.btn-group,.docs-buttons>.form-control {
    margin-right: 5px;
    margin-bottom: 10px
}

.docs-data>.input-group {
    margin-bottom: 10px
}

.img-container {
    min-height: 200px;
    max-height: 516px;
    margin-bottom: 20px
}

.ms-container {
    width: 100%
}


.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 5px;
 }

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e2e5e8), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #e2e5e8, #bfc6d0)
    background-image:    -moz-linear-gradient(top, #e2e5e8, #bfc6d0);
    background-image:     -ms-linear-gradient(top, #e2e5e8, #bfc6d0);
    background-image:      -o-linear-gradient(top, #e2e5e8, #bfc6d0);
    background-image:         linear-gradient(top, #e2e5e8, #bfc6d0);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}