/*
Template Name: Klorofil Pro - Bootstrap 4 Admin Dashboard Template
Author: The Develovers
Version: 2.0.0
Website: https://themeineed.com/
Contact: support@themeineed.com

Main App Styles
*/
body ::-webkit-scrollbar {
    position: absolute;
    width: 12px;
    margin-left: -10px;
    -webkit-appearance: none;
}

body ::-webkit-scrollbar-track {
    background-color: transparent;
    border-right: none;
    border-left: none;
}

body ::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: rgba(160, 174, 186, 0.2);
    background-clip: content-box;
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 1px 2px;
    border-radius: 7px;
}

legend {
    font-size: 1rem;
    color: #5e6773;
}

footer {
    bottom: 0;
    right: 0;
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: #F5F6F9;
    color: #a0aeba;
}

@media screen and (max-width: 767px) {
    footer {
        position: relative;
    }
}

.copyright {
    margin-bottom: 0;
    margin-right: 10px;
    text-align: right;
    font-size: 13px;
}

@media screen and (max-width: 767px) {
    .copyright {
        width: 100%;
        text-align: center;
        position: relative !important;
    }
}

.separator-linethrough {
    position: relative;
    margin: 30px 0;
    text-align: center;
}

.separator-linethrough span {
    display: inline-block;
    padding: 0 10px;
    position: inherit;
    font-size: 18px;
    background-color: #fff;
    z-index: 9;
}

.separator-linethrough:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    content: '';
    border-top: 1px solid #f0f0f0;
    z-index: 0;
}

/* tag */
.tag {
    display: inline-block;
    border-radius: 20px;
    padding: 5px 15px;
    border: 1px solid #a0aeba;
    color: #a0aeba;
}

.tag:hover, .tag:focus {
    color: #fff;
    background-color: #a0aeba;
}

.tag.tag-blue {
    border-color: #0E9BE2;
    color: #0E9BE2;
}

.tag.tag-blue:hover, .tag.tag-blue:focus {
    color: #fff;
    background-color: #0E9BE2;
}

.tag.tag-blue2 {
    border-color: #4A90E2;
    color: #4A90E2;
}

.tag.tag-blue2:hover, .tag.tag-blue2:focus {
    color: #fff;
    background-color: #4A90E2;
}

.tag.tag-blue3 {
    border-color: #45AEEF;
    color: #45AEEF;
}

.tag.tag-blue3:hover, .tag.tag-blue3:focus {
    color: #fff;
    background-color: #45AEEF;
}

.tag.tag-blue4 {
    border-color: #85B5EA;
    color: #85B5EA;
}

.tag.tag-blue4:hover, .tag.tag-blue4:focus {
    color: #fff;
    background-color: #85B5EA;
}

.tag.tag-green {
    border-color: #7CAC25;
    color: #7CAC25;
}

.tag.tag-green:hover, .tag.tag-green:focus {
    color: #fff;
    background-color: #7CAC25;
}

.tag.tag-green2 {
    border-color: #1DBB8E;
    color: #1DBB8E;
}

.tag.tag-green2:hover, .tag.tag-green2:focus {
    color: #fff;
    background-color: #1DBB8E;
}

.tag.tag-green3 {
    border-color: #5BD37E;
    color: #5BD37E;
}

.tag.tag-green3:hover, .tag.tag-green3:focus {
    color: #fff;
    background-color: #5BD37E;
}

.tag.tag-orange {
    border-color: #FF4402;
    color: #FF4402;
}

.tag.tag-orange:hover, .tag.tag-orange:focus {
    color: #fff;
    background-color: #FF4402;
}

.tag.tag-orange2 {
    border-color: #F89B03;
    color: #F89B03;
}

.tag.tag-orange2:hover, .tag.tag-orange2:focus {
    color: #fff;
    background-color: #F89B03;
}

.tag.tag-purple {
    border-color: #AB7DF6;
    color: #AB7DF6;
}

.tag.tag-purple:hover, .tag.tag-purple:focus {
    color: #fff;
    background-color: #AB7DF6;
}

.tag.tag-yellow {
    border-color: #F3BB23;
    color: #F3BB23;
}

.tag.tag-yellow:hover, .tag.tag-yellow:focus {
    color: #fff;
    background-color: #F3BB23;
}

.tag.tag-lightseagreen {
    border-color: #20B2AA;
    color: #20B2AA;
}

.tag.tag-lightseagreen:hover, .tag.tag-lightseagreen:focus {
    color: #fff;
    background-color: #20B2AA;
}

.tag.tag-red {
    border-color: #ff4402;
    color: #ff4402;
}

.tag.tag-red:hover, .tag.tag-red:focus {
    color: #fff;
    background-color: #ff4402;
}

/* pace page progress */
.pace .pace-progress {
    background: rgba(255, 255, 255, 0.7) !important;
    height: 4px !important;
}

.custom-bg-blue {
    background-color: #0E9BE2 !important;
}

.custom-text-blue {
    color: #0E9BE2;
}

.custom-bg-blue2 {
    background-color: #4A90E2 !important;
}

.custom-text-blue2 {
    color: #4A90E2;
}

.custom-bg-blue3 {
    background-color: #45AEEF !important;
}

.custom-text-blue3 {
    color: #45AEEF;
}

.custom-bg-blue4 {
    background-color: #85B5EA !important;
}

.custom-text-blue4 {
    color: #85B5EA;
}

.custom-bg-green {
    background-color: #7CAC25 !important;
}

.custom-text-green {
    color: #7CAC25;
}

.custom-bg-green2 {
    background-color: #1DBB8E !important;
}

.custom-text-green2 {
    color: #1DBB8E;
}

.custom-bg-green3 {
    background-color: #5BD37E !important;
}

.custom-text-green3 {
    color: #5BD37E;
}

.custom-bg-orange {
    background-color: #FF4402 !important;
}

.custom-text-orange {
    color: #FF4402;
}

.custom-bg-orange2 {
    background-color: #F89B03 !important;
}

.custom-text-orange2 {
    color: #F89B03;
}

.custom-bg-purple {
    background-color: #AB7DF6 !important;
}

.custom-text-purple {
    color: #AB7DF6;
}

.custom-bg-yellow {
    background-color: #F3BB23 !important;
}

.custom-text-yellow {
    color: #F3BB23;
}

.custom-bg-lightseagreen {
    background-color: #20B2AA !important;
}

.custom-text-lightseagreen {
    color: #20B2AA;
}

.custom-bg-red {
    background-color: #ff4402 !important;
}

.custom-text-red {
    color: #ff4402;
}

/* colored icon */
.z500px-color {
    color: #0099e5 !important;
}

.about-me-color {
    color: #00405d !important;
}

.airbnb-color {
    color: #fd5c63 !important;
}

.alphabet-color {
    color: #ed1c24 !important;
}

.amazon-color {
    color: #ff9900 !important;
}

.american-express-color {
    color: #002663 !important;
}

.aol-color {
    color: #ff0b00 !important;
}

.behance-color {
    color: #1769ff !important;
}

.bing-color {
    color: #ffb900 !important;
}

.bitbucket-color {
    color: #205081 !important;
}

.bitly-color {
    color: #ee6123 !important;
}

.blogger-color {
    color: #f57d00 !important;
}

.booking-com-color {
    color: #003580 !important;
}

.buffer-color {
    color: #168eea !important;
}

.code-school-color {
    color: #616f67 !important;
}

.codecademy-color {
    color: #f65a5b !important;
}

.creative-market-color {
    color: #8ba753 !important;
}

.delicious-color {
    color: #3399ff !important;
}

.deviantart-color {
    color: #05cc47 !important;
}

.digg-color {
    color: #005be2 !important;
}

.disqus-color {
    color: #2e9fff !important;
}

.django-color {
    color: #092e20 !important;
}

.dribbble-color {
    color: #ea4c89 !important;
}

.dropbox-color {
    color: #007ee5 !important;
}

.drupal-color {
    color: #0077c0 !important;
}

.elance-color {
    color: #0d69af !important;
}

.envato-color {
    color: #82b541 !important;
}

.etsy-color {
    color: #d5641c !important;
}

.facebook-color {
    color: #3b5998 !important;
}

.feedly-color {
    color: #2bb24c !important;
}

.flattr-color {
    color: #f67c1a !important;
}

.flickr-color {
    color: #0063dc !important;
}

.flipboard-color {
    color: #e12828 !important;
}

.flixster-color {
    color: #2971b2 !important;
}

.foursquare-color {
    color: #0732a2 !important;
}

.github-color {
    color: #333333 !important;
}

.google-color {
    color: #4285f4 !important;
}

.google-plus-color {
    color: #dc4e41 !important;
}

.instagram-color {
    color: #3f729b !important;
}

.kickstarter-color {
    color: #2bde73 !important;
}

.kik-color {
    color: #82bc23 !important;
}

.lastfm-color {
    color: #d51007 !important;
}

.line-color {
    color: #00c300 !important;
}

.linkedin-color {
    color: #0077b5 !important;
}

.mail-ru-color {
    color: #168de2 !important;
}

.mailchimp-color {
    color: #2c9ab7 !important;
}

.myspace-color {
    color: #000000 !important;
}

.netflix-color {
    color: #e50914 !important;
}

.ning-color {
    color: #75af42 !important;
}

.path-color {
    color: #ee3423 !important;
}

.patreon-color {
    color: #e6461a !important;
}

.paypal-color {
    color: #003087 !important;
}

.photobucket-color {
    color: #0ea0db !important;
}

.pinterest-color {
    color: #bd081c !important;
}

.product-hunt-color {
    color: #da552f !important;
}

.quora-color {
    color: #a82400 !important;
}

.rdio-color {
    color: #007dc3 !important;
}

.reddit-color {
    color: #ff4500 !important;
}

.rss-color {
    color: #f26522 !important;
}

.salesforce-color {
    color: #1798c1 !important;
}

.scribd-color {
    color: #1a7bba !important;
}

.shopify-color {
    color: #96bf48 !important;
}

.skype-color {
    color: #00aff0 !important;
}

.slack-color {
    color: #6ecadc !important;
}

.slideshare-color {
    color: #0077b5 !important;
}

.soundcloud-color {
    color: #ff8800 !important;
}

.spotify-color {
    color: #2ebd59 !important;
}

.squarespace-color {
    color: #222222 !important;
}

.stackoverflow-color {
    color: #fe7a15 !important;
}

.stripe-color {
    color: #00afe1 !important;
}

.stumbleupon-color {
    color: #eb4924 !important;
}

.telegram-color {
    color: #0088cc !important;
}

.tumblr-color {
    color: #35465c !important;
}

.twitch-tv-color {
    color: #6441a5 !important;
}

.twitter-color {
    color: #55acee !important;
}

.vimeo-color {
    color: #162221 !important;
}

.vine-color {
    color: #00b488 !important;
}

.wechat-color {
    color: #7bb32e !important;
}

.whatsapp-color {
    color: #43d854 !important;
}

.wordpress-color {
    color: #21759b !important;
}

.yahoo-color {
    color: #410093 !important;
}

.youtube-color {
    color: #cd201f !important;
}

.firefox-color {
    color: #e66000 !important;
}

.chrome-color {
    color: #fbbc05 !important;
}

.edge-color {
    color: #00aaff !important;
}

.safari-color {
    color: #4165c8 !important;
}

.opera-color {
    color: #cc0f16 !important;
}

/* colored background */
.z500px-bg {
    background-color: #0099e5 !important;
}

.z500px-bg:hover, .z500px-bg:focus {
    background-color: #0088cc !important;
}

.about-me-bg {
    background-color: #00405d !important;
}

.about-me-bg:hover, .about-me-bg:focus {
    background-color: #002e44 !important;
}

.airbnb-bg {
    background-color: #fd5c63 !important;
}

.airbnb-bg:hover, .airbnb-bg:focus {
    background-color: #fd434b !important;
}

.alphabet-bg {
    background-color: #ed1c24 !important;
}

.alphabet-bg:hover, .alphabet-bg:focus {
    background-color: #de1219 !important;
}

.amazon-bg {
    background-color: #ff9900 !important;
}

.amazon-bg:hover, .amazon-bg:focus {
    background-color: #e68a00 !important;
}

.american-express-bg {
    background-color: #002663 !important;
}

.american-express-bg:hover, .american-express-bg:focus {
    background-color: #001c4a !important;
}

.aol-bg {
    background-color: #ff0b00 !important;
}

.aol-bg:hover, .aol-bg:focus {
    background-color: #e60a00 !important;
}

.behance-bg {
    background-color: #1769ff !important;
}

.behance-bg:hover, .behance-bg:focus {
    background-color: #0059fd !important;
}

.bing-bg {
    background-color: #ffb900 !important;
}

.bing-bg:hover, .bing-bg:focus {
    background-color: #e6a700 !important;
}

.bitbucket-bg {
    background-color: #205081 !important;
}

.bitbucket-bg:hover, .bitbucket-bg:focus {
    background-color: #1b436d !important;
}

.bitly-bg {
    background-color: #ee6123 !important;
}

.bitly-bg:hover, .bitly-bg:focus {
    background-color: #e65312 !important;
}

.blogger-bg {
    background-color: #f57d00 !important;
}

.blogger-bg:hover, .blogger-bg:focus {
    background-color: #dc7000 !important;
}

.booking-com-bg {
    background-color: #003580 !important;
}

.booking-com-bg:hover, .booking-com-bg:focus {
    background-color: #002a67 !important;
}

.buffer-bg {
    background-color: #168eea !important;
}

.buffer-bg:hover, .buffer-bg:focus {
    background-color: #1380d3 !important;
}

.code-school-bg {
    background-color: #616f67 !important;
}

.code-school-bg:hover, .code-school-bg:focus {
    background-color: #55615a !important;
}

.codecademy-bg {
    background-color: #f65a5b !important;
}

.codecademy-bg:hover, .codecademy-bg:focus {
    background-color: #f54243 !important;
}

.creative-market-bg {
    background-color: #8ba753 !important;
}

.creative-market-bg:hover, .creative-market-bg:focus {
    background-color: #7d964b !important;
}

.delicious-bg {
    background-color: #3399ff !important;
}

.delicious-bg:hover, .delicious-bg:focus {
    background-color: #1a8cff !important;
}

.deviantart-bg {
    background-color: #05cc47 !important;
}

.deviantart-bg:hover, .deviantart-bg:focus {
    background-color: #04b33e !important;
}

.digg-bg {
    background-color: #005be2 !important;
}

.digg-bg:hover, .digg-bg:focus {
    background-color: #0051c9 !important;
}

.disqus-bg {
    background-color: #2e9fff !important;
}

.disqus-bg:hover, .disqus-bg:focus {
    background-color: #1593ff !important;
}

.django-bg {
    background-color: #092e20 !important;
}

.django-bg:hover, .django-bg:focus {
    background-color: #051911 !important;
}

.dribbble-bg {
    background-color: #ea4c89 !important;
}

.dribbble-bg:hover, .dribbble-bg:focus {
    background-color: #e7357a !important;
}

.dropbox-bg {
    background-color: #007ee5 !important;
}

.dropbox-bg:hover, .dropbox-bg:focus {
    background-color: #0070cc !important;
}

.drupal-bg {
    background-color: #0077c0 !important;
}

.drupal-bg:hover, .drupal-bg:focus {
    background-color: #0067a7 !important;
}

.elance-bg {
    background-color: #0d69af !important;
}

.elance-bg:hover, .elance-bg:focus {
    background-color: #0b5b97 !important;
}

.envato-bg {
    background-color: #82b541 !important;
}

.envato-bg:hover, .envato-bg:focus {
    background-color: #75a23a !important;
}

.etsy-bg {
    background-color: #d5641c !important;
}

.etsy-bg:hover, .etsy-bg:focus {
    background-color: #be5919 !important;
}

.facebook-bg {
    background-color: #3b5998 !important;
}

.facebook-bg:hover, .facebook-bg:focus {
    background-color: #344e86 !important;
}

.feedly-bg {
    background-color: #2bb24c !important;
}

.feedly-bg:hover, .feedly-bg:focus {
    background-color: #269d43 !important;
}

.flattr-bg {
    background-color: #f67c1a !important;
}

.flattr-bg:hover, .flattr-bg:focus {
    background-color: #ed6f09 !important;
}

.flickr-bg {
    background-color: #0063dc !important;
}

.flickr-bg:hover, .flickr-bg:focus {
    background-color: #0058c3 !important;
}

.flipboard-bg {
    background-color: #e12828 !important;
}

.flipboard-bg:hover, .flipboard-bg:focus {
    background-color: #d21d1d !important;
}

.flixster-bg {
    background-color: #2971b2 !important;
}

.flixster-bg:hover, .flixster-bg:focus {
    background-color: #24649d !important;
}

.foursquare-bg {
    background-color: #0732a2 !important;
}

.foursquare-bg:hover, .foursquare-bg:focus {
    background-color: #062a8a !important;
}

.github-bg {
    background-color: #333333 !important;
}

.github-bg:hover, .github-bg:focus {
    background-color: #262626 !important;
}

.google-bg {
    background-color: #4285f4 !important;
}

.google-bg:hover, .google-bg:focus {
    background-color: #2a75f3 !important;
}

.google-plus-bg {
    background-color: #dc4e41 !important;
}

.google-plus-bg:hover, .google-plus-bg:focus {
    background-color: #d83a2b !important;
}

.instagram-bg {
    background-color: #3f729b !important;
}

.instagram-bg:hover, .instagram-bg:focus {
    background-color: #386589 !important;
}

.kickstarter-bg {
    background-color: #2bde73 !important;
}

.kickstarter-bg:hover, .kickstarter-bg:focus {
    background-color: #20cf67 !important;
}

.kik-bg {
    background-color: #82bc23 !important;
}

.kik-bg:hover, .kik-bg:focus {
    background-color: #73a71f !important;
}

.lastfm-bg {
    background-color: #d51007 !important;
}

.lastfm-bg:hover, .lastfm-bg:focus {
    background-color: #bc0e06 !important;
}

.line-bg {
    background-color: #00c300 !important;
}

.line-bg:hover, .line-bg:focus {
    background-color: #00aa00 !important;
}

.linkedin-bg {
    background-color: #0077b5 !important;
}

.linkedin-bg:hover, .linkedin-bg:focus {
    background-color: #00669c !important;
}

.mail-ru-bg {
    background-color: #168de2 !important;
}

.mail-ru-bg:hover, .mail-ru-bg:focus {
    background-color: #147fcb !important;
}

.mailchimp-bg {
    background-color: #2c9ab7 !important;
}

.mailchimp-bg:hover, .mailchimp-bg:focus {
    background-color: #2789a2 !important;
}

.myspace-bg {
    background-color: #000000 !important;
}

.myspace-bg:hover, .myspace-bg:focus {
    background-color: black !important;
}

.netflix-bg {
    background-color: #e50914 !important;
}

.netflix-bg:hover, .netflix-bg:focus {
    background-color: #cc0812 !important;
}

.ning-bg {
    background-color: #75af42 !important;
}

.ning-bg:hover, .ning-bg:focus {
    background-color: #699c3b !important;
}

.path-bg {
    background-color: #ee3423 !important;
}

.path-bg:hover, .path-bg:focus {
    background-color: #e62412 !important;
}

.patreon-bg {
    background-color: #e6461a !important;
}

.patreon-bg:hover, .patreon-bg:focus {
    background-color: #d03f17 !important;
}

.paypal-bg {
    background-color: #003087 !important;
}

.paypal-bg:hover, .paypal-bg:focus {
    background-color: #00276e !important;
}

.photobucket-bg {
    background-color: #0ea0db !important;
}

.photobucket-bg:hover, .photobucket-bg:focus {
    background-color: #0c8ec3 !important;
}

.pinterest-bg {
    background-color: #bd081c !important;
}

.pinterest-bg:hover, .pinterest-bg:focus {
    background-color: #a50718 !important;
}

.product-hunt-bg {
    background-color: #da552f !important;
}

.product-hunt-bg:hover, .product-hunt-bg:focus {
    background-color: #cb4924 !important;
}

.quora-bg {
    background-color: #a82400 !important;
}

.quora-bg:hover, .quora-bg:focus {
    background-color: #8f1f00 !important;
}

.rdio-bg {
    background-color: #007dc3 !important;
}

.rdio-bg:hover, .rdio-bg:focus {
    background-color: #006daa !important;
}

.reddit-bg {
    background-color: #ff4500 !important;
}

.reddit-bg:hover, .reddit-bg:focus {
    background-color: #e63e00 !important;
}

.rss-bg {
    background-color: #f26522 !important;
}

.rss-bg:hover, .rss-bg:focus {
    background-color: #ed560e !important;
}

.salesforce-bg {
    background-color: #1798c1 !important;
}

.salesforce-bg:hover, .salesforce-bg:focus {
    background-color: #1486aa !important;
}

.scribd-bg {
    background-color: #1a7bba !important;
}

.scribd-bg:hover, .scribd-bg:focus {
    background-color: #176ca4 !important;
}

.shopify-bg {
    background-color: #96bf48 !important;
}

.shopify-bg:hover, .shopify-bg:focus {
    background-color: #89b03e !important;
}

.skype-bg {
    background-color: #00aff0 !important;
}

.skype-bg:hover, .skype-bg:focus {
    background-color: #009cd7 !important;
}

.slack-bg {
    background-color: #6ecadc !important;
}

.slack-bg:hover, .slack-bg:focus {
    background-color: #59c2d7 !important;
}

.slideshare-bg {
    background-color: #0077b5 !important;
}

.slideshare-bg:hover, .slideshare-bg:focus {
    background-color: #00669c !important;
}

.soundcloud-bg {
    background-color: #ff8800 !important;
}

.soundcloud-bg:hover, .soundcloud-bg:focus {
    background-color: #e67a00 !important;
}

.spotify-bg {
    background-color: #2ebd59 !important;
}

.spotify-bg:hover, .spotify-bg:focus {
    background-color: #29a84f !important;
}

.squarespace-bg {
    background-color: #222222 !important;
}

.squarespace-bg:hover, .squarespace-bg:focus {
    background-color: #151515 !important;
}

.stackoverflow-bg {
    background-color: #fe7a15 !important;
}

.stackoverflow-bg:hover, .stackoverflow-bg:focus {
    background-color: #f86c01 !important;
}

.stripe-bg {
    background-color: #00afe1 !important;
}

