@charset "UTF-8";

body {
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #333;
    background: #2e2e2e
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -ms-transition: All .5s ease;
    -o-transition: All .5s ease;
    transition: All .5s ease
}

a:hover {
    color: #640000;
    text-decoration: none
}

@media(min-width:980px) {
    .nav-collapse.collapse {
        height: auto !important;
        overflow: visible !important
    }
}

@media(min-width:768px) {
    .container {
        width: 100%;
        padding: 0 15px
    }
}

@media(min-width:992px) {
    .container {
        width: 100%;
        padding: 0 20px
    }
}

@media(min-width:1200px) {
    .container {
        width: 100%;
        padding: 0 20px
    }
}

.no-margin {
    margin: 0 !important
}

.no-border {
    border: none !important
}

.no-padding {
    padding: 0 !important
}

.less-bottom-margin {
    margin-bottom: 5px !important
}

.center-align-text {
    text-align: center !important
}

.right-align-text {
    text-align: right !important
}

.left-align-text {
    text-align: left !important
}

.text-justify {
    text-align: justify !important
}

.progress-lg {
    height: 9px;
    margin-bottom: 7px
}

.progress-sm {
    height: 6px;
    margin-bottom: 7px
}

.progress-mini {
    height: 3px;
    margin-bottom: 5px
}

.progress-mini-x {
    height: 1px;
    margin-bottom: 5px
}

.success-bg {
    background: #74b749 !important;
    color: #fff !important
}

.danger-bg {
    background: #f63131 !important;
    color: #fff !important
}

.info-bg {
    background: #3693cf !important;
    color: #fff !important
}

.warning-bg {
    background: #640000 !important;
    color: #fff !important
}

.yellow-bg {
    background: #ffb400 !important;
    color: #fff !important
}

.facebook-bg {
    background: #3b5999 !important;
    color: #fff !important
}

.twitter-bg {
    background: #00acee !important;
    color: #fff !important
}

.gplus-bg {
    background: #dc4937 !important;
    color: #fff !important
}

.linkedin-bg {
    background: #1a85bd !important;
    color: #fff !important
}

.grey-bg {
    background: #999 !important;
    color: #fff !important
}

.semi-grey-bg {
    background: #ccc !important;
    color: #666 !important
}

.light-grey-bg {
    background: #f7f7f7 !important;
    color: #666 !important
}

.light-grey-xbg {
    background: #eee !important;
    color: #666 !important
}

.lg-border-radius {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.md-border-radius {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.sm-border-radius {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.lg-padding {
    padding: 20px
}

.md-padding {
    padding: 10px
}

.sm-padding {
    padding: 5px
}

.no-border {
    border: none !important
}

.spacer10 {
    height: 10px
}

.spacer20 {
    height: 20px
}

.spacer30 {
    height: 30px
}

.btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.btn:focus {
    outline: none
}

@media(max-width:767px) {
    .btn {
        margin: 2px
    }
}

iframe.wysihtml5-sandbox {
    width: 100% !important;
    border: 1px solid #e6e6e6 !important;
    height: 200px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 20px !important
}

.text-kkm {
    color: #640000 !important
}

.text-kkm a {
    color: #640000
}

.text-success {
    color: #74b749 !important
}

.text-danger {
    color: #f63131 !important
}

.text-info {
    color: #3693cf !important
}

.text-warning {
    color: #ffb400 !important
}

.text-facebook {
    color: #4c66a4 !important
}

.text-twitter {
    color: #00abf0 !important
}

.text-gplus {
    color: #cd3d2b !important
}

.jumbotron {
    padding: 10px
}

.jumbotron p {
    font-size: 12px;
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .container .jumbotron {
        padding: 20px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px
    }
}

blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 4px solid #ebebeb
}

blockquote p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px
}

blockquote .title {
    color: #640000;
    font-weight: bold;
    font-size: 14px
}

blockquote small {
    display: block;
    line-height: 20px;
    color: #999
}

blockquote small:before {
    content: '— '
}

blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0
}

blockquote.pull-right p {
    text-align: right
}

blockquote.pull-right small {
    text-align: right
}

blockquote.pull-right small:before {
    content: ''
}

blockquote.pull-right small:after {
    content: ' —'
}

.stylish-lists .upper-alpha {
    list-style: upper-alpha
}

.stylish-lists .lower-alpha {
    list-style: lower-alpha
}

.stylish-lists .roman-list {
    list-style: upper-roman
}

.stylish-lists .decimal-leading-zero {
    list-style: decimal-leading-zero
}

.stylish-lists ul, .stylish-lists ol {
    padding: 0;
    margin: 0 0 10px 25px;
    list-style: disc
}

.stylish-lists ul ul, .stylish-lists ul ol {
    margin-bottom: 0
}

.stylish-lists ol ol, .stylish-lists ol ul {
    margin-bottom: 0
}

.stylish-lists li {
    line-height: 20px
}

.stylish-lists ul.unstyled, .stylish-lists ol.unstyled, .stylish-lists ul.inline, .stylish-lists ol.inline {
    margin-left: 0;
    list-style: none
}

.stylish-lists ul.inline > li, .stylish-lists ol.inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.stylish-lists dl {
    margin-bottom: 20px
}

.stylish-lists dt, .stylish-lists dd {
    line-height: 20px
}

.stylish-lists dt {
    font-weight: bold
}

.stylish-lists dd {
    margin-left: 20px
}

.stylish-lists .dl-horizontal {
    *zoom: 1
}

.stylish-lists .dl-horizontal:before {
    display: table;
    content: "";
    line-height: 0
}

.stylish-lists .dl-horizontal:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both
}

.stylish-lists .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.stylish-lists .dl-horizontal dd {
    margin-left: 180px
}

.sign-in-container {
    margin: 30px auto
}

.sign-in-container .login-wrapper {
    background: #fcfcfc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 18px 6px -8px #121212,0 0 0 #333;
    -moz-box-shadow: 0 18px 6px -8px #121212,0 0 0 #333;
    box-shadow: 0 18px 6px -8px #121212,0 0 0 #333;
    border: 2px solid #d9d9d9;
    position: relative
}

.sign-in-container .login-wrapper .header {
    padding: 30px 20px 10px 20px;
    margin: 0
}

.sign-in-container .login-wrapper .header h3 {
    line-height: 40px;
    margin: 0;
    padding: 0;
    color: #f63131
}

.sign-in-container .login-wrapper .header p {
    font-size: 12px;
    text-align: left;
    line-height: 18px;
    color: #808080;
    padding: 10px 0;
    margin: 0
}

.sign-in-container .login-wrapper .header .logo img {
    max-width: 80px;
    float: right
}

.sign-in-container .login-wrapper .content {
    padding: 10px 20px
}

.sign-in-container .login-wrapper .content .input {
    height: 30px;
    font-weight: normal;
    color: #ccc;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.sign-in-container .login-wrapper .content .input:hover, .sign-in-container .login-wrapper .content select:hover {
    background: #fafafa
}

.sign-in-container .login-wrapper .actions {
    padding: 10px 20px;
    background: #fff;
    border-radius: 0 0 4px 4px
}

.sign-in-container .login-wrapper .actions .btn {
    float: right
}

.sign-in-container .login-wrapper .actions .link {
    float: right;
    padding: 8px;
    margin-right: 10px;
    color: #737373
}

.input-group .input-group-addon i {
    display: block;
    cursor: pointer;
    width: 18px;
    height: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

#scrollbar, #scrollbar-one, #scrollbar-two, #scrollbar-three {
    width: 100%;
    clear: both;
    margin: 0
}

#scrollbar .viewport, #scrollbar-one .viewport, #scrollbar-two .viewport, #scrollbar-three .viewport {
    width: 98%;
    height: 270px;
    overflow: hidden;
    position: relative
}

#scrollbar .overview, #scrollbar-one .overview, #scrollbar-two .overview, #scrollbar-three .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

#scrollbar .thumb, #scrollbar-one .thumb, #scrollbar-two .thumb, #scrollbar-three .thumb {
    background-color: #640000
}

#scrollbar .thumb .end, #scrollbar-one .thumb .end, #scrollbar-two .thumb .end, #scrollbar-three .thumb .end {
    background-color: #640000
}

#scrollbar .scrollbar, #scrollbar-one .scrollbar, #scrollbar-two .scrollbar, #scrollbar-three .scrollbar {
    position: relative;
    float: right;
    width: 3px
}

#scrollbar .track, #scrollbar-one .track, #scrollbar-two .track, #scrollbar-three .track {
    background-color: #ccc;
    height: 100%;
    width: 3px;
    position: relative;
    padding: 0
}

#scrollbar .thumb, #scrollbar-one .thumb, #scrollbar-two .thumb, #scrollbar-three .thumb {
    height: 20px;
    width: 3px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0
}

#scrollbar .thumb .end, #scrollbar-one .thumb .end, #scrollbar-two .thumb .end, #scrollbar-three .thumb .end {
    overflow: hidden;
    height: 5px;
    width: 13px
}

#scrollbar .disable, #scrollbar-one .disable, #scrollbar-two .disable, #scrollbar-three .disable {
    display: none
}

#scrollbar-one .thumb, #scrollbar-two .thumb {
    background-color: #3693cf
}

#scrollbar-one .thumb .end, #scrollbar-two .thumb .end {
    background-color: #3693cf
}

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.info-fade {
    color: #808080
}

.right-align-text {
    text-align: right !important
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#scrollUp {
    bottom: 17px;
    right: 30px;
    width: 48px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #74b749;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: bottom 150ms linear;
    -moz-transition: bottom 150ms linear;
    -ms-transition: bottom 150ms linear;
    -o-transition: bottom 150ms linear;
    transition: bottom 150ms linear
}

@media(max-width:767px) {
    #scrollUp {
        display: none !important
    }
}