.stripe-bg:hover, .stripe-bg:focus {
    background-color: #009bc8 !important;
}

.stumbleupon-bg {
    background-color: #eb4924 !important;
}

.stumbleupon-bg:hover, .stumbleupon-bg:focus {
    background-color: #e13b15 !important;
}

.telegram-bg {
    background-color: #0088cc !important;
}

.telegram-bg:hover, .telegram-bg:focus {
    background-color: #0077b3 !important;
}

.tumblr-bg {
    background-color: #35465c !important;
}

.tumblr-bg:hover, .tumblr-bg:focus {
    background-color: #2c3a4c !important;
}

.twitch-tv-bg {
    background-color: #6441a5 !important;
}

.twitch-tv-bg:hover, .twitch-tv-bg:focus {
    background-color: #593a93 !important;
}

.twitter-bg {
    background-color: #55acee !important;
}

.twitter-bg:hover, .twitter-bg:focus {
    background-color: #3ea1ec !important;
}

.vimeo-bg {
    background-color: #162221 !important;
}

.vimeo-bg:hover, .vimeo-bg:focus {
    background-color: #0c1312 !important;
}

.vine-bg {
    background-color: #00b488 !important;
}

.vine-bg:hover, .vine-bg:focus {
    background-color: #009b75 !important;
}

.wechat-bg {
    background-color: #7bb32e !important;
}

.wechat-bg:hover, .wechat-bg:focus {
    background-color: #6d9f29 !important;
}

.whatsapp-bg {
    background-color: #43d854 !important;
}

.whatsapp-bg:hover, .whatsapp-bg:focus {
    background-color: #2ed441 !important;
}

.wordpress-bg {
    background-color: #21759b !important;
}

.wordpress-bg:hover, .wordpress-bg:focus {
    background-color: #1d6586 !important;
}

.yahoo-bg {
    background-color: #410093 !important;
}

.yahoo-bg:hover, .yahoo-bg:focus {
    background-color: #36007a !important;
}

.youtube-bg {
    background-color: #cd201f !important;
}

.youtube-bg:hover, .youtube-bg:focus {
    background-color: #b71d1c !important;
}

.firefox-bg {
    background-color: #e66000 !important;
}

.firefox-bg:hover, .firefox-bg:focus {
    background-color: #cd5500 !important;
}

.chrome-bg {
    background-color: #fbbc05 !important;
}

.chrome-bg:hover, .chrome-bg:focus {
    background-color: #e3aa04 !important;
}

.edge-bg {
    background-color: #00aaff !important;
}

.edge-bg:hover, .edge-bg:focus {
    background-color: #0099e6 !important;
}

.safari-bg {
    background-color: #4165c8 !important;
}

.safari-bg:hover, .safari-bg:focus {
    background-color: #3659ba !important;
}

.opera-bg {
    background-color: #cc0f16 !important;
}

.opera-bg:hover, .opera-bg:focus {
    background-color: #b40d13 !important;
}

/********************
 * LAYOUT
 ********************/
#wrapper {
    overflow-x: hidden;
}

#wrapper .sidebar {
    width: 240px;
    height: 100%;
    float: left;
    background-color: #383838;
    position: fixed;
    left: 0;
    overflow-y: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#wrapper .main {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: calc(100% - 240px);
    position: relative;
    float: right;
    left: 0;
    background-color: #f5f6f9;
}

@media (prefers-reduced-motion: reduce) {
    #wrapper .main {
        -webkit-transition: none;
        transition: none;
    }
}

#wrapper #sidebar-nav,
#wrapper .main {
    padding-top: 55px;
}

#wrapper #sidebar-nav {
    padding-bottom: 30px;
}

.layout-fullwidth #wrapper .sidebar {
    left: -240px;
}

.layout-fullwidth #wrapper .main {
    width: 100%;
}

.layout-fullwidth #wrapper .navbar {
    left: 0 !important;
}

.layout-topnav #wrapper .main {
    width: 100%;
    padding-top: 100px;
    background-color: #F5F6F9;
}

.layout-topnav #wrapper .main-content {
    margin: 0 auto;
}

.layout-topnav #wrapper .content-heading {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    background: transparent;
    border: none;
}

.layout-topnav footer .copyright {
    text-align: center;
}

.offcanvas-active #wrapper .sidebar {
    left: 0;
}

.offcanvas-active #wrapper .main {
    width: 100%;
    position: relative;
    left: 240px;
}

.sidebar-minified.layout-fullwidth #wrapper .main {
    width: 100%;
}

.sidebar-minified #wrapper .sidebar {
    width: 60px;
    height: 100%;
    overflow-y: visible;
}

.sidebar-minified #wrapper .main {
    width: calc(100% - 60px);
}

@media screen and (max-width: 1024px) {
    #wrapper .sidebar {
        left: -240px;
    }

    #wrapper .main {
        width: 100%;
    }

    #wrapper .navbar {
        left: 0 !important;
    }

    .btn-toggle-minified {
        display: none;
    }
}

.content-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px 30px -10px;
    padding: 20px 25px;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff;
}

.content-heading .page-title {
    margin: 0 0 3px 0;
    font-size: 18px;
    font-weight: normal;
}

.content-heading .page-subtitle {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    color: #a0aeba;
}

.content-heading .breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
}

@media screen and (max-width: 768px) {
    .content-heading {
        display: block;
    }

    .content-heading .breadcrumb {
        padding-left: 0;
        padding-bottom: 0;
    }
}

.main-content {
    padding: 0 10px 28px 10px;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .main-content {
        padding-bottom: 0;
    }
}

.navbar + .main-content {
    padding: 105px 0 28px 5px;
}

@media screen and (max-width: 767px) {
    .navbar + .main-content {
        padding-top: 155px;
    }
}

html.fullscreen-bg,
html.fullscreen-bg body,
html.fullscreen-bg #wrapper {
    height: 100%;
}

.vertical-align-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
}

.vertical-align-middle {
    display: table-cell;
    vertical-align: middle;
}

.layout-table {
    display: table;
    width: 100%;
}

.layout-table .cell {
    display: table-cell;
}

.layout-table .cell.valign-top {
    vertical-align: top;
}

.layout-table .cell.valign-middle {
    vertical-align: middle;
}

.layout-table .cell.valign-bottom {
    vertical-align: bottom;
}

@media screen and (max-width: 640px) {
    .layout-table, .layout-table .cell {
        display: block;
    }

    .layout-table .cell {
        margin-bottom: 10px;
    }

    .layout-table .cell.text-right {
        text-align: left;
    }
}

.has-content-menu .navbar + .main-content,
.has-content-menu .main-content .container-fluid {
    padding: 0;
}

.has-content-menu .content-menu {
    background-color: #fff;
    margin-bottom: 30px;
}

.has-content-menu .content-menu .right {
    padding-right: 0;
}

.has-content-menu .content-menu .content-menu-left {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    padding: 30px 15px;
    background-color: #fff;
}

@media (prefers-reduced-motion: reduce) {
    .has-content-menu .content-menu .content-menu-left {
        -webkit-transition: none;
        transition: none;
    }
}

.has-content-menu .content-menu .content-menu-right {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
    padding: 30px 0;
    border-left: 1px solid #e9eef2;
    border-right: 1px solid #e9eef2;
    background-color: #fff;
}

@media (prefers-reduced-motion: reduce) {
    .has-content-menu .content-menu .content-menu-right {
        -webkit-transition: none;
        transition: none;
    }
}

.has-content-menu .content-right {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-bottom: 20px;
}

@media (prefers-reduced-motion: reduce) {
    .has-content-menu .content-right {
        -webkit-transition: none;
        transition: none;
    }
}

.has-content-menu .content-panel {
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #e9eef2;
}

.has-content-menu .btn-open-content-menu,
.has-content-menu .btn-close-content-menu,
.has-content-menu .btn-close-content-right {
    display: none;
}

.row-panel {
    margin-left: -25px;
    margin-right: -25px;
}