.nav-tabs {
    border: 1px solid #e6e6e6;
    padding: 4px 4px 0 4px;
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fcfcfc),to(#f7f7f7));
    background-image: -webkit-linear-gradient(top,#fcfcfc,#f7f7f7);
    background-image: -moz-linear-gradient(top,#fcfcfc,#f7f7f7);
    background-image: -ms-linear-gradient(top,#fcfcfc,#f7f7f7);
    background-image: -o-linear-gradient(top,#fcfcfc,#f7f7f7);
    background-image: linear-gradient(top,#fcfcfc,#f7f7f7);
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0
}

.tab-content {
    padding: 15px;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-top: 0;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px
}

.breadcrumb {
    background: #ebebeb
}

.breadcrumb a {
    color: #333;
    font-weight: 600
}

.actions-button [data-icon]:before {
    font-size: 13px
}

.actions-button li {
    float: left;
    margin-right: 10px
}

.actions-button li:last-child {
    margin-right: 0
}

.actions-button li a {
    color: #666
}

.next-prev-btn-container {
    margin-left: 10px
}

.next-prev-btn-container .button {
    display: inline-block;
    position: relative;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.7);
    text-align: center;
    padding: 4px 17px;
    font-size: 12px;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #310000;
    background: #640000
}

.next-prev-btn-container .button:hover {
    color: #d9d9d9;
    text-shadow: 0 1px 0 rgba(0,0,0,.5)
}

.next-prev-btn-container .button.prev {
    border-left: none
}

.next-prev-btn-container .button.prev:after {
    background: #640000;
    content: '';
    position: absolute;
    height: 50%;
    width: 15px;
    border-left: 1px solid #310000;
    left: -5px;
    top: 1px;
    -webkit-transform: skew(-40deg,0);
    -moz-transform: skew(-40deg,0);
    -o-transform: skew(-40deg,0);
    -ms-transform: skew(-40deg,0);
    transform: skew(-40deg,0)
}

.next-prev-btn-container .button.prev:before {
    background: #640000;
    content: '';
    position: absolute;
    height: 48%;
    width: 15px;
    border-left: 1px solid #310000;
    bottom: 1px;
    left: -5px;
    -webkit-transform: skew(40deg,0);
    -moz-transform: skew(40deg,0);
    -o-transform: skew(40deg,0);
    -ms-transform: skew(40deg,0);
    transform: skew(40deg,0)
}

.next-prev-btn-container .button.next {
    border-right: none
}

.next-prev-btn-container .button.next:after {
    background: #640000;
    content: '';
    position: absolute;
    height: 48%;
    width: 15px;
    border-right: 1px solid #310000;
    right: -5px;
    bottom: 1px;
    -webkit-transform: skew(-40deg,0);
    -moz-transform: skew(-40deg,0);
    -o-transform: skew(-40deg,0);
    -ms-transform: skew(-40deg,0);
    transform: skew(-40deg,0)
}

.next-prev-btn-container .button.next:before {
    background: #640000;
    content: '';
    position: absolute;
    height: 50%;
    width: 15px;
    border-right: 1px solid #310000;
    top: 1px;
    right: -5px;
    -webkit-transform: skew(40deg,0);
    -moz-transform: skew(40deg,0);
    -o-transform: skew(40deg,0);
    -ms-transform: skew(40deg,0);
    transform: skew(40deg,0)
}

.hr-stylish {
    padding: 0;
    border: none;
    line-height: 0;
    border-top: medium double #b3b3b3;
    color: #b3b3b3;
    text-align: center
}

.hr-stylish:after {
    content: "";
    display: inline-block;
    position: relative;
    top: -12px;
    font-size: 14px;
    padding: 0 10px;
    background: #f7f7f7
}

.hr-stylish-1 {
    padding: 0;
    border: none;
    height: 1px;
    background-image: -webkit-linear-gradient(left,#f7f7f7,#b3b3b3,gray,#b3b3b3,#f7f7f7);
    background-image: -moz-linear-gradient(left,#f7f7f7,#b3b3b3,gray,#b3b3b3,#f7f7f7);
    background-image: -ms-linear-gradient(left,#f7f7f7,#b3b3b3,gray,#b3b3b3,#f7f7f7);
    background-image: -o-linear-gradient(left,#f7f7f7,#b3b3b3,gray,#b3b3b3,#f7f7f7);
    color: #808080;
    text-align: center
}

.hr-stylish-1:after {
    content: "";
    display: inline-block;
    position: relative;
    top: -12px;
    font-size: 14px;
    padding: 0 10px;
    background: #f7f7f7
}

.breadcrumb-beauty {
    list-style: none;
    overflow: hidden;
    font-size: 12px;
    background: #e6e6e6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #d9d9d9
}

.breadcrumb-beauty li {
    float: left
}

.breadcrumb-beauty li a {
    background: #e6e6e6;
    color: #4d4d4d;
    padding: 4px 0 4px 48px;
    position: relative;
    display: block;
    float: left
}

.breadcrumb-beauty li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #e6e6e6;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2
}

.breadcrumb-beauty li:first-child a {
    padding-left: 10px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px
}

.breadcrumb-beauty li:nth-child(2) a {
    background: #d9d9d9
}

.breadcrumb-beauty li:nth-child(2) a:after {
    border-left-color: #d9d9d9
}

.breadcrumb-beauty li:nth-child(3) a {
    background: #d1d1d1
}

.breadcrumb-beauty li:nth-child(3) a:after {
    border-left-color: #d1d1d1
}

.breadcrumb-beauty li:nth-child(4) a {
    background: #c9c9c9
}

.breadcrumb-beauty li:nth-child(4) a:after {
    border-left-color: #c9c9c9
}

.breadcrumb-beauty li:nth-child(5) a {
    background: #c2c2c2
}

.breadcrumb-beauty li:nth-child(5) a:after {
    border-left-color: #c2c2c2
}

.breadcrumb-beauty li:last-child a {
    background: transparent !important;
    color: #000;
    pointer-events: none;
    cursor: default
}

.breadcrumb-beauty li:last-child a:after {
    border-left-color: transparent
}

ul#header-actions {
    margin: 0 0 0 20px;
    float: right
}

ul#header-actions li.list-box {
    position: relative;
    cursor: pointer;
    float: left;
    text-align: center;
    line-height: 100%;
    vertical-align: middle
}

ul#header-actions li.list-box a {
    padding: 20px 14px 19px 14px;
    display: block;
    min-width: 48px;
    text-decoration: none
}

ul#header-actions li.list-box a i {
    font-size: 20px;
    color: #fff
}

ul#header-actions li.list-box .info-label {
    position: absolute;
    top: 12px;
    right: 3px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid #1a1a1a
}

ul#header-actions li.list-box .noti-label {
    position: absolute;
    top: 15px;
    right: 10px;
    line-height: 10px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    opacity: .8
}

ul#header-actions li.list-box.user-admin {
    text-align: right;
    background: transparent
}

ul#header-actions li.list-box.user-admin .admin-details {
    float: left;
    margin: 17px 10px 0 20px;
    color: #fff
}

ul#header-actions li.list-box.user-admin .admin-details .name {
    font-size: 13px
}

ul#header-actions li.list-box.user-admin .admin-details .designation {
    font-size: 12px;
    color: #808080;
    padding-top: 10px
}

ul#header-actions li.list-box.user-admin .dropdown-menu {
    top: 56px
}

ul#header-actions li.list-box.user-admin .dropdown-menu .dropdown-content a:first-child {
    border-bottom: 1px solid #d9d9d9
}

ul#header-actions li.list-box.user-admin a.dropdown-toggle {
    background: #666;
    float: right;
    padding: 8px;
    margin-top: 6px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

ul#header-actions li.list-box.user-admin a.dropdown-toggle i {
    color: #fff;
    font-size: 30px
}

ul#header-actions .dropdown-menu {
    right: 0;
    top: 48px;
    left: inherit;
    min-width: 320px
}

ul#header-actions .dropdown-menu.sm {
    min-width: 180px;
    max-width: 210px
}

ul#header-actions .dropdown-menu .dropdown-content {
    margin: 3px 0
}

ul#header-actions .dropdown-menu .dropdown-content a {
    padding: 7px 15px
}

ul#header-actions .dropdown-menu .dropdown-content a:first-child {
    font-weight: 600;
    margin-bottom: 5px
}

ul#header-actions .dropdown-menu .dropdown-content a:first-child span {
    font-weight: 400;
    font-size: 11px
}

ul#header-actions .dropdown-menu .dropdown-content a:first-child i {
    font-size: 20px;
    color: #f23f3f;
    margin-right: 5px
}

ul#header-actions .dropdown-menu .dropdown-content a:first-child:hover {
    background: #27b963;
    border-bottom: 1px solid #27b963 !important
}

ul#header-actions .dropdown-menu .dropdown-content a:first-child:hover i {
    color: #fff
}

.white-bg {
    background: #fff
}

.milky-white-bg {
    background: #f2f2f2
}

.half-white-bg {
    background: #e0e0e0
}

.lightgrey-bg {
    background: #999
}

.grey-bg {
    background: #666
}

.darkgrey-bg {
    background: #333
}

.red-bg {
    background: #f23f3f
}

.green-bg {
    background: #27b963
}

.yellow-bg {
    background: #ffb400
}

.blue-bg {
    background: #2698e2
}

.pink-bg {
    background: #f782aa
}

.orange-bg {
    background: #ff863f
}

.purple-bg {
    background: #7d69ce
}

.brown-bg {
    background: #9c7263
}

.teal-bg {
    background: #16a085
}

.blue-grey-bg {
    background: #4c6c7b
}

header {
    height: 60px;
    padding: 0 20px 0 20px;
    vertical-align: middle;
    background-color: #640000;
    background-repeat: no-repeat;
    z-index: 1010;
    margin-bottom: 20px
}

@media(max-width:767px) {
    header {
        position: inherit;
        padding: 0 20px
    }
}

.logo {
    margin: 0;
    float: left;
    position: relative;
    line-height: 50px
}

.logo img {
    max-width: 130px;
    margin: 10px 0 0 0
}

@media(max-width:767px) {
    header .logo {
        width: 100px
    }

    header .logo img {
        max-width: 90px
    }
}

ul.impo-notify li {
    padding: 10px;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -ms-transition: All .5s ease;
    -o-transition: All .5s ease;
    transition: All .5s ease
}

ul.impo-notify li .icon {
    float: left
}

ul.impo-notify li .icon i {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px
}

ul.impo-notify li .details {
    font-size: 12px;
    display: block;
    background: transparent;
    border: none;
    width: auto;
    margin-left: 48px
}

ul.impo-notify li .details strong {
    font-weight: 600;
    display: block;
    margin-bottom: 7px
}

ul.impo-notify li:hover {
    background-color: #f7f7f7
}

.dropdown-menu {
    float: left;
    padding: 0;
    position: absolute;
    left: inherit;
    border: none;
    border-top: 3px solid #1c8bd2;
    padding-top: 3px;
    padding-bottom: 3px
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    top: -10px;
    right: 15px;
    border-bottom: 7px solid #2698e2;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent
}

.dropdown-menu > li > a {
    color: #101010;
    font-size: 12px;
    padding: 7px 15px
}

.dropdown-menu > li > a:hover {
    background: #2698e2;
    color: #fff
}

.dropdown-header {
    background: #f7f7f7;
    padding: 10px 15px;
    font-size: 13px;
    color: #353535;
    border-bottom: 1px solid #ededed
}

.dropdown-footer {
    border-top: 1px solid #ededed;
    padding: 10px 15px;
    color: #f23f3f;
    font-size: 11px
}

ul#mini-nav {
    padding: 0;
    list-style-type: none;
    margin: 0
}

ul#mini-nav li.list-box {
    position: relative;
    cursor: pointer;
    float: left;
    margin-left: 7px;
    text-align: center;
    line-height: 100%;
    vertical-align: middle
}

ul#mini-nav li.list-box a {
    padding: 20px 15px;
    line-height: 18px;
    display: block;
    color: #fff
}

ul#mini-nav li.list-box a span {
    margin-top: 0
}

ul#mini-nav li.list-box a i {
    color: #fff;
    font-size: 17px
}

ul#mini-nav li.list-box a:focus {
    outline: none;
    text-decoration: none
}

ul#mini-nav li.list-box:hover a i {
    color: #ddd
}

ul#mini-nav li.list-box .info-label {
    position: absolute;
    top: 8px;
    right: 4px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    width: 16px;
    height: 16px
}

ul#mini-nav li.list-box .info-label-opc {
    opacity: .4
}

ul#mini-nav li.list-box.user-profile {
    padding: 0;
    margin: 6px 0 0 20px;
    background-color: transparent
}

ul#mini-nav li.list-box.user-profile .user-avtar {
    width: 48px;
    height: 48px;
    float: left;
    padding: 0
}

ul#mini-nav li.list-box.user-profile .user-avtar img {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

ul#mini-nav li.list-box.user-profile .account-details {
    float: left;
    width: 120px
}

ul#mini-nav li.list-box.user-profile .account-details h5.user-name {
    text-align: right;
    font-weight: 400;
    margin: 0 0 4px 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
    font-style: italic
}

ul#mini-nav li.list-box.user-profile .account-details ul.settings {
    float: left;
    width: 120px;
    margin-right: 32px;
    margin: 0 2px 0 0;
    list-style-type: none;
    padding: 0
}

ul#mini-nav li.list-box.user-profile .account-details ul.settings li {
    text-align: left;
    background-color: #848484;
    height: 18px;
    line-height: 14px;
    margin-bottom: 2px
}

ul#mini-nav li.list-box.user-profile .account-details ul.settings li a {
    color: #fff;
    font-size: 10px;
    padding: 2px 5px
}