.row-panel > div[class^="col-"] {
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 1279px) {
    .page-inbox .content-right {
        display: none;
        width: 96%;
        position: absolute;
        top: -44em;
        z-index: 9;
    }

    .page-inbox .content-menu {
        position: relative;
        background: transparent;
    }

    .page-inbox .content-menu .right {
        padding-right: 15px;
    }

    .page-inbox .content-menu .content-menu-left {
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
        position: fixed;
        left: -300px;
        width: 250px;
        z-index: 8;
    }

    .page-inbox .content-menu .content-menu-right {
        width: 100%;
        top: 0;
        z-index: 9;
        /* disable scrolling */
    }

    .page-inbox .content-menu .content-menu-right .slimScrollDiv,
    .page-inbox .content-menu .content-menu-right .sidebar-scroll {
        overflow: visible !important;
    }

    .page-inbox .content-menu .content-menu-right .slimScrollBar {
        display: none !important;
    }

    .page-inbox .btn-open-content-menu {
        display: block;
        float: left;
        position: relative;
        top: -7px;
    }

    .page-inbox .btn-close-content-menu {
        display: block;
        position: absolute;
        top: 5px;
        right: 15px;
        font-size: 18px;
        color: #9fa9b5;
    }

    .page-inbox .btn-close-content-right {
        display: block;
        float: right;
        font-size: 18px;
        color: #9fa9b5;
    }

    .page-inbox .btn-close-content-right:after {
        display: block;
        content: '';
    }
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
    background: #0bc3c3;
    background: -webkit-gradient(linear, left top, right top, from(#0bc3c3), to(#009cff));
    background: linear-gradient(to right, #0bc3c3 0%, #009cff 100%);
}

.navbar .user-picture {
    width: 24px;
    margin-right: 2px;
    border: 1px solid #fff;
}

.navbar .dropdown-toggle {
    display: block;
    position: relative;
}

.navbar .dropdown-toggle:after {
    display: none;
}

.navbar .btn-toggle-fullwidth {
    font-size: 18px;
    padding: 0 20px;
    line-height: 1;
    vertical-align: middle;
    border: none;
    background: transparent;
    color: #fff;
}

.navbar .btn-toggle-fullwidth:hover, .navbar .btn-toggle-fullwidth:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background-color: transparent;
}

.navbar .search-form .form-control, .navbar .search-form .form-control:focus {
    background-color: #20cada;
    border: none;
    font-size: 13px;
    color: #fff;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-right: 0;
}

.navbar .search-form .btn {
    background-color: #20cada;
    border: none;
    color: #fff;
    z-index: 9;
}

.navbar .search-form ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.navbar .search-form :-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.navbar .search-form ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.navbar .search-form :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.navbar .navbar-toggle, .navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus, .navbar .navbar-toggle:active {
    background-color: #f8f8f8;
    border-radius: 3px;
    outline: 0;
    border: 1px solid #ddd;
}

@media screen and (max-width: 992px) {
    .navbar .btn-toggle-fullwidth {
        padding-left: 0;
    }
}

.navbar-nav > li > a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 1rem 1.5rem;
    color: #fff;
    font-weight: 300;
}

@media (prefers-reduced-motion: reduce) {
    .navbar-nav > li > a {
        -webkit-transition: none;
        transition: none;
    }
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
    text-decoration: none;
}

.navbar-nav > li > a > i {
    font-size: 1.1rem;
    margin-right: 2px;
    vertical-align: middle;
}

.navbar-nav > li > a > i.icon-submenu {
    margin-left: 2px;
    margin-right: 0;
    font-size: 8px;
    position: relative;
    top: 2px;
}

.navbar-nav .icon-menu .badge {
    position: absolute;
    top: .7rem;
    right: .9rem;
    width: 1rem;
    height: 1rem;
    padding: .1rem;
    text-align: center;
    line-height: 1.2;
}

.navbar-nav > li > a {
    padding: 0 20px;
    line-height: 55px;
}

.navbar-nav > li > a > i {
    font-size: 18px;
    margin-right: 2px;
    line-height: 24px;
    vertical-align: middle;
}

.navbar-nav > li > a > i.icon-submenu {
    margin-left: 2px;
    margin-right: 0;
    font-size: 8px;
    position: relative;
    top: 2px;
}

@media screen and (max-width: 640px) {
    .navbar-nav > li > a {
        line-height: 1;
    }
}

.navbar-nav > li > .dropdown-menu {
    padding: 0;
    min-width: 200px;
}

.navbar-nav > li.show .dropdown-menu {
    -webkit-animation: slideDown .1s ease-out;
    animation: slideDown .1s ease-out;
}

.navbar-nav .dropdown-menu > li {
    border-bottom: 1px solid #e9eef2;
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav .dropdown-menu > li:last-child {
    border-bottom: none;
}

.navbar-nav .dropdown-menu > li > a {
    padding: 15px 20px;
    font-size: 14px;
    color: #5e6773;
}

.navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus, .navbar-nav .dropdown-menu > li > a.active {
    background-color: #fafbfc;
    color: #5e6773;
}

.navbar-nav .dropdown-menu > li > a.active {
    font-weight: 700;
}

.navbar-nav .dropdown-menu > li > a span,
.navbar-nav .dropdown-menu > li > a i {
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
    .navbar-nav.navbar-right {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .navbar-nav {
        width: 100%;
        margin: 0;
    }

    .navbar-nav > li {
        position: inherit;
        text-align: center;
    }

    .navbar-nav > li > a {
        padding: 15px 20px;
    }

    .navbar-nav > li > a span:not(.badge),
    .navbar-nav > li > a .icon-submenu {
        display: none;
    }

    .navbar-nav .show .dropdown-menu {
        -webkit-box-shadow: 3px 3px 3px -1px rgba(161, 172, 181, 0.3);
        box-shadow: 3px 3px 3px -1px rgba(161, 172, 181, 0.3);
        position: absolute;
        width: 100%;
        margin-top: 0;
        background-color: #fff;
    }

    .navbar-nav .show .dropdown-menu > li > a {
        padding: 15px 20px;
    }

    .navbar-nav .icon-menu {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav .icon-menu .badge {
        top: 10px;
        right: 15px;
    }
}

.navbar-nav > .open > a, .navbar-nav > .open > a:focus, .navbar-nav > .open > a:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
}

ul.notifications > li:first-child {
    padding: 12px 20px;
    font-size: 13px;
}

ul.notifications > li:first-child:hover, ul.notifications > li:first-child:focus {
    background-color: transparent;
    color: #5e6773;
}

ul.notifications > li > .more {
    text-align: center;
    text-decoration: underline;
    font-size: 13px;
}

ul.notifications > li > .more:hover, ul.notifications > li > .more:focus {
    text-decoration: none;
}

ul.notifications .notification-item i {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #a0aeba;
    color: #fff;
    float: left;
    font-size: 18px;
    text-align: center;
}

ul.notifications .notification-item p {
    padding-left: 48px;
    margin: 0;
    line-height: 1.2;
}

ul.notifications .notification-item span {
    display: block;
}

ul.notifications .notification-item .text {
    margin-bottom: 5px;
}

ul.notifications .notification-item .timestamp {
    font-size: 12px;
    color: #a0aeba;
}

ul.logged-user-menu > li > a i {
    color: #a0aeba;
}

@-webkit-keyframes slideDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes slideDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

.navbar-toggle {
    padding: 5px 8px;
}

/*********************************
 * NAVIGATION FOR LAYOUT TOPNAV
 *********************************/
.layout-topnav .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.layout-topnav .search-form input[type="text"] {
    min-width: 150px;
    padding-left: 0;
    padding-right: 0;
    border-color: transparent;
    background: transparent;
}

.layout-topnav .search-form input[type="text"]:focus {
    background: transparent;
    border-color: transparent;
}

.layout-topnav .search-form .btn {
    padding: 0;
    position: relative;
    top: 0;
    right: 0;
    background: transparent;
    border-color: transparent;
}

.layout-topnav .bottom-bar {
    margin-left: -16px;
    margin-right: -16px;
    background: #fff;
}

.layout-topnav .navbar {
    -webkit-box-shadow: 0 0px 10px 2px rgba(86, 99, 116, 0.25);
    box-shadow: 0 0px 10px 2px rgba(86, 99, 116, 0.25);
}

.layout-topnav .navbar-collapse {
    border-top: 1px solid transparent;
}

.layout-topnav .navbar-nav > li > a {
    color: #5e6773;
}

.layout-topnav .navbar-nav > li > a:hover, .layout-topnav .navbar-nav > li > a:focus, .layout-topnav .navbar-nav > li > a.active {
    background-color: #f2f4f7;
}

.layout-topnav .navbar-nav > li > a span {
    position: relative;
    top: .1rem;
}

.layout-topnav .navbar-nav .nav-link {
    padding: 0 30px;
}

.layout-topnav .navbar-nav .icon-menu .badge {
    color: #fff;
}

.layout-topnav .navbar-nav .dropdown-menu > li > a .icon-submenu {
    float: right;
    position: relative;
    top: 5px;
    margin: 0;
    font-size: 10px;
}

.layout-topnav .navbar-nav .dropdown-menu > li.dropdown:hover .dropdown-menu {
    display: block;
    left: 100%;
    top: 0;
}

.layout-topnav .navbar-nav .dropdown-sub .dropdown-menu,
.layout-topnav .navbar-nav .dropdown-sub .dropdown-menu > li.dropdown-item {
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .layout-topnav .navbar-nav .nav-link {
        padding: 0 10px;
    }
}

@media screen and (max-width: 767px) {
    .layout-topnav .navbar-nav > li {
        display: block;
        position: relative;
        width: auto;
        text-align: left;
    }

    .layout-topnav .navbar-nav > li a span {
        display: inline;
    }

    .layout-topnav .navbar-nav > li > a .icon-submenu {
        display: inline;
    }

    .layout-topnav .navbar-nav .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .layout-topnav .navbar-nav .dropdown-menu > li.dropdown:hover .dropdown-menu {
        display: none;
        left: 0;
    }

    .layout-topnav .navbar-nav .dropdown-menu > li.dropdown.open:hover .dropdown-menu {
        display: block;
    }

    .layout-topnav .navbar-nav .open .dropdown-menu {
        position: relative;
    }

    .layout-topnav .navbar-nav .open .dropdown-menu > li > a {
        padding-left: 35px;
    }

    .layout-topnav .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
        padding-left: 75px;
    }

    .layout-topnav .navbar-nav .dropdown-sub.open > a {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 640px) {
    .layout-topnav #wrapper .main {
        padding-top: 57px;
    }

    .layout-topnav .navbar-collapse {
        border-color: #e7e7e7;
    }

    .layout-topnav .navbar-nav .nav-link {
        padding: 10px 20px;
    }

    .layout-topnav .navbar-nav .show .dropdown-menu {
        position: relative;
    }
}

/********************
 * SIDEBAR NAVIGATION
 ********************/
.sidebar {
    margin-top: 13px;
    z-index: 9;
    border-right: 1px solid #e6e6e6;
}

.sidebar .nav li > a {
    display: block;
    font-size: 14px;
    color: #929598;
}

.sidebar .nav li > a i:first-child {
    margin-right: 10px;
    font-size: 17px;
}

.sidebar .nav li > a:hover, .sidebar .nav li > a:focus {
    text-decoration: none;
}

.sidebar .nav {
    margin-bottom: 5px;
    /* override all styles, need this class as menu hook only */
}

.sidebar .nav > li.menu-group {
    padding: 10px 15px;
    margin-top: 20px;
    color: #a0aeba;
}

.sidebar .nav > li.menu-group:first-child {
    margin-top: 0;
}

.sidebar .nav > li {
    display: block;
    width: 100%;
    position: relative;
}

.sidebar .nav > li > a {
    padding: 12px 20px;
    border-left: 5px solid transparent;
    background-color: transparent;
}

.sidebar .nav > li > a:hover, .sidebar .nav > li > a.active {
    background-color: #333333;
}

.sidebar .nav > li > a:hover i.icon-submenu, .sidebar .nav > li > a.active i.icon-submenu {
    color: #a0aeba;
}

.sidebar .nav > li > a[aria-expanded="true"], .sidebar .nav > li > a.active {
    border-left-color: #00AAFF;
    background-color: transparent;
    color: #00AAFF;
}

.sidebar .nav > li > a.active:hover {
    background-color: #333333;
}

.sidebar .nav > li > a:focus {
    background-color: transparent;
}

.sidebar .nav li > a[data-toggle] .icon-submenu {
    font-size: 10px;
    color: #a0aeba;
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
    line-height: 1.1;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.sidebar .nav li > a[aria-expanded=true] .icon-submenu {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sidebar .nav li.panel {
    margin: 0;
    border: none;
    background: none;
}

.sidebar .nav {
    /* submenu */
}

.sidebar .nav span {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    top: -2px;
}

@media (prefers-reduced-motion: reduce) {
    .sidebar .nav span {
        -webkit-transition: none;
        transition: none;
    }
}

.sidebar .nav .label,
.sidebar .nav .badge {
    top: 0;
    float: right;
    display: block;
    padding: 5px 7px;
}

.sidebar .nav .nav > li > a {
    padding-left: 62px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sidebar .nav .nav > li > a:focus, .sidebar .nav .nav > li > a.active {
    font-weight: 700;
    border-left-color: transparent;
    color: #72767b;
}

.sidebar .nav .nav > li > a.active a {
    color: #fff;
}

.sidebar .nav .nav .nav {
    margin-bottom: 10px;
}

.sidebar .nav .nav .nav > li > a {
    padding-left: 80px;
}

.sidebar .submenu {
    padding-left: 0;
}

.sidebar .submenu > li {
    list-style-type: none;
}

.sidebar .submenu > li > a {
    display: block;
    padding: 10px 10px 10px 55px;
}

.sidebar .submenu > li > a:hover, .sidebar .submenu > li > a:focus {
    background-color: #333333;
}

.sidebar .submenu > li > a.active {
    color: #00AAFF;
}

.sidebar .submenu .submenu > li > a {
    padding-left: 65px;
}

.sidebar-minified .sidebar > .nav i:first-child {
    vertical-align: middle;
}

.sidebar-minified .sidebar .nav > .menu-group {
    display: none;
}

.sidebar-minified .sidebar .nav li > a {
    padding-left: 20px;
    padding-right: 20px;
}

.sidebar-minified .sidebar .nav li > a[data-toggle] .icon-submenu {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidebar-minified .sidebar .nav > li > a > span,
.sidebar-minified .sidebar .nav > li > a > .icon-submenu {
    display: none;
}

.sidebar-minified .sidebar .nav > li > a > span {
    position: absolute;
    min-width: 200px;
    top: 0;
    left: 58px;
    padding-left: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-left: none;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.sidebar-minified .sidebar .nav > li > a > .badge {
    display: inline;
    top: 3px;
    left: 27px;
    min-width: auto;
    padding: 3px 5px;
}

.sidebar-minified .sidebar .nav li:hover > a,
.sidebar-minified .sidebar .nav li:hover > a > .title {
    color: #00AAFF;
    background-color: #353535;
}

.sidebar-minified .sidebar .nav li:hover > a > .title {
    display: block;
    padding: 12px 20px;
    top: 1px;
}

.sidebar-minified .sidebar .nav li:hover > .collapse {
    display: block;
}

.sidebar-minified .sidebar .nav li:hover > .collapse li:hover > a {
    background-color: #303030;
    color: #929598;
}

.sidebar-minified .sidebar .nav li:hover > .collapse li:hover > a.active {
    color: #00AAFF;
}

.sidebar-minified .sidebar .submenu > li > a {
    padding-left: 30px;
}

.sidebar-minified .sidebar .collapse {
    position: absolute;
    left: 59px;
    min-width: 200px;
    height: auto !important;
    background-color: #383838;
    border: 1px solid #eaeaea;
    border-top: none;
    border-left: none;
    -webkit-box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    /* submenu */
}

.sidebar-minified .sidebar .collapse.show {
    display: none;
}

.sidebar-minified .sidebar .collapse .collapse {
    position: absolute;
    top: 0;
    left: 199px;
    background: #383838;
}

.sidebar-minified .sidebar .collapse .collapse .submenu > li > a {
    padding-left: 20px;
    padding-right: 20px;
}

.btn-toggle-minified {
    display: block;
    margin: 20px auto 30px auto;
    background: #303030;
    text-align: center;
    font-size: 16px;
    color: #929598;
    outline: none;
    border: 1px solid #2b2b2b;
    padding: 4px 12px;
    border-radius: 10px;
}

.btn-toggle-minified:hover, .btn-toggle-minified:focus {
    background: #2e2e2e;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.btn-toggle-minified i {
    position: relative;
    top: 2px;
}

/********************
 * RIGHT SIDEBAR
 ********************/
.right-sidebar {
    position: fixed;
    top: 0;
    padding-top: 5px;
    padding-bottom: 50px;
    overflow-y: auto;
    top: 55px;
    right: -360px;
    width: 350px;
    height: 100%;
    z-index: 99;
    background: #383838;
    color: #f1f1f1;
    -webkit-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
    -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.08);
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.08);
}

.right-sidebar.active {
    right: 0;
}

.right-sidebar .widget-heading {
    display: inline-block;
    margin: 0 0 10px 0;
    font-size: 12px;
    font-weight: 600;
}

.right-sidebar .widget-heading i {
    margin-right: 5px;
    font-size: 16px;
}

.right-sidebar .widget-header {
    padding: 15px 25px;
    margin: 0 -25px 30px -25px;
    background-color: #353535;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

.right-sidebar .widget-header .widget-heading {
    margin: 0;
}

.right-sidebar .widget-header .show-all {
    float: right;
    font-size: 12px;
    line-height: 1.8;
    color: #a0aeba;
    text-decoration: underline;
}

.right-sidebar .widget-header .show-all:hover, .right-sidebar .widget-header .show-all:focus {
    text-decoration: none;
}

.right-sidebar .date {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300;
}

.right-sidebar .icon-transparent-area .badge {
    border-color: #383838;
}

.right-sidebar .list-project-progress .project-name,
.right-sidebar .list-project-progress .percentage {
    color: #f1f1f1;
}

.right-sidebar .list-file-simple a, .right-sidebar .list-file-simple a:hover, .right-sidebar .list-file-simple a:focus {
    color: #f1f1f1;
}

.right-sidebar .list-file-simple span {
    color: #f1f1f1;
}

.right-sidebar .btn-primary {
    background-color: #2e2e2e;
    border-color: #292929;
    color: #f1f1f1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.right-sidebar .btn-primary:hover, .right-sidebar .btn-primary:focus {
    background-color: #292929;
    border-color: #242424;
}

.right-sidebar .btn-primary.active:hover, .right-sidebar .btn-primary.active:focus, .right-sidebar .btn-primary:active:hover, .right-sidebar .btn-primary:active:focus {
    border-color: #242424;
    color: #f1f1f1;
}

.sidebar-widget {
    padding: 15px 25px;
}

.heading-border {
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #777;
    font-size: 24px;
    font-weight: normal;
}

.text-indicator-green {
    color: #53c265;
}

.text-indicator-red {
    color: #ff4402;
}

.font-13 {
    font-size: 13px;
}

.font-12 {
    font-size: 12px;
}

.font-11 {
    font-size: 11px;
}

.help-block {
    color: #a0aeba;
    font-size: 13px;
}

ul.list-justify > li {
    margin-bottom: 10px;
}

ul.list-justify > li > span {
    float: right;
}

.dropdown-menu {
    -webkit-box-shadow: 3px 3px 3px -1px rgba(161, 172, 181, 0.3);
    box-shadow: 3px 3px 3px -1px rgba(161, 172, 181, 0.3);
    border-radius: 2px;
    margin-top: 0;
    border-color: #d1d6e6;
}

.dropdown-menu a,
.dropdown-menu > li > a {
    display: block;
    padding: 5px 12px;
    font-size: 13px;
    color: #5e6773;
}

.dropdown-menu a:hover, .dropdown-menu a:hover i, .dropdown-menu a:focus, .dropdown-menu a:focus i,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:hover i,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:focus i {
    text-decoration: none;
}

.dropdown-menu a i,
.dropdown-menu > li > a i {
    margin-right: 6px;
    font-size: 14px;
    color: #a0aeba;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #a0aeba;
}

.btn-outline-light {
    color: inherit;
    border-color: #dae0e5;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    border-color: #dae0e5;
}

.btn-outline-light:hover, .btn-outline-light:focus {
    border-color: #cbd3da;
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: inherit;
}

.card {
    margin-bottom: 30px;
}

.card .card-title,
.card .card-header {
    margin: 0;
    font-size: .9rem;
    font-weight: 400;
}

.card .card-subtitle {
    color: #a0aeba;
}

.card .card-info {
    font-size: 12px;
    color: #a0aeba;
    line-height: 1.6;
}

.card-headline .card-header {
    background-color: #fff;
    border-bottom: 0;
}

.card-header .btn:focus, .card-header .btn:focus:active, .card-header .btn:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.card-header .btn-toggle-dropdown {
    padding: 0;
    font-size: 16px;
    color: #c6d2dd;
}

.card-header .btn-toggle-collapse,
.card-header .btn-remove {
    padding: 0;
    margin-left: 5px;
    background-color: transparent;
    border: none;
    outline: none;
}

.card-header .btn-toggle-collapse i,
.card-header .btn-remove i {
    font-size: 14px;
    color: #c6d2dd;
}

.card-header .link i {
    margin-right: 3px;
    font-size: 13px;
    color: #a0aeba;
}

.card-header .link a {
    color: #a0aeba;
    font-size: 12px;
}

.card-header .link a:hover, .card-header .link a:focus {
    text-decoration: underline;
}

.card-header.no-divider {
    border-bottom: none;
    background-color: transparent;
}

.card-footer {
    background-color: #fff;
    border-color: #eaeff2;
}

.card-quick-note .card-body {
    padding: 0;
}

.card-quick-note input.title,
.card-quick-note textarea {
    border: none;
    resize: none;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.card-quick-note input.title {
    font-weight: 700;
}

.card-quick-note textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.card-quick-note .card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.overlay-refresh {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    text-align: center;
    background: rgba(246, 246, 246, 0.88);
}

.overlay-refresh i {
    display: block;
}

.scrollable {
    overflow: auto;
}

.card-sidebar .card-body {
    padding: 0;
}

.card-sidebar .left,
.card-sidebar .right {
    padding: 25px;
}

.card-sidebar .left {
    float: left;
}

.card-sidebar .right {
    float: right;
}

.card-sidebar.sidebar-right .left {
    width: 66.66666667%;
    border-right: 1px solid #eaeff2;
}

.card-sidebar.sidebar-right .right {
    width: 33.33333333%;
}

.card-sidebar.sidebar-left .left {
    width: 33.33333333%;
}

.card-sidebar.sidebar-left .right {
    width: 66.66666667%;
    border-left: 1px solid #eaeff2;
}

.card-sidebar .sidebar-section {
    margin-bottom: 30px;
}

.card-sidebar .section-title {
    margin: 0 0 15px 0;
    font-size: 15px;
    font-weight: 600;
}

@media screen and (max-width: 640px) {
    .card-sidebar.sidebar-right .left,
    .card-sidebar.sidebar-right .right, .card-sidebar.sidebar-left .left,
    .card-sidebar.sidebar-left .right {
        float: none;
        width: 100%;
    }
}

.card-layout {
    margin-left: -30px;
    margin-right: -30px;
}

.card-layout::after {
    display: block;
    clear: both;
    content: "";
}

.card-layout .card-cols-2 {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.card-layout.dashed-separator div[class^="card-cols"]:after {
    content: "";
    border: 1px dashed #e9eef2;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
}

.card-layout.dashed-separator div[class^="card-cols"]:last-child:after {
    border: none;
}

@media screen and (max-width: 640px) {
    .card-layout div[class^="card-cols"] {
        float: none;
        width: 100%;
        margin-bottom: 50px;
    }
}

/* tabs */
.nav-tabs > li > a {
    color: #a0aeba;
}

.nav-tabs > li > a:hover {
    background-color: rgba(160, 174, 186, 0.1);
}

.tab-content {
    padding: 18px;
    background-color: #fff;
}

.nav-pills + .tab-content {
    margin-top: 5px;
}

.card-tab .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    border-bottom: 0;
}

.card-tab .card-header .card-title {
    padding-left: 20px;
}

.card-tab .card-header .nav-link {
    border-radius: 0;
}

.card-tab .card-body {
    padding: 0;
}

.custom-tabs-line {
    border-bottom: 1px solid #e9eef2;
}

.custom-tabs-line ul > li a {
    color: #5e6773;
    font-weight: normal;
    border-bottom: 1px solid transparent;
}

.custom-tabs-line ul > li a:hover, .custom-tabs-line ul > li a:focus {
    color: #5e6773;
    background-color: transparent;
}

.custom-tabs-line ul > li a:focus {
    outline: none;
}

.custom-tabs-line ul > li a.active {
    color: #00AAFF;
    border-bottom: 2px solid #00AAFF;
}

.custom-tabs-line ul.nav-pills a:hover, .custom-tabs-line ul.nav-pills a:focus {
    color: #fff;
    background-color: #00AAFF;
}

.custom-tabs-line.left-aligned {
    text-align: left;
}

.custom-tabs-line.right-aligned {
    text-align: right;
}

.custom-tabs-line .nav-justified {
    display: table;
}

.custom-tabs-line .nav-justified > li {
    width: 50%;
}

/* progress */
.progress-transparent.custom-color-blue {
    background-color: rgba(14, 155, 226, 0.2);
}

.progress-transparent.custom-color-blue .progress-bar {
    background-color: #0E9BE2;
}

.progress-transparent.custom-color-blue2 {
    background-color: rgba(74, 144, 226, 0.2);
}

.progress-transparent.custom-color-blue2 .progress-bar {
    background-color: #4A90E2;
}

.progress-transparent.custom-color-blue3 {
    background-color: rgba(69, 174, 239, 0.2);
}

.progress-transparent.custom-color-blue3 .progress-bar {
    background-color: #45AEEF;
}

.progress-transparent.custom-color-blue4 {
    background-color: rgba(133, 181, 234, 0.2);
}

.progress-transparent.custom-color-blue4 .progress-bar {
    background-color: #85B5EA;
}

.progress-transparent.custom-color-green {
    background-color: rgba(124, 172, 37, 0.2);
}

.progress-transparent.custom-color-green .progress-bar {
    background-color: #7CAC25;
}

.progress-transparent.custom-color-green2 {
    background-color: rgba(29, 187, 142, 0.2);
}

.progress-transparent.custom-color-green2 .progress-bar {
    background-color: #1DBB8E;
}

.progress-transparent.custom-color-green3 {
    background-color: rgba(91, 211, 126, 0.2);
}

.progress-transparent.custom-color-green3 .progress-bar {
    background-color: #5BD37E;
}

.progress-transparent.custom-color-orange {
    background-color: rgba(255, 68, 2, 0.2);
}

.progress-transparent.custom-color-orange .progress-bar {
    background-color: #FF4402;
}

.progress-transparent.custom-color-orange2 {
    background-color: rgba(248, 155, 3, 0.2);
}

.progress-transparent.custom-color-orange2 .progress-bar {
    background-color: #F89B03;
}

.progress-transparent.custom-color-purple {
    background-color: rgba(171, 125, 246, 0.2);
}

.progress-transparent.custom-color-purple .progress-bar {
    background-color: #AB7DF6;
}

.progress-transparent.custom-color-yellow {
    background-color: rgba(243, 187, 35, 0.2);
}

.progress-transparent.custom-color-yellow .progress-bar {
    background-color: #F3BB23;
}

.progress-transparent.custom-color-lightseagreen {
    background-color: rgba(32, 178, 170, 0.2);
}

.progress-transparent.custom-color-lightseagreen .progress-bar {
    background-color: #20B2AA;
}

.progress-transparent.custom-color-red {
    background-color: rgba(255, 68, 2, 0.2);
}

.progress-transparent.custom-color-red .progress-bar {
    background-color: #ff4402;
}

/* semi circle progress */
.progress-semicircle {
    position: relative;
    width: 100%;
    text-align: center;
}

.progress-semicircle .bar-overflow {
    position: relative;
    overflow: hidden;
    width: 280px;
    height: 140px;
    margin-bottom: -80px;
    margin-left: auto;
    margin-right: auto;
}

.progress-semicircle .bar {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 8px solid #EFF3F6;
    border-bottom-color: #00AAFF;
    border-right-color: #00AAFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.progress-semicircle .content .icon {
    font-size: 32px;
    color: #00AAFF;
}

.progress-semicircle .content .value {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 45px;
    font-weight: 300;
    line-height: 1;
}

.progress-semicircle .content .heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.progress-semicircle .content .btn {
    margin-top: 20px;
}

/********************
 * WIDGETS
 ********************/
.widget {
    padding: 20px 25px;
    margin-bottom: 30px;
    border: 1px solid #d1d6e6;
    background: #fff;
    border-radius: 3px;
}

.widget-mini-bar {
    text-align: center;
}

.widget-mini-bar .mini-bar-chart {
    margin-bottom: 5px;
}

.widget-mini-bar span {
    font-size: 15px;
    color: #a0aeba;
    line-height: 1;
}

.widget-task-progress {
    padding-top: 30px;
    padding-bottom: 30px;
}

.widget-task-progress .top {
    margin-bottom: 10px;
}

.widget-task-progress .percentage {
    float: right;
    font-size: 36px;
    font-weight: 300;
    line-height: 1;
}

.widget-task-progress .title {
    margin-bottom: 5px;
    color: #5e6773;
    line-height: 2.4;
}

.widget-task-progress .progress {
    margin-bottom: 0;
}

.widget-task-progress .bottom {
    margin-top: 8px;
    font-size: 13px;
    color: #a0aeba;
}

.widget-task-progress .bottom a {
    color: #a0aeba;
    text-decoration: underline;
}

.widget-task-progress .bottom a:hover, .widget-task-progress .bottom a:focus {
    text-decoration: none;
}

.widget-task-progress .bottom .note {
    float: right;
}

.widget-mini-realtime-usage .chart {
    height: 60px;
}

.widget-mini-realtime-usage .usage-info {
    margin-top: 10px;
}

.widget-mini-realtime-usage .usage-info .title,
.widget-mini-realtime-usage .usage-info .value {
    display: block;
}

.widget-mini-realtime-usage .usage-info .title {
    font-size: 11px;
    color: #a0aeba;
}

.widget-mini-realtime-usage .usage-info .value {
    font-size: 14px;
}

.widget-mini-realtime-usage .left {
    float: left;
}

.widget-mini-realtime-usage .right {
    float: right;
}

.widget-metric_1 .icon-wrapper {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    color: #fff;
    overflow: hidden;
    border-radius: 50%;
}

.widget-metric_1 .icon-wrapper i {
    font-size: 17px;
    line-height: 50px;
}

.widget-metric_1 .icon-wrapper:after {
    display: block;
    position: absolute;
    top: 23px;
    left: 4px;
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    width: 130%;
    height: 100%;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.widget-metric_1 .right {
    padding-left: 65px;
}

.widget-metric_1 .value {
    margin-right: 5px;
    font-size: 24px;
    font-weight: 300;
}

.widget-metric_1 .change-icon {
    position: relative;
    left: 2px;
    font-size: 18px;
}

.widget-metric_1 .fa-sort-down {
    top: -6px;
}

.widget-metric_1 .title {
    display: block;
    font-size: 12px;
    color: #a0aeba;
}

.widget-metric_1.animate:hover .icon-wrapper {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
}

.widget-metric_1.animate:hover .change-up {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.widget-metric_1.animate:hover .change-down {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.widget-metric_2 .icon {
    float: left;
    font-size: 30px;
    color: #a0aeba;
}

.widget-metric_2 .right {
    padding-left: 60px;
}

.widget-metric_2 .right span {
    display: block;
}

.widget-metric_2 .title {
    font-size: 13px;
    color: #a0aeba;
}

.widget-metric_2 .value {
    margin: 8px 0;
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
}

.widget-metric_2 .percentage {
    font-size: 15px;
}

.widget-metric_2 .menu {
    line-height: 2.2;
}

.widget-metric_2.animate:hover .icon {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.list-widget-vertical .widget-metric_2 {
    margin: 35px 0;
    padding: 0 25px;
}

.widget-metric_3 {
    text-align: center;
}

.widget-metric_3 .value {
    font-size: 46px;
    font-weight: 300;
    display: block;
}

.widget-metric_3 .note {
    font-size: 13px;
    color: #a0aeba;
}

.widget-metric_4 {
    text-align: center;
}

.widget-metric_4 .chart {
    display: block;
    margin: 12px 0;
}

.widget-metric_4 .note {
    font-size: 13px;
    color: #a0aeba;
}

.widget-metric_5 {
    text-align: center;
}

.widget-metric_5 .list-value {
    margin: 8px 0;
}

.widget-metric_5 .list-value > li {
    margin: 0 10px;
}

.widget-metric_5 i {
    font-size: 28px;
    color: #a0aeba;
}

.widget-metric_5 .percentage {
    display: block;
    font-size: 13px;
}

.widget-metric_5 .note {
    font-size: 13px;
    color: #a0aeba;
}

.widget-metric_6 .icon-wrapper {
    border-radius: 8px;
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.widget-metric_6 .icon-wrapper i {
    font-size: 20px;
    line-height: 50px;
}

.widget-metric_6 .right {
    padding-left: 65px;
}

.widget-metric_6 .value {
    margin-right: 5px;
    font-size: 24px;
    font-weight: 300;
}

.widget-metric_6 .title {
    display: block;
    font-size: 12px;
    color: #a0aeba;
}

.widget-metric_6.animate:hover .icon-wrapper {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@media screen and (max-width: 640px) {
    .widget-metric_6 {
        margin-bottom: 15px;
    }
}

.widget-metric_7 .icon {
    float: left;
    font-size: 22px;
}

.widget-metric_7 .right {
    padding-left: 40px;
}

.widget-metric_7 .right span {
    display: block;
}

.widget-metric_7 .title {
    font-size: 13px;
    color: #a0aeba;
}

.widget-metric_7 .value {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1;
}

.widget-metric_8 .heading {
    margin-bottom: 15px;
}

.widget-metric_8 .title {
    float: left;
    line-height: 1.8;
}

.widget-metric_8 .dropdown {
    display: block;
    float: right;
}

.widget-metric_8 .toggle-dropdown {
    border-radius: 50%;
    width: 23px;
    height: 23px;
    line-height: 20px;
    display: block;
    border: 1px solid #c6d2dd;
    text-align: center;
    font-size: 16px;
    color: #c6d2dd;
}

.widget-metric_8 .toggle-dropdown:hover, .widget-metric_8 .toggle-dropdown:focus {
    background-color: #f9fafb;
}

.widget-metric_8 .toggle-dropdown i {
    margin: 0;
    font-size: 14px;
}

.widget-metric_8 i {
    margin-right: 5px;
    font-size: 21px;
}

.widget-metric_8 .value {
    font-size: 23px;
    font-weight: 300;
}

.widget-metric_8 .progress {
    margin-top: 5px;
    margin-bottom: 15px;
}

.widget-metric_8 .info {
    margin: 0;
    color: #a0aeba;
    font-size: 12px;
}

.widget-metric_8 .icon-change {
    font-size: 12px;
}

.widget-metric_9 .title {
    display: block;
    line-height: 1;
    font-size: 28px;
    font-weight: 300;
    color: #a0aeba;
}

.widget-metric_9 .value {
    display: block;
    line-height: 1.6;
    font-size: 48px;
    font-weight: 300;
}

.widget-metric_9 .percentage {
    display: block;
    font-size: 15px;
    margin-bottom: 3px;
}

.widget-metric_9 .percentage i {
    font-size: 24px;
    position: relative;
    top: 4px;
    vertical-align: middle;
}

.widget-metric_9 .percentage .icon-down {
    top: -8px;
}

.widget-metric_10 {
    text-align: center;
}

.widget-metric_10 .title {
    display: block;
    font-size: 16px;
}

.widget-metric_10 .value {
    display: block;
    margin: 3px 0;
}

.widget-metric_10 .number {
    font-size: 24px;
}

.widget-metric_10 .symbol {
    font-size: 15px;
    color: #a0aeba;
}

.widget-metric_11 .bottom {
    margin-top: 10px;
}

.widget-metric_11 .right {
    line-height: 4.3;
    text-align: right;
}

.widget-metric_11 .value {
    display: block;
    font-size: 28px;
    font-weight: 300;
}

.widget-metric_11 .change {
    color: #a0aeba;
}

.list-widget-vertical {
    margin: 0;
}

.list-widget-vertical > li {
    border-bottom: 1px solid #e9eef2;
}

.list-widget-vertical > li:last-child {
    border-bottom: none;
}

.list-widget-vertical.no-border > li {
    border-bottom: none;
    margin-bottom: 40px;
}

.list-widget-vertical.no-border > li:last-child {
    margin-bottom: 0;
}

.list-widget-vertical.no-border.spacing-25 > li {
    margin-bottom: 25px;
}

.list-widget-horizontal {
    margin: 0;
}

.list-widget-horizontal > li {
    border-right: 1px solid #e9eef2;
}

.list-widget-horizontal > li:last-child {
    border-right: none;
}

.list-widget-horizontal.no-border > li {
    border-right: none;
}

@media screen and (max-width: 768px) {
    .list-widget-horizontal > li {
        border-right: none;
        border-bottom: 1px solid #e9eef2;
        padding: 25px 0;
    }

    .list-widget-horizontal > li:last-child {
        border-bottom: none;
    }
}

.quick-note {
    border-radius: 3px;
    background: #fff;
    padding: 20px;
    cursor: pointer;
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
}

.quick-note .quick-note-title {
    margin-top: 0;
    font-size: 16px;
}

.quick-note-create .card-footer {
    display: none;
}

.quick-note-edit {
    margin-bottom: 0;
}

/* widget stat */
.widget-stat {
    padding: 25px 30px;
}

.widget-stat .media-left {
    padding-right: 15px;
}

.widget-stat .media-left i {
    border-radius: 3px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
}

.widget-stat .title {
    color: #a0aeba;
}

.widget-stat .value {
    display: block;
    font-size: 26px;
}

.widget-stat .footer {
    margin-top: 15px;
    margin-bottom: 0;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
}

.widget-stat .footer span {
    color: #a0aeba;
    font-size: 13px;
    margin-left: 8px;
}

/* profile completeness meter */
.list-complete-profile {
    margin-bottom: 0;
}

.list-complete-profile > li {
    margin: 20px 0;
}

.list-complete-profile > li.done {
    color: #a0aeba;
}

.list-complete-profile > li:last-child {
    margin-bottom: 0;
}

/* file item */
.file-item {
    width: 100%;
    margin: 0 15px 15px 0;
    float: left;
    border: 1px solid #d1d6e6;
    background-color: #fff;
    border-radius: 3px;
}

.file-item .file-preview {
    display: block;
    height: 146px;
    text-align: center;
    padding: 50px 20px;
    overflow: hidden;
    background-color: #eaeaea;
    color: #aaaaaa;
}

.file-item .file-preview i {
    background: #dddddd;
    padding: 10px;
    font-size: 24px;
    border-radius: 10px;
}

.file-item .file-preview .file-extension {
    font-size: 32px;
}

.file-item .file-info {
    padding: 12px 30px 15px 12px;
    position: relative;
    font-size: 14px;
}

.file-item .file-info span {
    display: block;
    margin: 3px 0;
}

.file-item .file-info .file-name {
    color: #00AAFF;
}

.file-item .file-info .file-date {
    font-size: 13px;
    color: #a0aeba;
}

.file-item .file-info .toggle-dropdown {
    padding: 0 10px;
    color: #a0aeba;
    font-size: 20px;
}

.file-item .file-info .toggle-dropdown i {
    display: inline;
}

.file-item .file-info .dropdown {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -11px;
}

.file-preview.pdf {
    color: #fff;
    background-color: #AB7DF6;
}

.file-preview.pdf i {
    background: #fff;
    color: #AB7DF6;
}

.file-preview.xls {
    color: #fff;
    background-color: #86d227;
}

.file-preview.xls i {
    background: #fff;
    color: #86d227;
}

.file-preview.doc {
    color: #fff;
    background-color: #20B2AA;
}

.file-preview.doc i {
    background: #fff;
    color: #20B2AA;
}

.file-preview.audio {
    color: #fff;
    background-color: #7183a2;
}

.file-preview.audio i {
    background: #fff;
    color: #7183a2;
}

.file-preview.video {
    color: #fff;
    background-color: #F3BB23;
}

.file-preview.video i {
    background: #fff;
    color: #F3BB23;
}

.file-preview.image {
    padding: 0;
}

.widget-system-load {
    padding-top: 30px;
    padding-bottom: 30px;
}

.widget-system-load .chart {
    width: 130px;
    position: absolute;
    float: left;
}

.widget-system-load .info {
    padding-left: 170px;
}

.widget-system-load .info .heading-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: normal;
}

.widget-system-load .info .title {
    display: block;
    color: #a0aeba;
    font-size: 13px;
}

.widget-system-load .info .value {
    display: block;
    font-size: 22px;
}

.widget-system-load .controls {
    margin-top: 20px;
}

@media screen and (max-width: 640px) {
    .widget-system-load .chart {
        float: none;
        position: relative;
    }

    .widget-system-load .info {
        padding-left: 0;
    }
}

.list-project-progress .project-name {
    display: block;
    margin-bottom: 10px;
}

.list-project-progress .project-name:hover, .list-project-progress .project-name:focus {
    color: #fff;
}

.list-project-progress .progress {
    width: 85%;
    height: 5px;
    margin-bottom: 1rem;
    float: left;
}

.list-project-progress .percentage {
    float: right;
    position: relative;
    top: -9px;
    color: #5e5e5e;
}

.list-file-simple {
    margin-bottom: 0;
}

.list-file-simple a {
    color: #5e6773;
}

.list-file-simple a:hover, .list-file-simple a:focus {
    text-decoration: underline;
}

.list-file-simple a:hover i, .list-file-simple a:focus i {
    text-decoration: none;
}

.list-file-simple i {
    margin-right: 8px;
}

.list-file-simple span {
    color: #a0aeba;
    font-size: 13px;
}

.rating .number {
    font-size: 55px;
    font-weight: 300;
    margin-right: 15px;
    line-height: 1;
}

.rating .rating-stars {
    position: relative;
    top: -10px;
}

.rating-stars i {
    font-size: 22px;
    color: #FFB500;
}

.rating-stars.smaller i {
    font-size: 16px;
}

.rating-stars .info {
    margin-left: 5px;
    font-size: 13px;
    color: #a0aeba;
}

.rating-stars .info a {
    color: #a0aeba;
}

.rating-stars .info a:hover, .rating-stars .info a:focus {
    text-decoration: underline;
}

/* leaderboard */
.leaderboard .tab-pane {
    padding: 0;
}

.list-positions {
    margin: 0;
}

.list-positions .position {
    border-bottom: 1px solid #e9eef2;
    padding: 25px;
}

.list-positions .position:last-child {
    border-bottom: 0;
}

.list-positions .position .change {
    float: left;
    line-height: 55px;
    min-width: 50px;
}

.list-positions .position .icon-change {
    position: relative;
    font-size: 22px;
}

.list-positions .position .user {
    float: left;
    position: relative;
}

.list-positions .position .user .position-number {
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: -6px;
    right: -8px;
    width: 28px;
    height: 28px;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border: 2px solid #fff;
    background-color: #00AAFF;
}

.list-positions .position .user-picture {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    border: 2px solid transparent;
}

.list-positions .position .user-picture.anonymous {
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    background-color: #eff4fa;
}

.list-positions .position .account {
    float: left;
    padding-left: 5px;
}

.list-positions .position .account .right {
    padding: 10px 3px 10px 75px;
    height: 55px;
}

.list-positions .position .account .name {
    display: block;
    line-height: 1;
    color: #5e6773;
}

.list-positions .position .account .name:hover, .list-positions .position .account .name:focus {
    text-decoration: underline;
}

.list-positions .position .account .username {
    font-size: 13px;
    color: #a0aeba;
}

.list-positions .position .points {
    border-radius: 2em;
    float: right;
    position: relative;
    top: 11px;
    padding: 6px 12px;
    font-size: 17px;
    background-color: #f0f2f9;
    color: #7b8198;
}

.list-positions .position.up .icon-change {
    top: 8px;
    color: #53c265;
}

.list-positions .position.up .account .user-picture {
    border-color: #53c265;
}

.list-positions .position.down .icon-change {
    top: -2px;
    color: #ff4402;
}

.list-positions .position.down .account .user-picture {
    border-color: #ff4402;
}

@media screen and (max-width: 640px) {
    .list-positions .position .change {
        display: none;
    }

    .list-positions .position .account {
        padding-left: 0;
    }

    .list-positions .position .points {
        font-size: 14px;
    }
}

/* to-do list */
.todo-list > li {
    position: relative;
    padding: 15px 0;
    font-size: 14px;
}

.todo-list > li:first-child {
    padding-top: 0;
}

.todo-list > li:last-child {
    padding-bottom: 0;
}

.todo-list > li .fancy-checkbox {
    float: left;
}

.todo-list > li p {
    margin: 0;
    padding-left: 35px;
}

.todo-list > li.completed p,
.todo-list > li.completed .date {
    text-decoration: line-through;
    color: #a0aeba;
}

/* list contacts */
.list-contacts {
    margin-bottom: 0;
}

.list-contacts > li {
    margin-bottom: 30px;
}

.list-contacts > li::after {
    display: block;
    clear: both;
    content: "";
}

.list-contacts > li:last-child {
    margin-bottom: 0;
}

.list-contacts .media {
    float: left;
    position: relative;
}

.list-contacts .picture {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
}

.list-contacts .status {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    right: -2px;
    border: 2px solid #fff;
    background-color: #a0aeba;
    border-radius: 50%;
}

.list-contacts .status.online {
    background-color: #53c265;
}

.list-contacts .info {
    float: left;
    padding-left: 15px;
}

.list-contacts .info .name,
.list-contacts .info .email {
    display: block;
}

.list-contacts .info .email,
.list-contacts .info .title {
    color: #a0aeba;
    font-size: 13px;
}

.list-contacts .controls {
    float: right;
    position: relative;
    top: 7px;
}

.list-contacts .controls a {
    margin-left: 8px;
    color: #a0aeba;
    font-size: 20px;
}

.list-contacts .controls a:hover, .list-contacts .controls a:focus {
    color: #a0aeba;
}

@media screen and (max-width: 640px) {
    .list-contacts .controls {
        display: none;
    }
}

/* activity list */
ul.activity-list > li {
    padding: 25px 0;
    font-size: 14px;
    border-bottom: 1px solid #e9eef2;
}

ul.activity-list > li:first-child {
    padding-top: 0;
}

ul.activity-list > li:last-child {
    border-bottom: none;
}

ul.activity-list > li .avatar {
    width: 40px;
}

ul.activity-list > li > p {
    margin-bottom: 0;
    padding-left: 3.5em;
}

ul.activity-list > li .timestamp {
    display: block;
    font-size: 13px;
    color: #a0aeba;
}

/* task list */
.task-list > li {
    margin-bottom: 32px;
}

.task-list p {
    margin-bottom: .5rem;
    position: relative;
    color: #a0aeba;
    font-size: 14px;
}

.task-list p .label-percent {
    position: absolute;
    right: 0;
}

.widget-resume .resume-header,
.widget-resume .resume-footer {
    border-color: #e9eef2;
}

.widget-resume .resume-header {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.widget-resume .resume-header::after {
    display: block;
    clear: both;
    content: "";
}

.widget-resume .resume-header .left {
    float: left;
}

.widget-resume .resume-header .right {
    float: right;
}

.widget-resume .profile-image {
    border-radius: 3px;
    width: 50px;
    height: 50px;
    float: left;
}

.widget-resume .bio-text {
    padding-left: 65px;
    margin-bottom: 30px;
}

.widget-resume .bio-text .name {
    display: block;
    font-size: 18px;
    color: inherit;
}

.widget-resume .bio-text .name:hover, .widget-resume .bio-text .name:focus {
    color: inherit;
    text-decoration: underline;
}

.widget-resume .bio-text .title {
    color: #a0aeba;
    font-weight: 300;
}

.widget-resume .resume-footer {
    border-top-width: 1px;
    border-top-style: solid;
    padding-top: 25px;
}

.widget-resume .skills .label-text {
    font-size: 15px;
    color: #a0aeba;
    line-height: 2;
}

@media screen and (max-width: 640px) {
    .widget-resume .resume-header .right .btn span {
        display: none;
    }
}

.list-resume-experience {
    margin: 0;
}

.list-resume-experience::after {
    display: block;
    clear: both;
    content: "";
}

.list-resume-experience .experience {
    margin: 30px 0;
    position: relative;
}

.list-resume-experience .experience::after {
    display: block;
    clear: both;
    content: "";
}

.list-resume-experience .experience .company-logo {
    float: left;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 4;
    text-align: center;
}

.list-resume-experience .experience .company-logo i {
    font-size: 22px;
    color: #fff;
}

.list-resume-experience .experience .detail {
    padding-left: 65px;
}

.list-resume-experience .experience .company-name {
    display: block;
    font-size: 17px;
}

.list-resume-experience .experience .title {
    color: #a0aeba;
    font-weight: 300;
}

.list-resume-experience .experience:after {
    content: "";
    display: block;
    border-left: 1px dashed #d2dbe2;
    width: 1px;
    height: 25px;
    position: relative;
    top: 15px;
    left: 25px;
}

.list-resume-experience .experience:last-child:after {
    border: none;
    height: 0;
}

.list-resume-experience .left {
    float: left;
}

.list-resume-experience .period {
    float: right;
    position: relative;
    top: 15px;
    font-size: 13px;
    font-weight: 300;
    color: #a0aeba;
}

.support-agent .agent-photo {
    border-radius: 3px;
    width: 60px;
    height: 60px;
    float: left;
}

.support-agent .agent-detail {
    padding-left: 75px;
}

.support-agent .name {
    display: block;
    font-size: 15px;
    color: inherit;
    line-height: 1;
    margin-bottom: 3px;
}

.support-agent .name:hover, .support-agent .name:focus {
    color: inherit;
    text-decoration: underline;
}

.support-agent .email {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    color: #a0aeba;
}

/* bootstrap inputs */
.custom-control-inline {
    margin-right: 0;
}

.custom-control-inline + .custom-control-inline {
    margin-left: 10px;
}

.custom-control-label {
    line-height: 1.6;
}

/* fancy checkbox */
.fancy-checkbox {
    margin-right: 10px;
}

.fancy-checkbox,
.fancy-checkbox label {
    font-weight: normal;
}

.fancy-checkbox input[type="checkbox"] {
    display: none;
}

.fancy-checkbox input[type="checkbox"] + span {
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.fancy-checkbox input[type="checkbox"] + span:before {
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    color: #97a3b7;
    text-align: center;
    border-radius: 3px;
    position: relative;
    bottom: 1px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    content: "";
    border: 1px solid #dbdfe2;
    font-size: 11px;
}

.fancy-checkbox input[type="checkbox"]:checked + span:before {
    content: '\f00c';
    background: #f1f4f7;
}

.fancy-checkbox.custom-color-green input[type="checkbox"]:checked + span:before {
    color: #53D76A;
    background-color: #fff;
}

.fancy-checkbox.custom-bgcolor-green input[type="checkbox"]:checked + span:before {
    color: #fff;
    background-color: #53D76A;
    border-color: #32cf4d;
}

/* fancy radio */
.fancy-radio {
    margin-right: 10px;
}

.fancy-radio,
.fancy-radio label {
    font-weight: normal;
}

.fancy-radio input[type="radio"] {
    display: none;
}

.fancy-radio input[type="radio"] + span {
    display: block;
    cursor: pointer;
    position: relative;
}

.fancy-radio input[type="radio"] + span i {
    display: inline-block;
    border-radius: 8px;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
    content: "";
    border: 1px solid #dbdfe2;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.fancy-radio input[type="radio"]:checked + span i:after {
    border-radius: 50%;
    display: block;
    position: relative;
    top: 3px;
    left: 3px;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #97a3b7;
}

.fancy-radio.custom-color-green input[type="radio"]:checked + span i:after {
    background-color: #53D76A;
}

.fancy-radio.custom-bgcolor-green input[type="radio"]:checked + span i {
    background-color: #53D76A;
}

.fancy-radio.custom-bgcolor-green input[type="radio"]:checked + span i:after {
    background-color: #fff;
}

.input-group-prepend .fancy-radio,
.input-group-prepend .fancy-checkbox,
.input-group-append .fancy-radio,
.input-group-append .fancy-checkbox {
    margin: 0;
    position: relative;
    top: 1px;
}

.input-group-prepend .fancy-radio input[type="radio"] + span i,
.input-group-prepend .fancy-checkbox input[type="checkbox"] + span,
.input-group-append .fancy-radio input[type="radio"] + span i,
.input-group-append .fancy-checkbox input[type="checkbox"] + span {
    margin: 0;
}

.input-group-prepend .fancy-radio input[type="radio"] + span i:before,
.input-group-prepend .fancy-checkbox input[type="checkbox"] + span:before,
.input-group-append .fancy-radio input[type="radio"] + span i:before,
.input-group-append .fancy-checkbox input[type="checkbox"] + span:before {
    margin: 0;
}

/* switch checkbox and radio */
.switch-input {
    display: block;
    position: relative;
    line-height: 1;
    margin-bottom: 4px;
    padding: 10px 60px 0 0;
    cursor: pointer;
    font-weight: normal;
}

.switch-input input {
    position: absolute;
    left: -9999px;
}

.switch-input input:checked + i {
    border-color: #2ab442;
    background-color: #53D76A;
}

.switch-input input:checked + i:before {
    right: 33px;
    background-color: #2ab442;
}

.switch-input input:checked + i:after {
    content: attr(data-swon-text);
    text-align: right;
    color: #fff;
}

.switch-input i {
    border-radius: 20px;
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    min-width: 50px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #e1e3ea;
    background: #f8f9fa;
    font-style: normal;
}

.switch-input i:before {
    border-radius: 50%;
    -webkit-transition: right 0.1s ease-in;
    transition: right 0.1s ease-in;
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 10px;
    height: 10px;
    background-color: #bdc6d0;
}

@media (prefers-reduced-motion: reduce) {
    .switch-input i:before {
        -webkit-transition: none;
        transition: none;
    }
}

.switch-input i:after {
    content: attr(data-swoff-text);
    position: absolute;
    top: 2px;
    right: 8px;
    left: 8px;
    font-weight: normal;
    font-size: 10px;
    line-height: 15px;
    color: #929aa5;
}

/* parsley js */
.parsley-errors-list {
    margin-top: 8px;
    padding-left: 0;
    list-style-type: none;
}

.parsley-errors-list li {
    color: #F9354C;
    font-size: 0.9em;
    margin-top: 3px;
}

/* multiselect */
.multiselect + .dropdown ul.multiselect-container > li > a {
    padding: 3px 20px;
}

.multiselect + .dropdown ul.multiselect-container > li > a label {
    padding-left: 0;
}

.multiselect-container .input-group {
    margin: 0;
}

/* multiselect checkbox */
.multiselect-custom + .dropdown ul.multiselect-container > li > a label.checkbox:before {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border: 1px solid #ccc;
    background-color: #fafafa;
}

.multiselect-custom + .dropdown ul.multiselect-container > li > a label.checkbox input[type="checkbox"] {
    display: none;
}

.multiselect-custom + .dropdown ul.multiselect-container > li.active > a label.checkbox:before {
    font-family: FontAwesome;
    content: '\f00c';
    font-size: 12px;
    color: #99A1A7;
    text-align: center;
    line-height: 15px;
    background-color: #EDEDED;
}

/* multiselect radio */
.multiselect-custom + .dropdown ul.multiselect-container > li > a label.radio:before {
    border-radius: 8px;
    position: relative;
    bottom: 1px;
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border: 1px solid #ccc;
    background-color: #fafafa;
    display: inline-block;
    vertical-align: middle;
    border-radius: 8px;
}

.multiselect-custom + .dropdown ul.multiselect-container > li > a label.radio input[type="radio"] {
    display: none;
}

.multiselect-custom + .dropdown ul.multiselect-container > li.active > a label.radio:before {
    font-family: FontAwesome;
    content: '\f111';
    color: #99a1a7;
    font-size: 8px;
    text-align: center;
    line-height: 15px;
}

.multiselect-search {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}

.btn.multiselect-clear-filter {
    position: absolute;
    top: 2px;
    right: 5px;
    padding-left: 0;
    padding-right: 0;
    border: none;
    background: transparent;
    z-index: 9 !important;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.multiselect-clear-filter:hover, .btn.multiselect-clear-filter:focus {
    background: transparent;
    outline: none;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #609dea !important;
    background-image: none;
}

.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
    background-color: #a6b7c5;
}

.datepicker table tr td.range {
    background-color: #e9eef2;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today:focus {
    background-color: #ff4402;
    color: #fff;
}

.colorpicker-element .input-group-append:focus {
    outline: 0;
}

/* slider input by noUiSlider */
.noUi-target {
    border-color: #e1e3ea;
    background: #fcfcfc;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.noUi-connect {
    background: #45AEEF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.noUi-handle {
    border-color: #e1e3ea;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.noUi-handle:before, .noUi-handle:after {
    height: 10px;
    top: 5px;
}

.noUi-handle:before {
    left: 9px;
}

.noUi-handle:after {
    left: 12px;
}

.noUi-handle:hover {
    cursor: pointer;
}

.noUi-horizontal,
.noUi-vertical {
    height: 12px;
}

.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
    width: 23px;
    height: 23px;
}

.noUi-horizontal .noUi-handle:focus,
.noUi-vertical .noUi-handle:focus {
    outline: 0;
}

/* bootstrap slider input */
.slider-track,
.slider-selection {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none;
    -webkit-filter: none;
    filter: none;
    /* disable gradient for IE */
}

.slider-track {
    background-color: #eee;
}

.slider-selection {
    background-color: #6b7980;
}

.slider.slider-horizontal {
    width: 100% !important;
}

.slider.slider-vertical .slider-handle {
    position: relative;
    left: 2px;
    cursor: ns-resize;
}

.slider-handle {
    background-image: none;
    position: relative;
    top: 2px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}

/* handle for bootstrap slider and range slider */
.slider-handle {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #6b7980;
    cursor: col-resize;
}

.slider-handle:before {
    display: inline-block;
    content: '|||';
    font-size: 7px;
    color: #6b7980;
    text-align: center;
    line-height: 15px;
    position: absolute;
    left: 0.6em;
}

/* select2 */
.select2-container--focus {
    outline: 0;
}

.select2-container .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px);
}

.select2-container .select2-selection--single:focus {
    outline: 0;
}

.select2-container--default .select2-selection--single {
    border-color: #e1e3ea;
    background-color: #fcfcfc;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #5e6773;
    line-height: calc(1.5em + 0.75rem + 2px);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(1.5em + 0.75rem + 2px);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #a0aeba;
}

.select2-container--default .select2-selection--multiple {
    border-color: #e1e3ea;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-color: #e1e3ea;
    background-color: #f2f2f5;
    color: #7f7f9c;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    color: #d5d5df;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #e1e3ea;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #e1e3ea;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #f2f2f5;
    color: #5e6773;
}

.select2-container--default.select2-container--disabled .select2-selection {
    background-color: #f5f5f5;
}

.select2-dropdown {
    border-color: #e1e3ea;
}

/* jeditable */
.editable-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.editable[title] {
    -webkit-text-decoration: underline dashed;
    text-decoration: underline dashed;
    color: #00AAFF;
    cursor: pointer;
}

.form-group .editable-wrapper {
    line-height: 2.4;
}

/* datepicker (jquery-ui) */
.ui-datepicker .ui-widget-header {
    background-color: transparent;
    border: none;
}

.ui-datepicker .ui-widget-header .ui-icon {
    background: none;
    text-indent: 0;
    font-size: 1rem;
}

.ui-datepicker .ui-widget-header .ui-icon:before {
    display: block;
}

.ui-datepicker .ui-datepicker-prev {
    left: 0;
}

.ui-datepicker .ui-datepicker-prev .ui-icon:before {
    content: "\000AB";
}

.ui-datepicker .ui-datepicker-next {
    right: 0;
}

.ui-datepicker .ui-datepicker-next .ui-icon:before {
    content: "\000BB";
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 3px;
    width: auto;
    height: auto;
    text-align: center;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default,
.ui-datepicker .ui-button, .ui-datepicker html .ui-button.ui-state-disabled:hover,
.ui-datepicker html .ui-button.ui-state-disabled:active {
    border: none;
    background-color: #fff;
    text-align: center;
    border-radius: 2px;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-state-active {
    background-color: #00AAFF;
    color: #fff;
}

.search-form {
    position: relative;
}

.search-form .btn {
    position: absolute;
    top: 7px;
    right: 12px;
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-form .btn i {
    margin-right: 0;
}

.search-form .btn:hover, .search-form .btn:focus {
    background-color: inherit;
    border-left: none;
    border-color: inherit;
}

.breadcrumb i {
    font-size: 15px;
    margin-right: 3px;
    color: #a0aeba;
}

.breadcrumb i:hover, .breadcrumb i:focus {
    color: #00AAFF;
}

.breadcrumb > li > a:hover, .breadcrumb > li > a:focus {
    text-decoration: none;
}

.icon-transparent-area {
    border-radius: 8px;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

border .icon-transparent-area.first {
    margin-left: 0;
}

.icon-transparent-area.last {
    float: right;
}

.icon-transparent-area i {
    margin-top: 1em;
    font-size: 18px;
}

.icon-transparent-area span {
    display: block;
}

.icon-transparent-area .badge {
    border-radius: 50%;
    position: absolute;
    top: -7px;
    right: -7px;
    width: 26px;
    height: 26px;
    padding: 0;
    font-weight: normal;
    line-height: 20px;
    border: 2px solid #fff;
    color: #fff;
}

.icon-transparent-area.custom-color-blue {
    color: #0E9BE2;
    background-color: rgba(14, 155, 226, 0.2);
}

.icon-transparent-area.custom-color-blue .badge {
    background-color: #0E9BE2;
}

.icon-transparent-area.custom-color-blue2 {
    color: #4A90E2;
    background-color: rgba(74, 144, 226, 0.2);
}

.icon-transparent-area.custom-color-blue2 .badge {
    background-color: #4A90E2;
}

.icon-transparent-area.custom-color-blue3 {
    color: #45AEEF;
    background-color: rgba(69, 174, 239, 0.2);
}

.icon-transparent-area.custom-color-blue3 .badge {
    background-color: #45AEEF;
}

.icon-transparent-area.custom-color-blue4 {
    color: #85B5EA;
    background-color: rgba(133, 181, 234, 0.2);
}

.icon-transparent-area.custom-color-blue4 .badge {
    background-color: #85B5EA;
}

.icon-transparent-area.custom-color-green {
    color: #7CAC25;
    background-color: rgba(124, 172, 37, 0.2);
}

.icon-transparent-area.custom-color-green .badge {
    background-color: #7CAC25;
}

.icon-transparent-area.custom-color-green2 {
    color: #1DBB8E;
    background-color: rgba(29, 187, 142, 0.2);
}

.icon-transparent-area.custom-color-green2 .badge {
    background-color: #1DBB8E;
}

.icon-transparent-area.custom-color-green3 {
    color: #5BD37E;
    background-color: rgba(91, 211, 126, 0.2);
}

.icon-transparent-area.custom-color-green3 .badge {
    background-color: #5BD37E;
}

.icon-transparent-area.custom-color-orange {
    color: #FF4402;
    background-color: rgba(255, 68, 2, 0.2);
}

.icon-transparent-area.custom-color-orange .badge {
    background-color: #FF4402;
}

.icon-transparent-area.custom-color-orange2 {
    color: #F89B03;
    background-color: rgba(248, 155, 3, 0.2);
}

.icon-transparent-area.custom-color-orange2 .badge {
    background-color: #F89B03;
}

.icon-transparent-area.custom-color-purple {
    color: #AB7DF6;
    background-color: rgba(171, 125, 246, 0.2);
}

.icon-transparent-area.custom-color-purple .badge {
    background-color: #AB7DF6;
}

.icon-transparent-area.custom-color-yellow {
    color: #F3BB23;
    background-color: rgba(243, 187, 35, 0.2);
}

.icon-transparent-area.custom-color-yellow .badge {
    background-color: #F3BB23;
}

.icon-transparent-area.custom-color-lightseagreen {
    color: #20B2AA;
    background-color: rgba(32, 178, 170, 0.2);
}

.icon-transparent-area.custom-color-lightseagreen .badge {
    background-color: #20B2AA;
}

.icon-transparent-area.custom-color-red {
    color: #ff4402;
    background-color: rgba(255, 68, 2, 0.2);
}

.icon-transparent-area.custom-color-red .badge {
    background-color: #ff4402;
}

.icon-app {
    border-radius: 6px;
    display: block;
    width: 55px;
    height: 55px;
    text-align: center;
    border: 1px solid #eaeaea;
    background-color: #fff;
}

.icon-app i {
    line-height: 55px;
    font-size: 36px;
}

/********************
 * TABLES
 ********************/
.table.table-minimal > thead > tr {
    background-color: transparent;
}

.table.table-minimal > thead > tr > th {
    padding: 10px 10px;
    color: #a0aeba;
    border-top: none;
    border-bottom: none;
    font-size: 12px;
}

.table.table-minimal > tbody > tr > td {
    padding: 15px 10px;
    border-top: none;
    border-bottom: 1px solid #e9eef2;
    vertical-align: middle;
}

.table.table-minimal > tbody > tr:last-child > td {
    border-bottom: none;
}

.table.table-no-border > thead > tr > th {
    padding: 15px 0;
    border-bottom: 1px solid #e9eef2;
}

.table.table-no-border > tbody > tr > td {
    padding: 7px 0;
    border: none;
}

.table.table-no-border > tbody > tr:first-child > td {
    padding-top: 15px;
}

.card-body .table-fullwidth {
    margin-bottom: 0;
}

.card-body .table-fullwidth > thead > tr > th:first-child, .card-body .table-fullwidth > thead > tr > th:last-child,
.card-body .table-fullwidth > tbody > tr > td:first-child,
.card-body .table-fullwidth > tbody > tr > td:last-child {
    padding-left: 20px;
    padding-right: 20px;
}

/* table with icon and value only */
.table-icons-stat > tbody > tr > td {
    color: #90a3b3;
    font-size: 13px;
}

.table-icons-stat > tbody > tr > td:first-child {
    color: #5e6773;
    font-size: 14px;
}

.table-icons-stat > tbody > tr > td i {
    margin-right: 5px;
}

/* table without head and border */
.table-invisible thead {
    display: none;
}

.table-invisible tbody > tr > td {
    border: none;
    padding: 0 0 5px 0;
}

/* table responsive */
.table-responsive .table > tbody > tr > td {
    white-space: nowrap;
}

/****************************
 * CONTENT MENU NAVIGATION
 ****************************/
.nav-content-menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 50px;
}

.nav-content-menu > li {
    margin: 18px 0;
}

.nav-content-menu > li > a {
    color: #9fa9b5;
}

.nav-content-menu > li > a:hover, .nav-content-menu > li > a:focus {
    color: #8894a3;
    text-decoration: none;
}

.nav-content-menu > li i {
    margin-right: 5px;
}

.nav-content-menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 50px;
}

.nav-content-menu > li {
    margin: 18px 0;
}

.nav-content-menu > li > a {
    color: #9fa9b5;
}

.nav-content-menu > li > a:hover, .nav-content-menu > li > a:focus {
    color: #8894a3;
}

.nav-content-menu > li i {
    margin-right: 5px;
}

.content-menu .btn-icon {
    float: right;
    color: #9fa9b5;
}

.content-menu .btn-icon:hover, .content-menu .btn-icon:focus {
    color: #8894a3;
}

.content-menu-header {
    border-bottom: 1px solid #e9eef2;
    padding: 0 15px 15px 15px;
}

.content-menu-header .heading {
    margin: 0;
    float: left;
    font-size: 16px;
    font-weight: normal;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

@font-face {
    font-family: 'themify';
    src: url("..fonts/themify.eot?-fvbane");
    src: url("../fonts/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../fonts/themify.woff?-fvbane") format("woff"), url("../fonts/themify.ttf?-fvbane") format("truetype"), url("../fonts/themify.svg?-fvbane#themify") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="ti-"], [class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
    content: "\e600";
}

.ti-volume:before {
    content: "\e601";
}

.ti-user:before {
    content: "\e602";
}

.ti-unlock:before {
    content: "\e603";
}

.ti-unlink:before {
    content: "\e604";
}

.ti-trash:before {
    content: "\e605";
}

.ti-thought:before {
    content: "\e606";
}

.ti-target:before {
    content: "\e607";
}

.ti-tag:before {
    content: "\e608";
}

.ti-tablet:before {
    content: "\e609";
}

.ti-star:before {
    content: "\e60a";
}

.ti-spray:before {
    content: "\e60b";
}

.ti-signal:before {
    content: "\e60c";
}

.ti-shopping-cart:before {
    content: "\e60d";
}

.ti-shopping-cart-full:before {
    content: "\e60e";
}

.ti-settings:before {
    content: "\e60f";
}

.ti-search:before {
    content: "\e610";
}

.ti-zoom-in:before {
    content: "\e611";
}

.ti-zoom-out:before {
    content: "\e612";
}

.ti-cut:before {
    content: "\e613";
}

.ti-ruler:before {
    content: "\e614";
}

.ti-ruler-pencil:before {
    content: "\e615";
}

.ti-ruler-alt:before {
    content: "\e616";
}

.ti-bookmark:before {
    content: "\e617";
}

.ti-bookmark-alt:before {
    content: "\e618";
}

.ti-reload:before {
    content: "\e619";
}

.ti-plus:before {
    content: "\e61a";
}

.ti-pin:before {
    content: "\e61b";
}

.ti-pencil:before {
    content: "\e61c";
}

.ti-pencil-alt:before {
    content: "\e61d";
}

.ti-paint-roller:before {
    content: "\e61e";
}

.ti-paint-bucket:before {
    content: "\e61f";
}

.ti-na:before {
    content: "\e620";
}

.ti-mobile:before {
    content: "\e621";
}

.ti-minus:before {
    content: "\e622";
}

.ti-medall:before {
    content: "\e623";
}

.ti-medall-alt:before {
    content: "\e624";
}

.ti-marker:before {
    content: "\e625";
}

.ti-marker-alt:before {
    content: "\e626";
}

.ti-arrow-up:before {
    content: "\e627";
}

.ti-arrow-right:before {
    content: "\e628";
}

.ti-arrow-left:before {
    content: "\e629";
}

.ti-arrow-down:before {
    content: "\e62a";
}

.ti-lock:before {
    content: "\e62b";
}

.ti-location-arrow:before {
    content: "\e62c";
}

.ti-link:before {
    content: "\e62d";
}

.ti-layout:before {
    content: "\e62e";
}

.ti-layers:before {
    content: "\e62f";
}

.ti-layers-alt:before {
    content: "\e630";
}

.ti-key:before {
    content: "\e631";
}

.ti-import:before {
    content: "\e632";
}

.ti-image:before {
    content: "\e633";
}

.ti-heart:before {
    content: "\e634";
}

.ti-heart-broken:before {
    content: "\e635";
}

.ti-hand-stop:before {
    content: "\e636";
}

.ti-hand-open:before {
    content: "\e637";
}

.ti-hand-drag:before {
    content: "\e638";
}

.ti-folder:before {
    content: "\e639";
}

.ti-flag:before {
    content: "\e63a";
}

.ti-flag-alt:before {
    content: "\e63b";
}

.ti-flag-alt-2:before {
    content: "\e63c";
}

.ti-eye:before {
    content: "\e63d";
}

.ti-export:before {
    content: "\e63e";
}

.ti-exchange-vertical:before {
    content: "\e63f";
}

.ti-desktop:before {
    content: "\e640";
}

.ti-cup:before {
    content: "\e641";
}

.ti-crown:before {
    content: "\e642";
}

.ti-comments:before {
    content: "\e643";
}

.ti-comment:before {
    content: "\e644";
}

.ti-comment-alt:before {
    content: "\e645";
}

.ti-close:before {
    content: "\e646";
}

.ti-clip:before {
    content: "\e647";
}

.ti-angle-up:before {
    content: "\e648";
}

.ti-angle-right:before {
    content: "\e649";
}

.ti-angle-left:before {
    content: "\e64a";
}

.ti-angle-down:before {
    content: "\e64b";
}

.ti-check:before {
    content: "\e64c";
}

.ti-check-box:before {
    content: "\e64d";
}

.ti-camera:before {
    content: "\e64e";
}

.ti-announcement:before {
    content: "\e64f";
}

.ti-brush:before {
    content: "\e650";
}

.ti-briefcase:before {
    content: "\e651";
}

.ti-bolt:before {
    content: "\e652";
}

.ti-bolt-alt:before {
    content: "\e653";
}

.ti-blackboard:before {
    content: "\e654";
}

.ti-bag:before {
    content: "\e655";
}

.ti-move:before {
    content: "\e656";
}

.ti-arrows-vertical:before {
    content: "\e657";
}

.ti-arrows-horizontal:before {
    content: "\e658";
}

.ti-fullscreen:before {
    content: "\e659";
}

.ti-arrow-top-right:before {
    content: "\e65a";
}

.ti-arrow-top-left:before {
    content: "\e65b";
}

.ti-arrow-circle-up:before {
    content: "\e65c";
}

.ti-arrow-circle-right:before {
    content: "\e65d";
}

.ti-arrow-circle-left:before {
    content: "\e65e";
}

.ti-arrow-circle-down:before {
    content: "\e65f";
}

.ti-angle-double-up:before {
    content: "\e660";
}

.ti-angle-double-right:before {
    content: "\e661";
}

.ti-angle-double-left:before {
    content: "\e662";
}

.ti-angle-double-down:before {
    content: "\e663";
}

.ti-zip:before {
    content: "\e664";
}

.ti-world:before {
    content: "\e665";
}

.ti-wheelchair:before {
    content: "\e666";
}

.ti-view-list:before {
    content: "\e667";
}

.ti-view-list-alt:before {
    content: "\e668";
}

.ti-view-grid:before {
    content: "\e669";
}

.ti-uppercase:before {
    content: "\e66a";
}

.ti-upload:before {
    content: "\e66b";
}

.ti-underline:before {
    content: "\e66c";
}

.ti-truck:before {
    content: "\e66d";
}

.ti-timer:before {
    content: "\e66e";
}

.ti-ticket:before {
    content: "\e66f";
}

.ti-thumb-up:before {
    content: "\e670";
}

.ti-thumb-down:before {
    content: "\e671";
}

.ti-text:before {
    content: "\e672";
}

.ti-stats-up:before {
    content: "\e673";
}

.ti-stats-down:before {
    content: "\e674";
}

.ti-split-v:before {
    content: "\e675";
}

.ti-split-h:before {
    content: "\e676";
}

.ti-smallcap:before {
    content: "\e677";
}

.ti-shine:before {
    content: "\e678";
}

.ti-shift-right:before {
    content: "\e679";
}

.ti-shift-left:before {
    content: "\e67a";
}

.ti-shield:before {
    content: "\e67b";
}

.ti-notepad:before {
    content: "\e67c";
}

.ti-server:before {
    content: "\e67d";
}

.ti-quote-right:before {
    content: "\e67e";
}

.ti-quote-left:before {
    content: "\e67f";
}

.ti-pulse:before {
    content: "\e680";
}

.ti-printer:before {
    content: "\e681";
}

.ti-power-off:before {
    content: "\e682";
}

.ti-plug:before {
    content: "\e683";
}

.ti-pie-chart:before {
    content: "\e684";
}

.ti-paragraph:before {
    content: "\e685";
}

.ti-panel:before {
    content: "\e686";
}

.ti-package:before {
    content: "\e687";
}

.ti-music:before {
    content: "\e688";
}

.ti-music-alt:before {
    content: "\e689";
}

.ti-mouse:before {
    content: "\e68a";
}

.ti-mouse-alt:before {
    content: "\e68b";
}

.ti-money:before {
    content: "\e68c";
}

.ti-microphone:before {
    content: "\e68d";
}

.ti-menu:before {
    content: "\e68e";
}

.ti-menu-alt:before {
    content: "\e68f";
}

.ti-map:before {
    content: "\e690";
}

.ti-map-alt:before {
    content: "\e691";
}

.ti-loop:before {
    content: "\e692";
}

.ti-location-pin:before {
    content: "\e693";
}

.ti-list:before {
    content: "\e694";
}

.ti-light-bulb:before {
    content: "\e695";
}

.ti-Italic:before {
    content: "\e696";
}

.ti-info:before {
    content: "\e697";
}

.ti-infinite:before {
    content: "\e698";
}

.ti-id-badge:before {
    content: "\e699";
}

.ti-hummer:before {
    content: "\e69a";
}

.ti-home:before {
    content: "\e69b";
}

.ti-help:before {
    content: "\e69c";
}

.ti-headphone:before {
    content: "\e69d";
}

.ti-harddrives:before {
    content: "\e69e";
}

.ti-harddrive:before {
    content: "\e69f";
}

.ti-gift:before {
    content: "\e6a0";
}

.ti-game:before {
    content: "\e6a1";
}

.ti-filter:before {
    content: "\e6a2";
}

.ti-files:before {
    content: "\e6a3";
}

.ti-file:before {
    content: "\e6a4";
}

.ti-eraser:before {
    content: "\e6a5";
}

.ti-envelope:before {
    content: "\e6a6";
}

.ti-download:before {
    content: "\e6a7";
}

.ti-direction:before {
    content: "\e6a8";
}

.ti-direction-alt:before {
    content: "\e6a9";
}

.ti-dashboard:before {
    content: "\e6aa";
}

.ti-control-stop:before {
    content: "\e6ab";
}

.ti-control-shuffle:before {
    content: "\e6ac";
}

.ti-control-play:before {
    content: "\e6ad";
}

.ti-control-pause:before {
    content: "\e6ae";
}

.ti-control-forward:before {
    content: "\e6af";
}

.ti-control-backward:before {
    content: "\e6b0";
}

.ti-cloud:before {
    content: "\e6b1";
}

.ti-cloud-up:before {
    content: "\e6b2";
}

.ti-cloud-down:before {
    content: "\e6b3";
}

.ti-clipboard:before {
    content: "\e6b4";
}

.ti-car:before {
    content: "\e6b5";
}

.ti-calendar:before {
    content: "\e6b6";
}

.ti-book:before {
    content: "\e6b7";
}

.ti-bell:before {
    content: "\e6b8";
}

.ti-basketball:before {
    content: "\e6b9";
}

.ti-bar-chart:before {
    content: "\e6ba";
}

.ti-bar-chart-alt:before {
    content: "\e6bb";
}

.ti-back-right:before {
    content: "\e6bc";
}

.ti-back-left:before {
    content: "\e6bd";
}

.ti-arrows-corner:before {
    content: "\e6be";
}

.ti-archive:before {
    content: "\e6bf";
}

.ti-anchor:before {
    content: "\e6c0";
}

.ti-align-right:before {
    content: "\e6c1";
}

.ti-align-left:before {
    content: "\e6c2";
}

.ti-align-justify:before {
    content: "\e6c3";
}

.ti-align-center:before {
    content: "\e6c4";
}

.ti-alert:before {
    content: "\e6c5";
}

.ti-alarm-clock:before {
    content: "\e6c6";
}

.ti-agenda:before {
    content: "\e6c7";
}

.ti-write:before {
    content: "\e6c8";
}

.ti-window:before {
    content: "\e6c9";
}

.ti-widgetized:before {
    content: "\e6ca";
}

.ti-widget:before {
    content: "\e6cb";
}

.ti-widget-alt:before {
    content: "\e6cc";
}

.ti-wallet:before {
    content: "\e6cd";
}

.ti-video-clapper:before {
    content: "\e6ce";
}

.ti-video-camera:before {
    content: "\e6cf";
}

.ti-vector:before {
    content: "\e6d0";
}

.ti-themify-logo:before {
    content: "\e6d1";
}

.ti-themify-favicon:before {
    content: "\e6d2";
}

.ti-themify-favicon-alt:before {
    content: "\e6d3";
}

.ti-support:before {
    content: "\e6d4";
}

.ti-stamp:before {
    content: "\e6d5";
}

.ti-split-v-alt:before {
    content: "\e6d6";
}

.ti-slice:before {
    content: "\e6d7";
}

.ti-shortcode:before {
    content: "\e6d8";
}

.ti-shift-right-alt:before {
    content: "\e6d9";
}

.ti-shift-left-alt:before {
    content: "\e6da";
}

.ti-ruler-alt-2:before {
    content: "\e6db";
}

.ti-receipt:before {
    content: "\e6dc";
}

.ti-pin2:before {
    content: "\e6dd";
}

.ti-pin-alt:before {
    content: "\e6de";
}

.ti-pencil-alt2:before {
    content: "\e6df";
}

.ti-palette:before {
    content: "\e6e0";
}

.ti-more:before {
    content: "\e6e1";
}

.ti-more-alt:before {
    content: "\e6e2";
}

.ti-microphone-alt:before {
    content: "\e6e3";
}

.ti-magnet:before {
    content: "\e6e4";
}

.ti-line-double:before {
    content: "\e6e5";
}

.ti-line-dotted:before {
    content: "\e6e6";
}

.ti-line-dashed:before {
    content: "\e6e7";
}

.ti-layout-width-full:before {
    content: "\e6e8";
}

.ti-layout-width-default:before {
    content: "\e6e9";
}

.ti-layout-width-default-alt:before {
    content: "\e6ea";
}

.ti-layout-tab:before {
    content: "\e6eb";
}

.ti-layout-tab-window:before {
    content: "\e6ec";
}

.ti-layout-tab-v:before {
    content: "\e6ed";
}

.ti-layout-tab-min:before {
    content: "\e6ee";
}

.ti-layout-slider:before {
    content: "\e6ef";
}

.ti-layout-slider-alt:before {
    content: "\e6f0";
}

.ti-layout-sidebar-right:before {
    content: "\e6f1";
}

.ti-layout-sidebar-none:before {
    content: "\e6f2";
}

.ti-layout-sidebar-left:before {
    content: "\e6f3";
}

.ti-layout-placeholder:before {
    content: "\e6f4";
}

.ti-layout-menu:before {
    content: "\e6f5";
}

.ti-layout-menu-v:before {
    content: "\e6f6";
}

.ti-layout-menu-separated:before {
    content: "\e6f7";
}

.ti-layout-menu-full:before {
    content: "\e6f8";
}

.ti-layout-media-right-alt:before {
    content: "\e6f9";
}

.ti-layout-media-right:before {
    content: "\e6fa";
}

.ti-layout-media-overlay:before {
    content: "\e6fb";
}

.ti-layout-media-overlay-alt:before {
    content: "\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
    content: "\e6fd";
}

.ti-layout-media-left-alt:before {
    content: "\e6fe";
}

.ti-layout-media-left:before {
    content: "\e6ff";
}

.ti-layout-media-center-alt:before {
    content: "\e700";
}

.ti-layout-media-center:before {
    content: "\e701";
}

.ti-layout-list-thumb:before {
    content: "\e702";
}

.ti-layout-list-thumb-alt:before {
    content: "\e703";
}

.ti-layout-list-post:before {
    content: "\e704";
}

.ti-layout-list-large-image:before {
    content: "\e705";
}

.ti-layout-line-solid:before {
    content: "\e706";
}

.ti-layout-grid4:before {
    content: "\e707";
}

.ti-layout-grid3:before {
    content: "\e708";
}

.ti-layout-grid2:before {
    content: "\e709";
}

.ti-layout-grid2-thumb:before {
    content: "\e70a";
}

.ti-layout-cta-right:before {
    content: "\e70b";
}

.ti-layout-cta-left:before {
    content: "\e70c";
}

.ti-layout-cta-center:before {
    content: "\e70d";
}

.ti-layout-cta-btn-right:before {
    content: "\e70e";
}

.ti-layout-cta-btn-left:before {
    content: "\e70f";
}

.ti-layout-column4:before {
    content: "\e710";
}

.ti-layout-column3:before {
    content: "\e711";
}

.ti-layout-column2:before {
    content: "\e712";
}

.ti-layout-accordion-separated:before {
    content: "\e713";
}

.ti-layout-accordion-merged:before {
    content: "\e714";
}

.ti-layout-accordion-list:before {
    content: "\e715";
}

.ti-ink-pen:before {
    content: "\e716";
}

.ti-info-alt:before {
    content: "\e717";
}

.ti-help-alt:before {
    content: "\e718";
}

.ti-headphone-alt:before {
    content: "\e719";
}

.ti-hand-point-up:before {
    content: "\e71a";
}

.ti-hand-point-right:before {
    content: "\e71b";
}

.ti-hand-point-left:before {
    content: "\e71c";
}

.ti-hand-point-down:before {
    content: "\e71d";
}

.ti-gallery:before {
    content: "\e71e";
}

.ti-face-smile:before {
    content: "\e71f";
}

.ti-face-sad:before {
    content: "\e720";
}

.ti-credit-card:before {
    content: "\e721";
}

.ti-control-skip-forward:before {
    content: "\e722";
}

.ti-control-skip-backward:before {
    content: "\e723";
}

.ti-control-record:before {
    content: "\e724";
}

.ti-control-eject:before {
    content: "\e725";
}

.ti-comments-smiley:before {
    content: "\e726";
}

.ti-brush-alt:before {
    content: "\e727";
}

.ti-youtube:before {
    content: "\e728";
}

.ti-vimeo:before {
    content: "\e729";
}

.ti-twitter:before {
    content: "\e72a";
}

.ti-time:before {
    content: "\e72b";
}

.ti-tumblr:before {
    content: "\e72c";
}

.ti-skype:before {
    content: "\e72d";
}

.ti-share:before {
    content: "\e72e";
}

.ti-share-alt:before {
    content: "\e72f";
}

.ti-rocket:before {
    content: "\e730";
}

.ti-pinterest:before {
    content: "\e731";
}

.ti-new-window:before {
    content: "\e732";
}

.ti-microsoft:before {
    content: "\e733";
}

.ti-list-ol:before {
    content: "\e734";
}

.ti-linkedin:before {
    content: "\e735";
}

.ti-layout-sidebar-2:before {
    content: "\e736";
}

.ti-layout-grid4-alt:before {
    content: "\e737";
}

.ti-layout-grid3-alt:before {
    content: "\e738";
}

.ti-layout-grid2-alt:before {
    content: "\e739";
}

.ti-layout-column4-alt:before {
    content: "\e73a";
}

.ti-layout-column3-alt:before {
    content: "\e73b";
}

.ti-layout-column2-alt:before {
    content: "\e73c";
}

.ti-instagram:before {
    content: "\e73d";
}

.ti-google:before {
    content: "\e73e";
}

.ti-github:before {
    content: "\e73f";
}

.ti-flickr:before {
    content: "\e740";
}

.ti-facebook:before {
    content: "\e741";
}

.ti-dropbox:before {
    content: "\e742";
}

.ti-dribbble:before {
    content: "\e743";
}

.ti-apple:before {
    content: "\e744";
}

.ti-android:before {
    content: "\e745";
}

.ti-save:before {
    content: "\e746";
}

.ti-save-alt:before {
    content: "\e747";
}

.ti-yahoo:before {
    content: "\e748";
}

.ti-wordpress:before {
    content: "\e749";
}

.ti-vimeo-alt:before {
    content: "\e74a";
}

.ti-twitter-alt:before {
    content: "\e74b";
}

.ti-tumblr-alt:before {
    content: "\e74c";
}

.ti-trello:before {
    content: "\e74d";
}

.ti-stack-overflow:before {
    content: "\e74e";
}

.ti-soundcloud:before {
    content: "\e74f";
}

.ti-sharethis:before {
    content: "\e750";
}

.ti-sharethis-alt:before {
    content: "\e751";
}

.ti-reddit:before {
    content: "\e752";
}

.ti-pinterest-alt:before {
    content: "\e753";
}

.ti-microsoft-alt:before {
    content: "\e754";
}

.ti-linux:before {
    content: "\e755";
}

.ti-jsfiddle:before {
    content: "\e756";
}

.ti-joomla:before {
    content: "\e757";
}

.ti-html5:before {
    content: "\e758";
}

.ti-flickr-alt:before {
    content: "\e759";
}

.ti-email:before {
    content: "\e75a";
}

.ti-drupal:before {
    content: "\e75b";
}

.ti-dropbox-alt:before {
    content: "\e75c";
}

.ti-css3:before {
    content: "\e75d";
}

.ti-rss:before {
    content: "\e75e";
}

.ti-rss-alt:before {
    content: "\e75f";
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}

/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #eb7a55;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

/* tree view */
.jstree-default .jstree-node, .jstree-default .jstree-icon {
    background-image: url("../images/32px.png");
}

.jstree-default .jstree-node {
    background-position: -292px -4px;
    background-repeat: repeat-y;
}

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
    background: url("../images/throbber.gif") center center no-repeat;
}

.custom-tree.jstree-default .jstree-checkbox {
    background-image: none;
    font-style: normal;
}

.custom-tree.jstree-default .jstree-checkbox:before {
    font-family: FontAwesome;
    font-size: 18px;
    content: '\f096';
}

.custom-tree.jstree-default .jstree-checkbox.jstree-undetermined:before {
    content: '\f0c8';
    color: #ccc;
}

.custom-tree.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:before,
.custom-tree.jstree-default .jstree-checked > .jstree-checkbox:before {
    content: '\f14a';
    color: #41B314;
}

/* wizard */
.wizard {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.wizard:before, .wizard:after {
    display: table;
    line-height: 0;
    content: "";
}

.wizard:after {
    clear: both;
}

.wizard ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 4000px;
    padding: 0;
    margin: 0;
    list-style: none outside none;
}

.wizard ul.previous-disabled li.complete {
    cursor: default;
}

.wizard ul.previous-disabled li.complete:hover {
    color: #468847;
    cursor: default;
    background: #f3f4f5;
}

.wizard ul.previous-disabled li.complete:hover .chevron:before {
    border-left-color: #f3f4f5;
}

.wizard ul li {
    position: relative;
    height: 47px;
    padding: 0 20px 0 30px;
    margin: 0;
    font-size: 16px;
    line-height: 47px;
    color: #aeaeae;
    cursor: default;
    background: #fafafa;
}

.wizard ul li:first-child {
    padding-left: 20px;
}

.wizard ul li .chevron {
    border: 24px solid transparent;
    border-left: 14px solid #d4d4d4;
    border-right: 0;
    display: block;
    position: absolute;
    right: -14px;
    top: 0;
    z-index: 1;
}

.wizard ul li .chevron:before {
    border: 24px solid transparent;
    border-left: 14px solid #fafafa;
    border-right: 0;
    content: "";
    display: block;
    position: absolute;
    right: 1px;
    top: -24px;
}

.wizard ul li.complete {
    color: #fff;
    background: #41B314;
}

.wizard ul li.complete:hover {
    cursor: pointer;
}

.wizard ul li.complete:hover .chevron:before {
    border-left: 14px solid #41B314;
}

.wizard ul li.complete .chevron {
    border-left-color: #fff;
}

.wizard ul li.complete .chevron:before {
    border-left: 14px solid #41B314;
}

.wizard ul li.active {
    color: #fff;
    background: #00AAFF;
}

.wizard ul li.active .chevron:before {
    border-left: 14px solid #00AAFF;
}

.wizard ul li .badge {
    position: relative;
    top: -2px;
    margin-right: 8px;
    padding: 4px 7px;
}

.wizard ul li .badge.badge-info {
    background-color: #0088cc;
}

.wizard ul li .badge.badge-success {
    background-color: #30850f;
}

.wizard .steps-container {
    background-color: #fafafa;
}

.wizard .step-content {
    padding: 30px 20px;
    float: left;
    width: 100%;
}

.wizard .step-content .step-pane {
    display: none;
}

.wizard .step-content .active {
    display: block;
}

.wizard .step-content .active .btn-group .active {
    display: inline-block;
}

.wizard .actions {
    float: left;
    padding: 20px;
}

.wizard .parsley-errors-list li {
    float: none;
    padding: 0;
    color: #F9354C;
    font-size: 14px;
    background: none;
}

.wizard .parsley-errors-list li:first-child {
    padding-left: 0;
}

/* sortable */
.ui-sortable {
    min-height: 35px;
}

.ui-sortable .card-header {
    cursor: move;
}

.ui-sortable-placeholder {
    border: 1px dashed #cecece !important;
    visibility: visible !important;
    background: #f3f3f3;
}

/* autocomplete */
.ui-widget.ui-widget-content {
    border-color: #e1e3ea;
    color: #5e6773;
}

.ui-widget.ui-widget-content .ui-state-active {
    background: #f2f2f5;
    border-color: transparent;
    color: #5e6773;
}

/* nestable */
.dd-handle, .dd-item .custom-content {
    height: auto;
    padding: 10px;
    cursor: move;
    background: #fff;
    color: #5e6773;
    border-color: #e1e3ea;
}

.dd-handle:hover, .dd-item .custom-content:hover {
    color: #5e6773;
    background: #f5f8fa;
}

.dd-item > button {
    margin: 11px 0;
    color: #a0aeba;
}

.dd-item .custom-handle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: move;
}

.dd-item .custom-handle i {
    font-size: 13px;
    vertical-align: middle;
    color: #a0aeba;
}

.dd-item .custom-content {
    display: block;
    margin: 5px 0;
    padding-left: 40px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e1e3ea;
    cursor: auto;
}

.dd-item .custom-content:hover {
    background: #fff;
}

.dd-item.custom-item > button {
    margin-left: 35px;
}

.dd-dragel .custom-handle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dd-dragel .custom-content {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

.dd-empty,
.dd-placeholder {
    background-color: #f3f3f3;
    border-color: #cecece;
}

/* dropzone file upload */
.dropzone {
    padding: 20px 40px;
    border: 1px solid #eaeff2;
}

.dropzone .dz-message {
    font-size: 18px;
    text-align: center;
    color: #a0aeba;
}

.dropzone .dz-message:before {
    font-family: FontAwesome;
    content: '\f0ee';
    display: block;
    font-size: 3em;
    line-height: 1;
}

.dropzone.dz-started .dz-message {
    display: none;
}

.dropzone .dz-message {
    display: block;
}

.dropzone .dz-default.dz-message {
    background: none;
    height: auto;
}

.dropzone .dz-default.dz-message span {
    display: block;
}

.dropzone .dz-fallback {
    text-align: center;
}

.dropzone .dz-fallback input[type="file"] {
    margin: 0 auto;
    margin-bottom: 10px;
}

.dropzone .dz-preview .dz-details {
    width: 100px;
    height: auto;
    padding: 5px 0;
    background: transparent;
}

/* password strength meter */
.password-strength-container input[type="password"] {
    margin-bottom: 5px;
}

/* password show/hide */
.hideShowPassword-toggle {
    margin-right: 5px;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 19px;
    background: #f1f2f5;
    color: #b6bbcb;
}

.hideShowPassword-toggle:focus {
    outline: 0;
}

.hideShowPassword-toggle.toggle-eye {
    background: transparent;
}

.hideShowPassword-toggle.toggle-eye i {
    position: relative;
    top: 1px;
    font-size: 14px;
}

/* datatables */
div.dataTables_wrapper div.dataTables_filter {
    float: right;
}

div.dataTables_wrapper .thead-light .custom-range {
    padding-bottom: .3rem;
}

div.dataTables_wrapper .thead-light .custom-range::-webkit-slider-runnable-track {
    background-color: #fff;
}

/* chartist */
.ct-label {
    fill: #676a6d;
    color: #676a6d;
    font-size: 0.75rem;
    line-height: 1;
}

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
    dominant-baseline: central;
}

.ct-label.ct-horizontal.ct-start {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start;
}

.ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start;
}

.ct-label.ct-vertical.ct-start {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    text-align: right;
    text-anchor: end;
}

.ct-label.ct-vertical.ct-end {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    text-align: right;
    text-anchor: end;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: end;
}

.ct-grid {
    stroke: rgba(0, 0, 0, 0.2);
    stroke-width: 1px;
    stroke-dasharray: 2px;
}

.ct-grid-background {
    fill: none;
}

.ct-point {
    stroke-width: 8px;
    stroke-linecap: round;
}

.ct-line {
    fill: none;
    stroke-width: 3px;
}

.ct-area {
    stroke: none;
    fill-opacity: 0.3;
}

.ct-bar {
    fill: none;
    stroke-width: 10px;
}

.ct-slice-donut {
    fill: none;
    stroke-width: 60px;
}

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
    stroke: #028fd0;
}

.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
    fill: #028fd0;
}

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
    stroke: #83c6ea;
}

.ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area {
    fill: #83c6ea;
}

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
    stroke: #f4c63d;
}

.ct-series-c .ct-slice-pie, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-area {
    fill: #f4c63d;
}

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
    stroke: #d17905;
}

.ct-series-d .ct-slice-pie, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-area {
    fill: #d17905;
}

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
    stroke: #453d3f;
}

.ct-series-e .ct-slice-pie, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-area {
    fill: #453d3f;
}

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
    stroke: #59922b;
}

.ct-series-f .ct-slice-pie, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-area {
    fill: #59922b;
}

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
    stroke: #0544d3;
}

.ct-series-g .ct-slice-pie, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-area {
    fill: #0544d3;
}

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
    stroke: #6b0392;
}

.ct-series-h .ct-slice-pie, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-area {
    fill: #6b0392;
}

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
    stroke: #f05b4f;
}

.ct-series-i .ct-slice-pie, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-area {
    fill: #f05b4f;
}

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
    stroke: #dda458;
}