ul#mini-nav li.list-box.user-profile .account-details ul.settings li:last-child {
    margin-bottom: 0
}

ul#mini-nav li.list-box.user-profile .account-details ul.settings li:hover {
    background-color: #919191
}

ul#mini-nav li.list-box.user-profile .account-details .logout {
    background-color: #f74949;
    height: 48px;
    width: 48px;
    float: left
}

ul#mini-nav li.list-box.user-profile .account-details .logout a {
    padding: 0
}

ul#mini-nav li.list-box.user-profile .account-details .logout i {
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    color: #fff
}

ul#mini-nav li.list-box.user-profile .account-details .logout:hover {
    background-color: #f51919
}

ul#mini-nav li.list-box:first-child {
    margin-left: 0
}

ul#mini-nav .dropdown-menu {
    min-width: 320px;
    float: left;
    position: absolute;
    right: 0 !important;
    top: 45px;
    left: inherit;
    border: none;
    border-top: 3px solid #919191
}

ul#mini-nav .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -10px;
    right: 12px;
    border-bottom: 7px solid #919191;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent
}

ul#mini-nav #mob-nav {
    background-color: #f63131;
    padding: 10px;
    margin: 6px 0
}

ul#mini-nav #mob-nav a {
    padding: 0;
    line-height: 18px;
    color: #fff;
    font-size: 14px
}

ul.server-activity {
    padding: 10px 15px;
    margin: 0;
    list-style-type: none
}

ul.server-activity li {
    padding: 6px 0;
    border-bottom: 1px solid #f2f2f2
}

ul.server-activity li p {
    font-size: 12px;
    padding: 0;
    margin: 0
}

ul.server-activity li p i {
    height: 30px;
    width: 30px;
    background: #f2f2f2;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px
}

ul.server-activity li p .time {
    text-align: right;
    color: #3693cf;
    float: right;
    line-height: 30px;
    font-weight: 700
}

ul.server-activity li:last-child {
    border-bottom: 0
}

ul.project-activity {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.project-activity li.activity-list {
    position: relative;
    border-left: 2px solid #d9d9d9
}

ul.project-activity li.activity-list:after {
    background-color: #fff;
    border-color: #f63131;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    content: "";
    height: 9px;
    left: 0;
    margin-left: -6px;
    position: absolute;
    width: 9px
}

ul.project-activity li.activity-list .detail-info {
    margin: 0 0 0 15px;
    padding-bottom: 10px
}

ul.project-activity li.activity-list p.message {
    padding: 0;
    margin: 0
}

ul.project-activity li.activity-list.success {
    border-left-color: #74b749
}

ul.project-activity li.activity-list.success:after {
    border-color: #74b749
}

ul.project-activity li.activity-list.danger {
    border-left-color: #f63131
}

ul.project-activity li.activity-list.danger:after {
    border-color: #f63131
}

ul.project-activity li.activity-list.info {
    border-left-color: #3693cf
}

ul.project-activity li.activity-list.info:after {
    border-color: #3693cf
}

ul.project-activity li.activity-list.warning {
    border-left-color: #ffb400
}

ul.project-activity li.activity-list.warning:after {
    border-color: #ffb400
}

ul.project-activity li.activity-list:before {
    content: " ";
    display: table
}

ul.project-activity li.activity-list:after {
    content: " ";
    display: table;
    clear: both;
    bottom: auto;
    top: 5px
}

ul.project-activity li.activity-list:last-child .detail-info {
    padding-bottom: 0
}

.messages-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.messages-list li {
    position: relative;
    clear: both;
    display: inline-block;
    padding: 16px 15px;
    margin: 0 0 10px 0;
    font-size: 13px;
    line-height: 16px;
    font-family: Arial;
    border-radius: 30px
}

.messages-list li:before {
    position: absolute;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    content: ''
}

.messages-list li:after {
    position: absolute;
    top: 15px;
    content: '';
    width: 0;
    height: 0
}

.messages-list li:nth-child(odd) {
    float: right;
    margin-right: 80px;
    color: #fff;
    background: #640000
}

.messages-list li:nth-child(odd):before {
    right: -80px;
    background-image: url(../img/user4.png)
}

.messages-list li:nth-child(odd):after {
    border-right: 25px solid transparent;
    right: -15px;
    border-top: 25px solid #640000
}

.messages-list li:nth-child(even) {
    float: left;
    margin-left: 80px;
    color: #fff;
    background: #3693cf
}

.messages-list li:nth-child(even):before {
    left: -80px;
    background-image: url(../img/user5.png)
}

.messages-list li:nth-child(even):after {
    border-left: 25px solid transparent;
    left: -15px;
    border-top: 25px solid #3693cf
}

.messages-list li:last-child {
    margin-bottom: 0
}

ul.appointments {
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none
}

ul.appointments li {
    margin-bottom: 5px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 3px;
    font-size: 11px;
    color: #404040;
    cursor: pointer
}

ul.appointments li:hover {
    color: #640000
}

ul.appointments li:first-child {
    text-decoration: line-through
}

.sub-nav {
    background-color: #6d6d6d;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#6a6a6a),color-stop(85%,#777),to(#444));
    background-image: -webkit-linear-gradient(#6a6a6a,#777 85%,#444);
    background-image: -moz-linear-gradient(top,#6a6a6a,#777 85%,#444);
    background-image: -o-linear-gradient(#6a6a6a,#777 85%,#444);
    background-image: linear-gradient(#6a6a6a,#777 85%,#444);
    background-repeat: no-repeat;
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
    height: 54px;
    line-height: 54px
}

.sub-nav li {
    float: left;
    margin-top: 18px;
    line-height: 100%;
    border-right: 1px solid rgba(0,0,0,.2)
}

.sub-nav li a {
    color: #fff;
    font-size: 12px;
    text-shadow: none;
    line-height: 18px;
    height: 18px;
    padding: 2px 20px
}

.sub-nav li a:hover {
    opacity: .7
}

.sub-nav li:last-of-type {
    border-right: none
}

.sub-nav li:first-of-type {
    border-right: none
}

.sub-nav li .selected {
    color: #fffc00
}

.sub-nav li .heading {
    font-size: 16px;
    line-height: 16px;
    padding-right: 10px;
    color: #fff;
    opacity: 1
}

.custom-search {
    position: relative;
    float: right;
    padding: 0;
    margin: 0 20px 0 0
}

.custom-search ::-webkit-input-placeholder {
    color: #f7f7f7
}

.custom-search :-moz-placeholder {
    color: #f7f7f7
}

.custom-search ::-moz-placeholder {
    color: #f7f7f7
}

.custom-search :-ms-input-placeholder {
    color: #f7f7f7
}

.custom-search .search-query {
    margin: 0;
    padding: 6px 10px;
    color: #f7f7f7;
    font-style: italic;
    background: #848484;
    border: 1px solid #919191;
    width: 210px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    line-height: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.custom-search .search-query:focus {
    outline: none;
    border: 0;
    width: 260px;
    border: 1px solid #9d9d9d;
    background: #777
}

.custom-search i {
    padding: 21px 0 0 15px;
    cursor: pointer;
    top: 0;
    position: absolute;
    right: 12px;
    color: #d0d0d0
}

.notice {
    position: relative;
    margin: 10px;
    background: #f2f2f2;
    padding: 12px 12px 12px 25px;
    border-left: 4px solid #e6e6e6
}

.notice:before {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: -17px;
    background-color: #f2f2f2;
    color: #fff;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%;
    text-align: center;
    line-height: 30px
}

.notice p {
    margin: 0
}

.notice.blue {
    border-color: #3693cf
}

.notice.blue:before {
    font-family: "FontAwesome";
    content: "";
    background-color: #3693cf
}

.notice.green {
    border-color: #74b749
}

.notice.green:before {
    content: "";
    font-family: "FontAwesome";
    background-color: #74b749
}

.notice.yellow {
    border-color: #ffb400
}

.notice.yellow:before {
    font-family: "FontAwesome";
    content: "";
    background-color: #ffb400
}

.notice.red {
    border-color: #f63131
}

.notice.red:before {
    font-family: "FontAwesome";
    content: "";
    background-color: #f63131
}

.dashboard-container {
    margin-top: 15px
}

.dashboard-wrapper {
    position: relative;
    background: #fafafa;
    min-height: 680px;
    padding: 20px
}

.dashboard-wrapper-lg {
    position: relative;
    background: #f7f7f7;
    min-height: 680px;
    padding: 20px
}

.left-sidebar {
    margin-right: 260px
}

@media(max-width:767px) {
    .left-sidebar {
        margin-right: 0
    }
}

.social-stats {
    text-align: center
}

.social-stats .social-icon {
    padding: 15px;
    height: 60px;
    width: 60px;
    line-height: 45px;
    margin: 0 auto 10px auto;
    -webkit-border-radius: 50% 50% 50% 0;
    -moz-border-radius: 50% 50% 50% 0;
    border-radius: 50% 50% 50% 0
}

.social-stats .social-icon i {
    color: #fff
}

.social-stats .stats-details h6 {
    font-weight: 600;
    margin: 0 0 7px 0;
    font-size: 13px
}

.social-stats .stats-details h3 {
    color: #333;
    font-weight: 500;
    margin: 0 0 3px 0;
    font-size: 22px
}

.social-stats .stats-details h5 {
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #e6e6e6;
    color: #4d4d4d;
    font-weight: 500;
    margin: 0;
    font-size: 14px
}

.social-stats .stats-details h5.light {
    color: #999;
    font-size: 12px
}

.right-sidebar {
    width: 240px;
    margin-left: 20px;
    position: absolute;
    right: 15px;
    top: 20px
}

.right-sidebar .wrapper {
    margin-bottom: 10px;
    padding: 5px;
    background: #ededed;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

@media(max-width:767px) {
    .right-sidebar {
        display: none
    }
}

.metro-nav {
    text-align: center
}

.metro-nav .metro-nav-block {
    display: inline-block;
    height: 70px;
    width: 26%;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    position: relative;
    font-weight: 300;
    letter-spacing: .02em;
    line-height: 20px;
    text-align: left;
    margin: auto;
    overflow: hidden;
    z-index: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.metro-nav .metro-nav-block .fa {
    font-size: 32px;
    color: #fff;
    line-height: 36px
}

.metro-nav .metro-nav-block a {
    height: 100%;
    vertical-align: top;
    padding: 5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    width: 100%
}

.metro-nav .metro-nav-block.double {
    width: 47%
}

.metro-nav .metro-nav-block:hover {
    opacity: .8
}

.metro-nav .metro-nav-block .info {
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 24px
}

.metro-nav .metro-nav-block .brand, .metro-nav .metro-nav-block .tile-status {
    position: absolute;
    bottom: -10px;
    left: 10px;
    min-height: 30px;
    background-color: transparent;
    *zoom: 1;
    font-size: 14px
}

.metro-nav .metro-nav-block .tile-status {
    right: 10px
}

.metro-nav * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.metro-nav *:after, .metro-nav *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.metro-nav .nav-block-orange {
    background: #640000
}

.metro-nav .nav-block-green {
    background: #74b749
}

.metro-nav .nav-block-yellow {
    background: #ffb400
}

.metro-nav .nav-block-blue {
    background: #3693cf
}

.metro-nav .nav-block-red {
    background: #f63131
}

@media(max-width:767px) {
    .metro-nav .metro-nav-block {
        width: 49%
    }

    .metro-nav .metro-nav-block:hover {
        outline: none;
        opacity: .8
    }

    .metro-nav .metro-nav-block.double {
        width: 99%
    }
}

.chats {
    margin: 0;
    padding: 0;
    margin-top: -15px
}

.chats li {
    padding: 5px 0;
    margin: 10px auto
}

.chats li img.avatar {
    height: 60px;
    width: 60px;
    -webkit-border-radius: 60%;
    -moz-border-radius: 60%;
    border-radius: 60%
}

.chats li.in img.avatar {
    margin-right: 10px;
    float: left
}

.chats li .name {
    color: #640000;
    font-size: 13px;
    font-weight: 400
}

.chats li .date-time {
    color: #1a1a1a;
    font-size: 11px;
    font-weight: 400
}

.chats li.out img.avatar {
    float: right;
    margin-left: 10px
}

.chats li .message {
    display: block;
    padding: 5px 10px;
    position: relative
}

.chats li.in .message {
    text-align: left;
    border-left: 3px solid #640000;
    margin-left: 80px;
    background: #f5f5f5
}

.chats li.in .message .arrow {
    display: block;
    position: absolute;
    top: 7px;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #640000
}

.chats li.out .message {
    border-right: 3px solid #3693cf;
    margin-right: 80px;
    background: #f5f5f5;
    text-align: right
}

.chats li.out .message .arrow {
    display: block;
    position: absolute;
    top: 7px;
    right: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #3693cf
}

.chats li.out .name {
    color: #3693cf
}

.chats li.out .name, .chats li.out .date-time {
    text-align: right
}

.chats li .message .body {
    display: block
}

.chat-form {
    margin-top: 15px;
    padding: 10px;
    background: #e0e0e0;
    clear: both
}

.chat-form .input-cont {
    margin-right: 55px
}

.chat-form .input-cont input {
    width: 100%;
    margin-top: 0
}

.todo-container {
    width: 100%
}

.todo-container .todo-list {
    margin-bottom: 10px;
    min-height: 180px
}

.todo-container .todo-list li {
    background: #f5f5f5;
    border-bottom: 1px dotted #ccc;
    line-height: 34px
}

.todo-container .todo-list li:last-child {
    border-bottom: 0
}

.todo-container .todo-list li input[type="checkbox"] {
    margin: 0 2px 0 10px
}

.todo-container .todo-list li input[type="checkbox"]:checked + label {
    text-decoration: line-through;
    color: #999
}

.todo-container .todo-list li label {
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 0
}

.todo-container .todo-list li label .date {
    font-size: 10px;
    color: #b3b3b3;
    padding-left: 5px;
    font-weight: normal
}

.todo-container .todo-list li:hover {
    background: #fafafa
}

.todo-container .todo-list .new {
    border-left: 3px solid #640000;
    margin: 1px 0
}

.todo-container .todo-list .completed {
    border-left: 3px solid #74b749;
    margin: 1px 0
}

.todo-container .todo-list .process {
    border-left: 3px solid #ffb400;
    margin: 1px 0
}

.todo-container .input-append {
    margin-top: 5px;
    margin-bottom: 0;
    width: 90%
}

.message-container .message {
    position: relative;
    margin-bottom: 12px;
    min-height: 90px;
    padding: 10px;
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden
}

.message-container .img-container {
    width: 10%;
    position: absolute;
    padding: 2px
}

.message-container .img-container img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    max-height: 80px;
    width: 100%
}

.message-container article {
    width: 85%;
    position: absolute;
    left: 13%;
    right: 2%;
    top: 0;
    padding: 10px;
    border-bottom: 1px solid #e6e6e6
}

.message-container article a {
    color: #640000
}

.message-container article h6 {
    margin: 0 0 5px 0 !important
}

.message-container .icons-nav {
    width: 85%;
    position: absolute;
    left: 13%;
    top: 60px;
    margin-top: 4px
}

.message-container .icons-nav ul li .fa {
    float: right;
    display: inline-block;
    margin: 0 0 0 4px;
    color: #4d4d4d;
    font-size: 19px
}

.message-container .icons-nav li.time {
    float: left;
    color: #bfbfbf
}

.pie-charts-container {
    text-align: center
}

.pie-charts-container .pie-chart {
    margin-right: 20px;
    display: inline-block
}

.pie-charts-container .pie-chart .name {
    text-align: center;
    padding-top: 10px
}

.icons-container {
    text-align: center
}

.icons-container li {
    background: #fff;
    border: 1px solid #f2f2f2;
    color: #666;
    display: inline-block;
    margin: 0;
    padding: 10px;
    height: 64px;
    width: 20%;
    float: left
}

.icons-container li .fa {
    display: block;
    font-size: 25px
}

.icons-container li:hover {
    background: #f7f7f7;
    cursor: pointer
}

@media(max-width:767px) {
    .icons-container li {
        width: 100%
    }
}

#dt_example .dataTables_length {
    display: none
}

#dt_example .dataTables_filter {
    float: right
}

#dt_example .dataTables_filter input {
    width: 160px;
    margin-bottom: 0;
    outline: none;
    border: 1px solid #e6e6e6
}

#dt_example .dataTables_info {
    float: left;
    margin-bottom: 5px
}

#dt_example .dataTables_paginate {
    margin: 5px 0;
    float: right
}

#dt_example .dataTables_paginate .first, #dt_example .dataTables_paginate .previous, #dt_example .dataTables_paginate .next, #dt_example .dataTables_paginate .last {
    display: none
}

#dt_example .dataTables_paginate .paginate_button, #dt_example .dataTables_paginate .paginate_active {
    background: #f2f2f2;
    margin: 1px;
    padding: 5px 10px
}

#dt_example .dataTables_paginate .paginate_button:hover, #dt_example .dataTables_paginate .paginate_active:hover {
    background: #e6e6e6;
    cursor: pointer
}

#dt_example .dataTables_paginate .paginate_active {
    background: #3693cf;
    color: #fff
}

#dt_example .dataTable .sorting {
    cursor: pointer;
    background: url(../img/sorting.png) no-repeat center right
}

#dt_example .dataTable .sorting_asc {
    cursor: pointer;
    background: url(../img/sorting_asc.png) no-repeat center right
}

#dt_example .dataTable .sorting_desc {
    cursor: pointer;
    background: url(../img/sorting_desc.png) no-repeat center right
}

.featured-articles-container {
    background: #f7f7f7;
    padding: 10px
}

.featured-articles-container .heading, .featured-articles-container .heading-blue {
    margin-top: 0;
    color: #640000;
    padding-bottom: 8px;
    border-bottom: 1px dotted #d9d9d9
}

.featured-articles-container .heading-blue {
    color: #3693cf
}

.featured-articles-container .articles a {
    position: relative;
    border-bottom: 1px dotted #d9d9d9;
    color: #0d0d0d;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    padding-left: 20px;
    margin-bottom: 1px
}

.featured-articles-container .articles a:hover {
    color: #737373
}

.featured-articles-container .articles a .label-bullet, .featured-articles-container .articles a .label-bullet-blue {
    position: absolute;
    left: 1px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 9px solid #7e0000;
    border-left: 9px solid transparent
}

.featured-articles-container .articles a .label-bullet-blue {
    border-top: 9px solid #4b9ed4
}

.featured-articles-container .articles a .date {
    font-size: 10px;
    padding-left: 2px;
    color: #b3b3b3;
    font-weight: normal
}

.featured-articles-container .articles:hover {
    opacity: 1;
    cursor: default
}

.featured-articles-container .articles .phone {
    text-align: right;
    font-size: 12px;
    padding-top: 5px
}

.stats li {
    padding: 10px;
    background: #f7f7f7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -ms-transition: All .5s ease;
    -o-transition: All .5s ease;
    transition: All .5s ease;
    border: 1px solid #d9d9d9;
    height: 64px;
    margin-bottom: 4px
}

.stats li:last-child {
    margin-bottom: 0
}

.stats li:hover {
    opacity: .7;
    cursor: pointer
}

.stats li .left {
    border-right: 1px solid #e6e6e6;
    float: left;
    display: inline-block;
    text-align: left;
    width: 120px;
    margin-right: 10px
}

.stats li .left h4 {
    margin-top: 0;
    margin-bottom: 6px;
    color: #4d4d4d
}

.stats li .left p {
    font-size: 11px;
    color: #640000;
    text-transform: uppercase;
    margin-bottom: 0
}

.stats li:nth-child(2) p {
    color: #74b749
}

.stats li:nth-child(3) p {
    color: #ffb400
}

.stats li:nth-child(4) p {
    color: #3693cf
}

.stats li:nth-child(5) p {
    color: #f63131
}

.stats li .chart {
    width: 70px;
    margin-top: 10px;
    margin-left: 5px;
    float: left
}

.month-income li {
    padding: 5px;
    background: #f7f7f7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -ms-transition: All .5s ease;
    -o-transition: All .5s ease;
    transition: All .5s ease;
    border: 1px solid #d9d9d9;
    height: 50px;
    margin-bottom: 4px
}

.month-income li:last-child {
    margin-bottom: 0
}

.month-income li:hover {
    opacity: .7;
    cursor: pointer
}

.month-income li .icon-block {
    width: 38px;
    height: 38px;
    line-height: 38px;
    float: left;
    margin-top: 0;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.month-income li h5 {
    margin: 0 0 3px 45px;
    padding: 0;
    color: #808080
}

.month-income li h5 small {
    font-size: 11px
}

.month-income li p {
    font-size: 11px;
    margin-bottom: 0;
    margin-left: 45px;
    color: #b3b3b3
}

.month-income li .yellow-block {
    background: #ffb400
}

.month-income li .orange-block {
    background: #640000
}

.month-income li .green-block {
    background: #74b749
}

.month-income li .blue-block {
    background: #3693cf
}

.month-income li .red-block {
    background: #f63131
}

.mini-dashboard {
    padding: 5px;
    background: #f7f7f7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #d9d9d9;
    margin-bottom: 4px
}

.mini-dashboard .graph-container .city {
    margin: 5px 0 15px 0;
    font-size: 18px;
    color: #4d4d4d
}

.mini-dashboard .graph-container .city .time {
    font-size: 11px;
    padding-left: 7px;
    color: #808080
}

.mini-dashboard .graph-container .graph {
    margin: 10px 0;
    width: 100%;
    height: 34px
}

.mini-dashboard .graph-container .info-container {
    padding: 5px 0;
    color: #3693cf
}

.mini-dashboard .graph-container .info-container .blocks-container .block {
    position: relative;
    background: #e6e6e6;
    text-align: center;
    width: 108px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold
}

.mini-dashboard .graph-container .info-container .blocks-container .block.last {
    margin-left: 2px
}

.mini-dashboard .graph-container .info-container .blocks-container .arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #310000;
    position: absolute;
    top: 18px;
    width: 0;
    height: 0;
    left: 10px
}

.progress-stats li {
    padding: 5px;
    background: #f7f7f7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -ms-transition: All .5s ease;
    -o-transition: All .5s ease;
    transition: All .5s ease;
    border: 1px solid #d9d9d9;
    margin-bottom: 5px
}

.progress-stats li:last-child {
    margin-bottom: 0
}

.progress-stats li:hover {
    opacity: .7;
    cursor: pointer
}

.doc-icons-container {
    position: relative;
    line-height: 100%
}

.doc-icons-container .icon {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 50px;
    background: #d9d9d9;
    margin: 0 15px 0 0
}

.doc-icons-container .icon:before {
    position: absolute;
    content: "";
    top: 0;
    right: -10px;
    width: 0;
    height: 50px;
    border-left: 10px solid #d9d9d9;
    border-top: 10px solid transparent
}

.doc-icons-container .icon:after {
    position: absolute;
    content: "";
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(0,0,0,.2)
}

.doc-icons-container .icon.light-blue {
    background: #5fa9d9;
    color: #1f5a80
}

.doc-icons-container .icon.light-blue:before {
    border-left-color: #5fa9d9
}