.ct-series-j .ct-slice-pie, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-area {
    fill: #dda458;
}

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
    stroke: #eacf7d;
}

.ct-series-k .ct-slice-pie, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-area {
    fill: #eacf7d;
}

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
    stroke: #86797d;
}

.ct-series-l .ct-slice-pie, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-area {
    fill: #86797d;
}

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
    stroke: #b2c326;
}

.ct-series-m .ct-slice-pie, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-area {
    fill: #b2c326;
}

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
    stroke: #6188e2;
}

.ct-series-n .ct-slice-pie, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-area {
    fill: #6188e2;
}

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
    stroke: #a748ca;
}

.ct-series-o .ct-slice-pie, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-area {
    fill: #a748ca;
}

.ct-square {
    display: block;
    position: relative;
    width: 100%;
}

.ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%;
}

.ct-square:after {
    content: "";
    display: table;
    clear: both;
}

.ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-minor-second {
    display: block;
    position: relative;
    width: 100%;
}

.ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%;
}

.ct-minor-second:after {
    content: "";
    display: table;
    clear: both;
}

.ct-minor-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-major-second {
    display: block;
    position: relative;
    width: 100%;
}

.ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.88889%;
}

.ct-major-second:after {
    content: "";
    display: table;
    clear: both;
}

.ct-major-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-minor-third {
    display: block;
    position: relative;
    width: 100%;
}

.ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.33333%;
}

.ct-minor-third:after {
    content: "";
    display: table;
    clear: both;
}

.ct-minor-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-major-third {
    display: block;
    position: relative;
    width: 100%;
}

.ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%;
}

.ct-major-third:after {
    content: "";
    display: table;
    clear: both;
}

.ct-major-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-perfect-fourth {
    display: block;
    position: relative;
    width: 100%;
}

.ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%;
}

.ct-perfect-fourth:after {
    content: "";
    display: table;
    clear: both;
}

.ct-perfect-fourth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-perfect-fifth {
    display: block;
    position: relative;
    width: 100%;
}

.ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.66667%;
}

.ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both;
}

.ct-perfect-fifth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-minor-sixth {
    display: block;
    position: relative;
    width: 100%;
}

.ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%;
}

.ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both;
}

.ct-minor-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-golden-section {
    display: block;
    position: relative;
    width: 100%;
}

.ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.8047%;
}

.ct-golden-section:after {
    content: "";
    display: table;
    clear: both;
}

.ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-major-sixth {
    display: block;
    position: relative;
    width: 100%;
}

.ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%;
}

.ct-major-sixth:after {
    content: "";
    display: table;
    clear: both;
}

.ct-major-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-minor-seventh {
    display: block;
    position: relative;
    width: 100%;
}

.ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%;
}

.ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both;
}

.ct-minor-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-major-seventh {
    display: block;
    position: relative;
    width: 100%;
}

.ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.33333%;
}

.ct-major-seventh:after {
    content: "";
    display: table;
    clear: both;
}

.ct-major-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-octave {
    display: block;
    position: relative;
    width: 100%;
}

.ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%;
}

.ct-octave:after {
    content: "";
    display: table;
    clear: both;
}

.ct-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-major-tenth {
    display: block;
    position: relative;
    width: 100%;
}

.ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%;
}

.ct-major-tenth:after {
    content: "";
    display: table;
    clear: both;
}

.ct-major-tenth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-major-eleventh {
    display: block;
    position: relative;
    width: 100%;
}

.ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%;
}

.ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both;
}

.ct-major-eleventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-major-twelfth {
    display: block;
    position: relative;
    width: 100%;
}

.ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.33333%;
}

.ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both;
}

.ct-major-twelfth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ct-double-octave {
    display: block;
    position: relative;
    width: 100%;
}

.ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%;
}

.ct-double-octave:after {
    content: "";
    display: table;
    clear: both;
}

.ct-double-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

/* flot chart */
.demo-flot-chart {
    width: 100%;
    height: 350px;
}

.flot-donut-label {
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}

/* sparkline and flot tooltip */
.jqstooltip {
    border-radius: 2px !important;
}

.flotTip {
    background-color: #f4f7f9 !important;
    border-color: #d3dfe7 !important;
}

.flotTip .jqsfield {
    color: #5e6773;
}

.flotTip-blue {
    background-color: rgba(66, 134, 201, 0.8) !important;
    border-color: #3c7fc1 !important;
    color: #fff;
}

.flotTip-blue .jqsfield {
    color: #fff;
}

.flotTip-black {
    background-color: rgba(24, 24, 24, 0.8) !important;
    border: none !important;
    color: #fff;
}

.flotTip-black .jqsfield {
    color: #fff;
}

.legendLayer {
    fill: #fff;
}

.legendLayer text {
    fill: #5e6773;
}

/* sparkline chart */
.sparkline-stat-medium {
    padding: 8px 0;
    margin-bottom: 30px;
}

.sparkline-stat-medium strong {
    display: block;
    font-size: 1.5em;
    font-weight: 300;
}

/* sparkline bar chart */
.sparkbar-stat-item .mini-bar-chart {
    position: relative;
    top: -10px;
    left: 8px;
}

/* sparkline big chart */
.sparkline-stat-big {
    position: relative;
    padding: 5px 20px 0 20px;
    color: #506167;
}

.sparkline-stat-big .summary {
    position: absolute;
}

.sparkline-stat-big .big-number {
    float: left;
    margin-right: 10px;
    font-size: 4em;
    font-weight: 300;
    line-height: .7;
}

/* easy pie chart */
.easy-pie-chart {
    position: relative;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
}