.doc-icons-container .icon.light-green {
    background: #90c56e;
    color: #466e2c
}

.doc-icons-container .icon.light-green:before {
    border-left-color: #90c56e
}

.doc-icons-container .icon.light-yellow {
    background: #ffc333;
    color: #996c00
}

.doc-icons-container .icon.light-yellow:before {
    border-left-color: #ffc333
}

.doc-icons-container .icon.light-orange {
    background: #970000;
    color: #000
}

.doc-icons-container .icon.light-orange:before {
    border-left-color: #970000
}

.doc-icons-container .doc-icon {
    position: absolute;
    top: 10px;
    width: 50px;
    height: 20px;
    font-size: 16px;
    text-align: center;
    line-height: 20px
}

.doc-icons-container .doc-type {
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 16px;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    line-height: 8px
}

.invoice {
    border: 1px solid #ccc;
    padding: 15px
}

.invoice .invoice-head {
    border-bottom: 1px solid #ccc;
    height: 48px
}

.invoice .invoice-head .logo {
    margin: 0
}

.invoice .invoice-head .invoice-info {
    float: right;
    margin-top: 8px;
    text-align: right
}

.invoice .invoice-head .invoice-info span {
    color: #640000;
    font-weight: bold;
    font-size: 12px;
    float: right;
    text-align: right
}

.invoice .invoice-head .invoice-info .date {
    color: #3693cf;
    font-size: 11px;
    font-weight: 500
}

.invoice .invoice-data-container {
    padding: 20px 0
}

.invoice .invoice-data-container .from {
    width: 40%
}

.invoice .invoice-data-container .from h5 {
    color: #4d4d4d;
    margin: 0 0 10px 0;
    text-shadow: 0 1px 0 rgba(255,255,255,.7)
}

.invoice .invoice-data-container .from span {
    color: #7e0000;
    display: block;
    font-size: 12px;
    margin-bottom: 3px
}

.page-not-found {
    margin-top: 80px;
    color: #b3b3b3
}

.page-not-found .number {
    font-size: 150px;
    color: #640000;
    line-height: 100%
}

footer {
    background: #777;
    color: #fff;
    font-weight: normal;
    line-height: 30px;
    font-size: 12px;
    padding: 10px 15px;
    margin-bottom: 10px;
    z-index: 1;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

footer p {
    margin-bottom: 0
}

.chart-height-lg {
    position: relative;
    height: 270px;
    width: 100%
}

.chart-height-lg canvas {
    width: 100% !important
}

.chart-height-lgx {
    position: relative;
    height: 230px;
    width: 100%
}

.chart-height-lgx canvas {
    width: 100% !important
}

.chart-height-lgy {
    position: relative;
    height: 210px;
    width: 100%
}

.chart-height-lgy canvas {
    width: 100% !important
}

.chart-height {
    position: relative;
    height: 180px;
    width: 100%
}

.chart-height canvas {
    width: 100% !important
}

.chart-height-md {
    position: relative;
    height: 139px;
    width: 100%
}

.chart-height-md canvas {
    width: 100% !important
}

.legent div {
    background: #fafafa
}

.legendColorBox div {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #fafafa
}

.legendLabel {
    background: #fafafa;
    font-size: 12px;
    color: #000;
    padding-left: 10px
}

.demo-btn-group .btn {
    min-width: 80px;
    margin: 2px
}

.demo-btn-group a {
    display: block;
    margin: 2px;
    float: left;
    padding: 0 !important
}

.icon-rounded {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    line-height: 28px !important;
    color: #fff
}

#cssmenu {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial
}

#cssmenu ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu ul li {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu:after, #cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #menu-button {
    display: none
}

#cssmenu > ul > li {
    float: left;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),color-stop(85%,#ebebeb),to(#ccc));
    background-image: -webkit-linear-gradient(#f2f2f2,#ebebeb 85%,#ccc);
    background-image: -moz-linear-gradient(top,#f2f2f2,#ebebeb 85%,#ccc);
    background-image: -o-linear-gradient(#f2f2f2,#ebebeb 85%,#ccc);
    background-image: linear-gradient(#f2f2f2,#ebebeb 85%,#ccc);
    background-repeat: no-repeat;
    border-radius: 3px 3px 0 0;
    width: 102px;
    text-align: center;
    margin-right: 1px;
    border-radius: 3px 3px 0 0
}

#cssmenu > ul > li.active {
    background: #6a6a6a
}

#cssmenu > ul > li.active a {
    color: #fff
}

#cssmenu > ul > li.active a i {
    color: #fff
}

#cssmenu > ul > li.active:hover {
    background: #6a6a6a
}

#cssmenu > ul > li:hover {
    background: #6a6a6a
}

#cssmenu > ul > li > a i {
    color: #4d4d4d;
    text-align: center;
    display: block;
    margin-bottom: 5px;
    font-size: 16px
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center
}

#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none
}

#cssmenu.align-center ul ul {
    text-align: left
}

#cssmenu.align-right > ul > li {
    float: right
}

#cssmenu > ul > li > a {
    padding: 15px 4px;
    font-size: 11px;
    text-decoration: none;
    color: #4d4d4d;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase
}

#cssmenu > ul > li:hover > a {
    color: #fff
}

#cssmenu > ul > li:hover > a i {
    color: #fff
}

#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #bfbfbf;
    content: ''
}

#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #bfbfbf;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0
}

#cssmenu > ul > li.has-sub:hover > a:after {
    background: #fff
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 10000
}

#cssmenu.align-right ul ul {
    text-align: right
}

#cssmenu ul ul li {
    background: #6a6a6a;
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu li:hover > ul {
    left: auto
}

#cssmenu.align-right li:hover > ul {
    left: auto;
    right: 0
}

#cssmenu li:hover > ul > li {
    height: 35px
}

#cssmenu li:hover > ul > li:hover {
    background: #5e5e5e
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%
}

#cssmenu ul ul ul li {
    background: #5e5e5e
}

#cssmenu ul ul ul li:hover {
    background: #585858 !important
}

#cssmenu ul ul li a {
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    text-align: left
}

#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
    border-bottom: 0
}

#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #fff
}

#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px
}

#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px
}

#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0
}

@media all and (max-width:768px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:1024px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:1024px),only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:1024px),only screen and (min-device-pixel-ratio:2) and (max-width:1024px),only screen and (min-resolution:192dpi) and (max-width:1024px),only screen and (min-resolution:2dppx) and (max-width:1024px) {
    #cssmenu {
        width: 100%;
        border-radius: 2px 2px 0 0;
        background-color: #6d6d6d;
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#777),color-stop(85%,#777),to(#444));
        background-image: -webkit-linear-gradient(#777,#777 85%,#444);
        background-image: -moz-linear-gradient(top,#777,#777 85%,#444);
        background-image: -o-linear-gradient(#777,#777 85%,#444);
        background-image: linear-gradient(#777,#777 85%,#444);
        background-repeat: no-repeat
    }

    #cssmenu ul {
        width: 100%;
        display: none
    }

    #cssmenu.align-center > ul {
        text-align: left
    }

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #4c4c4c;
        background: #444
    }

    #cssmenu ul li:hover {
        width: 100%;
        background: #474747
    }

    #cssmenu ul ul li {
        height: auto;
        background: #555
    }

    #cssmenu li:hover > ul > li {
        height: auto;
        background: #555
    }

    #cssmenu ul ul li:hover, #cssmenu li:hover > ul > li:hover {
        height: auto;
        background: #575757
    }

    #cssmenu ul li a {
        width: 100%;
        border-bottom: 0;
        text-align: left;
        color: #eee;
        border-radius: 0;
        padding: 15px
    }

    #cssmenu ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
        text-align: left;
        color: #eee;
        border-radius: 0;
        padding: 15px;
        padding-left: 25px
    }

    #cssmenu ul ul ul li {
        background: #666;
        border-top: 1px solid #585858
    }

    #cssmenu ul ul ul li:hover {
        background: #646464 !important;
        border-top: 1px solid #676767
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px
    }

    #cssmenu ul ul li a {
        color: #fff;
        background: none
    }

    #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
        color: #fff
    }

    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    #cssmenu > ul > li {
        float: none;
        border-radius: 0
    }

    #cssmenu > ul > li > a i {
        color: #eee;
        text-align: center;
        display: inline;
        margin-right: 5px;
        margin-bottom: 0;
        font-size: 16px
    }

    #cssmenu.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before {
        display: none
    }

    #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
        display: none
    }

    #cssmenu #menu-button {
        display: block;
        padding: 20px 17px;
        color: #fff;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700
    }

    #cssmenu #menu-button:after {
        position: absolute;
        top: 22px;
        right: 17px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        content: '';
        -webkit-box-sizing: initial;
        -moz-box-sizing: initial;
        box-sizing: initial
    }

    #cssmenu #menu-button:before {
        position: absolute;
        top: 16px;
        right: 17px;
        display: block;
        height: 2px;
        width: 20px;
        background: #fff;
        content: ''
    }

    #cssmenu #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 15px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    #cssmenu #menu-button.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120,120,120,.2);
        height: 46px;
        width: 46px;
        cursor: pointer
    }

    #cssmenu ul .submenu-button.submenu-opened {
        background: #555
    }

    #cssmenu ul ul .submenu-button {
        height: 42px;
        width: 42px
    }

    #cssmenu ul ul .submenu-button.submenu-opened {
        background: #666
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #fff;
        content: ''
    }

    #cssmenu ul ul .submenu-button:after {
        top: 20px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #fff;
        content: ''
    }

    #cssmenu ul ul .submenu-button:before {
        top: 17px;
        right: 19px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }
}

.panel {
    margin-bottom: 14px;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    padding: 0
}

.panel.no-border {
    border: 0
}

.panel.no-margin {
    margin: 0
}

.panel-body {
    padding: 15px;
    position: relative;
    border: 0
}

.panel-body h5.info {
    margin: 10px 0 0 0
}

.panel-body.no-padding {
    padding: 0
}

.panel-heading {
    position: relative;
    padding: 12px 15px;
    border: 0;
    background-color: #fcfcfc;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),color-stop(85%,#fff),to(#f2f2f2));
    background-image: -webkit-linear-gradient(#fff,#fff 85%,#f2f2f2);
    background-image: -moz-linear-gradient(top,#fff,#fff 85%,#f2f2f2);
    background-image: -o-linear-gradient(#fff,#fff 85%,#f2f2f2);
    background-image: linear-gradient(#fff,#fff 85%,#f2f2f2);
    background-repeat: no-repeat;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    border-bottom: 1px solid #dbdbdb
}

.panel-heading h4 {
    font-size: 16px;
    margin: 0;
    font-weight: 600
}

.panel-heading h4 span {
    font-size: 16px;
    margin: 0;
    font-weight: 600
}

.panel-heading h3 {
    margin: 0 0 10px 0;
    text-align: center
}

.panel-heading h3.no-margin {
    margin: 0
}

.height1 {
    height: 150px
}

.height2 {
    height: 314px
}

.callout {
    margin: 0 0 3px 0;
    padding: 10px 20px;
    background-color: #f2f2f2;
    border-left: 3px solid #fff
}

.callout h4 {
    margin-top: 0;
    margin-bottom: 5px
}

.callout p:last-child {
    margin-bottom: 0
}

.callout-danger {
    border-color: #eb4343
}

.callout-danger h4 {
    color: #eb4343
}

.callout-warning {
    border-color: #b5799e
}

.callout-warning h4 {
    color: #b5799e
}

.callout-info {
    border-color: #47759e
}

.callout-info h4 {
    color: #47759e
}

.callout-success {
    border-color: #1e825e
}

.callout-success h4 {
    color: #1e825e
}

.timeline {
    list-style: none;
    position: relative;
    max-width: 1000px;
    padding: 20px 10px;
    margin: 0 auto;
    overflow: hidden
}

.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background-color: #ffd266;
    height: 100%;
    width: 1px;
    display: block
}

.timeline .timeline-row {
    padding-left: 50%;
    position: relative;
    z-index: 10
}

.timeline .timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 31px;
    text-align: right;
    margin-right: 40px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600
}

.timeline .timeline-row .timeline-time small {
    display: block;
    color: #1e825e;
    font-size: 11px;
    font-weight: 600
}

.timeline .timeline-row .timeline-icon {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -20px;
    width: 38px;
    height: 38px;
    background-color: #e6e6e6;
    box-shadow: 0 0 10px #999;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    overflow: hidden;
    padding: 2px;
    color: #fff;
    font-size: 14px;
    z-index: 100
}

.timeline .timeline-row .timeline-icon > div {
    line-height: 34px;
    font-size: 16px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.timeline .timeline-row .timeline-content {
    margin-left: 40px;
    position: relative;
    background-color: #fff;
    color: #333
}

.timeline .timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 48px;
    left: -41px;
    height: 1px;
    width: 40px;
    background-color: #f59f9f;
    z-index: -1
}

.timeline .timeline-row .timeline-content .panel-body {
    padding: 15px 15px 2px;
    position: relative;
    z-index: 10;
    background-color: #e8e8e8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fcfcfc),to(#e8e8e8));
    background-image: -webkit-linear-gradient(top,#fcfcfc,#e8e8e8);
    background-image: -moz-linear-gradient(top,#fcfcfc,#e8e8e8);
    background-image: -ms-linear-gradient(top,#fcfcfc,#e8e8e8);
    background-image: -o-linear-gradient(top,#fcfcfc,#e8e8e8);
    background-image: linear-gradient(top,#fcfcfc,#e8e8e8);
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.timeline .timeline-row .timeline-content h2 {
    margin-bottom: 12px;
    margin-top: 0;
    line-height: 1.2;
    color: #333 !important;
    font-size: 18px
}

.timeline .timeline-row .timeline-content p, .timeline .timeline-row .timeline-content img {
    margin-bottom: 15px
}

.timeline .timeline-row .timeline-content img {
    -webkit-border-radius: 30%;
    -moz-border-radius: 30%;
    border-radius: 30%
}

.timeline .timeline-row .timeline-content img.less-round {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.timeline .timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%
}

.timeline .timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 30px
}

.timeline .timeline-row:nth-child(odd) .timeline-content {
    margin-right: 40px;
    margin-left: 0
}

.timeline .timeline-row:nth-child(odd) .timeline-content:after {
    left: auto;
    right: -41px
}

.timeline.animated .timeline-row .timeline-content {
    opacity: 0;
    left: 20px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s
}

.timeline.animated .timeline-row:nth-child(odd) .timeline-content {
    left: -20px
}

.timeline.animated .timeline-row.active .timeline-content {
    opacity: 1;
    left: 0
}

.timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
    left: 0
}

@media(max-width:1200px) {
    .timeline {
        padding: 15px 10px
    }

    .timeline:after {
        left: 28px
    }

    .timeline .timeline-row {
        padding-left: 0;
        margin-bottom: 16px
    }

    .timeline .timeline-row .timeline-time {
        position: relative;
        right: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px
    }

    .timeline .timeline-row .timeline-time strong {
        display: inline-block;
        margin-right: 10px
    }

    .timeline .timeline-row .timeline-icon {
        top: 52px;
        left: -2px;
        margin-left: 0
    }

    .timeline .timeline-row .timeline-content {
        margin-left: 56px;
        box-shadow: 0 1px 2px rgba(0,0,0,.1);
        position: relative
    }

    .timeline .timeline-row .timeline-content:after {
        right: auto !important;
        left: -20px !important;
        top: 32px
    }

    .timeline .timeline-row:nth-child(odd) {
        padding-right: 0
    }

    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        right: auto;
        left: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px
    }

    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin-right: 0;
        margin-left: 55px
    }

    .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
        left: 20px
    }

    .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
        left: 0
    }
}

.google-visualization-table-table {
    width: 100%
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #eee
}

.table > thead > tr > th {
    border: 1px solid #eee
}

.td-v-align {
    vertical-align: middle !important
}

ul.imp-tasks {
    padding: 0;
    margin: 0;
    text-align: left;
    list-style-type: none
}

ul.imp-tasks li {
    padding: 0;
    border-bottom: 1px solid #ebebeb
}

ul.imp-tasks li:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

ul.imp-tasks li a {
    display: block;
    font-size: 16px;
    padding: 19px 0
}

ul.imp-tasks li a i.task-status {
    font-size: 21px;
    display: inline-block;
    color: #926546
}

ul.imp-tasks li a .task-type {
    display: inline-block;
    color: #666;
    font-size: 18px;
    margin-left: 10px
}

ul.imp-tasks li a .label {
    border-radius: 20px;
    display: inline-block;
    font-size: 100%;
    font-weight: 600;
    font-size: 12px;
    padding: 3px 10px;
    line-height: 100%;
    position: relative;
    float: right;
    margin-right: 20px;
    margin-top: 2px
}

ul.imp-tasks li a .label:after {
    position: absolute;
    content: "";
    right: -20px;
    top: 3px;
    font-size: 20px;
    color: #ccc;
    font-family: FontAwesome
}

ul.imp-notify {
    padding: 0;
    margin: 0;
    text-align: left;
    list-style-type: none
}

ul.imp-notify li {
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 2px
}

ul.imp-notify li:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

ul.imp-notify li .icon {
    float: left
}

ul.imp-notify li .icon img {
    width: 48px;
    height: 48px
}

ul.imp-notify li .details {
    line-height: 18px;
    font-size: 11px;
    display: block;
    background: transparent;
    border: none;
    width: auto;
    margin-left: 60px
}

ul.imp-notify li .details strong {
    font-weight: 600;
    margin-right: 3px;
    font-size: 13px;
    display: block
}

ul.imp-notify li .details strong span {
    font-size: 11px;
    display: inline-block;
    color: #666;
    font-weight: 600
}

ul.imp-notify li .details p {
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    padding: 3px 0 2px 0;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

ul.imp-notify li .details small {
    font-size: 11px;
    color: #999;
    margin: 0;
    padding: 0
}

ul.imp-status {
    padding: 0;
    margin: 0;
    text-align: left;
    list-style-type: none
}

ul.imp-status li {
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 2px
}

ul.imp-status li:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

ul.imp-status li .product-status {
    margin-bottom: 3px
}

ul.imp-status li .product-status .fa {
    width: 24px;
    height: 21px;
    font-size: 18px;
    display: inline-block;
    line-height: 21px;
    vertical-align: top;
    color: #5bc0de
}

ul.imp-status li .product-status .label {
    border-radius: 20px;
    display: inline-block;
    font-size: 100%;
    font-weight: 500;
    font-size: 12px;
    padding: 3px 10px;
    line-height: 100%
}

ul.imp-status li .product-details {
    line-height: 18px;
    font-size: 11px;
    display: block;
    background: transparent;
    border: none;
    width: auto;
    margin-left: 28px
}

ul.imp-status li .product-details h5 {
    font-weight: 600;
    margin: 0;
    padding: 3px 0;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

ul.imp-status li .product-details p {
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    padding: 3px 0 2px 0;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

ul.imp-status li .product-details small {
    font-size: 11px;
    color: #999;
    margin: 0;
    padding: 0
}

ul.imp-status li .product-details small i {
    font-size: 14px;
    margin-right: 5px
}

.sales-overview .nav-tabs {
    border: none
}

.sales-overview .tab-content {
    border: none
}

.sales-overview .nav-tabs {
    padding-top: 4px
}

.sales-overview .nav-tabs.nav-justified > li > a {
    text-align: left;
    font-size: 16px;
    border-radius: 0
}

.sales-overview .nav-tabs.nav-justified > li.active > a .overview-tab .tab-icon i {
    color: #ffa500
}

.sales-overview .nav-tabs.nav-justified > li.active > a .overview-tab h4 {
    color: #3693cf
}

.sales-overview .nav-tabs.nav-justified > li.active > a .overview-tab p {
    color: #000
}

.sales-overview .overview-tab .tab-icon {
    float: left;
    width: 60px;
    height: 60px;
    border-right: 1px solid #d9d9d9;
    line-height: 60px;
    text-align: center
}

.sales-overview .overview-tab .tab-icon .fa {
    color: #808080;
    font-size: 30px;
    vertical-align: middle
}

.sales-overview .overview-tab .tab-details {
    margin-left: 72px
}

.sales-overview .overview-tab .tab-details p {
    color: #666;
    font-size: 13px;
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.sales-overview .overview-tab .tab-details h4 {
    color: #666;
    font-size: 21px;
    margin: 5px 0;
    line-height: 100%;
    padding: 0;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media(min-width:768px) and (max-width:992px) {
    .nav-tabs.nav-justified > li {
        width: 25%;
        float: left
    }
}

@media(min-width:320px) and (max-width:767px) {
    .nav-tabs.nav-justified > li {
        width: 25%;
        float: left
    }

    .sales-overview .overview-tab .tab-icon {
        width: 100%;
        border-right: 0
    }
}

.v-align-graph {
    margin-top: 100px
}

.xAxis, .yAxis {
    font-size: 13px;
    color: #000
}

.referrals .list {
    margin: .5%;
    width: 49%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: left;
    padding: 20px 0;
    vertical-align: middle
}

.referrals .list small {
    font-size: 14px
}

ul.revenue-from {
    margin: 15px 0 0 0;
    padding: 0;
    list-style-type: none
}

ul.revenue-from li {
    margin-bottom: 24px;
    position: relative
}

ul.revenue-from li small {
    font-size: 13px;
    font-style: italic
}

ul.revenue-from li .progress {
    margin: 0 0 3px 0;
    height: 7px;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #ebebeb
}

ul.revenue-from li .revenue-perc {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 36px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #777
}

ul.revenue-from li .revenue-perc.danger {
    border: 1px solid #f28888
}

ul.revenue-from li .revenue-perc.success {
    border: 1px solid #2cc08b
}

ul.revenue-from li .revenue-perc.info {
    border: 1px solid #729bc0
}

ul.revenue-from li .revenue-perc.warning {
    border: 1px solid #b5799e
}

ul.revenue-from li:last-child {
    margin-bottom: 0
}

.modal-backdrop {
    position: absolute;
    z-index: initial
}

.bwizard {
    position: relative
}

.bwizard .well {
    margin: 5px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: none
}

.bwizard-steps {
    margin: 0;
    padding: 0;
    display: inline-block;
    background: #fff
}

.bwizard-steps li {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    line-height: 18px;
    list-style: none;
    padding: 12px 17px 10px 30px;
    background: #e6e6e6;
    zoom: 1;
    *display: inline;
    *padding-left: 17px
}

.bwizard-steps li:first-child {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    padding-left: 12px
}

.bwizard-steps li:first-child:before {
    border: none
}

.bwizard-steps li:last-child {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    margin-right: 0
}

.bwizard-steps li:last-child:after {
    border: none
}

.bwizard-steps li:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    border-top: 20px inset transparent;
    content: ""
}

.bwizard-steps li:after {
    position: absolute;
    right: -20px;
    top: 0;
    height: 0;
    width: 0;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #e6e6e6;
    border-top: 20px inset transparent;
    content: "";
    z-index: 2
}

.bwizard-steps .label {
    margin: 0 5px 0 0;
    padding: 1px 5px 2px;
    position: relative;
    top: -1px;
    background: #bfbfbf
}

.bwizard-steps .active {
    color: #fff;
    background: #777
}

.bwizard-steps .active:after {
    border-left-color: #777
}

.bwizard-steps .active .label {
    background-color: #444
}

.bwizard-steps a {
    color: #4d4d4d
}

.bwizard-steps .active a {
    color: #fff;
    cursor: default
}

.bwizard-steps a:hover {
    text-decoration: none
}

.bwizard-steps.clickable li:not(.active) {
    cursor: pointer
}

.bwizard-steps.clickable li:hover:not(.active) {
    background: #ccc
}

.bwizard-steps.clickable li:hover:not(.active) a {
    color: #4d4d4d
}

.bwizard-steps.clickable li:hover:not(.active):after {
    border-left-color: #ccc
}

.pager li > a, .pager li > span {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.bwizard .pager {
    margin-top: 10px
}

.animated-status-bar .progress {
    background: #e6e6e6;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 10px
}

.animated-status-bar .progress-striped {
    height: 10px;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    -webkit-transition-property: width,background-color;
    -moz-transition-property: width,background-color;
    -o-transition-property: width,background-color;
    transition-property: width,background-color
}

.animated-status-bar #five:checked ~ .progress > .progress-striped {
    width: 5%;
    background-color: #f63131
}

.animated-status-bar #twentyfive:checked ~ .progress > .progress-striped {
    width: 25%;
    background-color: #640000
}

.animated-status-bar #fifty:checked ~ .progress > .progress-striped {
    width: 50%;
    background-color: #ffb400
}

.animated-status-bar #seventyfive:checked ~ .progress > .progress-striped {
    width: 75%;
    background-color: #3693cf
}

.animated-status-bar #onehundred:checked ~ .progress > .progress-striped {
    width: 100%;
    background-color: #74b749
}

.animated-status-bar .radio {
    display: none
}

.animated-status-bar .label {
    background: #777;
    display: inline-block;
    margin: 0 5px 20px;
    padding: 3px 8px;
    color: #fff;
    text-shadow: none;
    border-radius: 0;
    cursor: pointer
}

.animated-status-bar .radio:checked + .label {
    color: #fff;
    background: #f63131
}

.gutter.row {
    margin-right: -10px;
    margin-left: -10px
}

.gutter > [class^="col-"], .gutter-10 > [class^=" col-"] {
    padding-right: 10px;
    padding-left: 10px
}

ul.email-quotes {
    background-color: #f2f2f2;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f2f2f2));
    background-image: -webkit-linear-gradient(top,#fff,#f2f2f2);
    background-image: -moz-linear-gradient(top,#fff,#f2f2f2);
    background-image: -ms-linear-gradient(top,#fff,#f2f2f2);
    background-image: -o-linear-gradient(top,#fff,#f2f2f2);
    background-image: linear-gradient(top,#fff,#f2f2f2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dbdbdb
}

ul.email-quotes li {
    width: 25%;
    padding: 15px 10px;
    float: left;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #dbdbdb;
    border-left: 1px solid #fff
}

ul.email-quotes li:last-child {
    border-right: 0
}

ul.email-quotes li:first-child {
    border-left: 0
}

ul.email-quotes li p {
    color: #808080;
    font-weight: 600;
    margin: 0;
    padding: 0
}

ul.email-quotes li h3 {
    font-weight: 600;
    margin: 0;
    padding: 0
}

.sale-by-location {
    margin-top: 20px
}

.sale-by-location .label {
    display: inline-block;
    padding: 0 5px;
    height: 20px;
    width: 30px;
    line-height: 16px;
    color: #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    font-weight: 500;
    margin-right: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #fff
}

.sale-by-location .label.red {
    border-color: #f63131
}

.sale-by-location .label.green {
    border-color: #74b749
}

.sale-by-location .label.blue {
    border-color: #3693cf
}

.sale-by-location .label.yellow {
    border-color: #ffb400
}

.sale-by-location .label.teal {
    border-color: #008080
}

.sale-by-location .label.brown {
    border-color: #926546
}

#checklistCompleteness {
    width: 100%
}

.checklist-control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left
}

.checklist-form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.checklist-form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.checklist-form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.checklist-form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.checklist-form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.checklist-form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.checklist-form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.checklist-form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.checklist-form-control:disabled, .checklist-form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.checklist-form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.checklist-form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.checklist-form-control-file, .checklist-form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.checklist-form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.checklist-form-control-plaintext.checklist-form-control-sm, .input-group-sm > .checklist-form-control-plaintext.checklist-form-control, .input-group-sm > .input-group-prepend > .checklist-form-control-plaintext.input-group-text, .input-group-sm > .input-group-append > .checklist-form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .checklist-form-control-plaintext.btn, .input-group-sm > .input-group-append > .checklist-form-control-plaintext.btn, .checklist-form-control-plaintext.checklist-form-control-lg, .input-group-lg > .checklist-form-control-plaintext.checklist-form-control, .input-group-lg > .input-group-prepend > .checklist-form-control-plaintext.input-group-text, .input-group-lg > .input-group-append > .checklist-form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .checklist-form-control-plaintext.btn, .input-group-lg > .input-group-append > .checklist-form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0
}

.checklist-form-control-sm, .input-group-sm > .checklist-form-control, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

select.checklist-form-control-sm:not([size]):not([multiple]), .input-group-sm > select.checklist-form-control:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.checklist-form-control-lg, .input-group-lg > .checklist-form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.checklist-form-control-lg:not([size]):not([multiple]), .input-group-lg > select.checklist-form-control:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

.checklist-form-group {
    margin-bottom: 1rem
}

.checklist-form-text {
    display: block;
    margin-top: .25rem
}

.checklist-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.checklist-form-row > .col, .checklist-form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

.checklist-form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.checklist-form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.checklist-form-check-input:disabled ~ .checklist-form-check-label {
    color: #6c757d
}

.checklist-form-check-label {
    margin-bottom: 0
}

.checklist-form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.checklist-form-check-inline .checklist-form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40,167,69,.8);
    border-radius: .2rem
}

.was-validated .checklist-form-control:valid, .checklist-form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28a745
}

.was-validated .checklist-form-control:valid:focus, .checklist-form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.was-validated .checklist-form-control:valid ~ .valid-feedback, .was-validated .checklist-form-control:valid ~ .valid-tooltip, .checklist-form-control.is-valid ~ .valid-feedback, .checklist-form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .checklist-form-check-input:valid ~ .checklist-form-check-label, .checklist-form-check-input.is-valid ~ .checklist-form-check-label {
    color: #28a745
}

.was-validated .checklist-form-check-input:valid ~ .valid-feedback, .was-validated .checklist-form-check-input:valid ~ .valid-tooltip, .checklist-form-check-input.is-valid ~ .valid-feedback, .checklist-form-check-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a
}