.easy-pie-chart .percent {
    display: inline-block;
    width: 100%;
    position: absolute;
    line-height: 130px;
    z-index: 2;
    font-size: 28px;
    text-align: center;
}

#toast-container > div {
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    opacity: 1;
}

#toast-container > div:hover {
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}

.toastr-plugin {
    background-color: #030303;
}

.toast-success {
    background-color: #41B314;
}

.toast-error {
    background-color: #F9354C;
}

.toast-info {
    background-color: #5d7de7;
}

.toast-warning {
    background-color: #F89B03;
}

/* jquery vector map */
.jqvmap-zoomin,
.jqvmap-zoomout {
    width: 25px;
    height: 25px;
    padding: 0;
    line-height: 25px;
    background: #00AAFF;
    border-radius: 50%;
}

.jqvmap-zoomin:hover, .jqvmap-zoomin:focus,
.jqvmap-zoomout:hover,
.jqvmap-zoomout:focus {
    background: #00a0f0;
}

.jqvmap-zoomout {
    top: 38px;
}

.map .zoomButton {
    position: absolute;
    left: 10px;
    background: #fff;
    width: 20px;
    cursor: pointer;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 20px;
}

.map .zoomButton:hover {
    background: #f7f7f7;
}

.map .zoomIn {
    top: 90px;
}

.map .zoomReset {
    top: 113px;
}

.map .zoomOut {
    top: 135px;
}

.mapTooltip {
    position: absolute;
    padding: 10px;
    z-index: 1000;
    max-width: 200px;
    display: none;
    background-color: #f3f3f3;
    border: 1px solid #fff;
    color: #555;
    opacity: .9;
}

.mapTooltip span {
    font-weight: 700;
}

/* slick carousel */
.slick-prev,
.slick-next {
    z-index: 9;
}

.slick-prev:before,
.slick-next:before {
    font-family: "themify";
    color: #a0aeba;
}

.slick-prev {
    left: 25px;
}

.slick-prev:before {
    content: "\e64a";
}

.slick-next {
    right: 25px;
}

.slick-next:before {
    content: "\e649";
}

.slick-slide:focus {
    outline: none;
}

/* adjustment styles needed for Bootstrap Tour */
.popover.tour.fade.in {
    opacity: 1 !important;
}

.popover.tour .arrow {
    width: 11px;
}

.popover.tour.right > .arrow {
    left: -16px;
}

.popover.tour.left > .arrow {
    right: -16px;
}

/* fix collapse set by this plugin */
.collapse {
    display: block;
}

/********************
 * PAGE: PROFILE
 ********************/
.card-profile {
    position: relative;
}

.card-profile .heading {
    margin: 0 0 10px 0;
    font-weight: 500;
    font-size: 1.3rem;
}

.profile-left {
    padding-left: 0;
    background-color: #fcfcfc;
}

.profile-right {
    padding: 20px 25px;
}

.profile-right .heading {
    margin-top: 0;
}

.profile-header {
    position: relative;
    text-align: center;
    color: #fff;
}

.profile-header .overlay {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.profile-header .profile-main {
    position: relative;
    padding: 20px;
    background-image: url("../../assets/images/profile-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.profile-header .name {
    margin: 8px 0 0 0;
    font-size: 22px;
}

.profile-header .online-status {
    font-size: 13px;
    position: relative;
    top: -2px;
}

.profile-header .online-status:before {
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    margin-right: 3px;
    border-radius: 50%;
}

.profile-header .online-status.status-available:before {
    background-color: #41B314;
}

.profile-header .profile-stat {
    position: relative;
    background-color: #00AAFF;
}

.profile-header .profile-stat .stat-item {
    padding: 20px;
    position: relative;
}

.profile-header .profile-stat .stat-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #33bbff;
}

.profile-header .profile-stat .stat-item:last-child:after {
    display: none;
}

.profile-header .profile-stat .stat-item span {
    display: block;
}

@media screen and (max-width: 1023px) {
    .profile-header .profile-stat .stat-item:after {
        display: none;
    }
}

.profile-detail {
    padding-bottom: 30px;
}

.profile-info {
    padding: 0 20px;
    margin: 40px 0;
}

.social-icons {
    margin-bottom: 0;
}

.social-icons > li {
    padding: 0 2px 5px 2px;
}

.social-icons > li > a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background-color: #4d4d4d;
    color: #fff;
    border-radius: 3px;
}

.social-icons > li > a i {
    font-size: 18px;
}

.social-icons > li > a:hover, .social-icons > li > a:focus {
    background-color: #404040;
}

/* colored background */
.z500px-bg {
    background-color: #0099e5 !important;
}

.z500px-bg:hover, .z500px-bg:focus {
    background-color: #0088cc !important;
}

.about-me-bg {
    background-color: #00405d !important;
}

.about-me-bg:hover, .about-me-bg:focus {
    background-color: #002e44 !important;
}

.airbnb-bg {
    background-color: #fd5c63 !important;
}

.airbnb-bg:hover, .airbnb-bg:focus {
    background-color: #fd434b !important;
}

.alphabet-bg {
    background-color: #ed1c24 !important;
}

.alphabet-bg:hover, .alphabet-bg:focus {
    background-color: #de1219 !important;
}

.amazon-bg {
    background-color: #ff9900 !important;
}

.amazon-bg:hover, .amazon-bg:focus {
    background-color: #e68a00 !important;
}

.american-express-bg {
    background-color: #002663 !important;
}

.american-express-bg:hover, .american-express-bg:focus {
    background-color: #001c4a !important;
}

.aol-bg {
    background-color: #ff0b00 !important;
}

.aol-bg:hover, .aol-bg:focus {
    background-color: #e60a00 !important;
}

.behance-bg {
    background-color: #1769ff !important;
}

.behance-bg:hover, .behance-bg:focus {
    background-color: #0059fd !important;
}

.bing-bg {
    background-color: #ffb900 !important;
}

.bing-bg:hover, .bing-bg:focus {
    background-color: #e6a700 !important;
}

.bitbucket-bg {
    background-color: #205081 !important;
}

.bitbucket-bg:hover, .bitbucket-bg:focus {
    background-color: #1b436d !important;
}

.bitly-bg {
    background-color: #ee6123 !important;
}

.bitly-bg:hover, .bitly-bg:focus {
    background-color: #e65312 !important;
}

.blogger-bg {
    background-color: #f57d00 !important;
}

.blogger-bg:hover, .blogger-bg:focus {
    background-color: #dc7000 !important;
}

.booking-com-bg {
    background-color: #003580 !important;
}

.booking-com-bg:hover, .booking-com-bg:focus {
    background-color: #002a67 !important;
}

.buffer-bg {
    background-color: #168eea !important;
}

.buffer-bg:hover, .buffer-bg:focus {
    background-color: #1380d3 !important;
}

.code-school-bg {
    background-color: #616f67 !important;
}

.code-school-bg:hover, .code-school-bg:focus {
    background-color: #55615a !important;
}

.codecademy-bg {
    background-color: #f65a5b !important;
}

.codecademy-bg:hover, .codecademy-bg:focus {
    background-color: #f54243 !important;
}

.creative-market-bg {
    background-color: #8ba753 !important;
}

.creative-market-bg:hover, .creative-market-bg:focus {
    background-color: #7d964b !important;
}

.delicious-bg {
    background-color: #3399ff !important;
}

.delicious-bg:hover, .delicious-bg:focus {
    background-color: #1a8cff !important;
}

.deviantart-bg {
    background-color: #05cc47 !important;
}

.deviantart-bg:hover, .deviantart-bg:focus {
    background-color: #04b33e !important;
}

.digg-bg {
    background-color: #005be2 !important;
}

.digg-bg:hover, .digg-bg:focus {
    background-color: #0051c9 !important;
}

.disqus-bg {
    background-color: #2e9fff !important;
}

.disqus-bg:hover, .disqus-bg:focus {
    background-color: #1593ff !important;
}

.django-bg {
    background-color: #092e20 !important;
}

.django-bg:hover, .django-bg:focus {
    background-color: #051911 !important;
}

.dribbble-bg {
    background-color: #ea4c89 !important;
}

.dribbble-bg:hover, .dribbble-bg:focus {
    background-color: #e7357a !important;
}

.dropbox-bg {
    background-color: #007ee5 !important;
}

.dropbox-bg:hover, .dropbox-bg:focus {
    background-color: #0070cc !important;
}

.drupal-bg {
    background-color: #0077c0 !important;
}

.drupal-bg:hover, .drupal-bg:focus {
    background-color: #0067a7 !important;
}

.elance-bg {
    background-color: #0d69af !important;
}

.elance-bg:hover, .elance-bg:focus {
    background-color: #0b5b97 !important;
}

.envato-bg {
    background-color: #82b541 !important;
}

.envato-bg:hover, .envato-bg:focus {
    background-color: #75a23a !important;
}

.etsy-bg {
    background-color: #d5641c !important;
}

.etsy-bg:hover, .etsy-bg:focus {
    background-color: #be5919 !important;
}

.facebook-bg {
    background-color: #3b5998 !important;
}

.facebook-bg:hover, .facebook-bg:focus {
    background-color: #344e86 !important;
}

.feedly-bg {
    background-color: #2bb24c !important;
}

.feedly-bg:hover, .feedly-bg:focus {
    background-color: #269d43 !important;
}

.flattr-bg {
    background-color: #f67c1a !important;
}

.flattr-bg:hover, .flattr-bg:focus {
    background-color: #ed6f09 !important;
}

.flickr-bg {
    background-color: #0063dc !important;
}

.flickr-bg:hover, .flickr-bg:focus {
    background-color: #0058c3 !important;
}

.flipboard-bg {
    background-color: #e12828 !important;
}

.flipboard-bg:hover, .flipboard-bg:focus {
    background-color: #d21d1d !important;
}

.flixster-bg {
    background-color: #2971b2 !important;
}

.flixster-bg:hover, .flixster-bg:focus {
    background-color: #24649d !important;
}

.foursquare-bg {
    background-color: #0732a2 !important;
}

.foursquare-bg:hover, .foursquare-bg:focus {
    background-color: #062a8a !important;
}

.github-bg {
    background-color: #333333 !important;
}

.github-bg:hover, .github-bg:focus {
    background-color: #262626 !important;
}

.google-bg {
    background-color: #4285f4 !important;
}

.google-bg:hover, .google-bg:focus {
    background-color: #2a75f3 !important;
}

.google-plus-bg {
    background-color: #dc4e41 !important;
}

.google-plus-bg:hover, .google-plus-bg:focus {
    background-color: #d83a2b !important;
}

.instagram-bg {
    background-color: #3f729b !important;
}

.instagram-bg:hover, .instagram-bg:focus {
    background-color: #386589 !important;
}

.kickstarter-bg {
    background-color: #2bde73 !important;
}

.kickstarter-bg:hover, .kickstarter-bg:focus {
    background-color: #20cf67 !important;
}

.kik-bg {
    background-color: #82bc23 !important;
}

.kik-bg:hover, .kik-bg:focus {
    background-color: #73a71f !important;
}

.lastfm-bg {
    background-color: #d51007 !important;
}

.lastfm-bg:hover, .lastfm-bg:focus {
    background-color: #bc0e06 !important;
}

.line-bg {
    background-color: #00c300 !important;
}

.line-bg:hover, .line-bg:focus {
    background-color: #00aa00 !important;
}

.linkedin-bg {
    background-color: #0077b5 !important;
}

.linkedin-bg:hover, .linkedin-bg:focus {
    background-color: #00669c !important;
}

.mail-ru-bg {
    background-color: #168de2 !important;
}

.mail-ru-bg:hover, .mail-ru-bg:focus {
    background-color: #147fcb !important;
}

.mailchimp-bg {
    background-color: #2c9ab7 !important;
}

.mailchimp-bg:hover, .mailchimp-bg:focus {
    background-color: #2789a2 !important;
}

.myspace-bg {
    background-color: #000000 !important;
}

.myspace-bg:hover, .myspace-bg:focus {
    background-color: black !important;
}

.netflix-bg {
    background-color: #e50914 !important;
}

.netflix-bg:hover, .netflix-bg:focus {
    background-color: #cc0812 !important;
}

.ning-bg {
    background-color: #75af42 !important;
}

.ning-bg:hover, .ning-bg:focus {
    background-color: #699c3b !important;
}

.path-bg {
    background-color: #ee3423 !important;
}

.path-bg:hover, .path-bg:focus {
    background-color: #e62412 !important;
}

.patreon-bg {
    background-color: #e6461a !important;
}

.patreon-bg:hover, .patreon-bg:focus {
    background-color: #d03f17 !important;
}

.paypal-bg {
    background-color: #003087 !important;
}

.paypal-bg:hover, .paypal-bg:focus {
    background-color: #00276e !important;
}

.photobucket-bg {
    background-color: #0ea0db !important;
}

.photobucket-bg:hover, .photobucket-bg:focus {
    background-color: #0c8ec3 !important;
}

.pinterest-bg {
    background-color: #bd081c !important;
}

.pinterest-bg:hover, .pinterest-bg:focus {
    background-color: #a50718 !important;
}

.product-hunt-bg {
    background-color: #da552f !important;
}

.product-hunt-bg:hover, .product-hunt-bg:focus {
    background-color: #cb4924 !important;
}

.quora-bg {
    background-color: #a82400 !important;
}

.quora-bg:hover, .quora-bg:focus {
    background-color: #8f1f00 !important;
}

.rdio-bg {
    background-color: #007dc3 !important;
}

.rdio-bg:hover, .rdio-bg:focus {
    background-color: #006daa !important;
}

.reddit-bg {
    background-color: #ff4500 !important;
}

.reddit-bg:hover, .reddit-bg:focus {
    background-color: #e63e00 !important;
}

.rss-bg {
    background-color: #f26522 !important;
}

.rss-bg:hover, .rss-bg:focus {
    background-color: #ed560e !important;
}

.salesforce-bg {
    background-color: #1798c1 !important;
}

.salesforce-bg:hover, .salesforce-bg:focus {
    background-color: #1486aa !important;
}

.scribd-bg {
    background-color: #1a7bba !important;
}

.scribd-bg:hover, .scribd-bg:focus {
    background-color: #176ca4 !important;
}

.shopify-bg {
    background-color: #96bf48 !important;
}

.shopify-bg:hover, .shopify-bg:focus {
    background-color: #89b03e !important;
}

.skype-bg {
    background-color: #00aff0 !important;
}

.skype-bg:hover, .skype-bg:focus {
    background-color: #009cd7 !important;
}

.slack-bg {
    background-color: #6ecadc !important;
}

.slack-bg:hover, .slack-bg:focus {
    background-color: #59c2d7 !important;
}

.slideshare-bg {
    background-color: #0077b5 !important;
}

.slideshare-bg:hover, .slideshare-bg:focus {
    background-color: #00669c !important;
}

.soundcloud-bg {
    background-color: #ff8800 !important;
}

.soundcloud-bg:hover, .soundcloud-bg:focus {
    background-color: #e67a00 !important;
}

.spotify-bg {
    background-color: #2ebd59 !important;
}

.spotify-bg:hover, .spotify-bg:focus {
    background-color: #29a84f !important;
}

.squarespace-bg {
    background-color: #222222 !important;
}

.squarespace-bg:hover, .squarespace-bg:focus {
    background-color: #151515 !important;
}

.stackoverflow-bg {
    background-color: #fe7a15 !important;
}

.stackoverflow-bg:hover, .stackoverflow-bg:focus {
    background-color: #f86c01 !important;
}

.stripe-bg {
    background-color: #00afe1 !important;
}

.stripe-bg:hover, .stripe-bg:focus {
    background-color: #009bc8 !important;
}

.stumbleupon-bg {
    background-color: #eb4924 !important;
}

.stumbleupon-bg:hover, .stumbleupon-bg:focus {
    background-color: #e13b15 !important;
}

.telegram-bg {
    background-color: #0088cc !important;
}

.telegram-bg:hover, .telegram-bg:focus {
    background-color: #0077b3 !important;
}

.tumblr-bg {
    background-color: #35465c !important;
}

.tumblr-bg:hover, .tumblr-bg:focus {
    background-color: #2c3a4c !important;
}

.twitch-tv-bg {
    background-color: #6441a5 !important;
}

.twitch-tv-bg:hover, .twitch-tv-bg:focus {
    background-color: #593a93 !important;
}

.twitter-bg {
    background-color: #55acee !important;
}

.twitter-bg:hover, .twitter-bg:focus {
    background-color: #3ea1ec !important;
}

.vimeo-bg {
    background-color: #162221 !important;
}

.vimeo-bg:hover, .vimeo-bg:focus {
    background-color: #0c1312 !important;
}

.vine-bg {
    background-color: #00b488 !important;
}

.vine-bg:hover, .vine-bg:focus {
    background-color: #009b75 !important;
}

.wechat-bg {
    background-color: #7bb32e !important;
}

.wechat-bg:hover, .wechat-bg:focus {
    background-color: #6d9f29 !important;
}

.whatsapp-bg {
    background-color: #43d854 !important;
}

.whatsapp-bg:hover, .whatsapp-bg:focus {
    background-color: #2ed441 !important;
}

.wordpress-bg {
    background-color: #21759b !important;
}

.wordpress-bg:hover, .wordpress-bg:focus {
    background-color: #1d6586 !important;
}

.yahoo-bg {
    background-color: #410093 !important;
}

.yahoo-bg:hover, .yahoo-bg:focus {
    background-color: #36007a !important;
}

.youtube-bg {
    background-color: #cd201f !important;
}

.youtube-bg:hover, .youtube-bg:focus {
    background-color: #b71d1c !important;
}

.firefox-bg {
    background-color: #e66000 !important;
}

.firefox-bg:hover, .firefox-bg:focus {
    background-color: #cd5500 !important;
}

.chrome-bg {
    background-color: #fbbc05 !important;
}

.chrome-bg:hover, .chrome-bg:focus {
    background-color: #e3aa04 !important;
}

.edge-bg {
    background-color: #00aaff !important;
}

.edge-bg:hover, .edge-bg:focus {
    background-color: #0099e6 !important;
}

.safari-bg {
    background-color: #4165c8 !important;
}

.safari-bg:hover, .safari-bg:focus {
    background-color: #3659ba !important;
}

.opera-bg {
    background-color: #cc0f16 !important;
}

.opera-bg:hover, .opera-bg:focus {
    background-color: #b40d13 !important;
}

.profile-right .heading {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.awards {
    margin-bottom: 50px;
}

.awards div[class^="col-"] {
    text-align: center;
}

.award-item {
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
}

.award-item .hexagon {
    margin: 35px 0;
}

.hexagon {
    width: 100px;
    height: 55px;
    background: #ececec;
    position: relative;
}

.hexagon:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 25px solid #ececec;
}

.hexagon:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 25px solid #ececec;
}

.award-icon {
    font-size: 36px;
    line-height: 1.5em;
}

ul.activity-timeline > li {
    margin-bottom: 45px;
    position: relative;
    z-index: 0;
}

ul.activity-timeline > li .activity-icon {
    border-radius: 30px;
    float: left;
    width: 34px;
    height: 34px;
    background-color: #00AAFF;
    font-size: 16px;
    color: #fff;
    line-height: 34px;
    text-align: center;
    margin-right: 10px;
}

ul.activity-timeline > li > p {
    margin-bottom: 0;
    padding-left: 40px;
}

ul.activity-timeline > li .timestamp {
    display: block;
    font-size: .85em;
    color: #a0aeba;
}

ul.activity-timeline > li:after {
    content: "";
    display: block;
    border-left: 1px dashed #d2dbe2;
    width: 1px;
    height: 25px;
    position: absolute;
    top: 45px;
    left: 16px;
    z-index: -1;
}

ul.activity-timeline > li:last-child:after {
    display: none;
}

.project-table .progress {
    margin-bottom: 0;
}

.project-table .progress-bar {
    font-size: 10px;
}

.project-table > tbody > tr > td {
    padding: 12px 8px;
}

.project-table > tbody > tr > td .avatar {
    width: 22px;
    border: 1px solid #CCC;
}

/********************************
 * AUTHENTICATION FORMS, PAGE
 ********************************/
.auth-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 70rem;
    margin: 0 2rem;
    height: 30rem;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.auth-box:before {
    display: inline-block;
    content: ' ';
    vertical-align: middle;
    height: 100%;
}

.auth-box .content {
    width: 100%;
}

.auth-box .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 42%;
    padding: 0 30px;
}

.auth-box .left:before {
    display: inline-block;
    content: ' ';
    vertical-align: middle;
    height: 100%;
}

.auth-box .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 58%;
    position: relative;
    background-image: url("../../assets/img/login-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.auth-box .right:before {
    display: inline-block;
    content: ' ';
    vertical-align: middle;
    height: 100%;
}

.auth-box .right .text {
    position: relative;
    padding: 0 30px;
    color: #fff;
}

.auth-box .right .heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 26px;
    font-weight: 300;
}

.auth-box .right p {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
}

.auth-box .right .overlay {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(99, 156, 185, 0.92);
}

.auth-box .header {
    margin-bottom: 30px;
}

.auth-box .lead {
    margin-top: 5px;
    font-size: 18px;
    text-align: center;
}

.auth-box .form-auth-small .btn {
    margin-top: 20px;
}

.auth-box .form-auth-small .bottom {
    margin-top: 20px;
    text-align: center;
}

.auth-box .helper-text {
    font-size: 13px;
    color: #a0aeba;
}

.auth-box .btn-signin-social {
    display: block;
    margin-bottom: 15px;
    padding: 10px 22px;
    width: 100%;
    background-color: #fff;
    border-color: #e4ecf0;
}

.auth-box .btn-signin-social:hover, .auth-box .btn-signin-social:focus {
    background-color: #fafafa;
}

.auth-box .btn-signin-social i {
    font-size: 16px;
    margin: 5px;
}

.auth-box.register, .auth-box.forgot-password, .auth-box.lockscreen {
    max-width: 30rem;
    height: auto;
}

.auth-box.register .content, .auth-box.forgot-password .content, .auth-box.lockscreen .content {
    padding: 30px;
}

@media screen and (max-width: 1024px) {
    .auth-box .left {
        width: 100%;
    }

    .auth-box .right {
        display: none;
    }
}

/********************
 * PAGE ERRORS
 ********************/
.page-error {
    max-width: 45rem;
    text-align: center;
}

.page-error .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-error .number {
    font-size: 8rem;
}