.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit
}

.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220,53,69,.8);
    border-radius: .2rem
}

.was-validated .checklist-form-control:invalid, .checklist-form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dc3545
}

.was-validated .checklist-form-control:invalid:focus, .checklist-form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.was-validated .checklist-form-control:invalid ~ .invalid-feedback, .was-validated .checklist-form-control:invalid ~ .invalid-tooltip, .checklist-form-control.is-invalid ~ .invalid-feedback, .checklist-form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .checklist-form-check-input:invalid ~ .checklist-form-check-label, .checklist-form-check-input.is-invalid ~ .checklist-form-check-label {
    color: #dc3545
}

.was-validated .checklist-form-check-input:invalid ~ .invalid-feedback, .was-validated .checklist-form-check-input:invalid ~ .invalid-tooltip, .checklist-form-check-input.is-invalid ~ .invalid-feedback, .checklist-form-check-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.checklist-form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checklist-form-inline .checklist-form-check {
    width: 100%
}

.k-pdf-export .k-grid-toolbar, .k-pdf-export .k-pager-wrap {
    display: none
}

@media(min-width:576px) {
    .checklist-form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .checklist-form-inline .checklist-form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .checklist-form-inline .checklist-form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .checklist-form-inline .checklist-form-control-plaintext {
        display: inline-block
    }

    .checklist-form-inline .input-group {
        width: auto
    }

    .checklist-form-inline .checklist-form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .checklist-form-inline .checklist-form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .checklist-form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .checklist-form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.k-grid-header .k-header > .k-link {
    font-size: 12px
}

.k-grid-pager {
    font-size: 12px
}

.k-grid thead, .k-grid tbody, .k-grid tfoot {
    font-size: 12px
}

input.checkbox-slider[type=checkbox] {
    width: 55px;
    height: 25px;
    left: 0
}

input.checkbox-slider.slider-icon[type=checkbox]:checked ~ .text:after {
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 21px;
    content: "";
    border-width: 1px;
    padding-left: 3px;
    background-color: #fff;
    color: #444
}

input.checkbox-slider.slider-icon[type=checkbox] ~ .text:after {
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 20px;
    content: "";
    border-width: 1px;
    padding-left: 4px;
    border-color: #fff
}

input.checkbox-slider.toggle[type=checkbox]:checked ~ .text:after {
    background-color: #fff;
    color: #444
}

input.checkbox-slider.toggle[type=checkbox] ~ .text:after {
    border: 0;
    background-color: #444;
    width: 14px;
    height: 14px;
    top: 3px;
    left: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

input.checkbox-slider.yesno[type=checkbox] ~ .text:before {
    font-family: 'Open Sans','Segoe UI';
    content: "YES            NO"
}

input.checkbox-slider[type=checkbox] ~ .text {
    margin: 0 4px;
    min-height: 24px
}

input.checkbox-slider[type=checkbox] ~ .text:before {
    font-family: 'Open Sans','Segoe UI';
    content: "ON           OFF";
    background-color: #fff;
    color: #999;
    font-weight: 300;
    font-size: 10px;
    line-height: 18px;
    height: 20px;
    overflow: hidden;
    border-radius: 50rem;
    border: 1px solid #ccc;
    text-align: left;
    float: left;
    padding: 0;
    width: 52px;
    text-indent: -21px;
    margin-right: 0;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

input.checkbox-slider[type=checkbox] ~ .text:after {
    font-family: 'Open Sans','Segoe UI';
    content: '';
    font-size: 10px;
    font-weight: 300;
    background-color: #fff;
    border: 5px solid #444;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    line-height: 20px;
    position: absolute;
    top: -2px;
    left: -3px;
    padding: 0;
    -webkit-box-shadow: 0 1px 1px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 1px 1px rgba(0,0,0,.3);
    box-shadow: 0 1px 1px 1px rgba(0,0,0,.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

input.checkbox-slider[type=checkbox]:checked ~ .text:before {
    text-indent: 5px;
    background-color: #444;
    border-color: #444;
    color: #fff
}

input.checkbox-slider[type=checkbox]:checked ~ .text:after {
    left: 34px;
    background-color: #444;
    border: 5px solid #fff
}

input.checkbox-slider.colored-blue[type=checkbox] ~ .text:after {
    border-color: #5db2ff
}

input.checkbox-slider.colored-blue[type=checkbox]:checked ~ .text:before {
    background-color: #5db2ff;
    border-color: #5db2ff
}

input.checkbox-slider.colored-blue[type=checkbox]:checked ~ .text:after {
    background-color: #5db2ff;
    border-color: #fff
}

input.checkbox-slider.colored-blue.slider-icon[type=checkbox]:checked ~ .text:after {
    background-color: #fff;
    color: #5db2ff
}

input.checkbox-slider.colored-blue.slider-icon[type=checkbox] ~ .text:after {
    border-color: #fff;
    color: #5db2ff
}

input.checkbox-slider.colored-blue.toggle[type=checkbox]:checked ~ .text:after {
    color: #5db2ff;
    background-color: #fff
}

input.checkbox-slider.colored-blue.toggle[type=checkbox] ~ .text:after {
    background-color: #5db2ff
}

input.checkbox-slider.colored-primary[type=checkbox] ~ .text:after {
    border-color: #4374e0
}

input.checkbox-slider.colored-primary[type=checkbox]:checked ~ .text:before {
    background-color: #4374e0;
    border-color: #4374e0
}

input.checkbox-slider.colored-primary[type=checkbox]:checked ~ .text:after {
    background-color: #4374e0;
    border-color: #fff
}

input.checkbox-slider.colored-primary.slider-icon[type=checkbox]:checked ~ .text:after {
    background-color: #fff;
    color: #4374e0
}

input.checkbox-slider.colored-primary.slider-icon[type=checkbox] ~ .text:after {
    border-color: #fff;
    color: #4374e0
}

input.checkbox-slider.colored-primary.toggle[type=checkbox]:checked ~ .text:after {
    color: #4374e0;
    background-color: #fff
}

input.checkbox-slider.colored-primary.toggle[type=checkbox] ~ .text:after {
    background-color: #4374e0
}

input.checkbox-slider.colored-danger[type=checkbox] ~ .text:after {
    border-color: #d73d32
}

input.checkbox-slider.colored-danger[type=checkbox]:checked ~ .text:before {
    background-color: #d73d32;
    border-color: #d73d32
}

input.checkbox-slider.colored-danger[type=checkbox]:checked ~ .text:after {
    background-color: #d73d32;
    border-color: #fff
}

input.checkbox-slider.colored-danger.slider-icon[type=checkbox]:checked ~ .text:after {
    background-color: #fff;
    color: #d73d32
}

input.checkbox-slider.colored-danger.slider-icon[type=checkbox] ~ .text:after {
    border-color: #fff;
    color: #d73d32
}

input.checkbox-slider.colored-danger.toggle[type=checkbox]:checked ~ .text:after {
    color: #d73d32;
    background-color: #fff
}

input.checkbox-slider.colored-danger.toggle[type=checkbox] ~ .text:after {
    background-color: #d73d32
}

input.checkbox-slider.colored-success[type=checkbox] ~ .text:after {
    border-color: #53a93f
}

input.checkbox-slider.colored-success[type=checkbox]:checked ~ .text:before {
    background-color: #53a93f;
    border-color: #53a93f
}

input.checkbox-slider.colored-success[type=checkbox]:checked ~ .text:after {
    background-color: #53a93f;
    border-color: #fff
}

input.checkbox-slider.colored-success.slider-icon[type=checkbox]:checked ~ .text:after {
    background-color: #fff;
    color: #53a93f
}

input.checkbox-slider.colored-success.slider-icon[type=checkbox] ~ .text:after {
    border-color: #fff;
    color: #53a93f
}

input.checkbox-slider.colored-success.toggle[type=checkbox]:checked ~ .text:after {
    color: #53a93f;
    background-color: #fff
}

input.checkbox-slider.colored-success.toggle[type=checkbox] ~ .text:after {
    background-color: #53a93f
}

input.checkbox-slider.colored-warning[type=checkbox] ~ .text:after {
    border-color: #f4b400
}

input.checkbox-slider.colored-warning[type=checkbox]:checked ~ .text:before {
    background-color: #f4b400;
    border-color: #f4b400
}

input.checkbox-slider.colored-warning[type=checkbox]:checked ~ .text:after {
    background-color: #f4b400;
    border-color: #fff
}

input.checkbox-slider.colored-warning.slider-icon[type=checkbox]:checked ~ .text:after {
    background-color: #fff;
    color: #f4b400
}

input.checkbox-slider.colored-warning.slider-icon[type=checkbox] ~ .text:after {
    border-color: #fff;
    color: #f4b400
}

input.checkbox-slider.colored-warning.toggle[type=checkbox]:checked ~ .text:after {
    color: #f4b400;
    background-color: #fff
}

input.checkbox-slider.colored-warning.toggle[type=checkbox] ~ .text:after {
    background-color: #f4b400
}

input.checkbox-slider.colored-silver[type=checkbox] ~ .text:after {
    border-color: #f4b400
}

input.checkbox-slider.colored-silver[type=checkbox]:checked ~ .text:before {
    background-color: #f4b400;
    border-color: #f4b400
}

input.checkbox-slider.colored-silver[type=checkbox]:checked ~ .text:after {
    background-color: #f4b400;
    border-color: #fff
}

input.checkbox-slider.colored-silver.slider-icon[type=checkbox]:checked ~ .text:after {
    background-color: #fff;
    color: #f4b400
}

input.checkbox-slider.colored-silver.slider-icon[type=checkbox] ~ .text:after {
    border-color: #fff;
    color: #f4b400
}

input.checkbox-slider.colored-silver.toggle[type=checkbox]:checked ~ .text:after {
    color: #f4b400;
    background-color: #fff
}

input.checkbox-slider.colored-silver.toggle[type=checkbox] ~ .text:after {
    background-color: #f4b400
}

input.checkbox-slider.colored-blueberry[type=checkbox] ~ .text:after {
    border-color: #6f85bf
}

input.checkbox-slider.colored-blueberry[type=checkbox]:checked ~ .text:before {
    background-color: #6f85bf;
    border-color: #6f85bf
}

input.checkbox-slider.colored-blueberry[type=checkbox]:checked ~ .text:after {
    background-color: #6f85bf;
    border-color: #fff
}

input.checkbox-slider.colored-blueberry.slider-icon[type=checkbox]:checked ~ .text:after {
    background-color: #fff;
    color: #6f85bf
}

input.checkbox-slider.colored-blueberry.slider-icon[type=checkbox] ~ .text:after {
    border-color: #fff;
    color: #6f85bf
}

input.checkbox-slider.colored-blueberry.toggle[type=checkbox]:checked ~ .text:after {
    color: #6f85bf;
    background-color: #fff
}

input.checkbox-slider.colored-blueberry.toggle[type=checkbox] ~ .text:after {
    background-color: #6f85bf
}

input.checkbox-slider.colored-palegreen[type=checkbox] ~ .text:after {
    border-color: #a0d468
}

input.checkbox-slider.colored-palegreen[type=checkbox]:checked ~ .text:before {
    background-color: #a0d468;
    border-color: #a0d468
}

input.checkbox-slider.colored-palegreen[type=checkbox]:checked ~ .text:after {
    background-color: #a0d468;
    border-color: #fff
}

input.checkbox-slider.colored-palegreen.slider-icon[type=checkbox]:checked ~ .text:after {
    background-color: #fff;
    color: #a0d468
}

input.checkbox-slider.colored-palegreen.slider-icon[type=checkbox] ~ .text:after {
    border-color: #fff;
    color: #a0d468
}

input.checkbox-slider.colored-palegreen.toggle[type=checkbox]:checked ~ .text:after {
    color: #a0d468;
    background-color: #fff
}

input.checkbox-slider.colored-palegreen.toggle[type=checkbox] ~ .text:after {
    background-color: #a0d468
}

input.checkbox-slider.colored-orange[type=checkbox] ~ .text:after {
    border-color: #fb6e52
}

input.checkbox-slider.colored-orange[type=checkbox]:checked ~ .text:before {
    background-color: #fb6e52;
    border-color: #fb6e52
}

input.checkbox-slider.colored-orange[type=checkbox]:checked ~ .text:after {
    background-color: #fb6e52;
    border-color: #fff
}

input.checkbox-slider.colored-orange.slider-icon[type=checkbox]:checked ~ .text:after {
    background-color: #fff;
    color: #fb6e52
}

input.checkbox-slider.colored-orange.slider-icon[type=checkbox] ~ .text:after {
    border-color: #fff;
    color: #fb6e52
}

input.checkbox-slider.colored-orange.toggle[type=checkbox]:checked ~ .text:after {
    color: #fb6e52;
    background-color: #fff
}

input.checkbox-slider.colored-orange.toggle[type=checkbox] ~ .text:after {
    background-color: #fb6e52
}

input.checkbox-slider.colored-darkorange[type=checkbox] ~ .text:after {
    border-color: #ed4e2a
}

input.checkbox-slider.colored-darkorange[type=checkbox]:checked ~ .text:before {
    background-color: #ed4e2a;
    border-color: #ed4e2a
}

input.checkbox-slider.colored-darkorange[type=checkbox]:checked ~ .text:after {
    background-color: #ed4e2a;
    border-color: #fff
}

input.checkbox-slider.colored-darkorange.slider-icon[type=checkbox]:checked ~ .text:after {
    background-color: #fff;
    color: #ed4e2a
}

input.checkbox-slider.colored-darkorange.slider-icon[type=checkbox] ~ .text:after {
    border-color: #fff;
    color: #ed4e2a
}

input.checkbox-slider.colored-darkorange.toggle[type=checkbox]:checked ~ .text:after {
    color: #ed4e2a;
    background-color: #fff
}

input.checkbox-slider.colored-darkorange.toggle[type=checkbox] ~ .text:after {
    background-color: #ed4e2a
}

input.checkbox-slider.colored-magenta[type=checkbox] ~ .text:after {
    border-color: #bc5679
}

input.checkbox-slider.colored-magenta[type=checkbox]:checked ~ .text:before {
    background-color: #bc5679;
    border-color: #bc5679
}

input.checkbox-slider.colored-magenta[type=checkbox]:checked ~ .text:after {
    background-color: #bc5679;
    border-color: #fff
}

input.checkbox-slider.colored-magenta.slider-icon[type=checkbox]:checked ~ .text:after {
    background-color: #fff;
    color: #bc5679
}

input.checkbox-slider.colored-magenta.slider-icon[type=checkbox] ~ .text:after {
    border-color: #fff;
    color: #bc5679
}

input.checkbox-slider.colored-magenta.toggle[type=checkbox]:checked ~ .text:after {
    color: #bc5679;
    background-color: #fff
}

input.checkbox-slider.colored-magenta.toggle[type=checkbox] ~ .text:after {
    background-color: #bc5679
}

input.checkbox-slider.colored-purple[type=checkbox] ~ .text:after {
    border-color: #7e3794
}

input.checkbox-slider.colored-purple[type=checkbox]:checked ~ .text:before {
    background-color: #7e3794;
    border-color: #7e3794
}

input.checkbox-slider.colored-purple[type=checkbox]:checked ~ .text:after {
    background-color: #7e3794;
    border-color: #fff
}

input.checkbox-slider.colored-purple.slider-icon[type=checkbox]:checked ~ .text:after {
    background-color: #fff;
    color: #7e3794
}

input.checkbox-slider.colored-purple.slider-icon[type=checkbox] ~ .text:after {
    border-color: #fff;
    color: #7e3794
}

input.checkbox-slider.colored-purple.toggle[type=checkbox]:checked ~ .text:after {
    color: #7e3794;
    background-color: #fff
}

input.checkbox-slider.colored-purple.toggle[type=checkbox] ~ .text:after {
    background-color: #7e3794
}

input.checkbox-slider.colored-maroon[type=checkbox] ~ .text:after {
    border-color: #981b48
}

input.checkbox-slider.colored-maroon[type=checkbox]:checked ~ .text:before {
    background-color: #981b48;
    border-color: #981b48
}

input.checkbox-slider.colored-maroon[type=checkbox]:checked ~ .text:after {
    background-color: #981b48;
    border-color: #fff
}

input.checkbox-slider.colored-maroon.slider-icon[type=checkbox]:checked ~ .text:after {
    background-color: #fff;
    color: #981b48
}

input.checkbox-slider.colored-maroon.slider-icon[type=checkbox] ~ .text:after {
    border-color: #fff;
    color: #981b48
}

input.checkbox-slider.colored-maroon.toggle[type=checkbox]:checked ~ .text:after {
    color: #981b48;
    background-color: #fff
}

input.checkbox-slider.colored-maroon.toggle[type=checkbox] ~ .text:after {
    background-color: #981b48
}