.page-error .number.left {
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    .page-error .title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.page-error .text {
    text-align: left;
    font-size: 3.2rem;
    line-height: 1.2;
    position: relative;
    top: 12px;
}

@media screen and (max-width: 768px) {
    .page-error .text {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .page-error .number.left,
    .page-error .text {
        text-align: center;
    }
}

@media screen and (max-width: 640px) {
    .page-error .number.left,
    .page-error .text {
        font-size: 1.4em;
    }
}

.page-error .searchbox {
    margin: 50px auto;
}

@media screen and (max-width: 640px) {
    .page-error .searchbox input[type="search"],
    .page-error .searchbox .input-group,
    .page-error .searchbox .input-group-btn,
    .page-error .searchbox .btn {
        display: block;
        width: 100%;
        float: none;
    }
}

/********************
 * PAGE: DASHBOARD 1
 ********************/
.square-legend ul > li {
    margin-right: 5px;
    font-size: 13px;
}

.square-legend ul > li span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    background-color: #ccc;
}

#age-chart {
    margin-top: -32px;
}

/* online visitors */
.online-visitors .count {
    margin-bottom: 35px;
    text-align: center;
    font-size: 14px;
}

.online-visitors .number {
    display: block;
    margin: 0 auto;
    font-size: 72px;
    font-weight: 300;
    line-height: 1;
    color: #00AAFF;
}

.online-visitors .traffic-sources {
    height: 26px;
    margin-bottom: 0;
}

.online-visitors .traffic-sources .progress-bar {
    line-height: 26px;
}

.online-visitors .traffic-sources .progress-bar:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.online-visitors .traffic-sources .progress-bar:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.online-visitors .source {
    color: #fff;
    font-size: 12px;
}

.online-visitors .referral {
    background-color: #14B1D0;
}

.online-visitors .organic {
    background-color: #F8A00E;
}

.online-visitors .direct {
    background-color: #396ECF;
}

.online-visitors .email {
    background-color: #F14646;
}

#online-visitors-dashboard {
    padding: 17% 0;
}

.square-legend ul > li {
    margin-right: 5px;
    font-size: 13px;
}

.square-legend ul > li span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    background-color: #ccc;
}

/* table chat support */
.table-chat-support .popover-profile:hover {
    cursor: pointer;
}

.table-chat-support .popover-profile i {
    margin-right: 5px;
}

.table-chat-support > tbody > tr > td {
    font-size: 14px;
}

.table-chat-support > tbody > tr > td .fa-mobile {
    font-size: 21px;
}

.table-chat-support > tbody > tr > td .tooltip-inner {
    max-width: none;
}

.dataTables_scrollBody .table-chat-support td {
    white-space: nowrap;
}

.online-visitor-data {
    padding: 5px 15px;
}

.online-visitor-data .left {
    float: left;
    text-align: center;
}

.online-visitor-data .picture {
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
}

.online-visitor-data .guest-avatar {
    border-radius: 50%;
    display: block;
    line-height: 47px;
    text-align: center;
    font-size: 24px;
    background-color: #eff4fa;
}

.online-visitor-data .right {
    padding-left: 70px;
}

.online-visitor-data .data {
    margin: 5px 0;
}

.online-visitor-data .data:first-child {
    margin-top: 0;
}

.online-visitor-data .label-data {
    display: block;
    font-size: 13px;
    color: #a0aeba;
}

/* metric data for chart and chart controls */
.chart-metric .title {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.chart-metric .title .data-legend {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-right: 3px;
    border-radius: 50%;
}

.chart-metric .value {
    margin-right: 5px;
    font-weight: 300;
    font-size: 28px;
    line-height: 1;
}

.chart-metric .change {
    padding: 3px 10px;
    position: relative;
    top: -4px;
    font-size: 14px;
    border-radius: 3px;
}

.chart-metric .change i {
    font-size: 12px;
}

.chart-metric .change.up {
    color: #178517;
    background-color: rgba(21, 205, 21, 0.5);
}

.chart-metric .change.down {
    color: #C43E3A;
    background-color: rgba(255, 191, 189, 0.5);
}

.customer-review .review-text {
    margin-bottom: 30px;
}

.customer-review .footer-info {
    margin-bottom: 50px;
}

.customer-review .footer-info .title {
    margin-bottom: 8px;
    color: #a0aeba;
    font-size: 13px;
}

.customer-review .footer-info .picture {
    width: 35px;
    float: left;
}

.customer-review .footer-info .right {
    padding-left: 40px;
}

.customer-review .footer-info span {
    display: block;
}

.customer-review .footer-info .primary-info {
    font-size: 14px;
}

.customer-review .footer-info .secondary-info {
    font-size: 12px;
    color: #a0aeba;
}

.customer-review .controls span {
    margin-right: 15px;
}

.customer-review .controls i {
    color: #00AAFF;
    margin-right: 3px;
}

.customer-review .controls a {
    color: #5e6773;
}

.customer-review .controls a:hover, .customer-review .controls a:focus {
    text-decoration: underline;
}

#last-campaign-metric .widget-metric_2 {
    margin: 41px 0;
}

/* gauge chart */
.activity-gauge > div {
    width: 230px;
    height: 115px;
    text-align: center;
}

.activity-gauge tspan {
    font-weight: 300;
}

/********************
 * PAGE: DASHBOARD 2
 ********************/
.list-insights > li {
    padding: 25px 0;
    border-bottom: 1px solid #e9eef2;
}

.list-insights > li:last-child {
    border-bottom: none;
}

.list-insights .media-left {
    padding-right: 15px;
}

.list-insights i {
    border-radius: 50%;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    background-color: #353535;
    color: #fff;
}

.list-insights p {
    margin-bottom: 0;
    font-size: 18px;
}

.list-insights a {
    font-size: 14px;
}

.list-referrals > li {
    margin-bottom: 35px;
    font-size: 13px;
}

.list-referrals .value {
    font-size: 20px;
    margin-right: 10px;
}

#traffic-sources-chart .legendLayer,
#sales-performance-chart .legendLayer {
    fill: transparent;
}

.list-referrals > li {
    margin-bottom: 35px;
    font-size: 13px;
}

.list-referrals > li p {
    margin-bottom: 10px;
}

.list-referrals .value {
    font-size: 20px;
    margin-right: 10px;
}

.top-products thead {
    display: none;
}

.top-products tbody {
    font-size: 18px;
}

.top-products tbody > tr > td {
    padding-top: 30px;
    padding-bottom: 30px;
    vertical-align: middle;
}

.top-products tbody > tr:first-child > td {
    border-top: none;
    padding-top: 0;
}

.top-products tbody > tr:last-child > td {
    padding-bottom: 0;
}

.top-products .product-logo {
    float: left;
}

.top-products .product-name {
    padding-left: 65px;
    margin: 0;
}

.top-products .product-version {
    display: block;
    font-size: 13px;
    color: #a0aeba;
}

.top-products .icon {
    margin-right: 10px;
    color: #a0aeba;
}

.project-list .progress {
    margin-bottom: 0;
}

.project-list .progress-bar {
    font-size: 10px;
}

.project-list > tbody > tr > td {
    padding: 12px 8px;
}

.project-list > tbody > tr > td .avatar {
    width: 22px;
    border: 1px solid #CCC;
}

.project-list > tbody > tr > td.leader a {
    font-size: 13px;
    color: #5e6773;
}

.project-list > tbody > tr > td.leader a:hover span, .project-list > tbody > tr > td.leader a:focus span {
    text-decoration: underline;
}

.project-list > tbody > tr > td.leader a:hover img, .project-list > tbody > tr > td.leader a:focus img {
    text-decoration: none;
}

.project-list > tbody > tr > td.leader img:hover + a {
    text-decoration: underline;
}

/************************
 * APP: PROJECT LIST
 ************************/
.project-item .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.project-item .card-title a {
    color: #717d84;
}

.project-item .card-title a:hover, .project-item .card-title a:focus {
    text-decoration: underline;
}

.project-item .badge-pending {
    background-color: #e9edf1;
    border: 1px solid #ced7df;
    color: #8b97a6;
}

.project-item .info {
    margin-bottom: 25px;
}

.project-item .info:last-child {
    margin-bottom: 0;
}

.project-item .info .title,
.project-item .info .value {
    display: block;
    margin-bottom: 3px;
}

.project-item .info .title {
    color: #a0aeba;
    font-size: 12px;
}

.project-item .info .value {
    font-size: 13px;
}

.project-item .info .leader-picture {
    border-radius: 50%;
    width: 30px;
    margin-right: 8px;
    margin-top: 2px;
}

.project-item .progress-chart {
    margin-bottom: 3px;
}

.project-item .progress-chart .percent {
    font-size: 18px;
    line-height: 110px;
    color: #a0aeba;
}

.project-item .task {
    text-align: center;
}

.project-item .task .task-progress {
    margin-bottom: 8px;
    font-size: 12px;
    color: #a0aeba;
}

.project-item .card-footer {
    background-color: #fff;
    border-top: 0;
}

.project-item .card-footer .controls a {
    margin-right: 15px;
    font-size: 13px;
    color: #a0aeba;
}

.project-item .card-footer .controls a:hover, .project-item .card-footer .controls a:focus {
    text-decoration: underline;
}

.project-item .card-footer .controls a:hover i, .project-item .card-footer .controls a:focus i {
    text-decoration: none;
}

.project-item .card-footer .controls a i {
    margin-right: 5px;
    font-size: 14px;
    color: #00AAFF;
}

@media screen and (max-width: 640px) {
    .project-item .controls a {
        display: block;
        margin-bottom: 10px;
    }

    .project-item .controls a:last-child {
        margin-bottom: 0;
    }
}

/************************
 * APP: PROJECT DETAIL
 ************************/
.project-heading {
    padding: 25px;
}

.project-heading .project-logo {
    width: 50px;
    border: 1px solid #eaeff2;
}

.project-heading .project-title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: normal;
}

@media screen and (max-width: 640px) {
    .project-heading .media {
        margin-bottom: 10px;
    }

    .project-heading .project-title {
        font-size: 16px;
    }

    .project-heading .text-right {
        text-align: left;
    }
}

.project-subheading {
    background-color: #fafbfc;
    margin: 25px -20px 0 -20px;
    padding: 25px;
    border-top: 1px solid #eaeff2;
    border-bottom: 1px solid #eaeff2;
}

.project-metrics .main-info-item .title,
.project-metrics .main-info-item .value {
    display: block;
}

.project-metrics .main-info-item .title {
    margin-bottom: 5px;
    font-size: 13px;
    color: #a0aeba;
}

.project-metrics.milestone-section .main-info-item .title {
    font-size: 12px;
}

.project-metrics.milestone-section .main-info-item .value {
    font-size: 13px;
}

.project-info {
    margin-bottom: 30px;
}

.project-info .info-heading {
    margin: 0 0 15px 0;
    font-size: 13px;
    color: #a0aeba;
}

.project-info .project-description {
    line-height: 1.7;
}

.project-accordion {
    color: #7b8186;
}

.project-accordion .card {
    margin-bottom: 0;
}

.project-accordion .card-header {
    padding: 0;
    background-color: #f8f9fa;
}

.project-accordion .card-header .card-title {
    display: block;
    font-size: 15px;
    font-weight: normal;
}

.project-accordion .card-header .card-title > a {
    display: block;
    padding: 15px 12px;
    color: #717d84;
}

.project-accordion .card-header .card-title > a:hover, .project-accordion .card-header .card-title > a:focus {
    color: #717d84;
    text-decoration: none;
}

.project-accordion .card-header .card-title > a > .icon-indicator {
    min-width: 18px;
}

.project-accordion .card-header .card-title .toggle-icon {
    float: right;
    color: #c6d2dd;
    position: relative;
    top: 1px;
}

.project-accordion .card-header + .card-body {
    border-top: none;
    background-color: #fafbfc;
}

.project-accordion .card-header .note {
    margin-left: 10px;
    font-size: 12px;
    color: #a0aeba;
}

.project-milestone .milestone-section {
    margin-bottom: 45px;
}

.project-milestone .milestone-section:last-child {
    margin-bottom: 0;
}

.project-milestone .milestone-heading {
    margin: 0 0 12px 0;
    font-size: 12px;
    color: #a0aeba;
}

.project-milestone .milestone-description {
    margin-bottom: 0;
    font-size: 14px;
}

.project-milestone .panel-footer {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #f2f5f8;
}

.project-milestone .panel-footer .btn {
    padding-top: 8px;
    padding-bottom: 8px;
}

@media screen and (max-width: 640px) {
    .project-milestone .panel-heading .milestone-title {
        display: block;
    }

    .project-milestone .panel-heading .label,
    .project-milestone .panel-heading .note {
        display: inline-block;
        margin-top: 5px;
        margin-left: 20px;
    }

    .project-milestone .panel-heading .panel-title .toggle-icon {
        position: absolute;
        right: 12px;
        top: 50%;
        margin-top: -7.5px;
    }

    .project-milestone .panel-footer .btn {
        display: block;
        margin-bottom: 8px;
    }
}

.table-project-tasks > thead > tr {
    font-size: 12px;
}

.table-project-tasks > tbody > tr {
    font-size: 13px;
}

.table-project-tasks > tbody > tr > td.divider {
    background-color: #fff;
    text-align: center;
}

.table-project-tasks .task-indicator {
    border-radius: 50%;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    background-color: #7b8186;
    position: relative;
    top: -1px;
}

.table-project-tasks .task-indicator.success {
    background-color: #53c265;
}

.table-project-tasks .task-indicator.warning {
    background-color: #F3BB23;
}

.table-project-tasks .task-indicator.danger {
    background-color: #ff4402;
}

.table-project-tasks .actions a {
    color: #a0aeba;
    margin-right: 5px;
}

.table-project-tasks .actions a i {
    font-size: 14px;
}

/********************
 * APP: INBOX
 ********************/
ul.inbox-list-message {
    list-style: none;
    padding-left: 0;
    overflow: auto;
    width: auto;
    height: 550px;
}

ul.inbox-list-message li {
    position: relative;
    padding: 20px 15px;
    border-bottom: 1px solid #e9eef2;
    color: #a0aeba;
}

ul.inbox-list-message li:hover, ul.inbox-list-message li:focus {
    background-color: #fafbfc;
}

ul.inbox-list-message li a {
    text-decoration: none;
    color: inherit;
}

ul.inbox-list-message li.unread {
    color: #5e6773;
}

ul.inbox-list-message li.unread .title, ul.inbox-list-message li.unread .sender {
    font-weight: 600;
}

ul.inbox-list-message li.active {
    background-color: #f6f8fb;
}

ul.inbox-list-message img {
    border-radius: 5px;
    float: left;
    width: 48px;
}

ul.inbox-list-message .text {
    padding-left: 65px;
}

ul.inbox-list-message .sender {
    font-size: 13px;
}

ul.inbox-list-message .title {
    font-size: 14px;
    margin: 0;
    margin-bottom: 5px;
}

ul.inbox-list-message .preview {
    margin: 0;
    width: 90%;
    font-size: 13px;
}

ul.inbox-list-message .attachment {
    float: right;
    position: relative;
    top: -40px;
}

ul.inbox-list-message .timestamp {
    float: right;
    font-size: 12px;
    color: #a0aeba;
}

.view-message .header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #fff;
    padding: 20px 30px 30px 30px;
    border-bottom: 1px solid #e9eef2;
}

.view-message .header .top {
    margin-bottom: 20px;
}

.view-message .header .title {
    display: inline-block;
    margin: 0;
    font-weight: 300;
}

.view-message .header .timestamp {
    float: right;
    color: #a0aeba;
}

.view-message .header .contact-info {
    float: left;
    width: auto;
    max-width: 75%;
}

.view-message .header .btn-group {
    float: right;
}

@media screen and (max-width: 767px) {
    .view-message .header .contact-info,
    .view-message .header .btn-group {
        float: none;
    }

    .view-message .header .contact-info {
        width: 100%;
        max-width: 100%;
    }

    .view-message .header .btn-group {
        margin-top: 20px;
        display: block;
    }
}

.view-message .user-image {
    border-radius: 6px;
    float: left;
    margin-right: 15px;
}

.view-message .contact-info .sender,
.view-message .contact-info .receiver {
    font-weight: 600;
}

.view-message .contact-info .receiver {
    border-bottom: 1px dashed #777;
}

.view-message .contact-info .email {
    font-weight: normal;
    color: #a0aeba;
}

.view-message .content {
    padding: 30px;
    background-color: #fff;
}

.view-message .content-separator {
    margin: 30px 0 20px 0;
}

.view-message .footer {
    padding: 30px;
    border-top: 1px solid #e9eef2;
}

@media screen and (max-width: 767px) {
    .view-message .attachment-list li {
        margin-bottom: 10px;
    }
}

.file-type {
    border-radius: 6px;
    margin-right: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #e4e8ec;
    background: #fff;
    vertical-align: middle;
}

.file-type:hover {
    text-decoration: none;
}

.file-type i {
    padding: 20px;
    font-size: 24px;
    background-color: #c2ccd4;
    color: #fff;
}

.file-type .text {
    padding: 10px 12px;
}

.file-type .filesize {
    font-size: 13px;
    color: #a0aeba;
}

.reply-message .user-image {
    border-radius: 3px;
    float: left;
    width: 30px;
}

.reply-message .reply-box {
    border-radius: 3px;
    padding: 15px 20px;
    margin-left: 40px;
    border: 1px solid #e9eef2;
    background-color: #fafafa;
}

.reply-message .reply-box:hover {
    cursor: pointer;
}

/********************
 * APP: FILE MANAGER
 ********************/
.file-tag:before {
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 5px;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #5e6773;
    border-radius: 50%;
}

.file-tag.tag-blue:before {
    background-color: #0E9BE2 !important;
}

.file-tag.tag-blue2:before {
    background-color: #4A90E2 !important;
}

.file-tag.tag-blue3:before {
    background-color: #45AEEF !important;
}

.file-tag.tag-blue4:before {
    background-color: #85B5EA !important;
}

.file-tag.tag-green:before {
    background-color: #7CAC25 !important;
}

.file-tag.tag-green2:before {
    background-color: #1DBB8E !important;
}

.file-tag.tag-green3:before {
    background-color: #5BD37E !important;
}

.file-tag.tag-orange:before {
    background-color: #FF4402 !important;
}

.file-tag.tag-orange2:before {
    background-color: #F89B03 !important;
}

.file-tag.tag-purple:before {
    background-color: #AB7DF6 !important;
}

.file-tag.tag-yellow:before {
    background-color: #F3BB23 !important;
}

.file-tag.tag-lightseagreen:before {
    background-color: #20B2AA !important;
}

.file-tag.tag-red:before {
    background-color: #ff4402 !important;
}

.file-item {
    width: 100%;
    margin: 0 15px 15px 0;
    float: left;
    border: 1px solid #d1d6e6;
    border-radius: 3px;
    background-color: #fff;
}

.file-item .file-preview {
    display: block;
    height: 146px;
    text-align: center;
    padding: 50px 20px;
    overflow: hidden;
    background-color: #eaeaea;
    color: #aaaaaa;
}

.file-item .file-preview i {
    background: #dddddd;
    padding: 10px;
    font-size: 24px;
    border-radius: 10px;
}

.file-item .file-preview .file-extension {
    font-size: 32px;
}

.file-item .file-info {
    padding: 12px 30px 15px 12px;
    position: relative;
    font-size: 14px;
}

.file-item .file-info span {
    display: block;
    margin: 3px 0;
}

.file-item .file-info .file-name {
    color: #00AAFF;
}

.file-item .file-info .file-date {
    font-size: 13px;
    color: #a0aeba;
}

.file-item .file-info .toggle-dropdown {
    padding: 0 10px;
    color: #a0aeba;
    font-size: 20px;
}

.file-item .file-info .toggle-dropdown i {
    display: inline;
}

.file-item .file-info .dropdown {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -11px;
}

.file-preview.pdf {
    color: #fff;
    background-color: #AB7DF6;
}

.file-preview.pdf i {
    background: #fff;
    color: #AB7DF6;
}

.file-preview.xls {
    color: #fff;
    background-color: #86d227;
}

.file-preview.xls i {
    background: #fff;
    color: #86d227;
}

.file-preview.doc {
    color: #fff;
    background-color: #20B2AA;
}

.file-preview.doc i {
    background: #fff;
    color: #20B2AA;
}

.file-preview.audio {
    color: #fff;
    background-color: #7183a2;
}

.file-preview.audio i {
    background: #fff;
    color: #7183a2;
}

.file-preview.video {
    color: #fff;
    background-color: #F3BB23;
}

.file-preview.video i {
    background: #fff;
    color: #F3BB23;
}

.file-preview.image {
    padding: 0;
}

.storage-info {
    margin-bottom: 30px;
}

.storage-info .title {
    display: block;
    margin-bottom: 10px;
}

.storage-info .progress {
    margin-bottom: 5px;
}

.storage-info .usage-text {
    font-size: 14px;
    color: #a0aeba;
}

.list-files .file-item {
    width: 250px;
}

/* buttons demo */
.demo-button .btn,
.demo-button button {
    margin-bottom: 5px;
}

/* social buttons demo */
.social-button-class > li {
    padding: 11px 0;
}

.social-button-class > li .social-hex {
    float: right;
}

/* icons demo */
.demo-icons li {
    margin-bottom: 50px;
    text-align: center;
}

.demo-icons [class^="ti"],
.demo-icons .fa {
    font-size: 28px;
}

.demo-icons .cssclass {
    display: block;
    margin-top: 5px;
    margin-left: 5px;
}

/* layout demo */
.demo-layout .layout-item {
    text-align: center;
    margin-bottom: 30px;
}

.demo-layout .layout-item > a {
    display: block;
    position: relative;
}

.demo-layout .layout-active {
    width: 50px;
    height: 50px;
    line-height: 58px;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -25px;
    margin-right: -25px;
    background-color: #41B314;
    border-radius: 50%;
}

.demo-layout .layout-active i {
    font-size: 28px;
    color: #fff;
}

/* grid demo */
.show-grid {
    margin: 15px 0;
}

.show-grid [class^=col] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eee;
    background-color: rgba(208, 208, 208, 0.15);
    border: 1px solid #ddd;
    border: 1px solid rgba(130, 130, 130, 0.2);
}

.flex-vertical-demo {
    height: 10rem;
    background-color: #fafafa;
}

.flex-vertical-demo .row {
    height: 100%;
}
